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,42 @@
|
||||
{
|
||||
"The world's most popular open-source database": "The world's most popular open-source database",
|
||||
"Host": "主机",
|
||||
"Port": "端口",
|
||||
"Username": "用户名",
|
||||
"Password": "密码",
|
||||
"Database": "Database",
|
||||
"The hostname or address of the mysql server": "The hostname or address of the mysql server",
|
||||
"The port to use for connecting to the mysql server": "The port to use for connecting to the mysql server",
|
||||
"The username to use for connecting to the mysql server": "The username to use for connecting to the mysql server",
|
||||
"The password to use to identify at the mysql server": "The password to use to identify at the mysql server",
|
||||
"The name of the database to use. Required if you are not using the \"Execute Query\" Action": "The name of the database to use. Required if you are not using the \"Execute Query\" Action",
|
||||
"Find Rows": "查找行",
|
||||
"Insert Row": "Insert Row",
|
||||
"Update Row": "更新行",
|
||||
"Delete Row": "删除行",
|
||||
"Get Tables": "Get Tables",
|
||||
"Execute Query": "Execute Query",
|
||||
"Reads rows from a table": "Reads rows from a table",
|
||||
"Inserts a new row into a table": "Inserts a new row into a table",
|
||||
"Updates one or more rows in a table": "Updates one or more rows in a table",
|
||||
"Deletes one or more rows from a table": "Deletes one or more rows from a table",
|
||||
"Returns a list of tables in the database": "Returns a list of tables in the database",
|
||||
"Executes a query on the mysql database and returns the results": "Executes a query on the mysql database and returns the results",
|
||||
"Markdown": "Markdown",
|
||||
"Timezone": "Timezone",
|
||||
"Table": "表",
|
||||
"Condition": "条件",
|
||||
"Arguments": "Arguments",
|
||||
"Columns": "Columns",
|
||||
"Values": "值",
|
||||
"Search Column": "Search Column",
|
||||
"Search Value": "搜索值",
|
||||
"Query": "Query",
|
||||
"\n **DO NOT** use dynamic input directly in the query string or column names.\n \n\n Use **?** in the query and dynamic values in args/values for parameterized queries to prevent **SQL injection**.": "\n **DO NOT** use dynamic input directly in the query string or column names.\n \n\n Use **?** in the query and dynamic values in args/values for parameterized queries to prevent **SQL injection**.",
|
||||
"Timezone for the MySQL server to use": "Timezone for the MySQL server to use",
|
||||
"SQL condition, can also include logic operators, etc.": "SQL condition, can also include logic operators, etc.",
|
||||
"Arguments can be used using ? in the condition": "Arguments can be used using ? in the condition",
|
||||
"Specify the columns you want to select": "Specify the columns you want to select",
|
||||
"The query string to execute, use ? for arguments to avoid SQL injection.": "The query string to execute, use ? for arguments to avoid SQL injection.",
|
||||
"Arguments to use in the query, if any. Should be in the same order as the ? in the query string..": "Arguments to use in the query, if any. Should be in the same order as the ? in the query string.."
|
||||
}
|
||||
Reference in New Issue
Block a user