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:
co-authored by
Claude Opus 4.5
parent
9848268d34
commit
3aa7199503
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Ihr Papierform-API-Schlüssel. Diesen finden Sie in Ihrem Papierform-Dashboard unter Einstellungen > Entwickler.",
|
||||
"Delete Form Submission": "Formulareinreichung löschen",
|
||||
"Delete Partial Form Submission": "Teilweise Formulareinreichung löschen",
|
||||
"Create Form Coupon": "Formulargutschein erstellen",
|
||||
"Update Form Coupon": "Gutschein aktualisieren",
|
||||
"Delete Form Coupon": "Formulargutschein löschen",
|
||||
"Create Form Product": "Formularprodukt erstellen",
|
||||
"Update Form Product": "Formularprodukt aktualisieren",
|
||||
"Delete Form Product": "Formularprodukt löschen",
|
||||
"Create Space": "Raum erstellen",
|
||||
"Update Space": "Raum aktualisieren",
|
||||
"Find Form Product": "Formularprodukt finden",
|
||||
"Find Form": "Formular suchen",
|
||||
"Find Space": "Raum finden",
|
||||
"Custom API Call": "Eigener API-Aufruf",
|
||||
"Deletes a completed submission by its ID.": "Löscht eine abgeschlossene Einreichung durch seine ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Löscht eine teilweise/laufende Einreichung durch seine ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Erstellt einen neuen Rabattgutschein in einem bestimmten Formular.",
|
||||
"Updates an existing form coupon.": "Aktualisiert einen vorhandenen Formulargutschein.",
|
||||
"Deletes a coupon from a form.": "Löscht einen Gutschein aus einem Formular.",
|
||||
"Creates a form product.": "Erstellt ein Formularprodukt.",
|
||||
"Updates an existing form product.": "Aktualisiert ein bestehendes Formularprodukt.",
|
||||
"Deletes an existing form product.": "Löscht ein bestehendes Formularprodukt.",
|
||||
"Creates a new space.": "Erstellt einen neuen Raum.",
|
||||
"Updates an existing space.": "Aktualisiert einen existierenden Bereich.",
|
||||
"Finds a form product by name.": "Findet ein Formularprodukt nach Namen.",
|
||||
"Finds a form by title.": "Findet ein Formular nach Titel.",
|
||||
"Finds a space by name.": "Findet ein Leerzeichen nach Namen.",
|
||||
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
||||
"Form": "Formular",
|
||||
"Form Submission ID": "Formulareinreichungs-ID",
|
||||
"Partial Submission ID": "Teilnahme-ID",
|
||||
"Coupon Code": "Gutscheincode",
|
||||
"Enabled": "Aktiviert",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Rabattart",
|
||||
"Discount Amount": "Rabattbetrag",
|
||||
"Discount Percentage": "Rabatt Prozentsatz",
|
||||
"Expires At": "Gültig bis",
|
||||
"Coupon": "Gutschein",
|
||||
"Product Field": "Produktfeld",
|
||||
"Product Name": "Produktname",
|
||||
"Product SKU": "Produkt-SKU",
|
||||
"Product Price": "Produktpreis",
|
||||
"Quantity": "Menge",
|
||||
"Minimum Quantity": "Mindestmenge",
|
||||
"Maximum Quantity": "Maximale Menge",
|
||||
"Discountable ?": "Discountable ?",
|
||||
"Image URL": "Bild-URL",
|
||||
"Image Width": "Bildbreite",
|
||||
"Image Height": "Bildhöhe",
|
||||
"Product": "Produkt",
|
||||
"Space Name": "Raumname",
|
||||
"Space": "Raum",
|
||||
"Form Product Name": "Produktname des Formulars",
|
||||
"Form Title": "Formulartitel",
|
||||
"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)",
|
||||
"Whether the coupon is enabled or not.": "Ob der Gutschein aktiviert ist oder nicht.",
|
||||
"The target of the coupon.": "Das Ziel des Gutscheins.",
|
||||
"Choose between amount or percentage discount.": "Wählen Sie zwischen Betrag oder prozentualem Rabatt.",
|
||||
"The date and time when the coupon expires.": "Das Datum und die Uhrzeit, an der der Gutschein abläuft.",
|
||||
"Whether the coupon is enabled or not": "Ob der Gutschein aktiviert ist oder nicht",
|
||||
"Product quantity": "Produktmenge",
|
||||
"URL of the product image": "URL des Produktbildes",
|
||||
"Width of the product image in pixels": "Breite des Produktbildes in Pixeln",
|
||||
"Height of the product image in pixels (optional)": "Höhe des Produktbildes in Pixeln (optional)",
|
||||
"Width of the product image in pixels.": "Breite des Produktbildes in Pixel.",
|
||||
"Height of the product image in pixels (optional).": "Höhe des Produktbildes in Pixeln (optional).",
|
||||
"Select the form to search products in": "Wählen Sie das Formular um Produkte zu suchen",
|
||||
"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..",
|
||||
"Price": "Preis",
|
||||
"Subscription": "Abonnements",
|
||||
"Amount": "Betrag",
|
||||
"Percentage": "Prozentsatz",
|
||||
"GET": "ERHALTEN",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "LÖSCHEN",
|
||||
"HEAD": "HEAD",
|
||||
"New Form Submission": "Neue Formulareinreichung",
|
||||
"New Partial Form Submission": "Neue Teilformulareinreichung",
|
||||
"Triggers when a completed form submission is received.": "Wird ausgelöst, wenn eine abgeschlossene Formularabgabe empfangen wird.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Wird ausgelöst, wenn eine teilweise/laufende Einreichung empfangen wird."
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Tu clave API de Paperform. Puedes encontrar esto en tu panel de Paperform en Ajustes > Desarrollador.",
|
||||
"Delete Form Submission": "Eliminar Envío de Formulario",
|
||||
"Delete Partial Form Submission": "Eliminar envío parcial del formulario",
|
||||
"Create Form Coupon": "Crear cupón de formulario",
|
||||
"Update Form Coupon": "Actualizar cupón de formulario",
|
||||
"Delete Form Coupon": "Eliminar cupón de formulario",
|
||||
"Create Form Product": "Crear artículo de formulario",
|
||||
"Update Form Product": "Actualizar artículo de formulario",
|
||||
"Delete Form Product": "Eliminar producto de formulario",
|
||||
"Create Space": "Crear espacio",
|
||||
"Update Space": "Actualizar espacio",
|
||||
"Find Form Product": "Buscar artículo de formulario",
|
||||
"Find Form": "Buscar formulario",
|
||||
"Find Space": "Buscar espacio",
|
||||
"Custom API Call": "Llamada API personalizada",
|
||||
"Deletes a completed submission by its ID.": "Elimina un envío completado por su ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Elimina un envío parcial/en progreso por su ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Crea un nuevo cupón de descuento a un formulario especificado.",
|
||||
"Updates an existing form coupon.": "Actualiza un cupón de formulario existente.",
|
||||
"Deletes a coupon from a form.": "Elimina un cupón de un formulario.",
|
||||
"Creates a form product.": "Crea un producto de formulario.",
|
||||
"Updates an existing form product.": "Actualiza un producto de formulario existente.",
|
||||
"Deletes an existing form product.": "Elimina un producto de formulario existente.",
|
||||
"Creates a new space.": "Crea un nuevo espacio.",
|
||||
"Updates an existing space.": "Actualiza un espacio existente.",
|
||||
"Finds a form product by name.": "Encuentra un producto de formulario por nombre.",
|
||||
"Finds a form by title.": "Encuentra un formulario por título.",
|
||||
"Finds a space by name.": "Encuentra un espacio por nombre.",
|
||||
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
||||
"Form": "Forma",
|
||||
"Form Submission ID": "ID del formulario de envío",
|
||||
"Partial Submission ID": "ID de envío parcial",
|
||||
"Coupon Code": "Código de cupón",
|
||||
"Enabled": "Activado",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Tipo de descuento",
|
||||
"Discount Amount": "Importe del descuento",
|
||||
"Discount Percentage": "Porcentaje de descuento",
|
||||
"Expires At": "Caduca el",
|
||||
"Coupon": "Cupón",
|
||||
"Product Field": "Campo de producto",
|
||||
"Product Name": "Producto",
|
||||
"Product SKU": "SKU del producto",
|
||||
"Product Price": "Precio del producto",
|
||||
"Quantity": "Cantidad",
|
||||
"Minimum Quantity": "Cantidad mínima",
|
||||
"Maximum Quantity": "Cantidad máxima",
|
||||
"Discountable ?": "¿Descontable?",
|
||||
"Image URL": "URL de imagen",
|
||||
"Image Width": "Ancho de imagen",
|
||||
"Image Height": "Altura de imagen",
|
||||
"Product": "Producto",
|
||||
"Space Name": "Nombre del espacio",
|
||||
"Space": "Espacio",
|
||||
"Form Product Name": "Nombre del formulario de producto",
|
||||
"Form Title": "Título del formulario",
|
||||
"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)",
|
||||
"Whether the coupon is enabled or not.": "Si el cupón está habilitado o no.",
|
||||
"The target of the coupon.": "El objetivo del cupón.",
|
||||
"Choose between amount or percentage discount.": "Elija entre la cantidad o porcentaje de descuento.",
|
||||
"The date and time when the coupon expires.": "La fecha y hora en que el cupón caduca.",
|
||||
"Whether the coupon is enabled or not": "Si el cupón está habilitado o no",
|
||||
"Product quantity": "Cantidad de producto",
|
||||
"URL of the product image": "URL de la imagen del producto",
|
||||
"Width of the product image in pixels": "Ancho de la imagen del producto en píxeles",
|
||||
"Height of the product image in pixels (optional)": "Altura de la imagen del producto en píxeles (opcional)",
|
||||
"Width of the product image in pixels.": "Ancho de la imagen del producto en píxeles.",
|
||||
"Height of the product image in pixels (optional).": "Altura de la imagen del producto en píxeles (opcional).",
|
||||
"Select the form to search products in": "Seleccione el formulario en el que buscar productos",
|
||||
"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.",
|
||||
"Price": "Precio",
|
||||
"Subscription": "Subscripción",
|
||||
"Amount": "Cantidad",
|
||||
"Percentage": "Porcentaje",
|
||||
"GET": "RECOGER",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "BORRAR",
|
||||
"HEAD": "LIMPIO",
|
||||
"New Form Submission": "Nuevo envío de formulario",
|
||||
"New Partial Form Submission": "Nuevo envío parcial del formulario",
|
||||
"Triggers when a completed form submission is received.": "Se activa cuando se recibe un envío de formulario completo.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Dispara cuando un envío parcial/en curso es recibido."
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Votre clé API Paperform. Vous pouvez la trouver dans votre tableau de bord Paperform dans Paramètres > Développeur.",
|
||||
"Delete Form Submission": "Supprimer la remise du formulaire",
|
||||
"Delete Partial Form Submission": "Supprimer la soumission partielle du formulaire",
|
||||
"Create Form Coupon": "Créer un coupon de formulaire",
|
||||
"Update Form Coupon": "Mettre à jour le bon de réduction du formulaire",
|
||||
"Delete Form Coupon": "Supprimer le coupon de formulaire",
|
||||
"Create Form Product": "Créer un produit de formulaire",
|
||||
"Update Form Product": "Mettre à jour le produit du formulaire",
|
||||
"Delete Form Product": "Supprimer le produit du formulaire",
|
||||
"Create Space": "Créer un espace",
|
||||
"Update Space": "Mettre à jour l'espace",
|
||||
"Find Form Product": "Trouver un produit de formulaire",
|
||||
"Find Form": "Formulaire de recherche",
|
||||
"Find Space": "Trouver un espace",
|
||||
"Custom API Call": "Appel API personnalisé",
|
||||
"Deletes a completed submission by its ID.": "Supprime une soumission complétée par son ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Supprime une soumission partielle/en cours par son ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Crée un nouveau coupon de réduction sur un formulaire spécifié.",
|
||||
"Updates an existing form coupon.": "Met à jour un coupon de formulaire existant.",
|
||||
"Deletes a coupon from a form.": "Supprime un coupon d'un formulaire.",
|
||||
"Creates a form product.": "Crée un produit de formulaire.",
|
||||
"Updates an existing form product.": "Met à jour un produit de formulaire existant.",
|
||||
"Deletes an existing form product.": "Supprime un produit de formulaire existant.",
|
||||
"Creates a new space.": "Crée un nouvel espace.",
|
||||
"Updates an existing space.": "Met à jour un espace existant.",
|
||||
"Finds a form product by name.": "Trouve un produit de formulaire par nom.",
|
||||
"Finds a form by title.": "Trouve un formulaire par titre.",
|
||||
"Finds a space by name.": "Trouve un espace par nom.",
|
||||
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
||||
"Form": "Forme",
|
||||
"Form Submission ID": "ID de la remise du formulaire",
|
||||
"Partial Submission ID": "ID de la soumission partielle",
|
||||
"Coupon Code": "Code promo",
|
||||
"Enabled": "Activé",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Type de réduction",
|
||||
"Discount Amount": "Montant de la remise",
|
||||
"Discount Percentage": "Pourcentage de réduction",
|
||||
"Expires At": "Expire à",
|
||||
"Coupon": "Bon de réduction",
|
||||
"Product Field": "Champ produit",
|
||||
"Product Name": "Nom du produit",
|
||||
"Product SKU": "REF du produit",
|
||||
"Product Price": "Prix du produit",
|
||||
"Quantity": "Quantité",
|
||||
"Minimum Quantity": "Quantité minimale",
|
||||
"Maximum Quantity": "Quantité maximale",
|
||||
"Discountable ?": "Remise ?",
|
||||
"Image URL": "URL de l'image",
|
||||
"Image Width": "Largeur de l'image",
|
||||
"Image Height": "Hauteur de l'image",
|
||||
"Product": "Produit",
|
||||
"Space Name": "Nom de l'espace",
|
||||
"Space": "Espace libre",
|
||||
"Form Product Name": "Nom du produit du formulaire",
|
||||
"Form Title": "Titre du formulaire",
|
||||
"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)",
|
||||
"Whether the coupon is enabled or not.": "Si le coupon est activé ou non.",
|
||||
"The target of the coupon.": "La cible du coupon.",
|
||||
"Choose between amount or percentage discount.": "Choisissez entre le montant ou le pourcentage.",
|
||||
"The date and time when the coupon expires.": "La date et l'heure à laquelle le coupon expire.",
|
||||
"Whether the coupon is enabled or not": "Si le coupon est activé ou non",
|
||||
"Product quantity": "Quantité de produit",
|
||||
"URL of the product image": "URL de l'image du produit",
|
||||
"Width of the product image in pixels": "Largeur de l'image du produit en pixels",
|
||||
"Height of the product image in pixels (optional)": "Hauteur de l'image du produit en pixels (facultatif)",
|
||||
"Width of the product image in pixels.": "Largeur de l'image du produit en pixels.",
|
||||
"Height of the product image in pixels (optional).": "Hauteur de l'image du produit en pixels (optionnel).",
|
||||
"Select the form to search products in": "Sélectionnez le formulaire de recherche des produits dans",
|
||||
"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.",
|
||||
"Price": "Prix",
|
||||
"Subscription": "Abonnement",
|
||||
"Amount": "Montant",
|
||||
"Percentage": "Pourcentage",
|
||||
"GET": "OBTENIR",
|
||||
"POST": "POSTER",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "EFFACER",
|
||||
"DELETE": "SUPPRIMER",
|
||||
"HEAD": "TÊTE",
|
||||
"New Form Submission": "Nouvelle soumission de formulaire",
|
||||
"New Partial Form Submission": "Nouvelle soumission partielle de formulaire",
|
||||
"Triggers when a completed form submission is received.": "Déclenche quand un formulaire rempli est reçu.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Déclenche quand une soumission partielle/en cours est reçue."
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Paperform API キー。これは Paperform ダッシュボードの設定 > 開発者 から確認できます。",
|
||||
"Delete Form Submission": "フォームの提出物を削除",
|
||||
"Delete Partial Form Submission": "部分フォームの提出物を削除",
|
||||
"Create Form Coupon": "フォームクーポンを作成",
|
||||
"Update Form Coupon": "フォームクーポンを更新",
|
||||
"Delete Form Coupon": "フォームクーポンを削除",
|
||||
"Create Form Product": "フォーム製品を作成",
|
||||
"Update Form Product": "フォーム商品を更新",
|
||||
"Delete Form Product": "フォーム商品を削除",
|
||||
"Create Space": "スペースを作成",
|
||||
"Update Space": "スペースを更新",
|
||||
"Find Form Product": "フォーム商品を検索",
|
||||
"Find Form": "フォームを検索",
|
||||
"Find Space": "スペースを検索",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Deletes a completed submission by its ID.": "IDで完了した提出物を削除します。",
|
||||
"Deletes a partial/in-progress submission by its ID.": "IDによって部分的/進行中の提出物を削除します。",
|
||||
"Creates a new discount coupon to a specified form.": "指定されたフォームに新しい割引クーポンを作成します。",
|
||||
"Updates an existing form coupon.": "既存のフォーム クーポンを更新します。",
|
||||
"Deletes a coupon from a form.": "フォームからクーポンを削除します。",
|
||||
"Creates a form product.": "フォーム製品を作成します。",
|
||||
"Updates an existing form product.": "既存のフォーム製品を更新します。",
|
||||
"Deletes an existing form product.": "既存のフォーム製品を削除します。",
|
||||
"Creates a new space.": "新しいスペースを作成します。",
|
||||
"Updates an existing space.": "既存のスペースを更新します。",
|
||||
"Finds a form product by name.": "名前でフォーム製品を検索します。",
|
||||
"Finds a form by title.": "タイトルでフォームを検索します。",
|
||||
"Finds a space by name.": "名前でスペースを検索します。",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"Form": "フォーム",
|
||||
"Form Submission ID": "フォーム送信ID",
|
||||
"Partial Submission ID": "部分提出 ID",
|
||||
"Coupon Code": "クーポンコード",
|
||||
"Enabled": "有効",
|
||||
"Target": "Target",
|
||||
"Discount Type": "割引の種類",
|
||||
"Discount Amount": "割引額",
|
||||
"Discount Percentage": "割引率",
|
||||
"Expires At": "有効期限",
|
||||
"Coupon": "クーポン",
|
||||
"Product Field": "商品フィールド",
|
||||
"Product Name": "商品名",
|
||||
"Product SKU": "商品SKU",
|
||||
"Product Price": "商品価格",
|
||||
"Quantity": "数量",
|
||||
"Minimum Quantity": "最小数量",
|
||||
"Maximum Quantity": "最大数量",
|
||||
"Discountable ?": "割引可能?",
|
||||
"Image URL": "画像URL",
|
||||
"Image Width": "画像の幅",
|
||||
"Image Height": "画像の高さ",
|
||||
"Product": "商品",
|
||||
"Space Name": "スペース名",
|
||||
"Space": "スペース",
|
||||
"Form Product Name": "フォーム商品名",
|
||||
"Form Title": "フォームタイトル",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"Whether the coupon is enabled or not.": "クーポンが有効になっているかどうか。",
|
||||
"The target of the coupon.": "クーポンのターゲット。",
|
||||
"Choose between amount or percentage discount.": "金額またはパーセント割引のいずれかを選択します。",
|
||||
"The date and time when the coupon expires.": "クーポンの有効期限が切れる日時。",
|
||||
"Whether the coupon is enabled or not": "クーポンが有効になっているかどうか",
|
||||
"Product quantity": "製品数量",
|
||||
"URL of the product image": "製品画像の URL",
|
||||
"Width of the product image in pixels": "商品画像の幅 (ピクセル)",
|
||||
"Height of the product image in pixels (optional)": "製品画像の高さ(オプション)",
|
||||
"Width of the product image in pixels.": "商品画像の幅をピクセルで指定します。",
|
||||
"Height of the product image in pixels (optional).": "製品画像の高さ(任意)",
|
||||
"Select the form to search products in": "検索対象のフォームを選択してください",
|
||||
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
||||
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
||||
"Price": "価格",
|
||||
"Subscription": "サブスクリプション",
|
||||
"Amount": "金額",
|
||||
"Percentage": "割合",
|
||||
"GET": "取得",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "削除",
|
||||
"HEAD": "頭",
|
||||
"New Form Submission": "新しいフォーム提出",
|
||||
"New Partial Form Submission": "新しい部分フォームの提出",
|
||||
"Triggers when a completed form submission is received.": "完了したフォームの送信を受信したときにトリガーします。",
|
||||
"Triggers when a partial/in-progress submission is received.": "部分的/進行中の提出物を受信したときにトリガーします。"
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Jouw Paperform API-sleutel. Je vindt dit in je Paperform dashboard onder Instellingen > Ontwikkelaar.",
|
||||
"Delete Form Submission": "Formulier inzending verwijderen",
|
||||
"Delete Partial Form Submission": "Gedeeltelijke formulier inzending verwijderen",
|
||||
"Create Form Coupon": "Maak formulierkortingsbon",
|
||||
"Update Form Coupon": "Update formulierkortingscode",
|
||||
"Delete Form Coupon": "Verwijder formulierkortingscode",
|
||||
"Create Form Product": "Formulier product maken",
|
||||
"Update Form Product": "Formulier product bijwerken",
|
||||
"Delete Form Product": "Formulierproduct verwijderen",
|
||||
"Create Space": "Ruimte creëren",
|
||||
"Update Space": "Ruimte bijwerken",
|
||||
"Find Form Product": "Formulier product zoeken",
|
||||
"Find Form": "Formulier zoeken",
|
||||
"Find Space": "Ruimte zoeken",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Deletes a completed submission by its ID.": "Verwijdert een voltooide uitwerking met de ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Verwijdert een gedeeltelijke / in-progress indiening via het ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Maakt een nieuwe kortingscoupon aan op een opgegeven formulier.",
|
||||
"Updates an existing form coupon.": "Werkt een bestaande kortingscode bij.",
|
||||
"Deletes a coupon from a form.": "Verwijdert een coupon uit een formulier.",
|
||||
"Creates a form product.": "Maakt een formulierproduct aan.",
|
||||
"Updates an existing form product.": "Werkt een bestaand formulierproduct bij.",
|
||||
"Deletes an existing form product.": "Verwijdert een bestaand formulierproduct.",
|
||||
"Creates a new space.": "Maakt een nieuwe ruimte.",
|
||||
"Updates an existing space.": "Werkt een bestaande ruimte bij.",
|
||||
"Finds a form product by name.": "Vindt een formulierproduct op naam.",
|
||||
"Finds a form by title.": "Vindt een formulier op titel.",
|
||||
"Finds a space by name.": "Vindt een spatie op naam.",
|
||||
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
||||
"Form": "Vorm",
|
||||
"Form Submission ID": "ID formulier inzending",
|
||||
"Partial Submission ID": "Gedeeltelijke indiening ID",
|
||||
"Coupon Code": "Kortingsbon code",
|
||||
"Enabled": "Ingeschakeld",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Type korting",
|
||||
"Discount Amount": "Korting hoeveelheid",
|
||||
"Discount Percentage": "Kortingspercentage",
|
||||
"Expires At": "Verloopt op",
|
||||
"Coupon": "Kortingsbon",
|
||||
"Product Field": "Product Veld",
|
||||
"Product Name": "Product Naam",
|
||||
"Product SKU": "Product Art.nr.",
|
||||
"Product Price": "Product Prijs",
|
||||
"Quantity": "Aantal",
|
||||
"Minimum Quantity": "Minimale hoeveelheid",
|
||||
"Maximum Quantity": "Maximale hoeveelheid",
|
||||
"Discountable ?": "Korting ?",
|
||||
"Image URL": "Afbeelding URL",
|
||||
"Image Width": "Afbeelding breedte",
|
||||
"Image Height": "Afbeelding hoogte",
|
||||
"Product": "product",
|
||||
"Space Name": "Ruimte Naam",
|
||||
"Space": "Spatiebalk",
|
||||
"Form Product Name": "Formulier product naam",
|
||||
"Form Title": "Formulier titel",
|
||||
"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)",
|
||||
"Whether the coupon is enabled or not.": "Of de coupon is ingeschakeld of niet.",
|
||||
"The target of the coupon.": "Het doel van de coupon.",
|
||||
"Choose between amount or percentage discount.": "Kies tussen bedrag of percentage korting.",
|
||||
"The date and time when the coupon expires.": "De datum en tijd wanneer de coupon afloopt.",
|
||||
"Whether the coupon is enabled or not": "Of de kortingsbon is ingeschakeld of niet",
|
||||
"Product quantity": "Aantal producten",
|
||||
"URL of the product image": "URL van de productafbeelding",
|
||||
"Width of the product image in pixels": "Breedte van de productafbeelding in pixels",
|
||||
"Height of the product image in pixels (optional)": "Hoogte van de productafbeelding in pixels (optioneel)",
|
||||
"Width of the product image in pixels.": "Breedte van de productafbeelding in pixels.",
|
||||
"Height of the product image in pixels (optional).": "Hoogte van de productafbeelding in pixels (optioneel).",
|
||||
"Select the form to search products in": "Selecteer het formulier om producten in te zoeken",
|
||||
"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..",
|
||||
"Price": "Prijs",
|
||||
"Subscription": "Abbonnement",
|
||||
"Amount": "Hoeveelheid",
|
||||
"Percentage": "Percentage",
|
||||
"GET": "KRIJG",
|
||||
"POST": "POSTE",
|
||||
"PATCH": "BEKIJK",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "VERWIJDEREN",
|
||||
"HEAD": "HOOFD",
|
||||
"New Form Submission": "Nieuw formulier indienen",
|
||||
"New Partial Form Submission": "Nieuwe gedeeltelijke formulier inzending",
|
||||
"Triggers when a completed form submission is received.": "Triggert wanneer een ingevulde formulier wordt ingediend.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Triggert wanneer een partiële / in-progress uitwerking wordt ontvangen."
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Sua chave API do Paperform. Você pode encontrá-la no painel do Paperform em Configurações > Desenvolvedor.",
|
||||
"Delete Form Submission": "Excluir Envio de Formulário",
|
||||
"Delete Partial Form Submission": "Excluir Envio Parcial de Formulário",
|
||||
"Create Form Coupon": "Criar formulário de cupom",
|
||||
"Update Form Coupon": "Atualizar Cupom de Formulário",
|
||||
"Delete Form Coupon": "Excluir cupom de formulário",
|
||||
"Create Form Product": "Criar produto de formulário",
|
||||
"Update Form Product": "Atualizar Formulário de Produto",
|
||||
"Delete Form Product": "Excluir Produto Formulário",
|
||||
"Create Space": "Criar espaço",
|
||||
"Update Space": "Atualizar Espaço",
|
||||
"Find Form Product": "Encontrar produto de formulário",
|
||||
"Find Form": "Encontrar Formulário",
|
||||
"Find Space": "Encontrar espaço",
|
||||
"Custom API Call": "Chamada de API personalizada",
|
||||
"Deletes a completed submission by its ID.": "Exclui uma submissão completa por seu ID. (Automatic Translation)",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Exclui um envio parcial/em progresso pelo seu ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Cria um novo cupom de desconto para um formulário especificado.",
|
||||
"Updates an existing form coupon.": "Atualiza um cupom existente",
|
||||
"Deletes a coupon from a form.": "Exclui um cupom de um formulário.",
|
||||
"Creates a form product.": "Cria um produto de formulário.",
|
||||
"Updates an existing form product.": "Atualizar um produto de formulário existente.",
|
||||
"Deletes an existing form product.": "Exclui um produto de formulário existente.",
|
||||
"Creates a new space.": "Cria um novo espaço.",
|
||||
"Updates an existing space.": "Atualiza um espaço existente.",
|
||||
"Finds a form product by name.": "Localiza um produto de formulário pelo nome.",
|
||||
"Finds a form by title.": "Localiza um formulário por título.",
|
||||
"Finds a space by name.": "Localiza um espaço por nome.",
|
||||
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
||||
"Form": "Formulário",
|
||||
"Form Submission ID": "ID da Submissão de Formulário",
|
||||
"Partial Submission ID": "ID da Submissão Parcial",
|
||||
"Coupon Code": "Código do cupom",
|
||||
"Enabled": "Ativado",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Tipo de desconto",
|
||||
"Discount Amount": "Valor do desconto",
|
||||
"Discount Percentage": "Porcentagem de Desconto",
|
||||
"Expires At": "Expira em",
|
||||
"Coupon": "Cupom",
|
||||
"Product Field": "Campo de Produto",
|
||||
"Product Name": "Nome do Produto",
|
||||
"Product SKU": "SKU do produto",
|
||||
"Product Price": "Preço do Produto",
|
||||
"Quantity": "Quantidade",
|
||||
"Minimum Quantity": "Quantidade mínima",
|
||||
"Maximum Quantity": "Quantidade máxima",
|
||||
"Discountable ?": "Descontável ?",
|
||||
"Image URL": "URL da imagem",
|
||||
"Image Width": "Largura da imagem",
|
||||
"Image Height": "Altura da Imagem",
|
||||
"Product": "Produto:",
|
||||
"Space Name": "Nome do Espaço",
|
||||
"Space": "Sala",
|
||||
"Form Product Name": "Nome do Formulário Produto",
|
||||
"Form Title": "Título do formulário",
|
||||
"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)",
|
||||
"Whether the coupon is enabled or not.": "Se o cupom está habilitado ou não.",
|
||||
"The target of the coupon.": "O objetivo do cupom.",
|
||||
"Choose between amount or percentage discount.": "Escolha entre o valor ou porcentagem de desconto.",
|
||||
"The date and time when the coupon expires.": "A data e a hora em que o cupom expira.",
|
||||
"Whether the coupon is enabled or not": "Se o cupom está habilitado ou não",
|
||||
"Product quantity": "Quantidade de produtos",
|
||||
"URL of the product image": "URL da imagem do produto",
|
||||
"Width of the product image in pixels": "Largura da imagem do produto em pixels",
|
||||
"Height of the product image in pixels (optional)": "Altura da imagem do produto em pixels (opcional)",
|
||||
"Width of the product image in pixels.": "Largura da imagem do produto em pixels.",
|
||||
"Height of the product image in pixels (optional).": "Altura da imagem do produto em pixels (opcional).",
|
||||
"Select the form to search products in": "Selecione o formulário em que os produtos serão pesquisados",
|
||||
"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..",
|
||||
"Price": "Quantidade",
|
||||
"Subscription": "Assinatura",
|
||||
"Amount": "Quantidade",
|
||||
"Percentage": "Porcentagem",
|
||||
"GET": "OBTER",
|
||||
"POST": "POSTAR",
|
||||
"PATCH": "COMPRAR",
|
||||
"PUT": "COLOCAR",
|
||||
"DELETE": "EXCLUIR",
|
||||
"HEAD": "CABEÇA",
|
||||
"New Form Submission": "Nova Submissão de Formulário",
|
||||
"New Partial Form Submission": "Nova Submissão Parcial do Formulário",
|
||||
"Triggers when a completed form submission is received.": "Dispara quando uma submissão completa do formulário for recebida.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Dispara quando uma submissão parcial/em andamento for recebida."
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"Paperform": "Бумажная форма",
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Ваш ключ API Paperform. Вы можете найти это в панели управления Paperform в Settings > Developer.",
|
||||
"Delete Form Submission": "Удалить форму отправки",
|
||||
"Delete Partial Form Submission": "Удалить частичную форму отправки",
|
||||
"Create Form Coupon": "Создать купон на форму",
|
||||
"Update Form Coupon": "Обновить купон формы",
|
||||
"Delete Form Coupon": "Удалить купон формы",
|
||||
"Create Form Product": "Создать продукт формы",
|
||||
"Update Form Product": "Обновить продукт формы",
|
||||
"Delete Form Product": "Удалить продукт формы",
|
||||
"Create Space": "Создать область",
|
||||
"Update Space": "Обновить пространство",
|
||||
"Find Form Product": "Найти продукт формы",
|
||||
"Find Form": "Найти форму",
|
||||
"Find Space": "Найти область",
|
||||
"Custom API Call": "Пользовательский вызов API",
|
||||
"Deletes a completed submission by its ID.": "Удаляет завершённое задание по его ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Удаляет частичное/незавершенное представление по его ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Создает новый купон на скидку в указанную форму.",
|
||||
"Updates an existing form coupon.": "Обновляет существующий купон формы.",
|
||||
"Deletes a coupon from a form.": "Удаляет купон из формы.",
|
||||
"Creates a form product.": "Создает продукт формы.",
|
||||
"Updates an existing form product.": "Обновляет существующий продукт формы.",
|
||||
"Deletes an existing form product.": "Удаляет существующий продукт формы.",
|
||||
"Creates a new space.": "Создает новую область.",
|
||||
"Updates an existing space.": "Обновляет существующее пространство.",
|
||||
"Finds a form product by name.": "Находит продукт формы по имени.",
|
||||
"Finds a form by title.": "Поиск формы по названию.",
|
||||
"Finds a space by name.": "Находит пробел по имени.",
|
||||
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
||||
"Form": "Форма",
|
||||
"Form Submission ID": "ID отправки формы",
|
||||
"Partial Submission ID": "ID частичной справки",
|
||||
"Coupon Code": "Код купона",
|
||||
"Enabled": "Включено",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Тип скидки",
|
||||
"Discount Amount": "Сумма скидки",
|
||||
"Discount Percentage": "Процент скидки",
|
||||
"Expires At": "Истекает",
|
||||
"Coupon": "Купон",
|
||||
"Product Field": "Поле товара",
|
||||
"Product Name": "Название товара",
|
||||
"Product SKU": "Артикул товара",
|
||||
"Product Price": "Цена товара",
|
||||
"Quantity": "Количество",
|
||||
"Minimum Quantity": "Минимальное количество",
|
||||
"Maximum Quantity": "Максимальное количество",
|
||||
"Discountable ?": "Скидка ?",
|
||||
"Image URL": "URL изображения",
|
||||
"Image Width": "Ширина изображения",
|
||||
"Image Height": "Высота изображения",
|
||||
"Product": "Товар",
|
||||
"Space Name": "Название области",
|
||||
"Space": "Пространство",
|
||||
"Form Product Name": "Название продукта формы",
|
||||
"Form Title": "Заголовок формы",
|
||||
"Method": "Метод",
|
||||
"Headers": "Заголовки",
|
||||
"Query Parameters": "Параметры запроса",
|
||||
"Body": "Тело",
|
||||
"No Error on Failure": "Нет ошибок при ошибке",
|
||||
"Timeout (in seconds)": "Таймаут (в секундах)",
|
||||
"Whether the coupon is enabled or not.": "Включен ли купон или нет.",
|
||||
"The target of the coupon.": "Цель купона.",
|
||||
"Choose between amount or percentage discount.": "Выберите между суммой или процентной скидкой.",
|
||||
"The date and time when the coupon expires.": "Дата и время окончания действия купона.",
|
||||
"Whether the coupon is enabled or not": "Включен ли купон или нет",
|
||||
"Product quantity": "Количество товара",
|
||||
"URL of the product image": "URL изображения товара",
|
||||
"Width of the product image in pixels": "Ширина изображения товара в пикселях",
|
||||
"Height of the product image in pixels (optional)": "Высота изображения товара в пикселях (опционально)",
|
||||
"Width of the product image in pixels.": "Ширина изображения товара в пикселях.",
|
||||
"Height of the product image in pixels (optional).": "Высота изображения товара в пикселях (опционально).",
|
||||
"Select the form to search products in": "Выберите форму для поиска товаров в",
|
||||
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
||||
"Price": "Цена",
|
||||
"Subscription": "Подписка",
|
||||
"Amount": "Сумма",
|
||||
"Percentage": "Процент",
|
||||
"GET": "ПОЛУЧИТЬ",
|
||||
"POST": "ПОСТ",
|
||||
"PATCH": "ПАТЧ",
|
||||
"PUT": "ПОКУПИТЬ",
|
||||
"DELETE": "УДАЛИТЬ",
|
||||
"HEAD": "HEAD",
|
||||
"New Form Submission": "Новая форма отправки",
|
||||
"New Partial Form Submission": "Новое частичное представление формы",
|
||||
"Triggers when a completed form submission is received.": "Триггеры при получении заполненной формы.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Триггеры при частичной/незавершенной отправке."
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.",
|
||||
"Delete Form Submission": "Delete Form Submission",
|
||||
"Delete Partial Form Submission": "Delete Partial Form Submission",
|
||||
"Create Form Coupon": "Create Form Coupon",
|
||||
"Update Form Coupon": "Update Form Coupon",
|
||||
"Delete Form Coupon": "Delete Form Coupon",
|
||||
"Create Form Product": "Create Form Product",
|
||||
"Update Form Product": "Update Form Product",
|
||||
"Delete Form Product": "Delete Form Product",
|
||||
"Create Space": "Create Space",
|
||||
"Update Space": "Update Space",
|
||||
"Find Form Product": "Find Form Product",
|
||||
"Find Form": "Find Form",
|
||||
"Find Space": "Find Space",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Deletes a completed submission by its ID.": "Deletes a completed submission by its ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Deletes a partial/in-progress submission by its ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Creates a new discount coupon to a specified form.",
|
||||
"Updates an existing form coupon.": "Updates an existing form coupon.",
|
||||
"Deletes a coupon from a form.": "Deletes a coupon from a form.",
|
||||
"Creates a form product.": "Creates a form product.",
|
||||
"Updates an existing form product.": "Updates an existing form product.",
|
||||
"Deletes an existing form product.": "Deletes an existing form product.",
|
||||
"Creates a new space.": "Creates a new space.",
|
||||
"Updates an existing space.": "Updates an existing space.",
|
||||
"Finds a form product by name.": "Finds a form product by name.",
|
||||
"Finds a form by title.": "Finds a form by title.",
|
||||
"Finds a space by name.": "Finds a space by name.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Form": "Form",
|
||||
"Form Submission ID": "Form Submission ID",
|
||||
"Partial Submission ID": "Partial Submission ID",
|
||||
"Coupon Code": "Coupon Code",
|
||||
"Enabled": "Enabled",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Discount Type",
|
||||
"Discount Amount": "Discount Amount",
|
||||
"Discount Percentage": "Discount Percentage",
|
||||
"Expires At": "Expires At",
|
||||
"Coupon": "Coupon",
|
||||
"Product Field": "Product Field",
|
||||
"Product Name": "Product Name",
|
||||
"Product SKU": "Product SKU",
|
||||
"Product Price": "Product Price",
|
||||
"Quantity": "Quantity",
|
||||
"Minimum Quantity": "Minimum Quantity",
|
||||
"Maximum Quantity": "Maximum Quantity",
|
||||
"Discountable ?": "Discountable ?",
|
||||
"Image URL": "Image URL",
|
||||
"Image Width": "Image Width",
|
||||
"Image Height": "Image Height",
|
||||
"Product": "Product",
|
||||
"Space Name": "Space Name",
|
||||
"Space": "Space",
|
||||
"Form Product Name": "Form Product Name",
|
||||
"Form Title": "Form Title",
|
||||
"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)",
|
||||
"Whether the coupon is enabled or not.": "Whether the coupon is enabled or not.",
|
||||
"The target of the coupon.": "The target of the coupon.",
|
||||
"Choose between amount or percentage discount.": "Choose between amount or percentage discount.",
|
||||
"The date and time when the coupon expires.": "The date and time when the coupon expires.",
|
||||
"Whether the coupon is enabled or not": "Whether the coupon is enabled or not",
|
||||
"Product quantity": "Product quantity",
|
||||
"URL of the product image": "URL of the product image",
|
||||
"Width of the product image in pixels": "Width of the product image in pixels",
|
||||
"Height of the product image in pixels (optional)": "Height of the product image in pixels (optional)",
|
||||
"Width of the product image in pixels.": "Width of the product image in pixels.",
|
||||
"Height of the product image in pixels (optional).": "Height of the product image in pixels (optional).",
|
||||
"Select the form to search products in": "Select the form to search products in",
|
||||
"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..",
|
||||
"Price": "Price",
|
||||
"Subscription": "Subscription",
|
||||
"Amount": "Amount",
|
||||
"Percentage": "Percentage",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"New Form Submission": "New Form Submission",
|
||||
"New Partial Form Submission": "New Partial Form Submission",
|
||||
"Triggers when a completed form submission is received.": "Triggers when a completed form submission is received.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Triggers when a partial/in-progress submission is received."
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"Paperform": "Paperform",
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.",
|
||||
"Delete Form Submission": "Delete Form Submission",
|
||||
"Delete Partial Form Submission": "Delete Partial Form Submission",
|
||||
"Create Form Coupon": "Create Form Coupon",
|
||||
"Update Form Coupon": "Update Form Coupon",
|
||||
"Delete Form Coupon": "Delete Form Coupon",
|
||||
"Create Form Product": "Create Form Product",
|
||||
"Update Form Product": "Update Form Product",
|
||||
"Delete Form Product": "Delete Form Product",
|
||||
"Create Space": "Create Space",
|
||||
"Update Space": "Update Space",
|
||||
"Find Form Product": "Find Form Product",
|
||||
"Find Form": "Find Form",
|
||||
"Find Space": "Find Space",
|
||||
"Custom API Call": "Custom API Call",
|
||||
"Deletes a completed submission by its ID.": "Deletes a completed submission by its ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Deletes a partial/in-progress submission by its ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Creates a new discount coupon to a specified form.",
|
||||
"Updates an existing form coupon.": "Updates an existing form coupon.",
|
||||
"Deletes a coupon from a form.": "Deletes a coupon from a form.",
|
||||
"Creates a form product.": "Creates a form product.",
|
||||
"Updates an existing form product.": "Updates an existing form product.",
|
||||
"Deletes an existing form product.": "Deletes an existing form product.",
|
||||
"Creates a new space.": "Creates a new space.",
|
||||
"Updates an existing space.": "Updates an existing space.",
|
||||
"Finds a form product by name.": "Finds a form product by name.",
|
||||
"Finds a form by title.": "Finds a form by title.",
|
||||
"Finds a space by name.": "Finds a space by name.",
|
||||
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
||||
"Form": "Form",
|
||||
"Form Submission ID": "Form Submission ID",
|
||||
"Partial Submission ID": "Partial Submission ID",
|
||||
"Coupon Code": "Coupon Code",
|
||||
"Enabled": "Enabled",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Discount Type",
|
||||
"Discount Amount": "Discount Amount",
|
||||
"Discount Percentage": "Discount Percentage",
|
||||
"Expires At": "Expires At",
|
||||
"Coupon": "Coupon",
|
||||
"Product Field": "Product Field",
|
||||
"Product Name": "Product Name",
|
||||
"Product SKU": "Product SKU",
|
||||
"Product Price": "Product Price",
|
||||
"Quantity": "Quantity",
|
||||
"Minimum Quantity": "Minimum Quantity",
|
||||
"Maximum Quantity": "Maximum Quantity",
|
||||
"Discountable ?": "Discountable ?",
|
||||
"Image URL": "Image URL",
|
||||
"Image Width": "Image Width",
|
||||
"Image Height": "Image Height",
|
||||
"Product": "Product",
|
||||
"Space Name": "Space Name",
|
||||
"Space": "Space",
|
||||
"Form Product Name": "Form Product Name",
|
||||
"Form Title": "Form Title",
|
||||
"Method": "Method",
|
||||
"Headers": "Headers",
|
||||
"Query Parameters": "Query Parameters",
|
||||
"Body": "Body",
|
||||
"No Error on Failure": "No Error on Failure",
|
||||
"Timeout (in seconds)": "Timeout (in seconds)",
|
||||
"Whether the coupon is enabled or not.": "Whether the coupon is enabled or not.",
|
||||
"The target of the coupon.": "The target of the coupon.",
|
||||
"Choose between amount or percentage discount.": "Choose between amount or percentage discount.",
|
||||
"The date and time when the coupon expires.": "The date and time when the coupon expires.",
|
||||
"Whether the coupon is enabled or not": "Whether the coupon is enabled or not",
|
||||
"Product quantity": "Product quantity",
|
||||
"URL of the product image": "URL of the product image",
|
||||
"Width of the product image in pixels": "Width of the product image in pixels",
|
||||
"Height of the product image in pixels (optional)": "Height of the product image in pixels (optional)",
|
||||
"Width of the product image in pixels.": "Width of the product image in pixels.",
|
||||
"Height of the product image in pixels (optional).": "Height of the product image in pixels (optional).",
|
||||
"Select the form to search products in": "Select the form to search products in",
|
||||
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
||||
"Price": "Price",
|
||||
"Subscription": "Đăng ký",
|
||||
"Amount": "Amount",
|
||||
"Percentage": "Percentage",
|
||||
"GET": "GET",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "DELETE",
|
||||
"HEAD": "HEAD",
|
||||
"New Form Submission": "New Form Submission",
|
||||
"New Partial Form Submission": "New Partial Form Submission",
|
||||
"Triggers when a completed form submission is received.": "Triggers when a completed form submission is received.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Triggers when a partial/in-progress submission is received."
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.": "Your Paperform API key. You can find this in your Paperform dashboard under Settings > Developer.",
|
||||
"Delete Form Submission": "Delete Form Submission",
|
||||
"Delete Partial Form Submission": "Delete Partial Form Submission",
|
||||
"Create Form Coupon": "Create Form Coupon",
|
||||
"Update Form Coupon": "Update Form Coupon",
|
||||
"Delete Form Coupon": "Delete Form Coupon",
|
||||
"Create Form Product": "Create Form Product",
|
||||
"Update Form Product": "Update Form Product",
|
||||
"Delete Form Product": "Delete Form Product",
|
||||
"Create Space": "Create Space",
|
||||
"Update Space": "Update Space",
|
||||
"Find Form Product": "Find Form Product",
|
||||
"Find Form": "Find Form",
|
||||
"Find Space": "Find Space",
|
||||
"Custom API Call": "自定义 API 呼叫",
|
||||
"Deletes a completed submission by its ID.": "Deletes a completed submission by its ID.",
|
||||
"Deletes a partial/in-progress submission by its ID.": "Deletes a partial/in-progress submission by its ID.",
|
||||
"Creates a new discount coupon to a specified form.": "Creates a new discount coupon to a specified form.",
|
||||
"Updates an existing form coupon.": "Updates an existing form coupon.",
|
||||
"Deletes a coupon from a form.": "Deletes a coupon from a form.",
|
||||
"Creates a form product.": "Creates a form product.",
|
||||
"Updates an existing form product.": "Updates an existing form product.",
|
||||
"Deletes an existing form product.": "Deletes an existing form product.",
|
||||
"Creates a new space.": "Creates a new space.",
|
||||
"Updates an existing space.": "Updates an existing space.",
|
||||
"Finds a form product by name.": "Finds a form product by name.",
|
||||
"Finds a form by title.": "Finds a form by title.",
|
||||
"Finds a space by name.": "Finds a space by name.",
|
||||
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
||||
"Form": "Form",
|
||||
"Form Submission ID": "Form Submission ID",
|
||||
"Partial Submission ID": "Partial Submission ID",
|
||||
"Coupon Code": "Coupon Code",
|
||||
"Enabled": "已启用",
|
||||
"Target": "Target",
|
||||
"Discount Type": "Discount Type",
|
||||
"Discount Amount": "Discount Amount",
|
||||
"Discount Percentage": "Discount Percentage",
|
||||
"Expires At": "Expires At",
|
||||
"Coupon": "Coupon",
|
||||
"Product Field": "Product Field",
|
||||
"Product Name": "Product Name",
|
||||
"Product SKU": "Product SKU",
|
||||
"Product Price": "Product Price",
|
||||
"Quantity": "Quantity",
|
||||
"Minimum Quantity": "Minimum Quantity",
|
||||
"Maximum Quantity": "Maximum Quantity",
|
||||
"Discountable ?": "Discountable ?",
|
||||
"Image URL": "Image URL",
|
||||
"Image Width": "Image Width",
|
||||
"Image Height": "Image Height",
|
||||
"Product": "Product",
|
||||
"Space Name": "Space Name",
|
||||
"Space": "Space",
|
||||
"Form Product Name": "Form Product Name",
|
||||
"Form Title": "Form Title",
|
||||
"Method": "方法",
|
||||
"Headers": "信头",
|
||||
"Query Parameters": "查询参数",
|
||||
"Body": "正文内容",
|
||||
"Response is Binary ?": "Response is Binary ?",
|
||||
"No Error on Failure": "失败时没有错误",
|
||||
"Timeout (in seconds)": "超时(秒)",
|
||||
"Whether the coupon is enabled or not.": "Whether the coupon is enabled or not.",
|
||||
"The target of the coupon.": "The target of the coupon.",
|
||||
"Choose between amount or percentage discount.": "Choose between amount or percentage discount.",
|
||||
"The date and time when the coupon expires.": "The date and time when the coupon expires.",
|
||||
"Whether the coupon is enabled or not": "Whether the coupon is enabled or not",
|
||||
"Product quantity": "Product quantity",
|
||||
"URL of the product image": "URL of the product image",
|
||||
"Width of the product image in pixels": "Width of the product image in pixels",
|
||||
"Height of the product image in pixels (optional)": "Height of the product image in pixels (optional)",
|
||||
"Width of the product image in pixels.": "Width of the product image in pixels.",
|
||||
"Height of the product image in pixels (optional).": "Height of the product image in pixels (optional).",
|
||||
"Select the form to search products in": "Select the form to search products in",
|
||||
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
||||
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
||||
"Price": "Price",
|
||||
"Subscription": "订阅",
|
||||
"Amount": "Amount",
|
||||
"Percentage": "Percentage",
|
||||
"GET": "获取",
|
||||
"POST": "帖子",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "弹出",
|
||||
"DELETE": "删除",
|
||||
"HEAD": "黑色",
|
||||
"New Form Submission": "New Form Submission",
|
||||
"New Partial Form Submission": "New Partial Form Submission",
|
||||
"Triggers when a completed form submission is received.": "Triggers when a completed form submission is received.",
|
||||
"Triggers when a partial/in-progress submission is received.": "Triggers when a partial/in-progress submission is received."
|
||||
}
|
||||
Reference in New Issue
Block a user