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

40 lines
2.2 KiB
JSON

{
"API Key": "Chave de API",
"Application ID": "ID da aplicação",
"Your Knack API Key available in the Settings section of the Builder.": "Sua chave de API Knack disponível na seção Configurações do Construtor.",
"Your Application ID available in the Settings section of the Builder.": "Seu ID de aplicativo disponível na seção Configurações do Construtor.",
"Create Record": "Criar Registro",
"Delete Record": "Excluir registro",
"Find Record": "Localizar Registro",
"Update Record": "Atualizar Registro",
"Custom API Call": "Chamada de API personalizada",
"Creates a new record into a specified object/table.": "Cria um novo registro em um objeto/tabela especificada.",
"Deletes an existing record from a table.": "Exclui um registro existente de uma tabela.",
"Finds a single record using field value.": "Encontra um único registro usando o valor do campo.",
"Updates an existing record.": "Atualiza um registro existente.",
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
"Object": "Objeto",
"Record Fields": "Recorde Campos",
"Record ID": "ID do Registro",
"Field ID": "ID do campo",
"Field Value": "Valor do Campo",
"Method": "Método",
"Headers": "Cabeçalhos",
"Query Parameters": "Parâmetros da consulta",
"Body": "Conteúdo",
"Response is Binary ?": "A resposta é binária ?",
"No Error on Failure": "Nenhum erro no Failure",
"Timeout (in seconds)": "Tempo limite (em segundos)",
"The ID of the record to delete.": "A ID do registro a excluir.",
"Field to find the record by": "Campo para encontrar o registro de",
"The value to search for in the specified field.": "O valor a procurar no campo especificado.",
"The ID of the record to update.": "A ID do registro a ser atualizada.",
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
"GET": "OBTER",
"POST": "POSTAR",
"PATCH": "COMPRAR",
"PUT": "COLOCAR",
"DELETE": "EXCLUIR",
"HEAD": "CABEÇA"
}