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,50 @@
|
||||
{
|
||||
"Bika": "Bika",
|
||||
"Interactive spreadsheets with collaboration": "Interactive spreadsheets with collaboration",
|
||||
"Token": "Token",
|
||||
"Instance Url": "Instance Url",
|
||||
"The token of the Bika account": "The token of the Bika account",
|
||||
"The url of the Bika instance.": "The url of the Bika instance.",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Create Record",
|
||||
"Update Record": "Update Record",
|
||||
"Find Records": "Find Records",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new record in database.": "Creates a new record in database.",
|
||||
"Updates an existing record in database.": "Updates an existing record in database.",
|
||||
"Finds records in database.": "Finds records in database.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Space": "Space",
|
||||
"Database": "Database",
|
||||
"Fields": "Fields",
|
||||
"Record ID": "Record ID",
|
||||
"Record IDs": "Record IDs",
|
||||
"Field Names": "Field Names",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Page Size",
|
||||
"Page Number": "Page Number",
|
||||
"Filter": "Filter",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The fields to add to the record.": "The fields to add to the record.",
|
||||
"The ID of the record to update.": "The ID of the record to update.",
|
||||
"The IDs of the records to find.": "The IDs of the records to find.",
|
||||
"The returned record results are limited to the specified fields": "The returned record results are limited to the specified fields",
|
||||
"How many records are returned in total": "How many records are returned in total",
|
||||
"How many records are returned per page (max 1000)": "How many records are returned per page (max 1000)",
|
||||
"Specifies the page number of the page": "Specifies the page number of the page",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)": "The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)",
|
||||
"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 Record": "New Record",
|
||||
"Triggers when a new record is added to a database.": "Triggers when a new record is added to a database."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Interaktive Tabellenkalkulationen mit Zusammenarbeit",
|
||||
"Token": "Token",
|
||||
"The token of the Bika account": "Das Token des Bika-Kontos",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n Um Ihr Bika-Zeichen zu erhalten, folgen Sie diesen Schritten:\n\n 1. Melden Sie sich bei Ihrem Bika-Konto an.\n 2. Besuchen Sie https://bika.com.\n 3. Klicken Sie auf Ihr Profilbild (unten links).\n 4. Klicken Sie auf \"Meine Einstellungen\".\n 5. Klicken Sie auf \"Entwickler\".\n 6. Klicken Sie auf \"Neues Token erstellen\".\n 7. Kopieren Sie den Token\n ",
|
||||
"Create Record": "Datensatz erstellen",
|
||||
"Find Records": "Datensätze finden",
|
||||
"Get Record": "Datensatz abrufen",
|
||||
"Update Record": "Datensatz aktualisieren",
|
||||
"Delete Record": "Datensatz löschen",
|
||||
"Custom API Call": "Eigener API-Aufruf",
|
||||
"Creates a new record in database.": "Erstellt einen neuen Datensatz in der Datenbank.",
|
||||
"Finds records in database.": "Findet Datensätze in der Datenbank.",
|
||||
"Retrieves a record in database by ID.": "Ruft einen Datensatz in der Datenbank nach ID ab.",
|
||||
"Updates an existing record in database.": "Aktualisiert einen vorhandenen Datensatz in der Datenbank.",
|
||||
"Deletes a record in database by ID.": "Löscht einen Datensatz in der Datenbank per ID.",
|
||||
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
||||
"Space": "Raum",
|
||||
"Database": "Datenbank",
|
||||
"Fields": "Felder",
|
||||
"Max Records": "Max. Datensätze",
|
||||
"Page Size": "Einträge pro Seite",
|
||||
"Filter": "Filtern",
|
||||
"Record ID": "Datensatz-ID",
|
||||
"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)",
|
||||
"The fields to add to the record.": "Die Felder, die zum Datensatz hinzugefügt werden sollen.",
|
||||
"How many records are returned in total.": "Wie viele Datensätze insgesamt zurückgegeben werden.",
|
||||
"How many records are returned per page (max 1000).": "Wie viele Datensätze pro Seite zurückgegeben werden (max. 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "Der Filter, der auf die Datensätze angewendet wird (siehe https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "Die ID des zu aktualisierenden Datensatzes.",
|
||||
"The ID of the record to delete.": "Die ID des zu löschenden Datensatzes.",
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Hojas de cálculo interactivas con colaboración",
|
||||
"Token": "Token",
|
||||
"The token of the Bika account": "El token de la cuenta Bika",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n Para obtener tu token Bika, sigue estos pasos:\n\n 1. Inicia sesión en tu cuenta de Bika.\n 2. Visita https://bika.com.\n 3. Haz clic en tu foto de perfil (Inmediatamente izquierda).\n 4. Haz clic en \"Mis Ajustes\".\n 5. Haz clic en \"Desarrollador\".\n 6. Haz clic en \"Generar nuevo token\".\n 7. Copia el token.\n ",
|
||||
"Create Record": "Crear registro",
|
||||
"Find Records": "Buscar registros",
|
||||
"Get Record": "Obtener registro",
|
||||
"Update Record": "Actualizar registro",
|
||||
"Delete Record": "Eliminar registro",
|
||||
"Custom API Call": "Llamada API personalizada",
|
||||
"Creates a new record in database.": "Crea un nuevo registro en la base de datos.",
|
||||
"Finds records in database.": "Encuentra registros en la base de datos.",
|
||||
"Retrieves a record in database by ID.": "Recuperar un registro en base de datos por ID.",
|
||||
"Updates an existing record in database.": "Actualiza un registro existente en la base de datos.",
|
||||
"Deletes a record in database by ID.": "Elimina un registro en la base de datos por ID.",
|
||||
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
||||
"Space": "Espacio",
|
||||
"Database": "Base de datos",
|
||||
"Fields": "Campos",
|
||||
"Max Records": "Grabaciones máximas",
|
||||
"Page Size": "Tamaño de página",
|
||||
"Filter": "Filtro",
|
||||
"Record ID": "ID de registro",
|
||||
"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)",
|
||||
"The fields to add to the record.": "Los campos a agregar al registro.",
|
||||
"How many records are returned in total.": "Cuántos registros se devuelven en total.",
|
||||
"How many records are returned per page (max 1000).": "Cuántos registros se devuelven por página (máx. 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "El filtro a aplicar a los registros (ver https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "El ID del registro a actualizar.",
|
||||
"The ID of the record to delete.": "El ID del registro a eliminar.",
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Feuilles de calcul interactives avec collaboration",
|
||||
"Token": "Jeton",
|
||||
"The token of the Bika account": "Le jeton du compte Bika",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Créer un enregistrement",
|
||||
"Find Records": "Trouver des enregistrements",
|
||||
"Get Record": "Obtenir un enregistrement",
|
||||
"Update Record": "Mettre à jour l'enregistrement",
|
||||
"Delete Record": "Supprimer l'enregistrement",
|
||||
"Custom API Call": "Appel d'API personnalisé",
|
||||
"Creates a new record in database.": "Crée un nouvel enregistrement dans la base de données.",
|
||||
"Finds records in database.": "Trouve les enregistrements dans la base de données.",
|
||||
"Retrieves a record in database by ID.": "Récupère un enregistrement dans la base de données par ID.",
|
||||
"Updates an existing record in database.": "Met à jour un enregistrement existant dans la base de données.",
|
||||
"Deletes a record in database by ID.": "Supprime un enregistrement dans la base de données par ID.",
|
||||
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
||||
"Space": "Espace libre",
|
||||
"Database": "Base de données",
|
||||
"Fields": "Champs",
|
||||
"Max Records": "Nombre maximum d'enregistrements",
|
||||
"Page Size": "Nombre d'élément",
|
||||
"Filter": "Filtre",
|
||||
"Record ID": "ID de l'enregistrement",
|
||||
"Method": "Méthode",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Paramètres de requête",
|
||||
"Body": "Body",
|
||||
"Response is Binary ?": "La réponse est Binaire ?",
|
||||
"No Error on Failure": "Aucune erreur en cas d'échec",
|
||||
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
||||
"The fields to add to the record.": "Les champs à ajouter à l'enregistrement.",
|
||||
"How many records are returned in total.": "Combien d'enregistrements sont retournés au total.",
|
||||
"How many records are returned per page (max 1000).": "Combien d'enregistrements sont retournés par page (max 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "Le filtre à appliquer aux enregistrements (voir https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "L'ID de l'enregistrement à mettre à jour.",
|
||||
"The ID of the record to delete.": "L'ID de l'enregistrement à supprimer.",
|
||||
"Authorization headers are injected automatically from your connection.": "Les headers 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": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD"
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"Bika": "Bika",
|
||||
"Interactive spreadsheets with collaboration": "Interactive spreadsheets with collaboration",
|
||||
"Token": "Token",
|
||||
"Instance Url": "Instance Url",
|
||||
"The token of the Bika account": "The token of the Bika account",
|
||||
"The url of the Bika instance.": "The url of the Bika instance.",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Create Record",
|
||||
"Update Record": "Update Record",
|
||||
"Find Records": "Find Records",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new record in database.": "Creates a new record in database.",
|
||||
"Updates an existing record in database.": "Updates an existing record in database.",
|
||||
"Finds records in database.": "Finds records in database.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Space": "Space",
|
||||
"Database": "Database",
|
||||
"Fields": "Fields",
|
||||
"Record ID": "Record ID",
|
||||
"Record IDs": "Record IDs",
|
||||
"Field Names": "Field Names",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Page Size",
|
||||
"Page Number": "Page Number",
|
||||
"Filter": "Filter",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The fields to add to the record.": "The fields to add to the record.",
|
||||
"The ID of the record to update.": "The ID of the record to update.",
|
||||
"The IDs of the records to find.": "The IDs of the records to find.",
|
||||
"The returned record results are limited to the specified fields": "The returned record results are limited to the specified fields",
|
||||
"How many records are returned in total": "How many records are returned in total",
|
||||
"How many records are returned per page (max 1000)": "How many records are returned per page (max 1000)",
|
||||
"Specifies the page number of the page": "Specifies the page number of the page",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)": "The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)",
|
||||
"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 Record": "New Record",
|
||||
"Triggers when a new record is added to a database.": "Triggers when a new record is added to a database."
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"Bika": "Bika",
|
||||
"Interactive spreadsheets with collaboration": "Interactive spreadsheets with collaboration",
|
||||
"Token": "Token",
|
||||
"Instance Url": "Instance Url",
|
||||
"The token of the Bika account": "The token of the Bika account",
|
||||
"The url of the Bika instance.": "The url of the Bika instance.",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Create Record",
|
||||
"Update Record": "Update Record",
|
||||
"Find Records": "Find Records",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new record in database.": "Creates a new record in database.",
|
||||
"Updates an existing record in database.": "Updates an existing record in database.",
|
||||
"Finds records in database.": "Finds records in database.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Space": "Space",
|
||||
"Database": "Database",
|
||||
"Fields": "Fields",
|
||||
"Record ID": "Record ID",
|
||||
"Record IDs": "Record IDs",
|
||||
"Field Names": "Field Names",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Ukuran Halaman",
|
||||
"Page Number": "Page Number",
|
||||
"Filter": "Filter",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The fields to add to the record.": "The fields to add to the record.",
|
||||
"The ID of the record to update.": "The ID of the record to update.",
|
||||
"The IDs of the records to find.": "The IDs of the records to find.",
|
||||
"The returned record results are limited to the specified fields": "The returned record results are limited to the specified fields",
|
||||
"How many records are returned in total": "How many records are returned in total",
|
||||
"How many records are returned per page (max 1000)": "How many records are returned per page (max 1000)",
|
||||
"Specifies the page number of the page": "Specifies the page number of the page",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)": "The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)",
|
||||
"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 Record": "New Record",
|
||||
"Triggers when a new record is added to a database.": "Triggers when a new record is added to a database."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "コラボレーションによるインタラクティブな表計算ドキュメント",
|
||||
"Token": "トークン",
|
||||
"The token of the Bika account": "Bikaアカウントのトークン",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "レコードを作成",
|
||||
"Find Records": "レコードを検索",
|
||||
"Get Record": "レコードを取得",
|
||||
"Update Record": "更新記録",
|
||||
"Delete Record": "レコードを削除",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Creates a new record in database.": "データベースに新しいレコードを作成します。",
|
||||
"Finds records in database.": "データベース内のレコードを検索します。",
|
||||
"Retrieves a record in database by ID.": "IDでデータベース内のレコードを取得します。",
|
||||
"Updates an existing record in database.": "データベース内の既存のレコードを更新します。",
|
||||
"Deletes a record in database by ID.": "IDによりデータベース内のレコードを削除します。",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"Space": "スペース",
|
||||
"Database": "データベース",
|
||||
"Fields": "フィールド",
|
||||
"Max Records": "最大レコード",
|
||||
"Page Size": "ページサイズ",
|
||||
"Filter": "フィルター",
|
||||
"Record ID": "レコードID",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"The fields to add to the record.": "レコードに追加するフィールド。",
|
||||
"How many records are returned in total.": "返されるレコードの合計数.",
|
||||
"How many records are returned per page (max 1000).": "ページごとに返されるレコードの数(最大 1000)。",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "レコードに適用するフィルター (https://bika.ai/help/guide/developer/filter-query-language) を参照してください。",
|
||||
"The ID of the record to update.": "更新するレコードのID。",
|
||||
"The ID of the record to delete.": "削除するレコードのID。",
|
||||
"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": "頭"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Interactieve spreadsheets met samenwerking",
|
||||
"Token": "Token",
|
||||
"The token of the Bika account": "Het token van het Bika-account",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n Om je Bikika-token te verkrijgen, volg je deze stappen:\n\n 1. Log in op uw Bika-account.\n 2. Bezoek https://bika.com.\n 3. Klik op je profielfoto (Bottom links).\n 4. Klik op \"Mijn Instellingen\".\n 5. Klik op \"Ontwikkelaar\".\n 6. Klik op \"Genereer nieuwe token\".\n 7. Kopieer de token.\n ",
|
||||
"Create Record": "Record Maken",
|
||||
"Find Records": "Records zoeken",
|
||||
"Get Record": "Krijg Record",
|
||||
"Update Record": "Update Record",
|
||||
"Delete Record": "Record verwijderen",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new record in database.": "Maakt een nieuw record in de database.",
|
||||
"Finds records in database.": "Gevonden records in de database.",
|
||||
"Retrieves a record in database by ID.": "Ophalen van een record in de database via ID.",
|
||||
"Updates an existing record in database.": "Werkt een bestaand record in de database bij.",
|
||||
"Deletes a record in database by ID.": "Verwijdert een record in de database met ID.",
|
||||
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
||||
"Space": "Spatiebalk",
|
||||
"Database": "Database",
|
||||
"Fields": "Velden",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Paginagrootte",
|
||||
"Filter": "Filteren",
|
||||
"Record ID": "Record ID",
|
||||
"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)",
|
||||
"The fields to add to the record.": "De velden om toe te voegen aan het record.",
|
||||
"How many records are returned in total.": "Hoeveel records worden geretourneerd in totaal.",
|
||||
"How many records are returned per page (max 1000).": "Hoeveel records worden geretourneerd per pagina (max 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "Het filter om toe te passen op de records (zie https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "Het ID van het te updaten record",
|
||||
"The ID of the record to delete.": "Het ID van het te verwijderen record",
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Planilhas interativas com colaboração",
|
||||
"Token": "Identificador",
|
||||
"The token of the Bika account": "O token da conta Bika",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "Para obter seu Token da Bika, siga estes passos:\n\n1. Faça Login em sua conta Bika.\n2. Acesse https://bika.com\n3. Clique na sua foto de perfil (com o botão esquerdo).\n4. Clique em \"Minhas Configurações\".\n5. Clique em \"Desenvolvedor\".\n6. Clique em \"Gerar novo Token\".\n7. Copie o Token.",
|
||||
"Create Record": "Criar Registro",
|
||||
"Find Records": "Encontrar registros",
|
||||
"Get Record": "Obter Registro",
|
||||
"Update Record": "Atualizar Registro",
|
||||
"Delete Record": "Excluir registro",
|
||||
"Custom API Call": "Chamada de API personalizada",
|
||||
"Creates a new record in database.": "Cria um novo registro no banco de dados.",
|
||||
"Finds records in database.": "Encontrar registros na base de dados.",
|
||||
"Retrieves a record in database by ID.": "Recupera um registro no banco de dados por ID.",
|
||||
"Updates an existing record in database.": "Atualizar um registro existente no banco de dados.",
|
||||
"Deletes a record in database by ID.": "Deleta um registro no banco de dados por ID.",
|
||||
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
||||
"Space": "Sala",
|
||||
"Database": "Banco",
|
||||
"Fields": "campos",
|
||||
"Max Records": "Registros Máx.",
|
||||
"Page Size": "Tamanho da página",
|
||||
"Filter": "filtro",
|
||||
"Record ID": "ID do Registro",
|
||||
"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 fields to add to the record.": "Os campos para adicionar ao registro.",
|
||||
"How many records are returned in total.": "Quantos registros são devolvidos no total.",
|
||||
"How many records are returned per page (max 1000).": "Quantos registros são devolvidos por página (máx. 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "O filtro a ser aplicado aos registros (consulte https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "A ID do registro a ser atualizada.",
|
||||
"The ID of the record to delete.": "A ID do registro a excluir.",
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"Bika": "Доступно",
|
||||
"Interactive spreadsheets with collaboration": "Интерактивные электронные таблицы с сотрудничеством",
|
||||
"Token": "Токен",
|
||||
"Instance Url": "Ссылка экземпляра",
|
||||
"The token of the Bika account": "Токен учетной записи Bika",
|
||||
"The url of the Bika instance.": "Адрес url экземпляра Bika .",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n Для получения токена Bika выполните следующие действия:\n\n 1. Войдите в свою учетную запись Bika.\n 2. Посетите https://bika.com/workbench\n 3. Нажмите на изображение вашего профиля (слева вниз).\n 4. Нажмите на \"Мои настройки\".\n 5. Нажмите на \"Разработчик\".\n 6. Нажмите на \"Создать новый токен\".\n 7. Скопируйте токен.\n ",
|
||||
"Create Record": "Создать запись",
|
||||
"Update Record": "Обновить запись",
|
||||
"Find Records": "Найти записи",
|
||||
"Custom API Call": "Пользовательский вызов API",
|
||||
"Creates a new record in database.": "Создает новую запись в database.",
|
||||
"Updates an existing record in database.": "Обновляет существующую запись в database.",
|
||||
"Finds records in database.": "Ищет записи в хранилище.",
|
||||
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
||||
"Space": "Пространство",
|
||||
"Database": "Database",
|
||||
"Fields": "Поля",
|
||||
"Record ID": "ID записи",
|
||||
"Record IDs": "ID записи",
|
||||
"Field Names": "Имена полей",
|
||||
"Max Records": "Макс. записей",
|
||||
"Page Size": "Размер страницы",
|
||||
"Page Number": "Номер страницы",
|
||||
"Filter": "Фильтр",
|
||||
"Method": "Метод",
|
||||
"Headers": "Заголовки",
|
||||
"Query Parameters": "Параметры запроса",
|
||||
"Body": "Тело",
|
||||
"No Error on Failure": "Нет ошибок при ошибке",
|
||||
"Timeout (in seconds)": "Таймаут (в секундах)",
|
||||
"The fields to add to the record.": "Поля для добавления в запись.",
|
||||
"The ID of the record to update.": "ID записи для обновления.",
|
||||
"The IDs of the records to find.": "Идентификаторы записей, которые нужно найти.",
|
||||
"The returned record results are limited to the specified fields": "Результаты возвращенной записи ограничены указанными полями",
|
||||
"How many records are returned in total": "Сколько записей возвращено в общей сложности",
|
||||
"How many records are returned per page (max 1000)": "Сколько записей возвращено на страницу (не более 1000)",
|
||||
"Specifies the page number of the page": "Номер страницы",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)": "Фильтр для применения к записям (см. https://bika.ai/help/guide/developer/filter-query-language)",
|
||||
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
||||
"GET": "ПОЛУЧИТЬ",
|
||||
"POST": "ПОСТ",
|
||||
"PATCH": "ПАТЧ",
|
||||
"PUT": "ПОКУПИТЬ",
|
||||
"DELETE": "УДАЛИТЬ",
|
||||
"HEAD": "HEAD",
|
||||
"New Record": "Новая запись",
|
||||
"Triggers when a new record is added to a database.": "Включает при добавлении новой записи в таблицу."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Interactive spreadsheets with collaboration",
|
||||
"Token": "Token",
|
||||
"The token of the Bika account": "The token of the Bika account",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Create Record",
|
||||
"Find Records": "Find Records",
|
||||
"Get Record": "Get Record",
|
||||
"Update Record": "Update Record",
|
||||
"Delete Record": "Delete Record",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new record in database.": "Creates a new record in database.",
|
||||
"Finds records in database.": "Finds records in database.",
|
||||
"Retrieves a record in database by ID.": "Retrieves a record in database by ID.",
|
||||
"Updates an existing record in database.": "Updates an existing record in database.",
|
||||
"Deletes a record in database by ID.": "Deletes a record in database by ID.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Space": "Space",
|
||||
"Database": "Database",
|
||||
"Fields": "Fields",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Page Size",
|
||||
"Filter": "Filter",
|
||||
"Record ID": "Record ID",
|
||||
"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)",
|
||||
"The fields to add to the record.": "The fields to add to the record.",
|
||||
"How many records are returned in total.": "How many records are returned in total.",
|
||||
"How many records are returned per page (max 1000).": "How many records are returned per page (max 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "The ID of the record to update.",
|
||||
"The ID of the record to delete.": "The ID of the record to delete.",
|
||||
"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"
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"Bika": "Bika",
|
||||
"Interactive spreadsheets with collaboration": "Interactive spreadsheets with collaboration",
|
||||
"Token": "Token",
|
||||
"Instance Url": "Instance Url",
|
||||
"The token of the Bika account": "The token of the Bika account",
|
||||
"The url of the Bika instance.": "The url of the Bika instance.",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com/workbench\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Create Record",
|
||||
"Update Record": "Update Record",
|
||||
"Find Records": "Find Records",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Creates a new record in database.": "Creates a new record in database.",
|
||||
"Updates an existing record in database.": "Updates an existing record in database.",
|
||||
"Finds records in database.": "Finds records in database.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Space": "Space",
|
||||
"Database": "Database",
|
||||
"Fields": "Fields",
|
||||
"Record ID": "Record ID",
|
||||
"Record IDs": "Record IDs",
|
||||
"Field Names": "Field Names",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Phân trang",
|
||||
"Page Number": "Page Number",
|
||||
"Filter": "Filter",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"The fields to add to the record.": "The fields to add to the record.",
|
||||
"The ID of the record to update.": "The ID of the record to update.",
|
||||
"The IDs of the records to find.": "The IDs of the records to find.",
|
||||
"The returned record results are limited to the specified fields": "The returned record results are limited to the specified fields",
|
||||
"How many records are returned in total": "How many records are returned in total",
|
||||
"How many records are returned per page (max 1000)": "How many records are returned per page (max 1000)",
|
||||
"Specifies the page number of the page": "Specifies the page number of the page",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)": "The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language)",
|
||||
"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 Record": "New Record",
|
||||
"Triggers when a new record is added to a database.": "Triggers when a new record is added to a database."
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"Interactive spreadsheets with collaboration": "Interactive spreadsheets with collaboration",
|
||||
"Token": "Token",
|
||||
"The token of the Bika account": "The token of the Bika account",
|
||||
"\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ": "\n To obtain your Bika token, follow these steps:\n\n 1. Log in to your Bika account.\n 2. Visit https://bika.com.\n 3. Click on your profile picture (Bottom left).\n 4. Click on \"My Settings\".\n 5. Click on \"Developer\".\n 6. Click on \"Generate new token\".\n 7. Copy the token.\n ",
|
||||
"Create Record": "Create Record",
|
||||
"Find Records": "Find Records",
|
||||
"Get Record": "Get Record",
|
||||
"Update Record": "Update Record",
|
||||
"Delete Record": "Delete Record",
|
||||
"Custom API Call": "自定义 API 呼叫",
|
||||
"Creates a new record in database.": "Creates a new record in database.",
|
||||
"Finds records in database.": "Finds records in database.",
|
||||
"Retrieves a record in database by ID.": "Retrieves a record in database by ID.",
|
||||
"Updates an existing record in database.": "Updates an existing record in database.",
|
||||
"Deletes a record in database by ID.": "Deletes a record in database by ID.",
|
||||
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
||||
"Space": "Space",
|
||||
"Database": "Database",
|
||||
"Fields": "Fields",
|
||||
"Max Records": "Max Records",
|
||||
"Page Size": "Page Size",
|
||||
"Filter": "Filter",
|
||||
"Record ID": "Record ID",
|
||||
"Method": "方法",
|
||||
"Headers": "信头",
|
||||
"Query Parameters": "查询参数",
|
||||
"Body": "正文内容",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "失败时没有错误",
|
||||
"Timeout (in seconds)": "超时(秒)",
|
||||
"The fields to add to the record.": "The fields to add to the record.",
|
||||
"How many records are returned in total.": "How many records are returned in total.",
|
||||
"How many records are returned per page (max 1000).": "How many records are returned per page (max 1000).",
|
||||
"The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).": "The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).",
|
||||
"The ID of the record to update.": "The ID of the record to update.",
|
||||
"The ID of the record to delete.": "The ID of the record to delete.",
|
||||
"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": "黑色"
|
||||
}
|
||||
Reference in New Issue
Block a user