@activepieces/piece-mautic 0.4.10 → 0.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@activepieces/piece-mautic",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
7
7
  "axios-retry": "4.4.1",
8
8
  "deepmerge-ts": "7.1.0",
9
- "fast-glob": "3.3.3",
10
9
  "mime-types": "2.1.35",
11
10
  "nanoid": "3.3.8",
12
11
  "semver": "7.6.0",
13
12
  "zod": "3.25.76",
14
13
  "@activepieces/pieces-common": "0.7.0",
15
- "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.19.1",
14
+ "@activepieces/pieces-framework": "0.20.1",
15
+ "@activepieces/shared": "0.20.1",
17
16
  "tslib": "2.8.1"
18
17
  },
19
18
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,52 +1,51 @@
1
1
  {
2
- "Mautic": "Mautic",
3
- "Open-source marketing automation software": "Open-source marketing automation software",
2
+ "Open-source marketing automation software": "Open-Source-Marketing-Automationssoftware",
4
3
  "Base URL": "Basis-URL",
5
4
  "Username": "Benutzername",
6
5
  "Password": "Kennwort",
7
- "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n",
6
+ "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFolgen Sie diesen Schritten:\n\n1. **Geben Sie die Basis-URL ein:** Öffnen Sie Ihre Mautiker-Instanz und kopieren Sie die URL aus der Adressleiste. Wenn Ihr Dashboard-Link \"https://mautic.ddev.site/s/dashboard\" ist, setzen Sie Ihre Basis-URL als \"https://mautic. dev.site/\".\n\n2. **Authentifizierung aktivieren:** Bei Mautic anmelden, gehen Sie zu **Einstellungen** > **Konfiguration** > **API-Einstellungen**, und stellen Sie sicher, dass die grundlegende Authentifizierung aktiviert ist.\n\n",
8
7
  "Create Contact": "Kontakt erstellen",
9
- "Search Contact": "Search Contact",
10
- "Update Contact With Contact Id": "Update Contact With Contact Id",
8
+ "Search Contact": "Kontakt suchen",
9
+ "Update Contact With Contact Id": "Kontakt mit Kontakt-Id aktualisieren",
11
10
  "Create Company": "Firma erstellen",
12
- "Search Company": "Search Company",
13
- "Update Company With Contact Id": "Update Company With Contact Id",
11
+ "Search Company": "Firma suchen",
12
+ "Update Company With Contact Id": "Firma mit Kontakt-Id aktualisieren",
14
13
  "Custom API Call": "Eigener API-Aufruf",
15
- "Creates a new contact in Mautic CRM": "Creates a new contact in Mautic CRM",
16
- "Search for a contact in Mautic CRM": "Search for a contact in Mautic CRM",
17
- "Update a contact in Mautic CRM": "Update a contact in Mautic CRM",
18
- "Creates a new company in Mautic CRM": "Creates a new company in Mautic CRM",
19
- "Search for a company in Mautic CRM": "Search for a company in Mautic CRM",
20
- "Update a company in Mautic CRM": "Update a company in Mautic CRM",
14
+ "Creates a new contact in Mautic CRM": "Erstellt einen neuen Kontakt in Mautic CRM",
15
+ "Search for a contact in Mautic CRM": "Suche nach einem Kontakt in Mautic CRM",
16
+ "Update a contact in Mautic CRM": "Kontakt in Mautic CRM aktualisieren",
17
+ "Creates a new company in Mautic CRM": "Erstellt ein neues Unternehmen in Mautic CRM",
18
+ "Search for a company in Mautic CRM": "Suche nach einem Unternehmen in Mautic CRM",
19
+ "Update a company in Mautic CRM": "Unternehmen in Mautic CRM aktualisieren",
21
20
  "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
22
- "All Fields": "All Fields",
23
- "Id of the entity": "Id of the entity",
21
+ "All Fields": "Alle Felder",
22
+ "Id of the entity": "Id der Entität",
24
23
  "Method": "Methode",
25
24
  "Headers": "Kopfzeilen",
26
25
  "Query Parameters": "Abfrageparameter",
27
26
  "Body": "Körper",
28
- "Response is Binary ?": "Response is Binary ?",
27
+ "Response is Binary ?": "Antwort ist binär?",
29
28
  "No Error on Failure": "Kein Fehler bei Fehler",
30
29
  "Timeout (in seconds)": "Timeout (in Sekunden)",
31
- "List of all possible fields present": "List of all possible fields present",
30
+ "List of all possible fields present": "Liste aller vorhandenen Felder",
32
31
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
33
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
34
33
  "GET": "ERHALTEN",
35
34
  "POST": "POST",
36
35
  "PATCH": "PATCH",
37
36
  "PUT": "PUT",
38
37
  "DELETE": "LÖSCHEN",
39
38
  "HEAD": "HEAD",
40
- "Contact Updated": "Contact Updated",
41
- "Contact Company Subscription Change": "Contact Company Subscription Change",
42
- "Contact Channel Subscription Change": "Contact Channel Subscription Change",
39
+ "Contact Updated": "Kontakt aktualisiert",
40
+ "Contact Company Subscription Change": "Änderung des Unternehmensabonnements kontaktieren",
41
+ "Contact Channel Subscription Change": "Kontakt-Kanal-Abonnement-Änderung",
43
42
  "New Contact": "Neuer Kontakt",
44
- "Triggers when a contact is updated.": "Triggers when a contact is updated.",
45
- "Triggers when a commpany is added or removed to/from contact.": "Triggers when a commpany is added or removed to/from contact.",
46
- "Triggers when a contact's channel subscription status changes.": "Triggers when a contact's channel subscription status changes.",
43
+ "Triggers when a contact is updated.": "Wird ausgelöst, wenn ein Kontakt aktualisiert wird.",
44
+ "Triggers when a commpany is added or removed to/from contact.": "Wird ausgelöst, wenn ein Commpany hinzugefügt oder entfernt wird.",
45
+ "Triggers when a contact's channel subscription status changes.": "Wird ausgelöst, wenn sich der Status eines Kanals ändert.",
47
46
  "Triggers when a new contact is created.": "Wird ausgelöst, wenn ein neuer Kontakt erstellt wird.",
48
47
  "Webhook Name": "Webhook-Name",
49
48
  "Description": "Beschreibung",
50
- "The name the webhook will be searchable by in mautic the webhooks page.": "The name the webhook will be searchable by in mautic the webhooks page.",
51
- "A short description of the webhook": "A short description of the webhook"
49
+ "The name the webhook will be searchable by in mautic the webhooks page.": "Der Name des Webhook wird von der mautischen Seite der Webhooks durchsuchbar sein.",
50
+ "A short description of the webhook": "Eine kurze Beschreibung des Webhook"
52
51
  }
