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,54 @@
|
||||
{
|
||||
"Discourse": "Обсуждение",
|
||||
"Modern open source forum software": "Современное программное обеспечение с открытым исходным кодом",
|
||||
"API Key": "Ключ API",
|
||||
"API Username": "Имя пользователя API",
|
||||
"Website URL": "URL сайта",
|
||||
"URL of the discourse url i.e https://discourse.yourinstance.com": "URL ссылки дискурса, т.е. https://discourse.yourinstance.com",
|
||||
"\n*Get your api Key: https://discourse.yourinstance.com/admin/api/keys\n": "\n*Получить api Key: https://discourse.yourinstance.com/admin/api/keys\n",
|
||||
"Create Post": "Создать запись",
|
||||
"Create Topic": "Создать тему",
|
||||
"Change User Trust Level": "Изменить уровень доверия пользователя",
|
||||
"Add Users to Group": "Добавить пользователей в группу",
|
||||
"Send Private Message": "Отправить личное сообщение",
|
||||
"Custom API Call": "Пользовательский вызов API",
|
||||
"Create a new post in discourse": "Создать новое сообщение в сообщении",
|
||||
"Create a new topic in Discourse": "Создать новую тему в Discourse",
|
||||
"Change the trust level of a user": "Изменить уровень доверия пользователя",
|
||||
"Add users to a group": "Добавить пользователей в группу",
|
||||
"Send a private message in Discourse": "Отправить личное сообщение в Дискурсе",
|
||||
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
||||
"Post Content": "Содержание сообщения",
|
||||
"Topic ID": "ID темы",
|
||||
"Post Title": "Название записи",
|
||||
"Topic Content": "Содержание темы",
|
||||
"Category ID": "ID категории",
|
||||
"User ID": "ID пользователя",
|
||||
"New Trust Level": "Новый уровень доверия",
|
||||
"Group Id": "ID группы",
|
||||
"Users": "Пользователи",
|
||||
"Method": "Метод",
|
||||
"Headers": "Заголовки",
|
||||
"Query Parameters": "Параметры запроса",
|
||||
"Body": "Тело",
|
||||
"No Error on Failure": "Нет ошибок при ошибке",
|
||||
"Timeout (in seconds)": "Таймаут (в секундах)",
|
||||
"Content of the post": "Содержание сообщения",
|
||||
"ID of the topic to post in": "ID темы для публикации",
|
||||
"Title of the Topic": "Название темы",
|
||||
"Content of the topic": "Содержание темы",
|
||||
"ID of the category to post in": "ID категории для публикации в",
|
||||
"ID of the user": "ID пользователя",
|
||||
"New trust level of the user": "Новый уровень доверия пользователя",
|
||||
"Id of the group": "Id группы",
|
||||
"List of users to add to the group": "Список пользователей для добавления в группу",
|
||||
"Title for the PM": "Название для PM",
|
||||
"List of users to send the PM to (can be one or more)": "Список пользователей, отправляющих ЛС (может быть одним или более)",
|
||||
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
||||
"GET": "ПОЛУЧИТЬ",
|
||||
"POST": "ПОСТ",
|
||||
"PATCH": "ПАТЧ",
|
||||
"PUT": "ПОКУПИТЬ",
|
||||
"DELETE": "УДАЛИТЬ",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
Reference in New Issue
Block a user