Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.76.1
image: ghcr.io/activepieces/activepieces:0.77.1
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOX_PROCESS or old activepieces, checking the breaking change documentation for more info.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "activepieces",
"version": "0.76.1",
"rcVersion": "0.77.0-rc.0",
"version": "0.77.1",
"rcVersion": "0.78.0-rc.0",
"scripts": {
"prepare": "husky install",
"prebuild": "node tools/scripts/install-bun.js",
Expand Down
100 changes: 100 additions & 0 deletions packages/pieces/community/digital-ocean/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"Cloud infrastructure provider for developers.": "Cloud infrastructure provider for developers.",
"List All Domains": "List All Domains",
"Create Domain": "Create Domain",
"Get Domain": "Get Domain",
"Delete Domain": "Delete Domain",
"List All Droplets": "List All Droplets",
"Get Droplet": "Get Droplet",
"Create Droplet": "Create Droplet",
"Delete Droplet": "Delete Droplet",
"List Database Clusters": "List Database Clusters",
"List Database Events": "List Database Events",
"Custom API Call": "Custom API Call",
"Retrieve a list of all domains in your account.": "Retrieve a list of all domains in your account.",
"Add a new domain to your DigitalOcean account.": "Add a new domain to your DigitalOcean account.",
"Retrieve details about a specific domain.": "Retrieve details about a specific domain.",
"Remove a domain from your DigitalOcean account.": "Remove a domain from your DigitalOcean account.",
"Retrieve a list of all Droplets in your account.": "Retrieve a list of all Droplets in your account.",
"Retrieve details about a specific Droplet.": "Retrieve details about a specific Droplet.",
"Create a new Droplet or multiple Droplets.": "Create a new Droplet or multiple Droplets.",
"Delete an existing Droplet.": "Delete an existing Droplet.",
"Retrieve a list of all database clusters in your account.": "Retrieve a list of all database clusters in your account.",
"Retrieve all event logs for a database cluster.": "Retrieve all event logs for a database cluster.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Results Per Page": "Results Per Page",
"Page": "Page",
"Domain Name": "Domain Name",
"IP Address": "IP Address",
"Tag Name": "Tag Name",
"Name": "Name",
"Type": "Type",
"Droplet": "Droplet",
"Creation Mode": "Creation Mode",
"Droplet Name": "Droplet Name",
"Droplet Names": "Droplet Names",
"Region": "Region",
"Size": "Size",
"Image": "Image",
"SSH Keys": "SSH Keys",
"VPC": "VPC",
"Enable Backups": "Enable Backups",
"Enable IPv6": "Enable IPv6",
"Enable Monitoring": "Enable Monitoring",
"Tags": "Tags",
"User Data": "User Data",
"Install Droplet Agent": "Install Droplet Agent",
"Database Cluster": "Database Cluster",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Number of domains to return per page (1-200).": "Number of domains to return per page (1-200).",
"Which page of results to return.": "Which page of results to return.",
"The domain name (e.g., example.com).": "The domain name (e.g., example.com).",
"Optional IP address to create an A record pointing to the apex domain.": "Optional IP address to create an A record pointing to the apex domain.",
"The domain name to retrieve (e.g., example.com).": "The domain name to retrieve (e.g., example.com).",
"The domain name to delete (e.g., example.com).": "The domain name to delete (e.g., example.com).",
"Number of Droplets to return per page (1-200).": "Number of Droplets to return per page (1-200).",
"Filter Droplets by a specific tag. Cannot be combined with Name or Type.": "Filter Droplets by a specific tag. Cannot be combined with Name or Type.",
"Filter by exact Droplet name (case-insensitive). Cannot be combined with Tag Name.": "Filter by exact Droplet name (case-insensitive). Cannot be combined with Tag Name.",
"Filter by Droplet type. Cannot be combined with Tag Name.": "Filter by Droplet type. Cannot be combined with Tag Name.",
"Select the Droplet to retrieve.": "Select the Droplet to retrieve.",
"Create a single Droplet or multiple Droplets at once.": "Create a single Droplet or multiple Droplets at once.",
"Name for the Droplet (e.g., example.com).": "Name for the Droplet (e.g., example.com).",
"Names for multiple Droplets (up to 10).": "Names for multiple Droplets (up to 10).",
"Region to deploy the Droplet.": "Region to deploy the Droplet.",
"Droplet size (CPU, RAM, disk).": "Droplet size (CPU, RAM, disk).",
"Base image for the Droplet.": "Base image for the Droplet.",
"SSH keys to embed in the Droplet.": "SSH keys to embed in the Droplet.",
"VPC network for the Droplet.": "VPC network for the Droplet.",
"Enable automated backups.": "Enable automated backups.",
"Enable IPv6 networking.": "Enable IPv6 networking.",
"Install the DigitalOcean monitoring agent.": "Install the DigitalOcean monitoring agent.",
"Tags to apply to the Droplet.": "Tags to apply to the Droplet.",
"Cloud-init script or user data (max 64 KiB).": "Cloud-init script or user data (max 64 KiB).",
"Install agent for web console access.": "Install agent for web console access.",
"Select the Droplet to delete.": "Select the Droplet to delete.",
"Filter database clusters by a specific tag.": "Filter database clusters by a specific tag.",
"Select the database cluster.": "Select the database cluster.",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"Standard Droplets": "Standard Droplets",
"GPU Droplets": "GPU Droplets",
"Single Droplet": "Single Droplet",
"Multiple Droplets (up to 10)": "Multiple Droplets (up to 10)",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}
38 changes: 38 additions & 0 deletions packages/pieces/community/formitable/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"Restaurant reservation and guest management platform": "Restaurant reservation and guest management platform",
"\nTo obtain your API key:\n\n1. Log in to your Formitable account\n2. Go to **Settings > Team**\n3. Create an API Key for your user\n4. Copy and paste the key here\n": "\nTo obtain your API key:\n\n1. Log in to your Formitable account\n2. Go to **Settings > Team**\n3. Create an API Key for your user\n4. Copy and paste the key here\n",
"Booking Created": "Booking Created",
"Booking Accepted": "Booking Accepted",
"Booking Changed": "Booking Changed",
"Guest Checked In": "Guest Checked In",
"Guest Checked Out": "Guest Checked Out",
"Booking Canceled": "Booking Canceled",
"Booking Failed": "Booking Failed",
"Booking Option Created": "Booking Option Created",
"Booking Option Accepted": "Booking Option Accepted",
"Booking Option Canceled": "Booking Option Canceled",
"Booking Option Expired": "Booking Option Expired",
"Order Placed": "Order Placed",
"Message Sent by Customer": "Message Sent by Customer",
"Message Sent to Customer": "Message Sent to Customer",
"Review Created": "Review Created",
"Review Request": "Review Request",
"Triggers when a new booking is created.": "Triggers when a new booking is created.",
"Triggers when a booking is accepted.": "Triggers when a booking is accepted.",
"Triggers when a booking is updated.": "Triggers when a booking is updated.",
"Triggers when a guest checks in at the restaurant.": "Triggers when a guest checks in at the restaurant.",
"Triggers when a guest checks out from the restaurant.": "Triggers when a guest checks out from the restaurant.",
"Triggers when a booking is canceled.": "Triggers when a booking is canceled.",
"Triggers when a booking fails.": "Triggers when a booking fails.",
"Triggers when a booking option is created.": "Triggers when a booking option is created.",
"Triggers when a booking option is accepted. A booking.accepted event will also be fired.": "Triggers when a booking option is accepted. A booking.accepted event will also be fired.",
"Triggers when a booking option is canceled.": "Triggers when a booking option is canceled.",
"Triggers when a booking option expires.": "Triggers when a booking option expires.",
"Triggers when a takeaway order is made or a gift voucher is purchased.": "Triggers when a takeaway order is made or a gift voucher is purchased.",
"Triggers when a message is sent by the customer.": "Triggers when a message is sent by the customer.",
"Triggers when a message is sent by the restaurant to the customer.": "Triggers when a message is sent by the restaurant to the customer.",
"Triggers when a review is created.": "Triggers when a review is created.",
"Triggers when a review request can be sent to the customer (typically 1 day after reservation).": "Triggers when a review request can be sent to the customer (typically 1 day after reservation).",
"Restaurant": "Restaurant",
"Select the restaurant to monitor": "Select the restaurant to monitor"
}
40 changes: 40 additions & 0 deletions packages/pieces/community/gender-api/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"Predict the gender of a person based on their name using Gender-api service.": "Predict the gender of a person based on their name using Gender-api service.",
"The API key for accessing the Gender-api service": "The API key for accessing the Gender-api service",
"Get Gender by First Name": "Get Gender by First Name",
"Get Gender by Full Name": "Get Gender by Full Name",
"Get Statistics": "Get Statistics",
"Custom API Call": "Custom API Call",
"Predict the gender of a person based on their first name": "Predict the gender of a person based on their first name",
"Predict the gender of a person based on their full name": "Predict the gender of a person based on their full name",
"Get account statistics including remaining credits and usage information": "Get account statistics including remaining credits and usage information",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"First Name": "First Name",
"Country Code": "Country Code",
"Locale": "Locale",
"Full Name": "Full Name",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The first name to query": "The first name to query",
"ISO 3166-1 alpha-2 country code to improve accuracy (e.g., \"US\", \"DE\")": "ISO 3166-1 alpha-2 country code to improve accuracy (e.g., \"US\", \"DE\")",
"Browser locale for localization (e.g., \"en-US\", \"de-DE\")": "Browser locale for localization (e.g., \"en-US\", \"de-DE\")",
"The full name (first and last name) to query": "The full name (first and last name) to query",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"Securely manage secrets and sensitive data with HashiCorp Vault": "Securely manage secrets and sensitive data with HashiCorp Vault",
"Vault URL": "Vault URL",
"Authentication Method": "Authentication Method",
"Vault Token": "Vault Token",
"Role ID": "Role ID",
"Secret ID": "Secret ID",
"AppRole Mount Path": "AppRole Mount Path",
"Namespace": "Namespace",
"KV Secrets Engine Version": "KV Secrets Engine Version",
"The URL of your HashiCorp Vault instance (e.g., https://vault.example.com:8200)": "The URL of your HashiCorp Vault instance (e.g., https://vault.example.com:8200)",
"Choose how to authenticate with Vault": "Choose how to authenticate with Vault",
"Your Vault authentication token": "Your Vault authentication token",
"The Role ID for AppRole authentication": "The Role ID for AppRole authentication",
"The Secret ID for AppRole authentication": "The Secret ID for AppRole authentication",
"The mount path of the AppRole auth method": "The mount path of the AppRole auth method",
"Vault namespace (Enterprise feature, leave empty if not using)": "Vault namespace (Enterprise feature, leave empty if not using)",
"The version of the KV secrets engine": "The version of the KV secrets engine",
"Token": "Token",
"AppRole": "AppRole",
"Version 1 (KV v1)": "Version 1 (KV v1)",
"Version 2 (KV v2)": "Version 2 (KV v2)",
"\nConnect to HashiCorp Vault to securely manage secrets.\n\n**Authentication Methods:**\n- **Token**: Use a Vault token directly\n- **AppRole**: Use Role ID and Secret ID for machine authentication\n": "\nConnect to HashiCorp Vault to securely manage secrets.\n\n**Authentication Methods:**\n- **Token**: Use a Vault token directly\n- **AppRole**: Use Role ID and Secret ID for machine authentication\n",
"Read Secret": "Read Secret",
"Write Secret": "Write Secret",
"Delete Secret": "Delete Secret",
"List Secrets": "List Secrets",
"Custom API Call": "Custom API Call",
"Read a secret from HashiCorp Vault": "Read a secret from HashiCorp Vault",
"Write a secret to HashiCorp Vault": "Write a secret to HashiCorp Vault",
"Delete a secret from HashiCorp Vault": "Delete a secret from HashiCorp Vault",
"List secrets at a path in HashiCorp Vault": "List secrets at a path in HashiCorp Vault",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Secret Engine": "Secret Engine",
"Secret Path": "Secret Path",
"Version": "Version",
"Secret Data": "Secret Data",
"Path": "Path",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The name of the secrets engine (mount path)": "The name of the secrets engine (mount path)",
"The path to the secret (e.g., myapp/database)": "The path to the secret (e.g., myapp/database)",
"Version of the secret to read (0 for latest, KV v2 only)": "Version of the secret to read (0 for latest, KV v2 only)",
"The path to store the secret (e.g., myapp/database)": "The path to store the secret (e.g., myapp/database)",
"The secret data to store as JSON": "The secret data to store as JSON",
"The path to the secret to delete (e.g., myapp/database)": "The path to the secret to delete (e.g., myapp/database)",
"The path to list secrets from (e.g., myapp/)": "The path to list secrets from (e.g., myapp/)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}
16 changes: 16 additions & 0 deletions packages/pieces/community/leap-ai/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Automate any workflow with AI. Build custom AI automations to scale your marketing, sales, and operations.": "Automate any workflow with AI. Build custom AI automations to scale your marketing, sales, and operations.",
"Provide your Leap AI API key. \n\n**How to get your API key:**\n1. Go to [app.tryleap.ai](https://app.tryleap.ai)\n2. Click on **Settings** in the left sidebar (bottom)\n3. Navigate to the **API** section\n4. Click **Create API Key** to generate a new key\n5. Copy and paste the key here": "Provide your Leap AI API key. \n\n**How to get your API key:**\n1. Go to [app.tryleap.ai](https://app.tryleap.ai)\n2. Click on **Settings** in the left sidebar (bottom)\n3. Navigate to the **API** section\n4. Click **Create API Key** to generate a new key\n5. Copy and paste the key here",
"Get a Workflow Run": "Get a Workflow Run",
"Run a Workflow": "Run a Workflow",
"Retrieve the status and results of a workflow run": "Retrieve the status and results of a workflow run",
"Execute a Leap AI workflow and return the run ID": "Execute a Leap AI workflow and return the run ID",
"Workflow Run ID": "Workflow Run ID",
"Workflow ID": "Workflow ID",
"Webhook URL": "Webhook URL",
"Input Variables": "Input Variables",
"The ID of the workflow run to retrieve": "The ID of the workflow run to retrieve",
"The ID of the workflow to run": "The ID of the workflow to run",
"The URL to which workflow results should be sent on completion (optional)": "The URL to which workflow results should be sent on completion (optional)",
"Variables that the workflow can use globally and their values (optional)": "Variables that the workflow can use globally and their values (optional)"
}
Loading
Loading