package/src/i18n/es.json CHANGED
@@ -1,52 +1,51 @@
1
1
  {
2
- "Mautic": "Mautic",
3
- "Open-source marketing automation software": "Open-source marketing automation software",
2
+ "Open-source marketing automation software": "Software de automatización de marketing de código abierto",
4
3
  "Base URL": "URL base",
5
4
  "Username": "Usuario",
6
5
  "Password": "Contraseña",
7
6
  "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n",
8
7
  "Create Contact": "Crear contacto",
9
- "Search Contact": "Search Contact",
10
- "Update Contact With Contact Id": "Update Contact With Contact Id",
8
+ "Search Contact": "Buscar contacto",
9
+ "Update Contact With Contact Id": "Actualizar contacto con el Id de contacto",
11
10
  "Create Company": "Crear empresa",
12
- "Search Company": "Search Company",
13
- "Update Company With Contact Id": "Update Company With Contact Id",
11
+ "Search Company": "Buscar empresa",
12
+ "Update Company With Contact Id": "Actualizar empresa con ID de contacto",
14
13
  "Custom API Call": "Llamada API personalizada",
15
- "Creates a new contact in Mautic CRM": "Creates a new contact in Mautic CRM",
16
- "Search for a contact in Mautic CRM": "Search for a contact in Mautic CRM",
17
- "Update a contact in Mautic CRM": "Update a contact in Mautic CRM",
18
- "Creates a new company in Mautic CRM": "Creates a new company in Mautic CRM",
19
- "Search for a company in Mautic CRM": "Search for a company in Mautic CRM",
20
- "Update a company in Mautic CRM": "Update a company in Mautic CRM",
14
+ "Creates a new contact in Mautic CRM": "Crea un nuevo contacto en Mautic CRM",
15
+ "Search for a contact in Mautic CRM": "Buscar un contacto en Mautic CRM",
16
+ "Update a contact in Mautic CRM": "Actualizar un contacto en Mautic CRM",
17
+ "Creates a new company in Mautic CRM": "Crea una nueva empresa en Mautic CRM",
18
+ "Search for a company in Mautic CRM": "Buscar una empresa en Mautic CRM",
19
+ "Update a company in Mautic CRM": "Actualizar una empresa en Mautic CRM",
21
20
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
22
- "All Fields": "All Fields",
23
- "Id of the entity": "Id of the entity",
21
+ "All Fields": "Todos los campos",
22
+ "Id of the entity": "Id de la entidad",
24
23
  "Method": "Método",
25
24
  "Headers": "Encabezados",
26
25
  "Query Parameters": "Parámetros de consulta",
27
26
  "Body": "Cuerpo",
28
- "Response is Binary ?": "Response is Binary ?",
27
+ "Response is Binary ?": "¿Respuesta es binaria?",
29
28
  "No Error on Failure": "No hay ningún error en fallo",
30
29
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
31
- "List of all possible fields present": "List of all possible fields present",
30
+ "List of all possible fields present": "Lista de todos los campos posibles presentes",
32
31
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
33
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
34
33
  "GET": "RECOGER",
35
34
  "POST": "POST",
36
35
  "PATCH": "PATCH",
37
36
  "PUT": "PUT",
38
37
  "DELETE": "BORRAR",
39
38
  "HEAD": "LIMPIO",
40
- "Contact Updated": "Contact Updated",
41
- "Contact Company Subscription Change": "Contact Company Subscription Change",
42
- "Contact Channel Subscription Change": "Contact Channel Subscription Change",
39
+ "Contact Updated": "Contacto actualizado",
40
+ "Contact Company Subscription Change": "Cambio de suscripción a la empresa de contacto",
41
+ "Contact Channel Subscription Change": "Cambio de suscripción al canal de contacto",
43
42
  "New Contact": "Nuevo contacto",
44
- "Triggers when a contact is updated.": "Triggers when a contact is updated.",
45
- "Triggers when a commpany is added or removed to/from contact.": "Triggers when a commpany is added or removed to/from contact.",
46
- "Triggers when a contact's channel subscription status changes.": "Triggers when a contact's channel subscription status changes.",
43
+ "Triggers when a contact is updated.": "Dispara cuando un contacto es actualizado.",
44
+ "Triggers when a commpany is added or removed to/from contact.": "Dispara cuando se agrega o quita una orden para/del contacto.",
45
+ "Triggers when a contact's channel subscription status changes.": "Se activa cuando el estado de la suscripción a un canal de contacto cambia.",
47
46
  "Triggers when a new contact is created.": "Dispara cuando se crea un nuevo contacto.",
48
47
  "Webhook Name": "Nombre del webhook",
49
- "Description": "Description",
50
- "The name the webhook will be searchable by in mautic the webhooks page.": "The name the webhook will be searchable by in mautic the webhooks page.",
51
- "A short description of the webhook": "A short description of the webhook"
48
+ "Description": "Descripción",
49
+ "The name the webhook will be searchable by in mautic the webhooks page.": "El nombre que el webhook podrá buscar en mautic la página de webhooks.",
50
+ "A short description of the webhook": "Una breve descripción del webhook"
52
51
  }
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Mautic": "Mautique",
3
2
  "Open-source marketing automation software": "Logiciel d'automatisation de marketing open source",
