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>
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Erstellen Sie einen API-Schlüssel im [Coda Account Dashboard](https://coda.io/account).",
|
||||
"Create Row": "Zeile erstellen",
|
||||
"Update Row": "Zeile aktualisieren",
|
||||
"Upsert Row": "Upsert-Zeile",
|
||||
"Find Row(s)": "Zeile(n) finden",
|
||||
"Get Row": "Zeile holen",
|
||||
"List Table(s)": "Tabelle(s) auflisten",
|
||||
"Get Table": "Tisch holen",
|
||||
"Custom API Call": "Eigener API-Aufruf",
|
||||
"Creates a new row in the selected table.": "Erstellt eine neue Zeile in der ausgewählten Tabelle.",
|
||||
"Updates an existing row in the selected table.": "Aktualisiert eine vorhandene Zeile in der ausgewählten Tabelle.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Erstellt eine neue Zeile oder aktualisiert eine existierende Zeile, wenn sie zu Schlüsselspalten passt.",
|
||||
"Find specific rows in the selected table using a column match search.": "Finden Sie bestimmte Zeilen in der ausgewählten Tabelle, indem Sie eine Spaltensuche verwenden.",
|
||||
"Retrieves a single row by specified ID.": "Ruft eine einzelne Zeile durch die angegebene ID ab.",
|
||||
"List tables in a selected document.": "Listet Tabellen in einem ausgewählten Dokument auf.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Holen Sie sich Struktur und Details einer bestimmten Tabelle (z.B. Spalten, Schema).",
|
||||
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
||||
"Document": "Dokument",
|
||||
"Table": "Tisch",
|
||||
"Row Data": "Zeilendaten",
|
||||
"Row ID or Name": "Zeilennummer oder Name",
|
||||
"Matching Columns": "Passende Spalten",
|
||||
"Search Column": "Spalte durchsuchen",
|
||||
"Search Value": "Suchwert",
|
||||
"Max Tables": "Max. Tabellen",
|
||||
"Method": "Methode",
|
||||
"Headers": "Kopfzeilen",
|
||||
"Query Parameters": "Abfrageparameter",
|
||||
"Body": "Körper",
|
||||
"Response is Binary ?": "Antwort ist binär?",
|
||||
"No Error on Failure": "Kein Fehler bei Fehler",
|
||||
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
||||
"Define the data for the new row based on table columns.": "Definieren Sie die Daten für den neuen Datensatz basierend auf Tabellenspalten.",
|
||||
"Maximum number of results to return.": "Maximale Anzahl der zurückzugebenden Ergebnisse.",
|
||||
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
||||
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
||||
"GET": "ERHALTEN",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "LÖSCHEN",
|
||||
"HEAD": "HEAD",
|
||||
"New Row Created": "Neue Zeile erstellt",
|
||||
"Triggers when a new row is added to the selected table.": "Wird ausgelöst, wenn der ausgewählten Tabelle eine neue Zeile hinzugefügt wird."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Crear una clave API en el [Panel de control de la cuenta Coda](https://coda.io/account).",
|
||||
"Create Row": "Crear fila",
|
||||
"Update Row": "Actualizar fila",
|
||||
"Upsert Row": "Subir fila",
|
||||
"Find Row(s)": "Buscar fila(s)",
|
||||
"Get Row": "Obtener fila",
|
||||
"List Table(s)": "Listar tabla(s)",
|
||||
"Get Table": "Obtener tabla",
|
||||
"Custom API Call": "Llamada API personalizada",
|
||||
"Creates a new row in the selected table.": "Crea una nueva fila en la tabla seleccionada.",
|
||||
"Updates an existing row in the selected table.": "Actualiza una fila existente en la tabla seleccionada.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Crea una nueva fila o actualiza una existente si coincide con columnas clave.",
|
||||
"Find specific rows in the selected table using a column match search.": "Encuentre registros específicos en la tabla seleccionada usando una búsqueda de columnas.",
|
||||
"Retrieves a single row by specified ID.": "Recuperar una sola fila con el ID especificado.",
|
||||
"List tables in a selected document.": "Listar tablas en un documento seleccionado.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Obtener la estructura y los detalles de una tabla específica (por ejemplo, columnas, esquema).",
|
||||
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
||||
"Document": "Documento",
|
||||
"Table": "Tabla",
|
||||
"Row Data": "Datos de fila",
|
||||
"Row ID or Name": "ID o nombre de fila",
|
||||
"Matching Columns": "Columnas coincidentes",
|
||||
"Search Column": "Columna de búsqueda",
|
||||
"Search Value": "Valor de búsqueda",
|
||||
"Max Tables": "Tablas Máximas",
|
||||
"Method": "Método",
|
||||
"Headers": "Encabezados",
|
||||
"Query Parameters": "Parámetros de consulta",
|
||||
"Body": "Cuerpo",
|
||||
"Response is Binary ?": "¿Respuesta es binaria?",
|
||||
"No Error on Failure": "No hay ningún error en fallo",
|
||||
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
||||
"Define the data for the new row based on table columns.": "Definir los datos para el nuevo registro basado en columnas de la tabla.",
|
||||
"Maximum number of results to return.": "Número máximo de resultados a regresar.",
|
||||
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
||||
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
||||
"GET": "RECOGER",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "BORRAR",
|
||||
"HEAD": "LIMPIO",
|
||||
"New Row Created": "Nueva fila creada",
|
||||
"Triggers when a new row is added to the selected table.": "Se activa cuando se añade una nueva fila a la tabla seleccionada."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Créez une clé API dans le [Tableau de bord du compte Coda](https://coda.io/account).",
|
||||
"Create Row": "Créer une ligne",
|
||||
"Update Row": "Mettre à jour la ligne",
|
||||
"Upsert Row": "Lignée supérieure",
|
||||
"Find Row(s)": "Trouver des lignes(s)",
|
||||
"Get Row": "Obtenir la ligne",
|
||||
"List Table(s)": "Liste(s) table(s)",
|
||||
"Get Table": "Récupérer la table",
|
||||
"Custom API Call": "Appel API personnalisé",
|
||||
"Creates a new row in the selected table.": "Crée une nouvelle ligne dans la table sélectionnée.",
|
||||
"Updates an existing row in the selected table.": "Met à jour une ligne existante dans la table sélectionnée.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Crée une nouvelle ligne ou met à jour une ligne existante si elle correspond aux colonnes de clés.",
|
||||
"Find specific rows in the selected table using a column match search.": "Trouver des lignes spécifiques dans la table sélectionnée à l'aide d'une recherche de colonnes.",
|
||||
"Retrieves a single row by specified ID.": "Récupère une seule ligne par l'ID spécifié.",
|
||||
"List tables in a selected document.": "Lister les tables dans un document sélectionné.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Récupère la structure et les détails d'une table spécifique (par exemple, colonnes, schéma).",
|
||||
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
||||
"Document": "Document",
|
||||
"Table": "Tableau",
|
||||
"Row Data": "Données de la ligne",
|
||||
"Row ID or Name": "ID de ligne ou nom",
|
||||
"Matching Columns": "Colonnes correspondantes",
|
||||
"Search Column": "Colonne de recherche",
|
||||
"Search Value": "Valeur de la recherche",
|
||||
"Max Tables": "Tables max",
|
||||
"Method": "Méthode",
|
||||
"Headers": "En-têtes",
|
||||
"Query Parameters": "Paramètres de requête",
|
||||
"Body": "Corps",
|
||||
"Response is Binary ?": "La réponse est Binaire ?",
|
||||
"No Error on Failure": "Aucune erreur en cas d'échec",
|
||||
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
||||
"Define the data for the new row based on table columns.": "Définit les données de la nouvelle ligne en fonction des colonnes de la table.",
|
||||
"Maximum number of results to return.": "Nombre maximum de résultats à retourner.",
|
||||
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
||||
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
||||
"GET": "OBTENIR",
|
||||
"POST": "POSTER",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "EFFACER",
|
||||
"DELETE": "SUPPRIMER",
|
||||
"HEAD": "TÊTE",
|
||||
"New Row Created": "Nouvelle ligne créée",
|
||||
"Triggers when a new row is added to the selected table.": "Déclenche quand une nouvelle ligne est ajoutée à la table sélectionnée."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "[Coda Account dashboard](https://coda.io/account)にAPIキーを作成します。",
|
||||
"Create Row": "行を作成",
|
||||
"Update Row": "行を更新",
|
||||
"Upsert Row": "Upsert Row",
|
||||
"Find Row(s)": "行を検索",
|
||||
"Get Row": "行を取得",
|
||||
"List Table(s)": "表の一覧",
|
||||
"Get Table": "テーブルを取得する",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Creates a new row in the selected table.": "選択したテーブルに新しい行を作成します。",
|
||||
"Updates an existing row in the selected table.": "選択した表の既存の行を更新します。",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "新しい行を作成するか、キー列と一致する場合は既存の行を更新します。",
|
||||
"Find specific rows in the selected table using a column match search.": "列一致検索を使用して、選択したテーブル内の特定の行を検索します。",
|
||||
"Retrieves a single row by specified ID.": "指定した ID で単一行を取得します。",
|
||||
"List tables in a selected document.": "選択したドキュメント内の表の一覧です。",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "特定のテーブル (列、スキーマなど) の構造と詳細を取得します。",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"Document": "ドキュメント",
|
||||
"Table": "表",
|
||||
"Row Data": "行データ",
|
||||
"Row ID or Name": "行IDまたは名前",
|
||||
"Matching Columns": "一致する列",
|
||||
"Search Column": "列を検索",
|
||||
"Search Value": "検索値",
|
||||
"Max Tables": "テーブルの最大数",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"Define the data for the new row based on table columns.": "テーブル列に基づいて新しい行のデータを定義します。",
|
||||
"Maximum number of results to return.": "返す結果の最大数。",
|
||||
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
||||
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
||||
"GET": "取得",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "削除",
|
||||
"HEAD": "頭",
|
||||
"New Row Created": "新しい行を作成しました",
|
||||
"Triggers when a new row is added to the selected table.": "選択したテーブルに新しい行が追加されたときにトリガーされます。"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Maak een API-sleutel in het [Coda Account dashboard](https://coda.io/account).",
|
||||
"Create Row": "Rij maken",
|
||||
"Update Row": "Rij bijwerken",
|
||||
"Upsert Row": "In de woestijn rij",
|
||||
"Find Row(s)": "Rij(en) zoeken",
|
||||
"Get Row": "Verkrijg rij",
|
||||
"List Table(s)": "Toon tabel(s)",
|
||||
"Get Table": "Tabel ophalen",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new row in the selected table.": "Maakt een nieuwe rij in de geselecteerde tabel.",
|
||||
"Updates an existing row in the selected table.": "Werkt een bestaande rij in de geselecteerde tabel bij.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Maakt een nieuwe rij of update een bestaande als het overeenkomt met sleutelkolommen.",
|
||||
"Find specific rows in the selected table using a column match search.": "Vind specifieke rijen in de geselecteerde tabel met behulp van een kolommatch zoeken.",
|
||||
"Retrieves a single row by specified ID.": "Haalt een enkele rij op met een opgegeven ID.",
|
||||
"List tables in a selected document.": "Lijst tabellen in een geselecteerd document.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Krijg de structuur en details van een specifieke tabel (bijv. kolommen, schema).",
|
||||
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
||||
"Document": "Document",
|
||||
"Table": "Tabel",
|
||||
"Row Data": "Rij gegevens",
|
||||
"Row ID or Name": "Rij ID of naam",
|
||||
"Matching Columns": "Overeenkomende kolommen",
|
||||
"Search Column": "Zoek in kolom",
|
||||
"Search Value": "Waarde zoeken",
|
||||
"Max Tables": "Max. aantal tabellen",
|
||||
"Method": "Methode",
|
||||
"Headers": "Kopteksten",
|
||||
"Query Parameters": "Query parameters",
|
||||
"Body": "Lichaam",
|
||||
"Response is Binary ?": "Antwoord is binair?",
|
||||
"No Error on Failure": "Geen fout bij fout",
|
||||
"Timeout (in seconds)": "Time-out (in seconden)",
|
||||
"Define the data for the new row based on table columns.": "Definieer de gegevens voor de nieuwe rij gebaseerd op tabel kolommen.",
|
||||
"Maximum number of results to return.": "Maximum aantal resultaten om weer te geven.",
|
||||
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
||||
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
||||
"GET": "KRIJG",
|
||||
"POST": "POSTE",
|
||||
"PATCH": "BEKIJK",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "VERWIJDEREN",
|
||||
"HEAD": "HOOFD",
|
||||
"New Row Created": "Nieuwe rij gemaakt",
|
||||
"Triggers when a new row is added to the selected table.": "Triggert wanneer een nieuwe rij wordt toegevoegd aan de geselecteerde tabel."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Criar uma chave de API no [Painel de Conta Coda](https://coda.io/account).",
|
||||
"Create Row": "Criar Linha",
|
||||
"Update Row": "Atualizar linha",
|
||||
"Upsert Row": "Linha Recorrente",
|
||||
"Find Row(s)": "Localizar Linha(s)",
|
||||
"Get Row": "Obter Linha",
|
||||
"List Table(s)": "Listar Tabela(s)",
|
||||
"Get Table": "Obter mesa",
|
||||
"Custom API Call": "Chamada de API personalizada",
|
||||
"Creates a new row in the selected table.": "Cria uma nova linha na tabela selecionada.",
|
||||
"Updates an existing row in the selected table.": "Atualiza uma linha existente na tabela selecionada.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Cria uma nova linha ou atualiza uma existente se corresponder a colunas chave.",
|
||||
"Find specific rows in the selected table using a column match search.": "Localizar linhas específicas na tabela selecionada usando uma busca de coluna para coincidir.",
|
||||
"Retrieves a single row by specified ID.": "Recupera uma única linha com a ID especificada.",
|
||||
"List tables in a selected document.": "Listar tabelas em um documento selecionado.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Obter estrutura e detalhes de uma tabela específica (por exemplo, colunas, esquema).",
|
||||
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
||||
"Document": "Documento",
|
||||
"Table": "Classificações",
|
||||
"Row Data": "Dados da Linha",
|
||||
"Row ID or Name": "ID ou Nome da Linha",
|
||||
"Matching Columns": "Colunas correspondentes",
|
||||
"Search Column": "Pesquisar Coluna",
|
||||
"Search Value": "Pesquisar Valor",
|
||||
"Max Tables": "Máximo de tabelas",
|
||||
"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)",
|
||||
"Define the data for the new row based on table columns.": "Define os dados para a nova linha baseada nas colunas da tabela.",
|
||||
"Maximum number of results to return.": "Número máximo de resultados para retornar.",
|
||||
"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",
|
||||
"New Row Created": "Nova Linha Criada",
|
||||
"Triggers when a new row is added to the selected table.": "Dispara quando uma nova linha é adicionada à tabela selecionada."
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"Coda": "Coda",
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Создайте ключ API в [Панели учетной записи Coda](https://coda.io/account).",
|
||||
"Create Row": "Создать строку",
|
||||
"Update Row": "Обновить строку",
|
||||
"Upsert Row": "Верхняя строка",
|
||||
"Find Row(s)": "Найти строку(и)",
|
||||
"Get Row": "Получить строку",
|
||||
"List Table(s)": "Таблица(ы) списка",
|
||||
"Get Table": "Получить таблицу",
|
||||
"Custom API Call": "Пользовательский вызов API",
|
||||
"Creates a new row in the selected table.": "Создает новую строку в выбранной таблице.",
|
||||
"Updates an existing row in the selected table.": "Обновляет существующую строку в выбранной таблице.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Создает новую строку или обновляет существующий, если он соответствует колонкам ключей.",
|
||||
"Find specific rows in the selected table using a column match search.": "Найти конкретные строки в выбранной таблице, используя поиск по столбцам.",
|
||||
"Retrieves a single row by specified ID.": "Получает одну строку по указанному ID.",
|
||||
"List tables in a selected document.": "Список таблиц в выбранном документе.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Получить структуру и детали конкретной таблицы (например, колонки, схема).",
|
||||
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
||||
"Document": "Документ",
|
||||
"Table": "Таблица",
|
||||
"Row Data": "Данные строк",
|
||||
"Row ID or Name": "ID или имя строки",
|
||||
"Matching Columns": "Соответствующие столбцы",
|
||||
"Search Column": "Столбец поиска",
|
||||
"Search Value": "Поисковое значение",
|
||||
"Max Tables": "Макс. таблиц",
|
||||
"Method": "Метод",
|
||||
"Headers": "Заголовки",
|
||||
"Query Parameters": "Параметры запроса",
|
||||
"Body": "Тело",
|
||||
"No Error on Failure": "Нет ошибок при ошибке",
|
||||
"Timeout (in seconds)": "Таймаут (в секундах)",
|
||||
"Define the data for the new row based on table columns.": "Определите данные для новой строки на основе столбцов таблиц.",
|
||||
"Maximum number of results to return.": "Максимальное количество результатов возврата.",
|
||||
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
||||
"GET": "ПОЛУЧИТЬ",
|
||||
"POST": "ПОСТ",
|
||||
"PATCH": "ПАТЧ",
|
||||
"PUT": "ПОКУПИТЬ",
|
||||
"DELETE": "УДАЛИТЬ",
|
||||
"HEAD": "HEAD",
|
||||
"New Row Created": "Создана новая строка",
|
||||
"Triggers when a new row is added to the selected table.": "Включает при добавлении новой строки в выбранную таблицу."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Create an API key in the [Coda Account dashboard](https://coda.io/account).",
|
||||
"Create Row": "Create Row",
|
||||
"Update Row": "Update Row",
|
||||
"Upsert Row": "Upsert Row",
|
||||
"Find Row(s)": "Find Row(s)",
|
||||
"Get Row": "Get Row",
|
||||
"List Table(s)": "List Table(s)",
|
||||
"Get Table": "Get Table",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new row in the selected table.": "Creates a new row in the selected table.",
|
||||
"Updates an existing row in the selected table.": "Updates an existing row in the selected table.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Creates a new row or updates an existing one if it matches key columns.",
|
||||
"Find specific rows in the selected table using a column match search.": "Find specific rows in the selected table using a column match search.",
|
||||
"Retrieves a single row by specified ID.": "Retrieves a single row by specified ID.",
|
||||
"List tables in a selected document.": "List tables in a selected document.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Get structure and details of a specific table (e.g., columns, schema).",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Document": "Document",
|
||||
"Table": "Table",
|
||||
"Row Data": "Row Data",
|
||||
"Row ID or Name": "Row ID or Name",
|
||||
"Matching Columns": "Matching Columns",
|
||||
"Search Column": "Search Column",
|
||||
"Search Value": "Search Value",
|
||||
"Max Tables": "Max Tables",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"Define the data for the new row based on table columns.": "Define the data for the new row based on table columns.",
|
||||
"Maximum number of results to return.": "Maximum number of results to return.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"New Row Created": "New Row Created",
|
||||
"Triggers when a new row is added to the selected table.": "Triggers when a new row is added to the selected table."
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"Coda": "Coda",
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Create an API key in the [Coda Account dashboard](https://coda.io/account).",
|
||||
"Create Row": "Create Row",
|
||||
"Update Row": "Update Row",
|
||||
"Upsert Row": "Upsert Row",
|
||||
"Find Row(s)": "Find Row(s)",
|
||||
"Get Row": "Get Row",
|
||||
"List Table(s)": "List Table(s)",
|
||||
"Get Table": "Get Table",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new row in the selected table.": "Creates a new row in the selected table.",
|
||||
"Updates an existing row in the selected table.": "Updates an existing row in the selected table.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Creates a new row or updates an existing one if it matches key columns.",
|
||||
"Find specific rows in the selected table using a column match search.": "Find specific rows in the selected table using a column match search.",
|
||||
"Retrieves a single row by specified ID.": "Retrieves a single row by specified ID.",
|
||||
"List tables in a selected document.": "List tables in a selected document.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Get structure and details of a specific table (e.g., columns, schema).",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Document": "Document",
|
||||
"Table": "Table",
|
||||
"Row Data": "Row Data",
|
||||
"Row ID or Name": "Row ID or Name",
|
||||
"Matching Columns": "Matching Columns",
|
||||
"Search Column": "Search Column",
|
||||
"Search Value": "Search Value",
|
||||
"Max Tables": "Max Tables",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"Define the data for the new row based on table columns.": "Define the data for the new row based on table columns.",
|
||||
"Maximum number of results to return.": "Maximum number of results to return.",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"New Row Created": "New Row Created",
|
||||
"Triggers when a new row is added to the selected table.": "Triggers when a new row is added to the selected table."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Create an API key in the [Coda Account dashboard](https://coda.io/account).": "Create an API key in the [Coda Account dashboard](https://coda.io/account).",
|
||||
"Create Row": "Create Row",
|
||||
"Update Row": "更新行",
|
||||
"Upsert Row": "Upsert Row",
|
||||
"Find Row(s)": "Find Row(s)",
|
||||
"Get Row": "获取行",
|
||||
"List Table(s)": "List Table(s)",
|
||||
"Get Table": "Get Table",
|
||||
"Custom API Call": "自定义 API 呼叫",
|
||||
"Creates a new row in the selected table.": "Creates a new row in the selected table.",
|
||||
"Updates an existing row in the selected table.": "Updates an existing row in the selected table.",
|
||||
"Creates a new row or updates an existing one if it matches key columns.": "Creates a new row or updates an existing one if it matches key columns.",
|
||||
"Find specific rows in the selected table using a column match search.": "Find specific rows in the selected table using a column match search.",
|
||||
"Retrieves a single row by specified ID.": "Retrieves a single row by specified ID.",
|
||||
"List tables in a selected document.": "List tables in a selected document.",
|
||||
"Get structure and details of a specific table (e.g., columns, schema).": "Get structure and details of a specific table (e.g., columns, schema).",
|
||||
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
||||
"Document": "Document",
|
||||
"Table": "表",
|
||||
"Row Data": "Row Data",
|
||||
"Row ID or Name": "Row ID or Name",
|
||||
"Matching Columns": "Matching Columns",
|
||||
"Search Column": "Search Column",
|
||||
"Search Value": "搜索值",
|
||||
"Max Tables": "Max Tables",
|
||||
"Method": "方法",
|
||||
"Headers": "信头",
|
||||
"Query Parameters": "查询参数",
|
||||
"Body": "正文内容",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "失败时没有错误",
|
||||
"Timeout (in seconds)": "超时(秒)",
|
||||
"Define the data for the new row based on table columns.": "Define the data for the new row based on table columns.",
|
||||
"Maximum number of results to return.": "Maximum number of results to return.",
|
||||
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"GET": "获取",
|
||||
"POST": "帖子",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "弹出",
|
||||
"DELETE": "删除",
|
||||
"HEAD": "黑色",
|
||||
"New Row Created": "New Row Created",
|
||||
"Triggers when a new row is added to the selected table.": "Triggers when a new row is added to the selected table."
|
||||
}
|
||||
Reference in New Issue
Block a user