Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "AI-gestützte MeetingIntelligenz – sei die hellste Person im Raum.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Generieren Sie einen API-Schlüssel aus Ihrem Hedy-Dashboard unter Einstellungen → API, fügen Sie dann die Taste hier ein (er beginnt mit `hedy_live_`).",
|
||||
"Get Session": "Sitzung abrufen",
|
||||
"List Sessions": "Sessions auflisten",
|
||||
"Get Highlight": "Hervorheben",
|
||||
"List Highlights": "Markierungen auflisten",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "Auflistung von Sitzungs-Todos",
|
||||
"Get Topic": "Thema erhalten",
|
||||
"List Topics": "Themen auflisten",
|
||||
"List Topic Sessions": "Themensitzungen auflisten",
|
||||
"Retrieve a specific session by ID.": "Abrufen einer bestimmten Sitzung per ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Mehrere Sitzungen mit optionaler Themenfilterung und Seiteninierung abrufen.",
|
||||
"Retrieve a specific highlight by ID.": "Rufen Sie ein spezifisches Highlight per ID ab.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Highlights mit optionaler Themenfilterung und Seiteninierung abrufen.",
|
||||
"Retrieve todos assigned to you in Hedy.": "In Hedy zugewiesene Todos abrufen.",
|
||||
"Retrieve todos generated for a specific session.": "Abrufen von Todos für eine bestimmte Sitzung.",
|
||||
"Retrieve details for a specific topic.": "Ruft Details zu einem bestimmten Thema ab.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Rufen Sie alle Themen aus Ihrem Hedy-Arbeitsbereich ab.",
|
||||
"Retrieve sessions associated with a specific topic.": "Abrufen von Sessionen, die einem bestimmten Thema zugeordnet sind.",
|
||||
"Session ID": "Sitzungs-ID",
|
||||
"Return All": "Alle zurückgeben",
|
||||
"Limit": "Limit",
|
||||
"Response Format": "Antwortformat",
|
||||
"Topic": "Thema",
|
||||
"After Cursor": "Nach Cursor",
|
||||
"Before Cursor": "Vor dem Cursor",
|
||||
"Highlight ID": "ID hervorheben",
|
||||
"Topic ID": "Themen-ID",
|
||||
"The session ID as shown in the Hedy dashboard.": "Die Session-ID wie im Hedy-Dashboard angezeigt.",
|
||||
"Return all results instead of using the limit.": "Gibt alle Ergebnisse anstelle des Limits zurück.",
|
||||
"Maximum number of results to return (default 50).": "Maximale Anzahl der zurückzugebenden Ergebnisse (Standard 50).",
|
||||
"Select the response format to use.": "Wählen Sie das zu verwendende Antwortformat aus.",
|
||||
"Optionally filter results by a specific topic.": "Filtern Sie die Ergebnisse nach einem bestimmten Thema.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "Mit dem Cursor der Pagination werden Ergebnisse nach einem bestimmten Element abgerufen.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "Mit dem Cursor der Pagination werden Ergebnisse vor einem bestimmten Element abgerufen.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "Die Highlight ID wie im Hedy Dashboard angezeigt.",
|
||||
"The topic ID as shown in the Hedy dashboard.": "Die Themen-ID wie im Hedy-Dashboard angezeigt.",
|
||||
"Standard": "Standard",
|
||||
"Zapier Compatible": "Zapier kompatibel",
|
||||
"Session Created": "Sitzung erstellt",
|
||||
"Session Ended": "Sitzung beendet",
|
||||
"Highlight Created": "Hervorhebung erstellt",
|
||||
"Todo Exported": "Todo exportiert",
|
||||
"Triggers when a new session is created in Hedy.": "Wird ausgelöst, wenn eine neue Sitzung in Hedy erstellt wird.",
|
||||
"Triggers when a session is completed in Hedy.": "Wird ausgelöst, wenn eine Sitzung in Hedy abgeschlossen ist.",
|
||||
"Triggers when a highlight is created during a session.": "Wird ausgelöst, wenn während einer Sitzung ein Highlight erstellt wird.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Wird ausgelöst, wenn ein Todo-Item von Hedy exportiert wird.",
|
||||
"Verify Signature": "Signatur überprüfen",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Verifizieren Sie die Webhook-Signatur mit dem von Hedy zurückgegebenen Geheimnis. Deaktivieren Sie diese Option, wenn Hedy kein Geheimnis für Ihre Anmeldung zur Verfügung stellt."
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "La inteligencia de reuniones de la AI: sea la persona más brillante de la sala.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Genera una clave API desde su panel de control de Hedy en Configuración → API, luego pegue la clave aquí (comienza con `hedy_live_`).",
|
||||
"Get Session": "Obtener sesión",
|
||||
"List Sessions": "Listar Sesiones",
|
||||
"Get Highlight": "Resaltar",
|
||||
"List Highlights": "Lista de destacados",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "Listar Todos de Sesiones",
|
||||
"Get Topic": "Obtener Tema",
|
||||
"List Topics": "Temas de lista",
|
||||
"List Topic Sessions": "Listar sesiones de temas",
|
||||
"Retrieve a specific session by ID.": "Recuperar una sesión específica por ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Recuperar múltiples sesiones con filtrado opcional de temas y paginación.",
|
||||
"Retrieve a specific highlight by ID.": "Recuperar un resaltado específico por ID.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Recuperar resaltados con filtrado opcional de temas y paginación.",
|
||||
"Retrieve todos assigned to you in Hedy.": "Recuperar tareas asignadas en Hedy.",
|
||||
"Retrieve todos generated for a specific session.": "Recuperar todo generado para una sesión específica.",
|
||||
"Retrieve details for a specific topic.": "Recuperar detalles de un tema específico.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Recuperar todos los temas de su espacio de trabajo Hedy.",
|
||||
"Retrieve sessions associated with a specific topic.": "Recuperar sesiones asociadas con un tema específico.",
|
||||
"Session ID": "ID de sesión",
|
||||
"Return All": "Devolver todos",
|
||||
"Limit": "Límite",
|
||||
"Response Format": "Formato de respuesta",
|
||||
"Topic": "Tema",
|
||||
"After Cursor": "Después del cursor",
|
||||
"Before Cursor": "Antes del Cursor",
|
||||
"Highlight ID": "Resaltar ID",
|
||||
"Topic ID": "ID del tema",
|
||||
"The session ID as shown in the Hedy dashboard.": "El ID de sesión como se muestra en el panel de control de Hedy.",
|
||||
"Return all results instead of using the limit.": "Devuelve todos los resultados en lugar de usar el límite.",
|
||||
"Maximum number of results to return (default 50).": "Número máximo de resultados a devolver (por defecto 50).",
|
||||
"Select the response format to use.": "Seleccione el formato de respuesta a utilizar.",
|
||||
"Optionally filter results by a specific topic.": "Opcionalmente filtrar resultados por un tema específico.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "cursor de paginación usado para obtener resultados después de un elemento específico.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "cursor de paginación usado para obtener resultados antes de un elemento específico.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "El ID de resaltado como se muestra en el panel de control de Hedy.",
|
||||
"The topic ID as shown in the Hedy dashboard.": "El ID del tema como se muestra en el panel de control de Hedy.",
|
||||
"Standard": "Estándar",
|
||||
"Zapier Compatible": "Compatible con Zapier",
|
||||
"Session Created": "Sesión creada",
|
||||
"Session Ended": "Sesión finalizada",
|
||||
"Highlight Created": "Resaltar creado",
|
||||
"Todo Exported": "Tarea exportada",
|
||||
"Triggers when a new session is created in Hedy.": "Se activa cuando se crea una nueva sesión en Hedy.",
|
||||
"Triggers when a session is completed in Hedy.": "Dispara cuando una sesión se completa en Hedy.",
|
||||
"Triggers when a highlight is created during a session.": "Dispara cuando se crea un resaltado durante una sesión.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Dispara cuando un elemento de tarea es exportado desde Hedy.",
|
||||
"Verify Signature": "Verificar Firma",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Verifique la firma del webhook usando el secreto devuelto por Hedy. Deshabilite esta opción si Hedy no proporciona un secreto de firma para su cuenta."
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "L’intelligence de réunion de l’IA – soyez la personne la plus brillante dans la salle.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Générez une clé API à partir de votre tableau de bord Hedy sous Paramètres → API, puis collez la clé ici (elle commence par `hedy_live_`).",
|
||||
"Get Session": "Obtenir une session",
|
||||
"List Sessions": "Lister les sessions",
|
||||
"Get Highlight": "Obtenir la surbrillance",
|
||||
"List Highlights": "Liste des points forts",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "Liste des todos de session",
|
||||
"Get Topic": "Obtenir le sujet",
|
||||
"List Topics": "Liste des sujets",
|
||||
"List Topic Sessions": "Lister les sessions de sujet",
|
||||
"Retrieve a specific session by ID.": "Récupérer une session spécifique par ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Récupère plusieurs sessions avec filtrage et pagination facultatifs des sujets.",
|
||||
"Retrieve a specific highlight by ID.": "Récupérer une surbrillance spécifique par ID.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Récupérer les surlignements avec filtrage facultatif des sujets et de la pagination.",
|
||||
"Retrieve todos assigned to you in Hedy.": "Récupérez les todos qui vous sont assignées à Hedy.",
|
||||
"Retrieve todos generated for a specific session.": "Récupérer les todos générées pour une session spécifique.",
|
||||
"Retrieve details for a specific topic.": "Récupérer les détails d'un sujet spécifique.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Récupérer tous les sujets de votre espace de travail Hedy",
|
||||
"Retrieve sessions associated with a specific topic.": "Récupérer les sessions associées à un sujet spécifique.",
|
||||
"Session ID": "ID de session",
|
||||
"Return All": "Retourner tout",
|
||||
"Limit": "Limite",
|
||||
"Response Format": "Format de réponse",
|
||||
"Topic": "Sujet",
|
||||
"After Cursor": "Après le curseur",
|
||||
"Before Cursor": "Avant le curseur",
|
||||
"Highlight ID": "Identifiant de surbrillance",
|
||||
"Topic ID": "ID du sujet",
|
||||
"The session ID as shown in the Hedy dashboard.": "L'ID de la session comme indiqué dans le tableau de bord Hedy",
|
||||
"Return all results instead of using the limit.": "Renvoie tous les résultats au lieu d'utiliser la limite.",
|
||||
"Maximum number of results to return (default 50).": "Nombre maximum de résultats à retourner (par défaut 50).",
|
||||
"Select the response format to use.": "Sélectionnez le format de réponse à utiliser.",
|
||||
"Optionally filter results by a specific topic.": "Filtrer éventuellement les résultats par sujet spécifique.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "Curseur de pagination utilisé pour récupérer les résultats après un élément spécifique.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "Curseur de pagination utilisé pour récupérer les résultats avant un élément spécifique.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "L'ID de surbrillance comme indiqué dans le tableau de bord Hedy",
|
||||
"The topic ID as shown in the Hedy dashboard.": "L'ID du sujet tel qu'indiqué dans le tableau de bord Hedy",
|
||||
"Standard": "Standard",
|
||||
"Zapier Compatible": "Compatible avec Zapier",
|
||||
"Session Created": "Session créée",
|
||||
"Session Ended": "Session terminée",
|
||||
"Highlight Created": "Surlignage créé",
|
||||
"Todo Exported": "Todo exportée",
|
||||
"Triggers when a new session is created in Hedy.": "Déclenche quand une nouvelle session est créée dans Hedy.",
|
||||
"Triggers when a session is completed in Hedy.": "Déclenche quand une session est terminée à Hedy.",
|
||||
"Triggers when a highlight is created during a session.": "Déclenche quand une surbrillance est créée pendant une session.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Déclenche lorsqu'un élément de todo est exporté de Hedy.",
|
||||
"Verify Signature": "Vérifier la signature",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Vérifiez la signature du webhook en utilisant le secret retourné par Hedy. Désactivez cette option si Hedy ne fournit pas de secret de signature pour votre compte."
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "AIを活用した会議インテリジェンスは、部屋の中で最も明るい人になります。",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Hedy ダッシュボードから API キーを生成するには、設定 → API を選択し、ここにキーを貼り付けます (`hedy_live_`で始まります)。",
|
||||
"Get Session": "セッションを取得",
|
||||
"List Sessions": "セッション一覧",
|
||||
"Get Highlight": "ハイライトを取得",
|
||||
"List Highlights": "リストのハイライト",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "セッションのタスク一覧",
|
||||
"Get Topic": "トピックを取得",
|
||||
"List Topics": "トピック一覧",
|
||||
"List Topic Sessions": "トピックセッションの一覧",
|
||||
"Retrieve a specific session by ID.": "IDで特定のセッションを取得します。",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "オプションのトピックフィルタリングとページネーションで複数のセッションを取得します。",
|
||||
"Retrieve a specific highlight by ID.": "ID による特定のハイライトを取得します。",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "オプションのトピックフィルタリングとページネーションでハイライトを取得します。",
|
||||
"Retrieve todos assigned to you in Hedy.": "ヘディであなたに割り当てられたタスクを取得します。",
|
||||
"Retrieve todos generated for a specific session.": "特定のセッションで生成されたタスクを取得します。",
|
||||
"Retrieve details for a specific topic.": "特定のトピックの詳細を取得します。",
|
||||
"Retrieve all topics from your Hedy workspace.": "Hedy ワークスペースからすべてのトピックを取得します。",
|
||||
"Retrieve sessions associated with a specific topic.": "特定のトピックに関連付けられているセッションを取得します。",
|
||||
"Session ID": "セッションID",
|
||||
"Return All": "すべて戻る",
|
||||
"Limit": "制限",
|
||||
"Response Format": "応答形式",
|
||||
"Topic": "トピック",
|
||||
"After Cursor": "カーソルの後",
|
||||
"Before Cursor": "カーソルの前",
|
||||
"Highlight ID": "IDを強調表示",
|
||||
"Topic ID": "トピックID",
|
||||
"The session ID as shown in the Hedy dashboard.": "Hedyダッシュボードに表示されるセッションID。",
|
||||
"Return all results instead of using the limit.": "制限を使用せずにすべての結果を返します。",
|
||||
"Maximum number of results to return (default 50).": "返す結果の最大数(デフォルトは50)。",
|
||||
"Select the response format to use.": "使用する応答形式を選択します。",
|
||||
"Optionally filter results by a specific topic.": "オプションで特定のトピックで結果をフィルタリングします。",
|
||||
"Pagination cursor used to fetch results after a specific item.": "特定のアイテムの後に結果を取得するために使用されるページネーションカーソル。",
|
||||
"Pagination cursor used to fetch results before a specific item.": "特定のアイテムの前に結果を取得するために使用されるページネーションカーソル。",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "Hedyダッシュボードに表示されるハイライトID。",
|
||||
"The topic ID as shown in the Hedy dashboard.": "Hedy ダッシュボードに表示されるトピック ID 。",
|
||||
"Standard": "標準",
|
||||
"Zapier Compatible": "Zapier 互換性あり",
|
||||
"Session Created": "セッションが作成されました",
|
||||
"Session Ended": "セッション終了",
|
||||
"Highlight Created": "作成されたハイライト",
|
||||
"Todo Exported": "Todo がエクスポートされました",
|
||||
"Triggers when a new session is created in Hedy.": "Hedy で新しいセッションが作成されたときにトリガーします。",
|
||||
"Triggers when a session is completed in Hedy.": "Hedy でセッションが完了したときにトリガーします。",
|
||||
"Triggers when a highlight is created during a session.": "セッション中にハイライトが作成されたときにトリガーされます。",
|
||||
"Triggers when a todo item is exported from Hedy.": "Hedy からタスクアイテムをエクスポートしたときにトリガーします。",
|
||||
"Verify Signature": "署名の確認",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Hedy が返却したシークレットを使用して Webhook の署名を確認します。Hedy があなたのアカウントの署名の秘密を提供していない場合は、このオプションを無効にします。"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "AI-aangedreven meetingintelligentie – wees de mooiste persoon in de kamer.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Genereer een API-sleutel van uw Hedy dashboard onder Instellingen → API, plak vervolgens de sleutel hier (het begint met `hedy_live_`).",
|
||||
"Get Session": "Sessie opvragen",
|
||||
"List Sessions": "Lijst van sessies",
|
||||
"Get Highlight": "Krijg accentuering",
|
||||
"List Highlights": "Lijst accentueringen",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "Sessie totaal weergeven",
|
||||
"Get Topic": "Topic opvragen",
|
||||
"List Topics": "Onderwerpen weergeven",
|
||||
"List Topic Sessions": "Lijst van onderwerpsessies",
|
||||
"Retrieve a specific session by ID.": "Ophalen van een specifieke sessie met ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Haal meerdere sessies op met optionele topic filtering en paginering.",
|
||||
"Retrieve a specific highlight by ID.": "Ophalen van een specifieke markering door ID.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Ophalen hoogtepunten met optionele topic filtering en paginering.",
|
||||
"Retrieve todos assigned to you in Hedy.": "Ophalen van alle aan u toegewezen taken in Hedy.",
|
||||
"Retrieve todos generated for a specific session.": "Ophalen todos gegenereerd voor een specifieke sessie.",
|
||||
"Retrieve details for a specific topic.": "Haal details op voor een specifiek onderwerp.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Haal alle onderwerpen op van je Hedy workspace.",
|
||||
"Retrieve sessions associated with a specific topic.": "Ophalen van sessies die gekoppeld zijn aan een specifiek onderwerp.",
|
||||
"Session ID": "Sessie ID",
|
||||
"Return All": "Retourneer alles",
|
||||
"Limit": "Limiet",
|
||||
"Response Format": "Antwoord formaat",
|
||||
"Topic": "Onderwerp",
|
||||
"After Cursor": "Na cursor",
|
||||
"Before Cursor": "Voor cursor",
|
||||
"Highlight ID": "ID markeren",
|
||||
"Topic ID": "Onderwerp ID",
|
||||
"The session ID as shown in the Hedy dashboard.": "De sessie-ID zoals weergegeven in het Hedy dashboard.",
|
||||
"Return all results instead of using the limit.": "Resultaat is alle resultaten in plaats van het gebruik van de limiet.",
|
||||
"Maximum number of results to return (default 50).": "Maximum aantal resultaten om terug te keren (standaard 50).",
|
||||
"Select the response format to use.": "Selecteer het antwoordformaat om te gebruiken.",
|
||||
"Optionally filter results by a specific topic.": "Filter de resultaten optioneel op een specifiek onderwerp.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "Paginering cursor wordt gebruikt om resultaten op te halen na een specifiek item.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "Paginering cursor wordt gebruikt om resultaten op te halen voor een specifiek item.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "De markeerstitel-ID zoals getoond in het Hedy dashboard.",
|
||||
"The topic ID as shown in the Hedy dashboard.": "Het onderwerp ID zoals getoond in het Hedy dashboard.",
|
||||
"Standard": "Standaard",
|
||||
"Zapier Compatible": "Zapier Compatibel",
|
||||
"Session Created": "Sessie aangemaakt",
|
||||
"Session Ended": "Sessie beëindigd",
|
||||
"Highlight Created": "Markeer Aangemaakt",
|
||||
"Todo Exported": "Todo geëxporteerd",
|
||||
"Triggers when a new session is created in Hedy.": "Triggert wanneer een nieuwe sessie wordt gemaakt in Hedy.",
|
||||
"Triggers when a session is completed in Hedy.": "Triggert wanneer een sessie is voltooid in Hedy.",
|
||||
"Triggers when a highlight is created during a session.": "Triggert wanneer een markering wordt gemaakt tijdens een sessie.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Triggert wanneer een todo-item wordt geëxporteerd vanuit Hedy.",
|
||||
"Verify Signature": "Verifieer handtekening",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Verifieer de webhook handtekening met behulp van het door Hedy geretourneerde geheim. Schakel deze optie uit als Hedy geen handtekening voor uw account inlevert."
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "Inteligência de reunião com o poder IA — seja a pessoa mais brilhante na sala.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Gerar uma chave de API a partir do seu painel Hedy em Configurações → API, e então cole a chave aqui (ele começa com `hedy_live_`).",
|
||||
"Get Session": "Obter a sessão",
|
||||
"List Sessions": "Listar Sessões",
|
||||
"Get Highlight": "Obter Destaque",
|
||||
"List Highlights": "Listar destaques",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "Listar todas as sessões",
|
||||
"Get Topic": "Obter Tópico",
|
||||
"List Topics": "Listar tópicos",
|
||||
"List Topic Sessions": "Listar sessões de tópicos",
|
||||
"Retrieve a specific session by ID.": "Recuperar uma sessão específica por ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Recuperar várias sessões com filtragem e paginação de tópico opcionais.",
|
||||
"Retrieve a specific highlight by ID.": "Recuperar um destaque específico por ID.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Recuperar destaques com filtragem e paginação de tópico opcionais.",
|
||||
"Retrieve todos assigned to you in Hedy.": "Recupere tarefas atribuídas a você em Hedy.",
|
||||
"Retrieve todos generated for a specific session.": "Recuperar tarefas geradas para uma sessão específica.",
|
||||
"Retrieve details for a specific topic.": "Recuperar detalhes para um tópico específico.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Recupere todos os tópicos da sua área de trabalho Hedy.",
|
||||
"Retrieve sessions associated with a specific topic.": "Recuperar sessões associadas a um tópico específico.",
|
||||
"Session ID": "ID da sessão",
|
||||
"Return All": "Devolver tudo",
|
||||
"Limit": "Limitar",
|
||||
"Response Format": "Formato de Resposta",
|
||||
"Topic": "Tópico",
|
||||
"After Cursor": "Após Cursor",
|
||||
"Before Cursor": "Antes do Cursor",
|
||||
"Highlight ID": "Destacar ID",
|
||||
"Topic ID": "ID do tópico",
|
||||
"The session ID as shown in the Hedy dashboard.": "O ID de sessão como mostrado no painel Hedy.",
|
||||
"Return all results instead of using the limit.": "Retornar todos os resultados em vez de usar o limite.",
|
||||
"Maximum number of results to return (default 50).": "Número máximo de resultados a retornar (padrão 50).",
|
||||
"Select the response format to use.": "Selecione o formato de resposta a ser usado.",
|
||||
"Optionally filter results by a specific topic.": "Opcionalmente filtra os resultados por um tópico específico.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "Cursor de paginação usado para obter resultados após um item específico.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "Cursor de paginação usado para obter resultados antes de um item específico.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "O ID de destaque como mostrado no painel Hedy.",
|
||||
"The topic ID as shown in the Hedy dashboard.": "O ID do tópico como mostrado no painel Hedy.",
|
||||
"Standard": "Padrão",
|
||||
"Zapier Compatible": "Compatível com Zapier",
|
||||
"Session Created": "Sessão Criada",
|
||||
"Session Ended": "Sessão Encerrada",
|
||||
"Highlight Created": "Destacar Criado",
|
||||
"Todo Exported": "Tarefa exportada",
|
||||
"Triggers when a new session is created in Hedy.": "Aciona quando uma sessão é criada no Hedy.",
|
||||
"Triggers when a session is completed in Hedy.": "Dispara quando uma sessão for concluída no Hedy.",
|
||||
"Triggers when a highlight is created during a session.": "Dispara quando um destaque é criado durante uma sessão.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Aciona quando um item de tarefa é exportado do Hedy.",
|
||||
"Verify Signature": "Verificar assinatura",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Verifique a assinatura de webhook usando o segredo retornado pelo Hedy. Desative essa opção se Hedy não fornecer um segredo de assinatura para sua conta."
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "AI-powered meeting intelligence – be the brightest person in the room.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).",
|
||||
"Get Session": "Get Session",
|
||||
"List Sessions": "List Sessions",
|
||||
"Get Highlight": "Get Highlight",
|
||||
"List Highlights": "List Highlights",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "List Session Todos",
|
||||
"Get Topic": "Get Topic",
|
||||
"List Topics": "List Topics",
|
||||
"List Topic Sessions": "List Topic Sessions",
|
||||
"Retrieve a specific session by ID.": "Retrieve a specific session by ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Retrieve multiple sessions with optional topic filtering and pagination.",
|
||||
"Retrieve a specific highlight by ID.": "Retrieve a specific highlight by ID.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Retrieve highlights with optional topic filtering and pagination.",
|
||||
"Retrieve todos assigned to you in Hedy.": "Retrieve todos assigned to you in Hedy.",
|
||||
"Retrieve todos generated for a specific session.": "Retrieve todos generated for a specific session.",
|
||||
"Retrieve details for a specific topic.": "Retrieve details for a specific topic.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Retrieve all topics from your Hedy workspace.",
|
||||
"Retrieve sessions associated with a specific topic.": "Retrieve sessions associated with a specific topic.",
|
||||
"Session ID": "Session ID",
|
||||
"Return All": "Return All",
|
||||
"Limit": "Limit",
|
||||
"Response Format": "Response Format",
|
||||
"Topic": "Topic",
|
||||
"After Cursor": "After Cursor",
|
||||
"Before Cursor": "Before Cursor",
|
||||
"Highlight ID": "Highlight ID",
|
||||
"Topic ID": "Topic ID",
|
||||
"The session ID as shown in the Hedy dashboard.": "The session ID as shown in the Hedy dashboard.",
|
||||
"Return all results instead of using the limit.": "Return all results instead of using the limit.",
|
||||
"Maximum number of results to return (default 50).": "Maximum number of results to return (default 50).",
|
||||
"Select the response format to use.": "Select the response format to use.",
|
||||
"Optionally filter results by a specific topic.": "Optionally filter results by a specific topic.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "Pagination cursor used to fetch results after a specific item.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "Pagination cursor used to fetch results before a specific item.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "The highlight ID as shown in the Hedy dashboard.",
|
||||
"The topic ID as shown in the Hedy dashboard.": "The topic ID as shown in the Hedy dashboard.",
|
||||
"Standard": "Standard",
|
||||
"Zapier Compatible": "Zapier Compatible",
|
||||
"Session Created": "Session Created",
|
||||
"Session Ended": "Session Ended",
|
||||
"Highlight Created": "Highlight Created",
|
||||
"Todo Exported": "Todo Exported",
|
||||
"Triggers when a new session is created in Hedy.": "Triggers when a new session is created in Hedy.",
|
||||
"Triggers when a session is completed in Hedy.": "Triggers when a session is completed in Hedy.",
|
||||
"Triggers when a highlight is created during a session.": "Triggers when a highlight is created during a session.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Triggers when a todo item is exported from Hedy.",
|
||||
"Verify Signature": "Verify Signature",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account."
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AI-powered meeting intelligence – be the brightest person in the room.": "AI-powered meeting intelligence – be the brightest person in the room.",
|
||||
"Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).": "Generate an API key from your Hedy dashboard under Settings → API, then paste the key here (it begins with `hedy_live_`).",
|
||||
"Get Session": "Get Session",
|
||||
"List Sessions": "List Sessions",
|
||||
"Get Highlight": "Get Highlight",
|
||||
"List Highlights": "List Highlights",
|
||||
"List Todos": "List Todos",
|
||||
"List Session Todos": "List Session Todos",
|
||||
"Get Topic": "Get Topic",
|
||||
"List Topics": "List Topics",
|
||||
"List Topic Sessions": "List Topic Sessions",
|
||||
"Retrieve a specific session by ID.": "Retrieve a specific session by ID.",
|
||||
"Retrieve multiple sessions with optional topic filtering and pagination.": "Retrieve multiple sessions with optional topic filtering and pagination.",
|
||||
"Retrieve a specific highlight by ID.": "Retrieve a specific highlight by ID.",
|
||||
"Retrieve highlights with optional topic filtering and pagination.": "Retrieve highlights with optional topic filtering and pagination.",
|
||||
"Retrieve todos assigned to you in Hedy.": "Retrieve todos assigned to you in Hedy.",
|
||||
"Retrieve todos generated for a specific session.": "Retrieve todos generated for a specific session.",
|
||||
"Retrieve details for a specific topic.": "Retrieve details for a specific topic.",
|
||||
"Retrieve all topics from your Hedy workspace.": "Retrieve all topics from your Hedy workspace.",
|
||||
"Retrieve sessions associated with a specific topic.": "Retrieve sessions associated with a specific topic.",
|
||||
"Session ID": "Session ID",
|
||||
"Return All": "Return All",
|
||||
"Limit": "Limit",
|
||||
"Response Format": "Response Format",
|
||||
"Topic": "Topic",
|
||||
"After Cursor": "After Cursor",
|
||||
"Before Cursor": "Before Cursor",
|
||||
"Highlight ID": "Highlight ID",
|
||||
"Topic ID": "Topic ID",
|
||||
"The session ID as shown in the Hedy dashboard.": "The session ID as shown in the Hedy dashboard.",
|
||||
"Return all results instead of using the limit.": "Return all results instead of using the limit.",
|
||||
"Maximum number of results to return (default 50).": "Maximum number of results to return (default 50).",
|
||||
"Select the response format to use.": "Select the response format to use.",
|
||||
"Optionally filter results by a specific topic.": "Optionally filter results by a specific topic.",
|
||||
"Pagination cursor used to fetch results after a specific item.": "Pagination cursor used to fetch results after a specific item.",
|
||||
"Pagination cursor used to fetch results before a specific item.": "Pagination cursor used to fetch results before a specific item.",
|
||||
"The highlight ID as shown in the Hedy dashboard.": "The highlight ID as shown in the Hedy dashboard.",
|
||||
"The topic ID as shown in the Hedy dashboard.": "The topic ID as shown in the Hedy dashboard.",
|
||||
"Standard": "Standard",
|
||||
"Zapier Compatible": "Zapier Compatible",
|
||||
"Session Created": "Session Created",
|
||||
"Session Ended": "Session Ended",
|
||||
"Highlight Created": "Highlight Created",
|
||||
"Todo Exported": "Todo Exported",
|
||||
"Triggers when a new session is created in Hedy.": "Triggers when a new session is created in Hedy.",
|
||||
"Triggers when a session is completed in Hedy.": "Triggers when a session is completed in Hedy.",
|
||||
"Triggers when a highlight is created during a session.": "Triggers when a highlight is created during a session.",
|
||||
"Triggers when a todo item is exported from Hedy.": "Triggers when a todo item is exported from Hedy.",
|
||||
"Verify Signature": "Verify Signature",
|
||||
"Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account.": "Verify the webhook signature using the secret returned by Hedy. Disable this option if Hedy does not provide a signing secret for your account."
|
||||
}
|
||||
Reference in New Issue
Block a user