4
3
  "Base URL": "URL de base",
5
4
  "Username": "Nom d'utilisateur",
package/src/i18n/ja.json CHANGED
@@ -1,52 +1,51 @@
1
1
  {
2
- "Mautic": "Mautic",
3
- "Open-source marketing automation software": "Open-source marketing automation software",
2
+ "Open-source marketing automation software": "オープンソースのマーケティング自動化ソフトウェア",
4
3
  "Base URL": "ベースURL",
5
4
  "Username": "ユーザー名",
6
5
  "Password": "Password",
7
6
  "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n",
8
7
  "Create Contact": "連絡先を作成",
9
- "Search Contact": "Search Contact",
10
- "Update Contact With Contact Id": "Update Contact With Contact Id",
8
+ "Search Contact": "連絡先を検索",
9
+ "Update Contact With Contact Id": "連絡先IDで連絡先を更新",
11
10
  "Create Company": "所属を作成",
12
- "Search Company": "Search Company",
13
- "Update Company With Contact Id": "Update Company With Contact Id",
11
+ "Search Company": "会社を検索",
12
+ "Update Company With Contact Id": "連絡先IDで会社を更新",
14
13
  "Custom API Call": "カスタムAPI通話",
15
- "Creates a new contact in Mautic CRM": "Creates a new contact in Mautic CRM",
16
- "Search for a contact in Mautic CRM": "Search for a contact in Mautic CRM",
17
- "Update a contact in Mautic CRM": "Update a contact in Mautic CRM",
18
- "Creates a new company in Mautic CRM": "Creates a new company in Mautic CRM",
19
- "Search for a company in Mautic CRM": "Search for a company in Mautic CRM",
20
- "Update a company in Mautic CRM": "Update a company in Mautic CRM",
14
+ "Creates a new contact in Mautic CRM": "Mautic CRM に新しい連絡先を作成します。",
15
+ "Search for a contact in Mautic CRM": "Mautic CRM で連絡先を検索",
16
+ "Update a contact in Mautic CRM": "Mautic CRM の連絡先を更新",
17
+ "Creates a new company in Mautic CRM": "Mautic CRM に新しい会社を作成",
18
+ "Search for a company in Mautic CRM": "Mautic CRM で企業を検索",
19
+ "Update a company in Mautic CRM": "Mautic CRM の会社を更新",
21
20
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
22
- "All Fields": "All Fields",
23
- "Id of the entity": "Id of the entity",
21
+ "All Fields": "すべてのフィールド",
22
+ "Id of the entity": "エンティティの Id",
24
23
  "Method": "方法",
25
24
  "Headers": "ヘッダー",
26
25
  "Query Parameters": "クエリパラメータ",
27
26
  "Body": "本文",
28
- "Response is Binary ?": "Response is Binary ?",
27
+ "Response is Binary ?": "応答はバイナリですか?",
29
28
  "No Error on Failure": "失敗時にエラーはありません",
30
29
  "Timeout (in seconds)": "タイムアウト(秒)",
31
- "List of all possible fields present": "List of all possible fields present",
30
+ "List of all possible fields present": "可能なすべてのフィールドのリスト",
32
31
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
33
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
34
33
  "GET": "取得",
35
34
  "POST": "POST",
36
35
  "PATCH": "PATCH",
37
36
  "PUT": "PUT",
38
37
  "DELETE": "削除",
39
38
  "HEAD": "頭",
40
- "Contact Updated": "Contact Updated",
41
- "Contact Company Subscription Change": "Contact Company Subscription Change",
42
- "Contact Channel Subscription Change": "Contact Channel Subscription Change",
39
+ "Contact Updated": "連絡先を更新しました",
40
+ "Contact Company Subscription Change": "連絡先会社のサブスクリプションの変更",
41
+ "Contact Channel Subscription Change": "連絡先チャネル購読の変更",
43
42
  "New Contact": "新しい連絡先",
44
- "Triggers when a contact is updated.": "Triggers when a contact is updated.",
45
- "Triggers when a commpany is added or removed to/from contact.": "Triggers when a commpany is added or removed to/from contact.",
46
- "Triggers when a contact's channel subscription status changes.": "Triggers when a contact's channel subscription status changes.",
43
+ "Triggers when a contact is updated.": "連絡先が更新されたときにトリガーします。",
44
+ "Triggers when a commpany is added or removed to/from contact.": "通信が連絡先に追加または削除されたときにトリガーします。",
45
+ "Triggers when a contact's channel subscription status changes.": "連絡先のチャンネル登録ステータスが変更されたときにトリガーされます。",
47
46
  "Triggers when a new contact is created.": "新しい連絡先が作成されたときにトリガーします.",
48
47
  "Webhook Name": "Webhook名",
49
48
  "Description": "説明",
50
- "The name the webhook will be searchable by in mautic the webhooks page.": "The name the webhook will be searchable by in mautic the webhooks page.",
51
- "A short description of the webhook": "A short description of the webhook"
49
+ "The name the webhook will be searchable by in mautic the webhooks page.": "webhookの名前はmauticページで検索可能になります。",
50
+ "A short description of the webhook": "Webhookの簡単な説明"
52
51
  }
