@activepieces/piece-mautic 0.4.8 → 0.4.10
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 +4 -10
- package/src/i18n/de.json +26 -26
- package/src/i18n/es.json +26 -26
- package/src/i18n/ja.json +26 -26
- package/src/i18n/nl.json +26 -26
- package/src/i18n/pt.json +25 -25
- package/src/i18n/zh.json +1 -1
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-mautic",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
-
"@ai-sdk/google": "2.0.6",
|
|
7
|
-
"@ai-sdk/openai": "2.0.12",
|
|
8
|
-
"@ai-sdk/provider": "2.0.0",
|
|
9
|
-
"@ai-sdk/replicate": "1.0.3",
|
|
10
5
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
-
"ai": "5.0.12",
|
|
12
6
|
"axios": "1.8.3",
|
|
13
7
|
"axios-retry": "4.4.1",
|
|
14
8
|
"deepmerge-ts": "7.1.0",
|
|
@@ -17,9 +11,9 @@
|
|
|
17
11
|
"nanoid": "3.3.8",
|
|
18
12
|
"semver": "7.6.0",
|
|
19
13
|
"zod": "3.25.76",
|
|
20
|
-
"@activepieces/pieces-common": "0.
|
|
21
|
-
"@activepieces/pieces-framework": "0.18.
|
|
22
|
-
"@activepieces/shared": "0.
|
|
14
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
15
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
+
"@activepieces/shared": "0.19.1",
|
|
23
17
|
"tslib": "2.8.1"
|
|
24
18
|
},
|
|
25
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Mautic": "
|
|
3
|
-
"Open-source marketing automation software": "Open-
|
|
2
|
+
"Mautic": "Mautic",
|
|
3
|
+
"Open-source marketing automation software": "Open-source marketing automation software",
|
|
4
4
|
"Base URL": "Basis-URL",
|
|
5
5
|
"Username": "Benutzername",
|
|
6
6
|
"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": "\
|
|
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",
|
|
8
8
|
"Create Contact": "Kontakt erstellen",
|
|
9
|
-
"Search Contact": "
|
|
10
|
-
"Update Contact With Contact Id": "
|
|
9
|
+
"Search Contact": "Search Contact",
|
|
10
|
+
"Update Contact With Contact Id": "Update Contact With Contact Id",
|
|
11
11
|
"Create Company": "Firma erstellen",
|
|
12
|
-
"Search Company": "
|
|
13
|
-
"Update Company With Contact Id": "
|
|
12
|
+
"Search Company": "Search Company",
|
|
13
|
+
"Update Company With Contact Id": "Update Company With Contact Id",
|
|
14
14
|
"Custom API Call": "Eigener API-Aufruf",
|
|
15
|
-
"Creates a new contact in Mautic CRM": "
|
|
16
|
-
"Search for a contact in Mautic CRM": "
|
|
17
|
-
"Update a contact in Mautic CRM": "
|
|
18
|
-
"Creates a new company in Mautic CRM": "
|
|
19
|
-
"Search for a company in Mautic CRM": "
|
|
20
|
-
"Update a company in Mautic CRM": "
|
|
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",
|
|
21
21
|
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
22
|
-
"All Fields": "
|
|
23
|
-
"Id of the entity": "Id
|
|
22
|
+
"All Fields": "All Fields",
|
|
23
|
+
"Id of the entity": "Id of the entity",
|
|
24
24
|
"Method": "Methode",
|
|
25
25
|
"Headers": "Kopfzeilen",
|
|
26
26
|
"Query Parameters": "Abfrageparameter",
|
|
27
27
|
"Body": "Körper",
|
|
28
|
-
"Response is Binary ?": "
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
29
29
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
30
30
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
31
|
-
"List of all possible fields present": "
|
|
31
|
+
"List of all possible fields present": "List of all possible fields present",
|
|
32
32
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
33
|
-
"Enable for files like PDFs, images, etc..": "
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
34
34
|
"GET": "ERHALTEN",
|
|
35
35
|
"POST": "POST",
|
|
36
36
|
"PATCH": "PATCH",
|
|
37
37
|
"PUT": "PUT",
|
|
38
38
|
"DELETE": "LÖSCHEN",
|
|
39
39
|
"HEAD": "HEAD",
|
|
40
|
-
"Contact Updated": "
|
|
41
|
-
"Contact Company Subscription Change": "
|
|
42
|
-
"Contact Channel Subscription Change": "
|
|
40
|
+
"Contact Updated": "Contact Updated",
|
|
41
|
+
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
42
|
+
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
|
43
43
|
"New Contact": "Neuer Kontakt",
|
|
44
|
-
"Triggers when a contact is updated.": "
|
|
45
|
-
"Triggers when a commpany is added or removed to/from contact.": "
|
|
46
|
-
"Triggers when a contact's channel subscription status changes.": "
|
|
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.",
|
|
47
47
|
"Triggers when a new contact is created.": "Wird ausgelöst, wenn ein neuer Kontakt erstellt wird.",
|
|
48
48
|
"Webhook Name": "Webhook-Name",
|
|
49
49
|
"Description": "Beschreibung",
|
|
50
|
-
"The name the webhook will be searchable by in mautic the webhooks page.": "
|
|
51
|
-
"A short description of the webhook": "
|
|
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"
|
|
52
52
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Mautic": "
|
|
3
|
-
"Open-source marketing automation software": "
|
|
2
|
+
"Mautic": "Mautic",
|
|
3
|
+
"Open-source marketing automation software": "Open-source marketing automation software",
|
|
4
4
|
"Base URL": "URL base",
|
|
5
5
|
"Username": "Usuario",
|
|
6
6
|
"Password": "Contraseña",
|
|
7
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",
|
|
8
8
|
"Create Contact": "Crear contacto",
|
|
9
|
-
"Search Contact": "
|
|
10
|
-
"Update Contact With Contact Id": "
|
|
9
|
+
"Search Contact": "Search Contact",
|
|
10
|
+
"Update Contact With Contact Id": "Update Contact With Contact Id",
|
|
11
11
|
"Create Company": "Crear empresa",
|
|
12
|
-
"Search Company": "
|
|
13
|
-
"Update Company With Contact Id": "
|
|
12
|
+
"Search Company": "Search Company",
|
|
13
|
+
"Update Company With Contact Id": "Update Company With Contact Id",
|
|
14
14
|
"Custom API Call": "Llamada API personalizada",
|
|
15
|
-
"Creates a new contact in Mautic CRM": "
|
|
16
|
-
"Search for a contact in Mautic CRM": "
|
|
17
|
-
"Update a contact in Mautic CRM": "
|
|
18
|
-
"Creates a new company in Mautic CRM": "
|
|
19
|
-
"Search for a company in Mautic CRM": "
|
|
20
|
-
"Update a company in Mautic CRM": "
|
|
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",
|
|
21
21
|
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
22
|
-
"All Fields": "
|
|
23
|
-
"Id of the entity": "Id
|
|
22
|
+
"All Fields": "All Fields",
|
|
23
|
+
"Id of the entity": "Id of the entity",
|
|
24
24
|
"Method": "Método",
|
|
25
25
|
"Headers": "Encabezados",
|
|
26
26
|
"Query Parameters": "Parámetros de consulta",
|
|
27
27
|
"Body": "Cuerpo",
|
|
28
|
-
"Response is Binary ?": "
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
29
29
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
30
30
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
31
|
-
"List of all possible fields present": "
|
|
31
|
+
"List of all possible fields present": "List of all possible fields present",
|
|
32
32
|
"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..": "
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
34
34
|
"GET": "RECOGER",
|
|
35
35
|
"POST": "POST",
|
|
36
36
|
"PATCH": "PATCH",
|
|
37
37
|
"PUT": "PUT",
|
|
38
38
|
"DELETE": "BORRAR",
|
|
39
39
|
"HEAD": "LIMPIO",
|
|
40
|
-
"Contact Updated": "
|
|
41
|
-
"Contact Company Subscription Change": "
|
|
42
|
-
"Contact Channel Subscription Change": "
|
|
40
|
+
"Contact Updated": "Contact Updated",
|
|
41
|
+
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
42
|
+
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
|
43
43
|
"New Contact": "Nuevo contacto",
|
|
44
|
-
"Triggers when a contact is updated.": "
|
|
45
|
-
"Triggers when a commpany is added or removed to/from contact.": "
|
|
46
|
-
"Triggers when a contact's channel subscription status changes.": "
|
|
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.",
|
|
47
47
|
"Triggers when a new contact is created.": "Dispara cuando se crea un nuevo contacto.",
|
|
48
48
|
"Webhook Name": "Nombre del webhook",
|
|
49
|
-
"Description": "
|
|
50
|
-
"The name the webhook will be searchable by in mautic the webhooks page.": "
|
|
51
|
-
"A short description of the 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"
|
|
52
52
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Mautic": "Mautic",
|
|
3
|
-
"Open-source marketing automation software": "
|
|
3
|
+
"Open-source marketing automation software": "Open-source marketing automation software",
|
|
4
4
|
"Base URL": "ベースURL",
|
|
5
5
|
"Username": "ユーザー名",
|
|
6
|
-
"Password": "
|
|
6
|
+
"Password": "Password",
|
|
7
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",
|
|
8
8
|
"Create Contact": "連絡先を作成",
|
|
9
|
-
"Search Contact": "
|
|
10
|
-
"Update Contact With Contact Id": "
|
|
9
|
+
"Search Contact": "Search Contact",
|
|
10
|
+
"Update Contact With Contact Id": "Update Contact With Contact Id",
|
|
11
11
|
"Create Company": "所属を作成",
|
|
12
|
-
"Search Company": "
|
|
13
|
-
"Update Company With Contact Id": "
|
|
12
|
+
"Search Company": "Search Company",
|
|
13
|
+
"Update Company With Contact Id": "Update Company With Contact Id",
|
|
14
14
|
"Custom API Call": "カスタムAPI通話",
|
|
15
|
-
"Creates a new contact in Mautic CRM": "Mautic CRM
|
|
16
|
-
"Search for a contact in Mautic CRM": "Mautic CRM
|
|
17
|
-
"Update a contact in Mautic CRM": "Mautic CRM
|
|
18
|
-
"Creates a new company in Mautic CRM": "Mautic CRM
|
|
19
|
-
"Search for a company in Mautic CRM": "Mautic CRM
|
|
20
|
-
"Update a company in Mautic CRM": "Mautic CRM
|
|
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",
|
|
21
21
|
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
22
|
-
"All Fields": "
|
|
23
|
-
"Id of the entity": "
|
|
22
|
+
"All Fields": "All Fields",
|
|
23
|
+
"Id of the entity": "Id of the entity",
|
|
24
24
|
"Method": "方法",
|
|
25
25
|
"Headers": "ヘッダー",
|
|
26
26
|
"Query Parameters": "クエリパラメータ",
|
|
27
27
|
"Body": "本文",
|
|
28
|
-
"Response is Binary ?": "
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
29
29
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
30
30
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
31
|
-
"List of all possible fields present": "
|
|
31
|
+
"List of all possible fields present": "List of all possible fields present",
|
|
32
32
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
33
|
-
"Enable for files like PDFs, images, etc..": "
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
34
34
|
"GET": "取得",
|
|
35
35
|
"POST": "POST",
|
|
36
36
|
"PATCH": "PATCH",
|
|
37
37
|
"PUT": "PUT",
|
|
38
38
|
"DELETE": "削除",
|
|
39
39
|
"HEAD": "頭",
|
|
40
|
-
"Contact Updated": "
|
|
41
|
-
"Contact Company Subscription Change": "
|
|
42
|
-
"Contact Channel Subscription Change": "
|
|
40
|
+
"Contact Updated": "Contact Updated",
|
|
41
|
+
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
42
|
+
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
|
43
43
|
"New Contact": "新しい連絡先",
|
|
44
|
-
"Triggers when a contact is updated.": "
|
|
45
|
-
"Triggers when a commpany is added or removed to/from contact.": "
|
|
46
|
-
"Triggers when a contact's channel subscription status changes.": "
|
|
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.",
|
|
47
47
|
"Triggers when a new contact is created.": "新しい連絡先が作成されたときにトリガーします.",
|
|
48
48
|
"Webhook Name": "Webhook名",
|
|
49
|
-
"Description": "
|
|
50
|
-
"The name the webhook will be searchable by in mautic the webhooks page.": "webhook
|
|
51
|
-
"A short description of the webhook": "
|
|
49
|
+
"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"
|
|
52
52
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Mautic": "
|
|
3
|
-
"Open-source marketing automation software": "Open-source marketing
|
|
2
|
+
"Mautic": "Mautic",
|
|
3
|
+
"Open-source marketing automation software": "Open-source marketing automation software",
|
|
4
4
|
"Base URL": "Basis URL",
|
|
5
5
|
"Username": "Gebruikersnaam",
|
|
6
6
|
"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": "\
|
|
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",
|
|
8
8
|
"Create Contact": "Contactpersoon aanmaken",
|
|
9
|
-
"Search Contact": "
|
|
10
|
-
"Update Contact With Contact Id": "
|
|
9
|
+
"Search Contact": "Search Contact",
|
|
10
|
+
"Update Contact With Contact Id": "Update Contact With Contact Id",
|
|
11
11
|
"Create Company": "Bedrijf aanmaken",
|
|
12
|
-
"Search Company": "
|
|
13
|
-
"Update Company With Contact Id": "Update
|
|
12
|
+
"Search Company": "Search Company",
|
|
13
|
+
"Update Company With Contact Id": "Update Company With Contact Id",
|
|
14
14
|
"Custom API Call": "Custom API Call",
|
|
15
|
-
"Creates a new contact in Mautic CRM": "
|
|
16
|
-
"Search for a contact in Mautic CRM": "
|
|
17
|
-
"Update a contact in Mautic CRM": "
|
|
18
|
-
"Creates a new company in Mautic CRM": "
|
|
19
|
-
"Search for a company in Mautic CRM": "
|
|
20
|
-
"Update a company in Mautic CRM": "Update
|
|
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",
|
|
21
21
|
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
22
|
-
"All Fields": "
|
|
23
|
-
"Id of the entity": "Id
|
|
22
|
+
"All Fields": "All Fields",
|
|
23
|
+
"Id of the entity": "Id of the entity",
|
|
24
24
|
"Method": "Methode",
|
|
25
25
|
"Headers": "Kopteksten",
|
|
26
26
|
"Query Parameters": "Query parameters",
|
|
27
27
|
"Body": "Lichaam",
|
|
28
|
-
"Response is Binary ?": "
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
29
29
|
"No Error on Failure": "Geen fout bij fout",
|
|
30
30
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
31
|
-
"List of all possible fields present": "
|
|
31
|
+
"List of all possible fields present": "List of all possible fields present",
|
|
32
32
|
"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..": "
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
34
34
|
"GET": "KRIJG",
|
|
35
35
|
"POST": "POSTE",
|
|
36
36
|
"PATCH": "BEKIJK",
|
|
37
37
|
"PUT": "PUT",
|
|
38
38
|
"DELETE": "VERWIJDEREN",
|
|
39
39
|
"HEAD": "HOOFD",
|
|
40
|
-
"Contact Updated": "
|
|
41
|
-
"Contact Company Subscription Change": "Contact
|
|
42
|
-
"Contact Channel Subscription Change": "Contact
|
|
40
|
+
"Contact Updated": "Contact Updated",
|
|
41
|
+
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
42
|
+
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
|
43
43
|
"New Contact": "Nieuw contactpersoon",
|
|
44
|
-
"Triggers when a contact is updated.": "
|
|
45
|
-
"Triggers when a commpany is added or removed to/from contact.": "
|
|
46
|
-
"Triggers when a contact's channel subscription status changes.": "
|
|
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.",
|
|
47
47
|
"Triggers when a new contact is created.": "Triggert wanneer een nieuw contact wordt aangemaakt.",
|
|
48
48
|
"Webhook Name": "Webhook Naam",
|
|
49
49
|
"Description": "Beschrijving",
|
|
50
|
-
"The name the webhook will be searchable by in mautic the webhooks page.": "
|
|
51
|
-
"A short description of the webhook": "
|
|
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"
|
|
52
52
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Mautic": "
|
|
3
|
-
"Open-source marketing automation software": "
|
|
2
|
+
"Mautic": "Mautic",
|
|
3
|
+
"Open-source marketing automation software": "Open-source marketing automation software",
|
|
4
4
|
"Base URL": "URL Base",
|
|
5
5
|
"Username": "Usuário:",
|
|
6
6
|
"Password": "Senha",
|
|
7
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",
|
|
8
8
|
"Create Contact": "Criar contato",
|
|
9
|
-
"Search Contact": "
|
|
10
|
-
"Update Contact With Contact Id": "
|
|
9
|
+
"Search Contact": "Search Contact",
|
|
10
|
+
"Update Contact With Contact Id": "Update Contact With Contact Id",
|
|
11
11
|
"Create Company": "Criar Empresa",
|
|
12
|
-
"Search Company": "
|
|
13
|
-
"Update Company With Contact Id": "
|
|
12
|
+
"Search Company": "Search Company",
|
|
13
|
+
"Update Company With Contact Id": "Update Company With Contact Id",
|
|
14
14
|
"Custom API Call": "Chamada de API personalizada",
|
|
15
|
-
"Creates a new contact in Mautic CRM": "
|
|
16
|
-
"Search for a contact in Mautic CRM": "
|
|
17
|
-
"Update a contact in Mautic CRM": "
|
|
18
|
-
"Creates a new company in Mautic CRM": "
|
|
19
|
-
"Search for a company in Mautic CRM": "
|
|
20
|
-
"Update a company in Mautic CRM": "
|
|
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",
|
|
21
21
|
"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": "
|
|
23
|
-
"Id of the entity": "
|
|
22
|
+
"All Fields": "All Fields",
|
|
23
|
+
"Id of the entity": "Id of the entity",
|
|
24
24
|
"Method": "Método",
|
|
25
25
|
"Headers": "Cabeçalhos",
|
|
26
26
|
"Query Parameters": "Parâmetros da consulta",
|
|
27
27
|
"Body": "Conteúdo",
|
|
28
|
-
"Response is Binary ?": "
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
29
29
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
30
30
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
31
|
-
"List of all possible fields present": "
|
|
31
|
+
"List of all possible fields present": "List of all possible fields present",
|
|
32
32
|
"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..": "
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
34
34
|
"GET": "OBTER",
|
|
35
35
|
"POST": "POSTAR",
|
|
36
36
|
"PATCH": "COMPRAR",
|
|
37
37
|
"PUT": "COLOCAR",
|
|
38
38
|
"DELETE": "EXCLUIR",
|
|
39
39
|
"HEAD": "CABEÇA",
|
|
40
|
-
"Contact Updated": "
|
|
41
|
-
"Contact Company Subscription Change": "
|
|
42
|
-
"Contact Channel Subscription Change": "
|
|
40
|
+
"Contact Updated": "Contact Updated",
|
|
41
|
+
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
42
|
+
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
|
43
43
|
"New Contact": "Novo Contato",
|
|
44
|
-
"Triggers when a contact is updated.": "
|
|
45
|
-
"Triggers when a commpany is added or removed to/from contact.": "
|
|
46
|
-
"Triggers when a contact's channel subscription status changes.": "
|
|
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.",
|
|
47
47
|
"Triggers when a new contact is created.": "Dispara quando um novo contato é criado.",
|
|
48
48
|
"Webhook Name": "Nome Webhook",
|
|
49
49
|
"Description": "Descrição",
|
|
50
|
-
"The name the webhook will be searchable by in mautic the webhooks page.": "
|
|
51
|
-
"A short description of the webhook": "
|
|
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"
|
|
52
52
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Open-source marketing automation software": "Open-source marketing automation software",
|
|
4
4
|
"Base URL": "基本网址",
|
|
5
5
|
"Username": "用户名",
|
|
6
|
-
"Password": "
|
|
6
|
+
"Password": "Password",
|
|
7
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",
|
|
8
8
|
"Create Contact": "Create Contact",
|
|
9
9
|
"Search Contact": "Search Contact",
|