Files
smoothschedule/activepieces-fork/packages/pieces/community/stripe/src/i18n/id.json
poduck 3aa7199503 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>
2025-12-18 22:59:37 -05:00

51 lines
2.2 KiB
JSON

{
"Stripe": "Stripe",
"Online payment processing for internet businesses": "Online payment processing for internet businesses",
"Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
"Create Customer": "Create Customer",
"Create Invoice": "Create Invoice",
"Search Customer": "Search Customer",
"Retrieve Customer": "Retrieve Customer",
"Custom API Call": "Custom API Call",
"Create a customer in stripe": "Create a customer in stripe",
"Create an Invoice in stripe": "Create an Invoice in stripe",
"Search for a customer in stripe by email": "Search for a customer in stripe by email",
"Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Email": "Email",
"Name": "Name",
"Description": "Description",
"Phone": "Phone",
"Address Line 1": "Address Line 1",
"Postal Code": "Postal Code",
"City": "City",
"State": "State",
"Country": "Country",
"Customer ID": "Customer ID",
"Currency": "Currency",
"ID": "ID",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Stripe Customer ID": "Stripe Customer ID",
"Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
"Description for the invoice": "Description for the invoice",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Payment": "New Payment",
"New Customer": "New Customer",
"Payment Failed": "Payment Failed",
"New Subscription": "New Subscription",
"Triggers when a new payment is made": "Triggers when a new payment is made",
"Triggers when a new customer is created": "Triggers when a new customer is created",
"Triggers when a payment fails": "Triggers when a payment fails",
"Triggers when a new subscription is made": "Triggers when a new subscription is made"
}