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

31 lines
1.9 KiB
JSON

{
"Create Record(s)": "Maak Opname(s)",
"Delete Record(s)": "Opname(s) verwijderen",
"Update Record": "Update Record",
"Get Record": "Krijg Record",
"Find Records": "Records zoeken",
"Insert one or more new records to a table.": "Een of meer nieuwe records toevoegen aan een tabel.",
"Delete record(s) from a table": "Verwijder record(s) uit een tabel",
"Update values in an existing record": "Waarden in een bestaand record bijwerken",
"Get single record by its id.": "Krijg enkele record bij zijn id.",
"Find records in a table with filters.": "Zoek records in een tabel met filters.",
"Table Name": "Tafel naam",
"Records": "Records",
"Records IDs": "Records ID's",
"Record ID": "Record ID",
"Values": "Waarden",
"Limit": "Limiet",
"Filters": "Filters",
"The records to create.": "De records om te maken.",
"The IDs of the records to delete": "De ID's van de te verwijderen records",
"The ID of the record to do the action on.": "Het ID van het record waar u de actie aan wilt doen.",
"The values to update. Leave empty to keep current value.": "De waarden om bij te werken. Laat leeg om de huidige waarde te behouden.",
"Maximum number of records to return (default no limit).": "Maximum aantal records om terug te sturen (standaard geen limiet).",
"Filter conditions to apply": "Filter voorwaarden toe te passen",
"New Record Created": "Nieuw Record Gemaakt",
"Record Updated": "Record bijgewerkt",
"Record Deleted": "Record verwijderd",
"Triggers when a new record is added to the selected table.": "Activeert wanneer een nieuwe record wordt toegevoegd aan de geselecteerde tabel.",
"Triggers when a record is updated in the selected table.": "Activeert wanneer een record wordt bijgewerkt in de geselecteerde tabel.",
"Triggers when a record is deleted from the selected table.": "Activeert wanneer een record wordt verwijderd uit de geselecteerde tabel."
}