Files
smoothschedule/activepieces-fork/packages/pieces/community/comfyicu/src/i18n/ru.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

24 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Comfy.ICU": "Comfy.ICU",
"You can obtain API key from [Account Settings](https://comfy.icu/account).": "Вы можете получить ключ API в [Настройках аккаунта](https://comfy.icu/account).",
"Get Run Output": "Запустить вывод",
"Get Run Status": "Получить статус запуска",
"List Workflows": "Список рабочих процессов",
"Submit Workflow Run": "Отправить запуск рабочего процесса",
"Retrieves generated images or videos from a completed run.": "Получает сгенерированные изображения или видео из завершённого запуска.",
"Retrieves the status of workflow run.": "Получает статус выполнения рабочего процесса.",
"Retrieves available workflows for execution.": "Получает доступные рабочие процессы для выполнения.",
"Execute a workflow with specified prompt.": "Выполнить рабочий процесс с указанной подсказкой.",
"Workflow ID": "ID рабочего процесса",
"Run ID": "ID запуска",
"Prompt": "Prompt",
"Webhook": "Вебхук",
"You can get workflow prompt by navigating to History->Select Run -> Copy API Workflow.": "Вы можете получить запрос рабочего процесса, перейдя по ссылке History->Select Run -> Copy API Workflow.",
"Webhook URL to recieve run status.": "Webhook URL для получения статуса запуска.",
"New Workflow Created": "Новый рабочий процесс создан",
"Run Completed": "Запуск завершен",
"Run Failed": "Неудачный запуск",
"Triggers when a new workflow is created.": "Триггеры при создании нового рабочего процесса.",
"Triggers when a workflow run is successfully completed.": "Триггеры при запуске рабочего процесса успешно завершены.",
"Triggers when a workflow run is failed.": "Триггеры, когда рабочий процесс не запущен."
}