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,95 @@
|
||||
{
|
||||
"DeepL": "DeepL",
|
||||
"AI-powered language translation": "AI-powered language translation",
|
||||
"Api key": "Api key",
|
||||
"Api url": "Api url",
|
||||
"Enter the api key": "Enter the api key",
|
||||
"Select api url": "Select api url",
|
||||
"Free API": "Free API",
|
||||
"Paid API": "Paid API",
|
||||
"\nFollow these instructions to get your DeepL API Key:\n\n1. Log in to your DeepL account.\n2. Visit https://www.deepl.com/account/summary\n3. Go to the API section and obtain your DeepL API Key.\n": "\nFollow these instructions to get your DeepL API Key:\n\n1. Log in to your DeepL account.\n2. Visit https://www.deepl.com/account/summary\n3. Go to the API section and obtain your DeepL API Key.\n",
|
||||
"Translate text": "Translate text",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Translate a text to the target language": "Translate a text to the target language",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Text": "Text",
|
||||
"Target language": "Target language",
|
||||
"Source language": "Source language",
|
||||
"Split sentences": "Split sentences",
|
||||
"Preserve formatting": "Preserve formatting",
|
||||
"Formality": "Formality",
|
||||
"Glossary id": "Glossary id",
|
||||
"Tag handling": "Tag handling",
|
||||
"Outline detection": "Outline detection",
|
||||
"Non splitting tags": "Non splitting tags",
|
||||
"Splitting tags": "Splitting tags",
|
||||
"Ignore tags": "Ignore tags",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Text to be translated. Only UTF-8-encoded plain text is supported.",
|
||||
"The language into which the text should be translated.": "The language into which the text should be translated.",
|
||||
"Language of the text to be translated": "Language of the text to be translated",
|
||||
"Sets whether the translation engine should first split the input into sentences. For text translations where tag_handling is not set to html, the default value is 1, meaning the engine splits on punctuation and on newlines.": "Sets whether the translation engine should first split the input into sentences. For text translations where tag_handling is not set to html, the default value is 1, meaning the engine splits on punctuation and on newlines.",
|
||||
"Sets whether the translation engine should respect the original formatting, even if it would usually correct some aspects.": "Sets whether the translation engine should respect the original formatting, even if it would usually correct some aspects.",
|
||||
"Sets whether the translated text should lean towards formal or informal language.": "Sets whether the translated text should lean towards formal or informal language.",
|
||||
"Specify the glossary to use for the translation.": "Specify the glossary to use for the translation.",
|
||||
"Sets which kind of tags should be handled.": "Sets which kind of tags should be handled.",
|
||||
"The automatic detection of the XML structure won't yield best results in all XML files.": "The automatic detection of the XML structure won't yield best results in all XML files.",
|
||||
"Comma-separated list of XML or HTML tags.": "Comma-separated list of XML or HTML tags.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Bulgarian": "Bulgarian",
|
||||
"Czech": "Czech",
|
||||
"Danish": "Danish",
|
||||
"German": "German",
|
||||
"Greek": "Greek",
|
||||
"English (British)": "English (British)",
|
||||
"English (American)": "English (American)",
|
||||
"Spanish": "Spanish",
|
||||
"Estonian": "Estonian",
|
||||
"Finnish": "Finnish",
|
||||
"French": "French",
|
||||
"Hungarian": "Hungarian",
|
||||
"Indonesian": "Indonesian",
|
||||
"Italian": "Italian",
|
||||
"Japanese": "Japanese",
|
||||
"Korean": "Korean",
|
||||
"Lithuanian": "Lithuanian",
|
||||
"Latvian": "Latvian",
|
||||
"Norwegian": "Norwegian",
|
||||
"Dutch": "Dutch",
|
||||
"Polish": "Polish",
|
||||
"Portuguese (Brazilian)": "Portuguese (Brazilian)",
|
||||
"Portuguese": "Portuguese",
|
||||
"Romanian": "Romanian",
|
||||
"Russian": "Russian",
|
||||
"Slovak": "Slovak",
|
||||
"Slovenian": "Slovenian",
|
||||
"Swedish": "Swedish",
|
||||
"Turkish": "Turkish",
|
||||
"Ukrainian": "Ukrainian",
|
||||
"Chinese (simplified)": "Chinese (simplified)",
|
||||
"English": "English",
|
||||
"Chinese": "Chinese",
|
||||
"No splitting at all, whole input is treated as one sentence": "No splitting at all, whole input is treated as one sentence",
|
||||
"Splits on punctuation and on newlines": "Splits on punctuation and on newlines",
|
||||
"Splits on punctuation only, ignoring newlines": "Splits on punctuation only, ignoring newlines",
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"Default": "Default",
|
||||
"For a more formal language": "For a more formal language",
|
||||
"For a more informal language": "For a more informal language",
|
||||
"For a more formal language if available, otherwise fallback to default formality": "For a more formal language if available, otherwise fallback to default formality",
|
||||
"For a more informal language if available, otherwise fallback to default formality": "For a more informal language if available, otherwise fallback to default formality",
|
||||
"Enable XML tag handling": "Enable XML tag handling",
|
||||
"Enable HTML tag handling": "Enable HTML tag handling",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
Reference in New Issue
Block a user