package/src/i18n/nl.json CHANGED
@@ -1,52 +1,51 @@
1
1
  {
2
- "Mautic": "Mautic",
3
- "Open-source marketing automation software": "Open-source marketing automation software",
2
+ "Open-source marketing automation software": "Open-source marketing automatiseringssoftware",
4
3
  "Base URL": "Basis URL",
5
4
  "Username": "Gebruikersnaam",
6
5
  "Password": "Wachtwoord",
7
- "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n",
6
+ "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nVolg deze stappen:\n\n1. **Voer de basis-URL in:** Open uw Mautische exemplaar en kopieer de URL uit de adresbalk. Als uw dashboard link \"https://mautic.ddev.site/s/dashboard\" is, stel uw base URL in als \"https://mautic. dev.site/\".\n\n2. **Basis authenticatie inschakelen:** Log in bij Mautiek, ga naar **Instellingen** > **Configuratie** > **API Instellingen**, en zorg ervoor dat basis authenticatie is ingeschakeld.\n\n",
8
7
  "Create Contact": "Contactpersoon aanmaken",
9
- "Search Contact": "Search Contact",
10
- "Update Contact With Contact Id": "Update Contact With Contact Id",
8
+ "Search Contact": "Zoek contact",
9
+ "Update Contact With Contact Id": "Bijwerken Contact Met Contactpersoon Id",
11
10
  "Create Company": "Bedrijf aanmaken",
12
- "Search Company": "Search Company",
13
- "Update Company With Contact Id": "Update Company With Contact Id",
11
+ "Search Company": "Bedrijf zoeken",
12
+ "Update Company With Contact Id": "Update Bedrijf met Contactpersoon Id",
14
13
  "Custom API Call": "Custom API Call",
15
- "Creates a new contact in Mautic CRM": "Creates a new contact in Mautic CRM",
16
- "Search for a contact in Mautic CRM": "Search for a contact in Mautic CRM",
17
- "Update a contact in Mautic CRM": "Update a contact in Mautic CRM",
18
- "Creates a new company in Mautic CRM": "Creates a new company in Mautic CRM",
19
- "Search for a company in Mautic CRM": "Search for a company in Mautic CRM",
20
- "Update a company in Mautic CRM": "Update a company in Mautic CRM",
14
+ "Creates a new contact in Mautic CRM": "Maakt een nieuw contact in Mautisch CRM",
15
+ "Search for a contact in Mautic CRM": "Zoek voor een contact in Mautisch CRM",
16
+ "Update a contact in Mautic CRM": "Bijwerken van een contact in Mautisch CRM",
17
+ "Creates a new company in Mautic CRM": "Maakt een nieuw bedrijf in Mautisch CRM",
18
+ "Search for a company in Mautic CRM": "Zoek naar een bedrijf in Mautisch CRM",
19
+ "Update a company in Mautic CRM": "Update een bedrijf in Mautisch CRM",
21
20
  "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
22
- "All Fields": "All Fields",
23
- "Id of the entity": "Id of the entity",
21
+ "All Fields": "Alle velden",
22
+ "Id of the entity": "Id van de entiteit",
24
23
  "Method": "Methode",
25
24
  "Headers": "Kopteksten",
26
25
  "Query Parameters": "Query parameters",
27
26
  "Body": "Lichaam",
28
- "Response is Binary ?": "Response is Binary ?",
27
+ "Response is Binary ?": "Antwoord is binair?",
29
28
  "No Error on Failure": "Geen fout bij fout",
30
29
  "Timeout (in seconds)": "Time-out (in seconden)",
31
- "List of all possible fields present": "List of all possible fields present",
30
+ "List of all possible fields present": "Lijst van alle mogelijke velden aanwezig",
32
31
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
33
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
34
33
  "GET": "KRIJG",
35
34
  "POST": "POSTE",
36
35
  "PATCH": "BEKIJK",
37
36
  "PUT": "PUT",
38
37
  "DELETE": "VERWIJDEREN",
39
38
  "HEAD": "HOOFD",
40
- "Contact Updated": "Contact Updated",
41
- "Contact Company Subscription Change": "Contact Company Subscription Change",
42
- "Contact Channel Subscription Change": "Contact Channel Subscription Change",
39
+ "Contact Updated": "Contactpersoon bijgewerkt",
40
+ "Contact Company Subscription Change": "Contact Bedrijf Abonnement Wijziging",
41
+ "Contact Channel Subscription Change": "Contact kanaal abonnement wijzigen",
43
42
  "New Contact": "Nieuw contactpersoon",
44
- "Triggers when a contact is updated.": "Triggers when a contact is updated.",
45
- "Triggers when a commpany is added or removed to/from contact.": "Triggers when a commpany is added or removed to/from contact.",
46
- "Triggers when a contact's channel subscription status changes.": "Triggers when a contact's channel subscription status changes.",
43
+ "Triggers when a contact is updated.": "Triggert wanneer een contact is bijgewerkt.",
44
+ "Triggers when a commpany is added or removed to/from contact.": "Triggert wanneer een commpany wordt toegevoegd aan of verwijderd van contactpersoon.",
45
+ "Triggers when a contact's channel subscription status changes.": "Triggert wanneer de status van het kanaal van een contactpersoon verandert.",
47
46
  "Triggers when a new contact is created.": "Triggert wanneer een nieuw contact wordt aangemaakt.",
48
47
  "Webhook Name": "Webhook Naam",
49
48
  "Description": "Beschrijving",
50
- "The name the webhook will be searchable by in mautic the webhooks page.": "The name the webhook will be searchable by in mautic the webhooks page.",
51
- "A short description of the webhook": "A short description of the webhook"
49
+ "The name the webhook will be searchable by in mautic the webhooks page.": "De naam van de webhook is doorzoekbaar in mautic de webhooks pagina.",
50
+ "A short description of the webhook": "Een korte beschrijving van de webhook"
52
51
  }
