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,37 @@
|
||||
{
|
||||
"You can find your Browse AI API key on the dashboard under Settings → API Key.": "Unter Einstellungen → API-Schlüssel finden Sie den AI-API-Schlüssel auf dem Dashboard.",
|
||||
"Get Task Details": "Aufgabendetails abrufen",
|
||||
"List Robots": "List Robots",
|
||||
"Run a Robot": "Roboter ausführen",
|
||||
"Custom API Call": "Eigener API-Aufruf",
|
||||
"Retrieves the details of a specific task executed by a Browse AI robot.": "Ruft die Details einer bestimmten Aufgabe ab, die von einem Browse AI Roboter ausgeführt wird.",
|
||||
"Retrieves all robots available in your account.": "Ruft alle Roboter in deinem Account ab.",
|
||||
"Runs a robot on-demand with custom input parameters.": "Führt einen Roboter auf Abruf mit benutzerdefinierten Eingabeparametern aus.",
|
||||
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
||||
"Robot": "Robot",
|
||||
"Task": "Aufgabe",
|
||||
"Record Video": "Video aufnehmen",
|
||||
"Input Parameters": "Eingabeparameter",
|
||||
"Method": "Methode",
|
||||
"Headers": "Kopfzeilen",
|
||||
"Query Parameters": "Abfrageparameter",
|
||||
"Body": "Körper",
|
||||
"Response is Binary ?": "Antwort ist binär?",
|
||||
"No Error on Failure": "Kein Fehler bei Fehler",
|
||||
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
||||
"Select a robot from your Browse AI account": "Wählen Sie einen Roboter aus Ihrem Browse KI Konto",
|
||||
"Select a task associated with the selected robot": "Wählen Sie eine Aufgabe, die mit dem ausgewählten Roboter verknüpft ist",
|
||||
"Try to record a video while running the task.": "Versuchen Sie, ein Video aufzuzeichnen, während Sie die Aufgabe ausführen.",
|
||||
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
||||
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
||||
"GET": "ERHALTEN",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "LÖSCHEN",
|
||||
"HEAD": "HEAD",
|
||||
"Task Finished with Error": "Aufgabe abgeschlossen mit Fehler",
|
||||
"Task Finished Successfully": "Aufgabe erfolgreich beendet",
|
||||
"Triggers when a robot task run fails with an error.": "Wird ausgelöst, wenn ein Roboter-Task mit einem Fehler fehlschlägt.",
|
||||
"Triggers when a robot finishes a task successfully.": "Wird ausgelöst, wenn ein Roboter eine Aufgabe erfolgreich erledigt."
|
||||
}
|
||||
Reference in New Issue
Block a user