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,35 @@
|
||||
{
|
||||
"Netlify is a platform for building and deploying websites and apps.": "Netlify es una plataforma para construir y desplegar sitios web y aplicaciones.",
|
||||
"\nTo authenticate with Netlify:\n\n1. Go to your Netlify user settings\n2. Navigate to \"Applications\" → \"OAuth applications\"\n3. Click \"New OAuth application\"\n4. Add https://cloud.activepieces.com/redirect to authorized redirect URIs\n5. Copy the Client ID and Client Secret\n6. Use the OAuth2 flow below\n\n**Note:** If your team uses SAML SSO, you must grant access to the team when generating your token.\n": "\nTo authenticate with Netlify:\n\n1. Go to your Netlify user settings\n2. Navigate to \"Applications\" → \"OAuth applications\"\n3. Click \"New OAuth application\"\n4. Add https://cloud.activepieces.com/redirect to authorized redirect URIs\n5. Copy the Client ID and Client Secret\n6. Use the OAuth2 flow below\n\n**Note:** If your team uses SAML SSO, you must grant access to the team when generating your token.\n",
|
||||
"Start Deploy": "Iniciar despliegue",
|
||||
"Get Site": "Obtener sitio",
|
||||
"List Site Deploys": "Listar Desplegados del Sitio",
|
||||
"List Files": "Listar archivos",
|
||||
"Triggers a new build for a site on Netlify. Supports clearing build cache.": "Activa una nueva compilación para un sitio en Netlify. Soporta limpiar caché de compilación.",
|
||||
"Get a specified site. Note: Environment variable keys and values have moved from build_settings.env and repo.env to a new endpoint. Please use getEnvVars to retrieve site environment variables.": "Obtener un sitio especificado. Nota: Las claves y valores de las variables de entorno se han movido desde build_settings. nv y repo.env a un nuevo punto final. Utilice getEnvVars para recuperar las variables de entorno del sitio.",
|
||||
"Returns a list of all deploys for a specific site.": "Devuelve una lista de todas las implementaciones para un sitio específico.",
|
||||
"Returns a list of all the files in the current deploy.": "Devuelve una lista de todos los archivos en el despliegue actual.",
|
||||
"Site": "Sitio",
|
||||
"Clear Build Cache": "Limpiar caché de compilación",
|
||||
"Page": "Pgina",
|
||||
"Per Page": "Por página",
|
||||
"Select the site to deploy": "Seleccione el sitio para desplegar",
|
||||
"Whether to clear the build cache before building": "Si limpiar la caché de construcción antes de construir",
|
||||
"Select the site to retrieve information for": "Seleccione el sitio para recuperar información para",
|
||||
"Select the site to list deploys for": "Seleccione el sitio para la lista de implementaciones para",
|
||||
"Page number for pagination (starts from 1)": "Número de página para la paginación (comienza desde 1)",
|
||||
"Number of items per page (max 100)": "Número de elementos por página (máx. 100)",
|
||||
"Select the site to list files for": "Seleccione el sitio para listar archivos para",
|
||||
"New Deploy Started": "Nuevo despliegue iniciado",
|
||||
"New Deploy Succeeded": "Nuevo despliegue exitoso",
|
||||
"New Deploy Failed": "Nuevo despliegue fallido",
|
||||
"New Form Submission": "Nuevo envío de formulario",
|
||||
"Fires immediately when a deploy job starts on your Netlify site.": "Inmediatamente cuando un trabajo de despliegue comienza en su sitio Netlify.",
|
||||
"Fires when a new site version has successfully deployed.": "Dispara cuando una nueva versión del sitio se ha desplegado correctamente.",
|
||||
"Fires when a site deploy fails.": "Dispara cuando falle el despliegue de un sitio.",
|
||||
"Fires when a Netlify form submission is received.": "Dispara cuando se recibe un envío de un formulario de Netlify.",
|
||||
"Select the site to monitor for deploy events": "Seleccione el sitio para monitorizar los eventos de despliegue",
|
||||
"Select the site to monitor for successful deploy events": "Seleccione el sitio para monitorear los eventos de despliegue exitoso",
|
||||
"Select the site to monitor for failed deploy events": "Seleccione el sitio para monitorizar eventos de despliegue fallidos",
|
||||
"Select the site to monitor for form submissions": "Seleccione el sitio para monitorizar los envíos de formularios"
|
||||
}
|
||||
Reference in New Issue
Block a user