package/src/i18n/pt.json CHANGED
@@ -1,52 +1,51 @@
1
1
  {
2
- "Mautic": "Mautic",
3
- "Open-source marketing automation software": "Open-source marketing automation software",
2
+ "Open-source marketing automation software": "Software de automação de software de código aberto",
4
3
  "Base URL": "URL Base",
5
4
  "Username": "Usuário:",
6
5
  "Password": "Senha",
7
6
  "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n": "\nFollow these steps:\n\n1. **Enter the Base URL:** Open your Mautic instance and copy the URL from the address bar. If your dashboard link is \"https://mautic.ddev.site/s/dashboard\", set your base URL as \"https://mautic.ddev.site/\".\n\n2. **Enable Basic Authentication:** Log in to Mautic, go to **Settings** > **Configuration** > **API Settings**, and ensure that Basic Authentication is enabled.\n\n",
8
7
  "Create Contact": "Criar contato",
9
- "Search Contact": "Search Contact",
10
- "Update Contact With Contact Id": "Update Contact With Contact Id",
8
+ "Search Contact": "Pesquisar contato",
9
+ "Update Contact With Contact Id": "Atualizar Contato Com Id de Contato",
11
10
  "Create Company": "Criar Empresa",
12
- "Search Company": "Search Company",
13
- "Update Company With Contact Id": "Update Company With Contact Id",
11
+ "Search Company": "Procurar Empresa",
12
+ "Update Company With Contact Id": "Atualizar Empresa com Contato Id",
14
13
  "Custom API Call": "Chamada de API personalizada",
15
- "Creates a new contact in Mautic CRM": "Creates a new contact in Mautic CRM",
16
- "Search for a contact in Mautic CRM": "Search for a contact in Mautic CRM",
17
- "Update a contact in Mautic CRM": "Update a contact in Mautic CRM",
18
- "Creates a new company in Mautic CRM": "Creates a new company in Mautic CRM",
19
- "Search for a company in Mautic CRM": "Search for a company in Mautic CRM",
20
- "Update a company in Mautic CRM": "Update a company in Mautic CRM",
14
+ "Creates a new contact in Mautic CRM": "Cria um novo contato na Mautic CRM",
15
+ "Search for a contact in Mautic CRM": "Procurar por um contato na Mautic CRM",
16
+ "Update a contact in Mautic CRM": "Atualizar um contato no Mautic CRM",
17
+ "Creates a new company in Mautic CRM": "Cria uma nova empresa no Mautic CRM",
18
+ "Search for a company in Mautic CRM": "Procurar por uma empresa em CRM Mautic",
19
+ "Update a company in Mautic CRM": "Atualizar uma empresa no Mautic CRM",
21
20
  "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
22
- "All Fields": "All Fields",
23
- "Id of the entity": "Id of the entity",
21
+ "All Fields": "Todos os Campos",
22
+ "Id of the entity": "ID da entidade",
24
23
  "Method": "Método",
25
24
  "Headers": "Cabeçalhos",
26
25
  "Query Parameters": "Parâmetros da consulta",
27
26
  "Body": "Conteúdo",
28
- "Response is Binary ?": "Response is Binary ?",
27
+ "Response is Binary ?": "A resposta é binária ?",
29
28
  "No Error on Failure": "Nenhum erro no Failure",
30
29
  "Timeout (in seconds)": "Tempo limite (em segundos)",
31
- "List of all possible fields present": "List of all possible fields present",
30
+ "List of all possible fields present": "Lista de todos os campos possíveis presentes",
32
31
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
33
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
32
+ "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
34
33
  "GET": "OBTER",
35
34
  "POST": "POSTAR",
36
35
  "PATCH": "COMPRAR",
37
36
  "PUT": "COLOCAR",
38
37
  "DELETE": "EXCLUIR",
39
38
  "HEAD": "CABEÇA",
40
- "Contact Updated": "Contact Updated",
41
- "Contact Company Subscription Change": "Contact Company Subscription Change",
42
- "Contact Channel Subscription Change": "Contact Channel Subscription Change",
39
+ "Contact Updated": "Contato atualizado",
40
+ "Contact Company Subscription Change": "Contatar assinatura da empresa alterada",
41
+ "Contact Channel Subscription Change": "Assinatura de canal de contato alterada",
43
42
  "New Contact": "Novo Contato",
44
- "Triggers when a contact is updated.": "Triggers when a contact is updated.",
45
- "Triggers when a commpany is added or removed to/from contact.": "Triggers when a commpany is added or removed to/from contact.",
46
- "Triggers when a contact's channel subscription status changes.": "Triggers when a contact's channel subscription status changes.",
43
+ "Triggers when a contact is updated.": "Dispara quando um contato é atualizado.",
44
+ "Triggers when a commpany is added or removed to/from contact.": "Aciona quando uma composição é adicionada ou removida de/para o contato.",
45
+ "Triggers when a contact's channel subscription status changes.": "Aciona quando o estado da assinatura de um contato é alterado.",
47
46
  "Triggers when a new contact is created.": "Dispara quando um novo contato é criado.",
48
47
  "Webhook Name": "Nome Webhook",
49
48
  "Description": "Descrição",
50
- "The name the webhook will be searchable by in mautic the webhooks page.": "The name the webhook will be searchable by in mautic the webhooks page.",
51
- "A short description of the webhook": "A short description of the webhook"
49
+ "The name the webhook will be searchable by in mautic the webhooks page.": "O nome do webhook será pesquisável pelo mautic a página de webhooks.",
50
+ "A short description of the webhook": "Uma breve descrição do webhook"
52
51
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "Mautic": "Mautic",
3
2
  "Open-source marketing automation software": "Open-source marketing automation software",
4
3
  "Base URL": "Base URL",
5
4
  "Username": "Username",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Mautic": "Mautic",
3
2
  "Open-source marketing automation software": "Open-source marketing automation software",
4
3
  "Base URL": "基本网址",
5
4
  "Username": "用户名",