Files
smoothschedule/activepieces-fork/packages/pieces/community/http/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

35 lines
1.7 KiB
JSON

{
"HTTP": "HTTP",
"Sends HTTP requests and return responses": "Отправляет HTTP запросы и возвращает ответы",
"Send HTTP request": "Отправить HTTP-запрос",
"Method": "Метод",
"URL": "URL",
"Headers": "Заголовки",
"Query params": "Параметры запроса",
"Authentication": "Проверка подлинности",
"Authentication Fields": "Поля аутентификации",
"Body Type": "Тип тела",
"Body": "Тело",
"Response is Binary": "Ответ является двоичным",
"Use Proxy": "Использовать прокси",
"Proxy Settings": "Настройки прокси",
"Timeout(in seconds)": "Тайм-аут (в секундах)",
"On Failure": "При ошибке",
"Enable for files like PDFs, images, etc. A base64 body will be returned.": "Включить для файлов типа PDF, изображений и т. д. Будет возвращено тело base64.",
"Use a proxy for this request": "Использовать прокси для этого запроса",
"GET": "ПОЛУЧИТЬ",
"POST": "ПОСТ",
"PATCH": "ПАТЧ",
"PUT": "ПОКУПИТЬ",
"DELETE": "УДАЛИТЬ",
"HEAD": "HEAD",
"None": "Нет",
"Basic Auth": "Базовая авторизация",
"Bearer Token": "Жетон носителя",
"Form Data": "Данные формы",
"JSON": "JSON",
"Raw": "Сырье",
"Retry on all errors (4xx, 5xx)": "Повторить все ошибки (4xx, 5xx)",
"Continue flow": "Продолжить поток",
"Retry on internal errors (5xx)": "Повторить внутренние ошибки (5xx)"
}