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

32 lines
2.5 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.
{
"Tables": "Таблицы",
"Create Record(s)": "Создать запись(и)",
"Delete Record(s)": "Удалить запись(и)",
"Update Record": "Обновить запись",
"Get Record": "Получить запись",
"Find Records": "Найти записи",
"Insert one or more new records to a table.": "Вставьте одну или несколько новых записей в таблицу.",
"Delete record(s) from a table": "Удалить записи из таблицы",
"Update values in an existing record": "Обновить значения в существующей записи",
"Get single record by its id.": "Получить одну запись по идентификатору.",
"Find records in a table with filters.": "Найти записи в таблице с фильтрами.",
"Table Name": "Название таблицы",
"Records": "Отчеты",
"Records IDs": "Идентификаторы записей",
"Record ID": "ID записи",
"Values": "Значения",
"Limit": "Лимит",
"Filters": "Фильтры",
"The records to create.": "Записи для создания.",
"The IDs of the records to delete": "ID удаляемых записей",
"The ID of the record to do the action on.": "ID записи, на которую нужно выполнить действие.",
"The values to update. Leave empty to keep current value.": "Значения для обновления. Оставьте пустым, чтобы сохранить текущее значение.",
"Maximum number of records to return (default no limit).": "Максимальное количество возвращаемых записей (без ограничения по умолчанию).",
"Filter conditions to apply": "Фильтр условий для применения",
"New Record Created": "Создана новая запись",
"Record Updated": "Запись обновлена",
"Record Deleted": "Запись удалена",
"Triggers when a new record is added to the selected table.": "Включает при добавлении новой записи в выбранную таблицу.",
"Triggers when a record is updated in the selected table.": "Включает при обновлении записи в выбранной таблице.",
"Triggers when a record is deleted from the selected table.": "Включает при удалении записи из выбранной таблицы."
}