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,39 @@
|
||||
{
|
||||
"Open-source time tracking software": "Software de seguimiento de tiempo de código abierto",
|
||||
"Server URL": "URL del servidor",
|
||||
"Username": "Usuario",
|
||||
"API Password": "Contraseña API",
|
||||
"Kimai Instance URL (e.g. https://demo.kimai.org)": "URL de Kimai Instance (ej. https://demo.kimai.org)",
|
||||
"Kimai Username/Email": "Nombre de usuario/Email de Kimai",
|
||||
"Kimai API Password": "Contraseña API de Kimai",
|
||||
"\n To configure API access:\n\n 1. Go to Kimai Web UI;\n 2. Click on your user profile and then go to \"API Access\";\n 3. Configure an API password (different from user password).\n ": "\n To configure API access:\n\n 1. Go to Kimai Web UI;\n 2. Click on your user profile and then go to \"API Access\";\n 3. Configure an API password (different from user password).\n ",
|
||||
"Create Timesheet": "Crear Hoja de Tiempo",
|
||||
"Custom API Call": "Llamada API personalizada",
|
||||
"Create a new timesheet": "Crear una nueva hoja de tiempo",
|
||||
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
||||
"Project": "Projekt",
|
||||
"Activity": "Actividad",
|
||||
"Begin Date": "Fecha de inicio",
|
||||
"End Date": "Fecha de fin",
|
||||
"Description": "Descripción",
|
||||
"Method": "Método",
|
||||
"Headers": "Encabezados",
|
||||
"Query Parameters": "Parámetros de consulta",
|
||||
"Body": "Cuerpo",
|
||||
"Response is Binary ?": "¿Respuesta es binaria?",
|
||||
"No Error on Failure": "No hay ningún error en fallo",
|
||||
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
||||
"Kimai project": "Proyecto Kimai",
|
||||
"Kimai activity": "Actividad Kimai",
|
||||
"Begin Date of Timesheet": "Fecha de inicio de la hoja de tiempo",
|
||||
"End Date of Timesheet": "Fecha de fin de la hoja de tiempo",
|
||||
"Description of Timesheet": "Descripción de la hoja de tiempo",
|
||||
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
||||
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
||||
"GET": "RECOGER",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "BORRAR",
|
||||
"HEAD": "LIMPIO"
|
||||
}
|
||||
Reference in New Issue
Block a user