@activepieces/piece-sendpulse 0.0.5 → 0.0.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-sendpulse",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "zod": "3.25.76",
18
18
  "@activepieces/pieces-common": "0.7.0",
19
19
  "@activepieces/pieces-framework": "0.18.4",
20
- "@activepieces/shared": "0.19.0"
20
+ "@activepieces/shared": "0.19.1"
21
21
  },
22
22
  "overrides": {
23
23
  "@tryfabric/martian": {
package/src/i18n/de.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "SendPulse": "Sendeimpuls",
3
- "Client ID": "Kunden-ID",
4
- "Client Secret": "Kundengeheimnis",
5
- "Enter your SendPulse client credentials": "Geben Sie Ihre SendPulse Client-Zugangsdaten ein",
6
- "Add Subscriber": "Abonnent hinzufügen",
7
- "Change Variable for Subscriber": "Variable für Abonnenten ändern",
8
- "Delete Contact": "Kontakt löschen",
9
- "Unsubscribe User": "Benutzer abbestellen",
10
- "Update Subscriber": "Abonnent aktualisieren",
11
- "Custom API Call": "Eigener API-Aufruf",
12
- "Add subscriber to mailing list": "Abonnent zur Mailingliste hinzufügen",
13
- "Update subscriber variable": "Abonnenten-Variable aktualisieren",
14
- "Permanently delete contact from all mailing lists": "Kontakt dauerhaft von allen Mailinglisten löschen",
15
- "Remove subscribers from mailing list": "Abonnenten von der Mailingliste entfernen",
16
- "Update subscriber details and variables": "Abonnenten-Details und Variablen aktualisieren",
17
- "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
18
- "Mailing List": "Mailingliste",
19
- "Email Address": "E-Mail-Adresse",
20
- "Variables": "Variablen",
21
- "Tag IDs": "Tag-IDs",
22
- "Variable Name": "Variablenname",
23
- "Variable Value": "Variablenwert",
24
- "Email Addresses": "E-Mail-Adressen",
25
- "Phone Number": "Telefonnummer",
26
- "Method": "Methode",
27
- "Headers": "Kopfzeilen",
28
- "Query Parameters": "Abfrageparameter",
29
- "Body": "Körper",
30
- "Response is Binary ?": "Antwort ist binär?",
31
- "No Error on Failure": "Kein Fehler bei Fehler",
32
- "Timeout (in seconds)": "Timeout (in Sekunden)",
33
- "Select one of your SendPulse mailing lists": "Wählen Sie eine Ihrer SendPulse Mailinglisten",
34
- "Subscriber email address": "E-Mail Adresse des Abonnenten",
35
- "Optional subscriber variables (e.g., name, phone)": "Optionale Abonnentenvariablen (z.B. Name, Telefon)",
36
- "Optional tag IDs to assign": "Optionale Tag-IDs zum Zuweisen",
37
- "Select variable to update": "Wählen Sie die zu aktualisierende Variable",
38
- "New value for the variable": "Neuer Wert für die Variable",
39
- "Email address to delete from all mailing lists": "E-Mail-Adresse, die von allen Mailinglisten gelöscht werden soll",
40
- "Email addresses to unsubscribe (max 100)": "E-Mail-Adressen zum Abbestellen (max. 100)",
41
- "Email address of the subscriber to update": "E-Mail-Adresse des zu aktualisierenden Abonnenten",
42
- "New phone number (optional)": "Neue Telefonnummer (optional)",
43
- "Subscriber variables to update (e.g., name, custom fields)": "Abonnenten-Variablen zum Aktualisieren (z. B. Name, benutzerdefinierte Felder)",
44
- "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
45
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
46
- "GET": "ERHALTEN",
2
+ "SendPulse": "SendPulse",
3
+ "Client ID": "Client ID",
4
+ "Client Secret": "Client Secret",
5
+ "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
+ "Add Subscriber": "Add Subscriber",
7
+ "Change Variable for Subscriber": "Change Variable for Subscriber",
8
+ "Delete Contact": "Delete Contact",
9
+ "Unsubscribe User": "Unsubscribe User",
10
+ "Update Subscriber": "Update Subscriber",
11
+ "Custom API Call": "Custom API Call",
12
+ "Add subscriber to mailing list": "Add subscriber to mailing list",
13
+ "Update subscriber variable": "Update subscriber variable",
14
+ "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
+ "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
+ "Update subscriber details and variables": "Update subscriber details and variables",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Mailing List": "Mailing List",
19
+ "Email Address": "Email Address",
20
+ "Variables": "Variables",
21
+ "Tag IDs": "Tag IDs",
22
+ "Variable Name": "Variable Name",
23
+ "Variable Value": "Variable Value",
24
+ "Email Addresses": "Email Addresses",
25
+ "Phone Number": "Phone Number",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
+ "Response is Binary ?": "Response is Binary ?",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
+ "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
+ "Subscriber email address": "Subscriber email address",
35
+ "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
36
+ "Optional tag IDs to assign": "Optional tag IDs to assign",
37
+ "Select variable to update": "Select variable to update",
38
+ "New value for the variable": "New value for the variable",
39
+ "Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
40
+ "Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
41
+ "Email address of the subscriber to update": "Email address of the subscriber to update",
42
+ "New phone number (optional)": "New phone number (optional)",
43
+ "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
+ "GET": "GET",
47
47
  "POST": "POST",
48
48
  "PATCH": "PATCH",
49
49
  "PUT": "PUT",
50
- "DELETE": "LÖSCHEN",
50
+ "DELETE": "DELETE",
51
51
  "HEAD": "HEAD",
52
- "New Subscriber": "Neuer Abonnent",
53
- "New Unsubscriber": "Neuer Abmelder",
54
- "Updated Subscriber": "Abonnent aktualisiert",
55
- "Fires when new subscriber is added": "Feuert wenn neuer Abonnent hinzugefügt wird",
56
- "Fires when subscriber unsubscribes": "Löscht ab, wenn Abonnent abbestellt wird",
57
- "Fires when subscriber details change (polling)": "Feuer, wenn Abonnentendetails geändert werden (Umfrage)"
52
+ "New Subscriber": "New Subscriber",
53
+ "New Unsubscriber": "New Unsubscriber",
54
+ "Updated Subscriber": "Updated Subscriber",
55
+ "Fires when new subscriber is added": "Fires when new subscriber is added",
56
+ "Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
57
+ "Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
58
58
  }
package/src/i18n/es.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "SendPulse": "Enviar Pulso",
3
- "Client ID": "ID de cliente",
4
- "Client Secret": "Cliente secreto",
5
- "Enter your SendPulse client credentials": "Introduzca sus credenciales de cliente de SendPulse",
6
- "Add Subscriber": "Añadir suscriptor",
7
- "Change Variable for Subscriber": "Cambiar variable para el suscriptor",
8
- "Delete Contact": "Eliminar contacto",
9
- "Unsubscribe User": "Darse de baja de usuario",
10
- "Update Subscriber": "Actualizar suscriptor",
11
- "Custom API Call": "Llamada API personalizada",
12
- "Add subscriber to mailing list": "Añadir suscriptor a la lista de correo",
13
- "Update subscriber variable": "Actualizar variable de suscriptor",
14
- "Permanently delete contact from all mailing lists": "Borrar permanentemente el contacto de todas las listas de correo",
15
- "Remove subscribers from mailing list": "Eliminar suscriptores de la lista de correo",
16
- "Update subscriber details and variables": "Actualizar detalles del suscriptor y variables",
17
- "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
18
- "Mailing List": "Lista de correo",
19
- "Email Address": "Dirección de email",
2
+ "SendPulse": "SendPulse",
3
+ "Client ID": "Client ID",
4
+ "Client Secret": "Client Secret",
5
+ "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
+ "Add Subscriber": "Add Subscriber",
7
+ "Change Variable for Subscriber": "Change Variable for Subscriber",
8
+ "Delete Contact": "Delete Contact",
9
+ "Unsubscribe User": "Unsubscribe User",
10
+ "Update Subscriber": "Update Subscriber",
11
+ "Custom API Call": "Custom API Call",
12
+ "Add subscriber to mailing list": "Add subscriber to mailing list",
13
+ "Update subscriber variable": "Update subscriber variable",
14
+ "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
+ "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
+ "Update subscriber details and variables": "Update subscriber details and variables",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Mailing List": "Mailing List",
19
+ "Email Address": "Email Address",
20
20
  "Variables": "Variables",
21
- "Tag IDs": "ID de etiqueta",
22
- "Variable Name": "Nombre variable",
23
- "Variable Value": "Valor variable",
24
- "Email Addresses": "Direcciones de email",
25
- "Phone Number": "Número de teléfono",
26
- "Method": "Método",
27
- "Headers": "Encabezados",
28
- "Query Parameters": "Parámetros de consulta",
29
- "Body": "Cuerpo",
30
- "Response is Binary ?": "¿Respuesta es binaria?",
31
- "No Error on Failure": "No hay ningún error en fallo",
32
- "Timeout (in seconds)": "Tiempo de espera (en segundos)",
33
- "Select one of your SendPulse mailing lists": "Seleccione una de sus listas de correo de SendPulse",
34
- "Subscriber email address": "Dirección de correo del suscriptor",
35
- "Optional subscriber variables (e.g., name, phone)": "Variables opcionales de suscriptores (por ejemplo, nombre, teléfono)",
36
- "Optional tag IDs to assign": "ID de etiqueta opcional a asignar",
37
- "Select variable to update": "Seleccione la variable a actualizar",
38
- "New value for the variable": "Nuevo valor para la variable",
39
- "Email address to delete from all mailing lists": "Dirección de correo electrónico a eliminar de todas las listas de correo",
40
- "Email addresses to unsubscribe (max 100)": "Direcciones de correo para darse de baja (máx. 100)",
41
- "Email address of the subscriber to update": "Dirección de correo electrónico del suscriptor a actualizar",
42
- "New phone number (optional)": "Nuevo número de teléfono (opcional)",
43
- "Subscriber variables to update (e.g., name, custom fields)": "Variables de suscriptores a actualizar (por ejemplo, nombre, campos personalizados)",
44
- "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
45
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
46
- "GET": "RECOGER",
21
+ "Tag IDs": "Tag IDs",
22
+ "Variable Name": "Variable Name",
23
+ "Variable Value": "Variable Value",
24
+ "Email Addresses": "Email Addresses",
25
+ "Phone Number": "Phone Number",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
+ "Response is Binary ?": "Response is Binary ?",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
+ "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
+ "Subscriber email address": "Subscriber email address",
35
+ "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
36
+ "Optional tag IDs to assign": "Optional tag IDs to assign",
37
+ "Select variable to update": "Select variable to update",
38
+ "New value for the variable": "New value for the variable",
39
+ "Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
40
+ "Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
41
+ "Email address of the subscriber to update": "Email address of the subscriber to update",
42
+ "New phone number (optional)": "New phone number (optional)",
43
+ "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
+ "GET": "GET",
47
47
  "POST": "POST",
48
48
  "PATCH": "PATCH",
49
49
  "PUT": "PUT",
50
- "DELETE": "BORRAR",
51
- "HEAD": "LIMPIO",
52
- "New Subscriber": "Nuevo suscriptor",
53
- "New Unsubscriber": "Nuevo desuscriptor",
54
- "Updated Subscriber": "Suscriptor actualizado",
55
- "Fires when new subscriber is added": "Dispara cuando se añade un nuevo suscriptor",
56
- "Fires when subscriber unsubscribes": "Se activa cuando los suscriptores se dan de baja",
57
- "Fires when subscriber details change (polling)": "Dispara cuando los detalles del suscriptor cambian (encuesta)"
50
+ "DELETE": "DELETE",
51
+ "HEAD": "HEAD",
52
+ "New Subscriber": "New Subscriber",
53
+ "New Unsubscriber": "New Unsubscriber",
54
+ "Updated Subscriber": "Updated Subscriber",
55
+ "Fires when new subscriber is added": "Fires when new subscriber is added",
56
+ "Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
57
+ "Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
58
58
  }
package/src/i18n/fr.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "SendPulse": "Envoyer Pulse",
3
- "Client ID": "ID client",
4
- "Client Secret": "Clé secrète du client",
5
- "Enter your SendPulse client credentials": "Entrez vos identifiants de client SendPulse",
6
- "Add Subscriber": "Ajouter un abonné",
7
- "Change Variable for Subscriber": "Modifier la variable pour l'abonné",
8
- "Delete Contact": "Supprimer le contact",
9
- "Unsubscribe User": "Se désabonner de l'utilisateur",
10
- "Update Subscriber": "Mettre à jour l'abonné",
11
- "Custom API Call": "Appel API personnalisé",
12
- "Add subscriber to mailing list": "Ajouter un abonné à la liste de diffusion",
13
- "Update subscriber variable": "Mettre à jour la variable d'abonné",
14
- "Permanently delete contact from all mailing lists": "Supprimer définitivement le contact de toutes les listes de diffusion",
15
- "Remove subscribers from mailing list": "Retirer les abonnés de la liste de diffusion",
16
- "Update subscriber details and variables": "Mettre à jour les détails de l'abonné et les variables",
17
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
18
- "Mailing List": "Liste de diffusion",
19
- "Email Address": "Adresse e-mail",
2
+ "SendPulse": "SendPulse",
3
+ "Client ID": "Client ID",
4
+ "Client Secret": "Client Secret",
5
+ "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
+ "Add Subscriber": "Add Subscriber",
7
+ "Change Variable for Subscriber": "Change Variable for Subscriber",
8
+ "Delete Contact": "Delete Contact",
9
+ "Unsubscribe User": "Unsubscribe User",
10
+ "Update Subscriber": "Update Subscriber",
11
+ "Custom API Call": "Custom API Call",
12
+ "Add subscriber to mailing list": "Add subscriber to mailing list",
13
+ "Update subscriber variable": "Update subscriber variable",
14
+ "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
+ "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
+ "Update subscriber details and variables": "Update subscriber details and variables",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Mailing List": "Mailing List",
19
+ "Email Address": "Email Address",
20
20
  "Variables": "Variables",
21
- "Tag IDs": "ID du tag",
22
- "Variable Name": "Nom de la variable",
23
- "Variable Value": "Valeur de la variable",
24
- "Email Addresses": "Adresses e-mail",
25
- "Phone Number": "Numéro de téléphone",
26
- "Method": "Méthode",
27
- "Headers": "En-têtes",
28
- "Query Parameters": "Paramètres de requête",
29
- "Body": "Corps",
30
- "Response is Binary ?": "La réponse est Binaire ?",
31
- "No Error on Failure": "Aucune erreur en cas d'échec",
32
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
33
- "Select one of your SendPulse mailing lists": "Sélectionnez une de vos listes de diffusion SendPulse",
34
- "Subscriber email address": "Adresse e-mail de l'abonné",
35
- "Optional subscriber variables (e.g., name, phone)": "Variables optionnelles d'abonné (par exemple, nom, téléphone)",
36
- "Optional tag IDs to assign": "ID de tag facultatif à assigner",
37
- "Select variable to update": "Sélectionnez la variable à mettre à jour",
38
- "New value for the variable": "Nouvelle valeur pour la variable",
39
- "Email address to delete from all mailing lists": "Adresse e-mail à supprimer de toutes les listes de diffusion",
40
- "Email addresses to unsubscribe (max 100)": "Adresses e-mail pour se désabonner (max 100)",
41
- "Email address of the subscriber to update": "Adresse e-mail de l'abonné à mettre à jour",
42
- "New phone number (optional)": "Nouveau numéro de téléphone (facultatif)",
43
- "Subscriber variables to update (e.g., name, custom fields)": "Variables d'abonné à mettre à jour (par exemple, nom, champs personnalisés)",
44
- "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
45
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
46
- "GET": "OBTENIR",
47
- "POST": "POSTER",
21
+ "Tag IDs": "Tag IDs",
22
+ "Variable Name": "Variable Name",
23
+ "Variable Value": "Variable Value",
24
+ "Email Addresses": "Email Addresses",
25
+ "Phone Number": "Phone Number",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
+ "Response is Binary ?": "Response is Binary ?",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
+ "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
+ "Subscriber email address": "Subscriber email address",
35
+ "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
36
+ "Optional tag IDs to assign": "Optional tag IDs to assign",
37
+ "Select variable to update": "Select variable to update",
38
+ "New value for the variable": "New value for the variable",
39
+ "Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
40
+ "Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
41
+ "Email address of the subscriber to update": "Email address of the subscriber to update",
42
+ "New phone number (optional)": "New phone number (optional)",
43
+ "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
+ "GET": "GET",
47
+ "POST": "POST",
48
48
  "PATCH": "PATCH",
49
- "PUT": "EFFACER",
50
- "DELETE": "SUPPRIMER",
51
- "HEAD": "TÊTE",
52
- "New Subscriber": "Nouvel abonné",
53
- "New Unsubscriber": "Nouveau désabonné",
54
- "Updated Subscriber": "Abonné mis à jour",
55
- "Fires when new subscriber is added": "Déclenche quand un nouvel abonné est ajouté",
56
- "Fires when subscriber unsubscribes": "Déclenche lorsque l'abonné se désabonne",
57
- "Fires when subscriber details change (polling)": "Déclenche lorsque les détails de l'abonné changent (sondage)"
49
+ "PUT": "PUT",
50
+ "DELETE": "DELETE",
51
+ "HEAD": "HEAD",
52
+ "New Subscriber": "New Subscriber",
53
+ "New Unsubscriber": "New Unsubscriber",
54
+ "Updated Subscriber": "Updated Subscriber",
55
+ "Fires when new subscriber is added": "Fires when new subscriber is added",
56
+ "Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
57
+ "Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
58
58
  }
package/src/i18n/ja.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
2
  "SendPulse": "SendPulse",
3
- "Client ID": "クライアント ID",
4
- "Client Secret": "クライアントシークレット",
5
- "Enter your SendPulse client credentials": "SendPulseクライアントの資格情報を入力してください",
6
- "Add Subscriber": "購読者を追加",
7
- "Change Variable for Subscriber": "購読者の変数を変更する",
8
- "Delete Contact": "連絡先を削除",
3
+ "Client ID": "Client ID",
4
+ "Client Secret": "Client Secret",
5
+ "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
+ "Add Subscriber": "Add Subscriber",
7
+ "Change Variable for Subscriber": "Change Variable for Subscriber",
8
+ "Delete Contact": "Delete Contact",
9
9
  "Unsubscribe User": "Unsubscribe User",
10
- "Update Subscriber": "購読者を更新",
11
- "Custom API Call": "カスタムAPI通話",
12
- "Add subscriber to mailing list": "購読者をメーリングリストに追加",
13
- "Update subscriber variable": "購読者変数を更新",
14
- "Permanently delete contact from all mailing lists": "すべてのメーリングリストから連絡先を完全に削除",
15
- "Remove subscribers from mailing list": "メーリングリストから購読者を削除",
16
- "Update subscriber details and variables": "購読者の詳細と変数を更新",
17
- "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
18
- "Mailing List": "メーリングリスト:",
19
- "Email Address": "メールアドレス",
20
- "Variables": "変数",
21
- "Tag IDs": "タグID",
22
- "Variable Name": "変数名",
23
- "Variable Value": "変数値",
24
- "Email Addresses": "メールアドレス",
25
- "Phone Number": "電話番号",
26
- "Method": "方法",
27
- "Headers": "ヘッダー",
28
- "Query Parameters": "クエリパラメータ",
29
- "Body": "本文",
30
- "Response is Binary ?": "応答はバイナリですか?",
31
- "No Error on Failure": "失敗時にエラーはありません",
32
- "Timeout (in seconds)": "タイムアウト(秒)",
33
- "Select one of your SendPulse mailing lists": "SendPulseメーリングリストのいずれかを選択してください",
34
- "Subscriber email address": "購読者メールアドレス",
35
- "Optional subscriber variables (e.g., name, phone)": "オプションの購読者変数(例、名前、電話番号)",
36
- "Optional tag IDs to assign": "割り当てるオプションのタグID",
37
- "Select variable to update": "更新する変数を選択",
38
- "New value for the variable": "変数の新しい値",
39
- "Email address to delete from all mailing lists": "すべてのメーリングリストから削除するメールアドレス",
40
- "Email addresses to unsubscribe (max 100)": "購読解除メールアドレス(最大100",
41
- "Email address of the subscriber to update": "更新する購読者のメールアドレス",
42
- "New phone number (optional)": "新しい電話番号 (オプション)",
43
- "Subscriber variables to update (e.g., name, custom fields)": "更新する変数(例、名前、カスタムフィールド)",
44
- "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
45
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
46
- "GET": "取得",
10
+ "Update Subscriber": "Update Subscriber",
11
+ "Custom API Call": "Custom API Call",
12
+ "Add subscriber to mailing list": "Add subscriber to mailing list",
13
+ "Update subscriber variable": "Update subscriber variable",
14
+ "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
+ "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
+ "Update subscriber details and variables": "Update subscriber details and variables",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Mailing List": "Mailing List",
19
+ "Email Address": "Email Address",
20
+ "Variables": "Variables",
21
+ "Tag IDs": "Tag IDs",
22
+ "Variable Name": "Variable Name",
23
+ "Variable Value": "Variable Value",
24
+ "Email Addresses": "Email Addresses",
25
+ "Phone Number": "Phone Number",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
+ "Response is Binary ?": "Response is Binary ?",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
+ "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
+ "Subscriber email address": "Subscriber email address",
35
+ "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
36
+ "Optional tag IDs to assign": "Optional tag IDs to assign",
37
+ "Select variable to update": "Select variable to update",
38
+ "New value for the variable": "New value for the variable",
39
+ "Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
40
+ "Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
41
+ "Email address of the subscriber to update": "Email address of the subscriber to update",
42
+ "New phone number (optional)": "New phone number (optional)",
43
+ "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
+ "GET": "GET",
47
47
  "POST": "POST",
48
48
  "PATCH": "PATCH",
49
49
  "PUT": "PUT",
50
- "DELETE": "削除",
51
- "HEAD": "",
52
- "New Subscriber": "新規購読",
53
- "New Unsubscriber": "新しい購読解除",
54
- "Updated Subscriber": "購読者の更新",
55
- "Fires when new subscriber is added": "新しい購読者が追加されたときに発火します",
56
- "Fires when subscriber unsubscribes": "購読者が購読解除した時に発火する",
57
- "Fires when subscriber details change (polling)": "購読者の詳細が変更されたときに発火します(ポーリング)"
50
+ "DELETE": "DELETE",
51
+ "HEAD": "HEAD",
52
+ "New Subscriber": "New Subscriber",
53
+ "New Unsubscriber": "New Unsubscriber",
54
+ "Updated Subscriber": "Updated Subscriber",
55
+ "Fires when new subscriber is added": "Fires when new subscriber is added",
56
+ "Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
57
+ "Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
58
58
  }
package/src/i18n/nl.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "SendPulse": "SendPuls",
3
- "Client ID": "Klant ID",
2
+ "SendPulse": "SendPulse",
3
+ "Client ID": "Client ID",
4
4
  "Client Secret": "Client Secret",
5
- "Enter your SendPulse client credentials": "Voer uw SendPulse clientreferenties in",
6
- "Add Subscriber": "Voeg abonnee toe",
7
- "Change Variable for Subscriber": "Variabele voor abonnee wijzigen",
8
- "Delete Contact": "Contactpersoon verwijderen",
9
- "Unsubscribe User": "Gebruiker afmelden",
10
- "Update Subscriber": "Abonnee bijwerken",
5
+ "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
+ "Add Subscriber": "Add Subscriber",
7
+ "Change Variable for Subscriber": "Change Variable for Subscriber",
8
+ "Delete Contact": "Delete Contact",
9
+ "Unsubscribe User": "Unsubscribe User",
10
+ "Update Subscriber": "Update Subscriber",
11
11
  "Custom API Call": "Custom API Call",
12
- "Add subscriber to mailing list": "Voeg abonnee toe aan de mailinglijst",
13
- "Update subscriber variable": "Abonnee variabele bijwerken",
14
- "Permanently delete contact from all mailing lists": "Contact permanent verwijderen uit alle mailinglijsten",
15
- "Remove subscribers from mailing list": "Abonnees van mailinglijst verwijderen",
16
- "Update subscriber details and variables": "Abonnee details en variabelen bijwerken",
17
- "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
18
- "Mailing List": "Mailing lijst",
19
- "Email Address": "Uw e-mailadres",
20
- "Variables": "Variabelen",
21
- "Tag IDs": "Tag ID's",
22
- "Variable Name": "Variabele naam",
23
- "Variable Value": "Variabele waarde",
24
- "Email Addresses": "E-mail adressen",
25
- "Phone Number": "Telefoon nummer",
26
- "Method": "Methode",
27
- "Headers": "Kopteksten",
28
- "Query Parameters": "Query parameters",
29
- "Body": "Lichaam",
30
- "Response is Binary ?": "Antwoord is binair?",
31
- "No Error on Failure": "Geen fout bij fout",
32
- "Timeout (in seconds)": "Time-out (in seconden)",
33
- "Select one of your SendPulse mailing lists": "Selecteer een van je SendPulse mailing lijsten",
34
- "Subscriber email address": "E-mailadres abonnee",
35
- "Optional subscriber variables (e.g., name, phone)": "Optionele abonnee variabelen (bijv. naam, telefoon)",
36
- "Optional tag IDs to assign": "Optionele tag IDs toe te wijzen",
37
- "Select variable to update": "Selecteer een variabele om bij te werken",
38
- "New value for the variable": "Nieuwe waarde voor de variabele",
39
- "Email address to delete from all mailing lists": "E-mailadres om te verwijderen uit alle mailinglijsten",
40
- "Email addresses to unsubscribe (max 100)": "Email adressen om af te melden (max 100)",
41
- "Email address of the subscriber to update": "E-mailadres van de te updaten abonnee",
42
- "New phone number (optional)": "Nieuw telefoonnummer (optioneel)",
43
- "Subscriber variables to update (e.g., name, custom fields)": "Bijwerken abonnee variabelen (bijv. naam, aangepaste velden)",
44
- "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
45
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
46
- "GET": "KRIJG",
47
- "POST": "POSTE",
48
- "PATCH": "BEKIJK",
12
+ "Add subscriber to mailing list": "Add subscriber to mailing list",
13
+ "Update subscriber variable": "Update subscriber variable",
14
+ "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
+ "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
+ "Update subscriber details and variables": "Update subscriber details and variables",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Mailing List": "Mailing List",
19
+ "Email Address": "Email Address",
20
+ "Variables": "Variables",
21
+ "Tag IDs": "Tag IDs",
22
+ "Variable Name": "Variable Name",
23
+ "Variable Value": "Variable Value",
24
+ "Email Addresses": "Email Addresses",
25
+ "Phone Number": "Phone Number",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
+ "Response is Binary ?": "Response is Binary ?",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
+ "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
+ "Subscriber email address": "Subscriber email address",
35
+ "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
36
+ "Optional tag IDs to assign": "Optional tag IDs to assign",
37
+ "Select variable to update": "Select variable to update",
38
+ "New value for the variable": "New value for the variable",
39
+ "Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
40
+ "Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
41
+ "Email address of the subscriber to update": "Email address of the subscriber to update",
42
+ "New phone number (optional)": "New phone number (optional)",
43
+ "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
+ "GET": "GET",
47
+ "POST": "POST",
48
+ "PATCH": "PATCH",
49
49
  "PUT": "PUT",
50
- "DELETE": "VERWIJDEREN",
51
- "HEAD": "HOOFD",
52
- "New Subscriber": "Nieuwe abonnee",
53
- "New Unsubscriber": "Nieuwe afmelder",
54
- "Updated Subscriber": "Abonnee bijgewerkt",
55
- "Fires when new subscriber is added": "Vuurt wanneer nieuwe abonnee is toegevoegd",
56
- "Fires when subscriber unsubscribes": "Vuurt wanneer abonnee zich uitschrijft",
57
- "Fires when subscriber details change (polling)": "Vuurt wanneer details van abonnee veranderen (polling)"
50
+ "DELETE": "DELETE",
51
+ "HEAD": "HEAD",
52
+ "New Subscriber": "New Subscriber",
53
+ "New Unsubscriber": "New Unsubscriber",
54
+ "Updated Subscriber": "Updated Subscriber",
55
+ "Fires when new subscriber is added": "Fires when new subscriber is added",
56
+ "Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
57
+ "Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
58
58
  }
package/src/i18n/pt.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "SendPulse": "Pulso",
3
- "Client ID": "ID do Cliente",
4
- "Client Secret": "Chave secreta",
5
- "Enter your SendPulse client credentials": "Digite suas credenciais do cliente SendPulse",
6
- "Add Subscriber": "Adicionar Assinante",
7
- "Change Variable for Subscriber": "Alterar variável para Assinante",
8
- "Delete Contact": "Excluir contato",
9
- "Unsubscribe User": "Desinscrever usuário",
10
- "Update Subscriber": "Atualizar Assinante",
11
- "Custom API Call": "Chamada de API personalizada",
12
- "Add subscriber to mailing list": "Adicionar assinante à lista de e-mails",
13
- "Update subscriber variable": "Atualizar variável de assinante",
14
- "Permanently delete contact from all mailing lists": "Excluir permanentemente contatos de todas as listas de discussão",
15
- "Remove subscribers from mailing list": "Remover membros da lista de e-mails",
16
- "Update subscriber details and variables": "Atualizar detalhes e variáveis de assinantes",
17
- "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
18
- "Mailing List": "Lista de Correio",
19
- "Email Address": "Endereço de e-mail",
20
- "Variables": "Variáveis",
21
- "Tag IDs": "IDs de tags",
22
- "Variable Name": "Nome da Variável",
23
- "Variable Value": "Valor da Variável",
24
- "Email Addresses": "Endereços de e-mail",
25
- "Phone Number": "Número de telefone",
26
- "Method": "Método",
27
- "Headers": "Cabeçalhos",
28
- "Query Parameters": "Parâmetros da consulta",
29
- "Body": "Conteúdo",
30
- "Response is Binary ?": "A resposta é binária ?",
31
- "No Error on Failure": "Nenhum erro no Failure",
32
- "Timeout (in seconds)": "Tempo limite (em segundos)",
33
- "Select one of your SendPulse mailing lists": "Selecione uma das suas listas de discussão do SendPulse",
34
- "Subscriber email address": "Endereço de e-mail assinante",
35
- "Optional subscriber variables (e.g., name, phone)": "Variáveis opcionais de assinante (por exemplo, nome, telefone)",
36
- "Optional tag IDs to assign": "IDs de tags opcionais para atribuir",
37
- "Select variable to update": "Selecione a variável para atualizar",
38
- "New value for the variable": "Novo valor para a variável",
39
- "Email address to delete from all mailing lists": "Endereço de email a ser excluído de todas as listas de email",
40
- "Email addresses to unsubscribe (max 100)": "Endereços de e-mail para cancelar inscrição (máx. 100)",
41
- "Email address of the subscriber to update": "Endereço de e-mail do assinante para atualizar",
42
- "New phone number (optional)": "Novo número de telefone (opcional)",
43
- "Subscriber variables to update (e.g., name, custom fields)": "Variáveis de assinante para atualizar (por exemplo, nome, campos personalizados)",
44
- "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
45
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
46
- "GET": "OBTER",
47
- "POST": "POSTAR",
48
- "PATCH": "COMPRAR",
49
- "PUT": "COLOCAR",
50
- "DELETE": "EXCLUIR",
51
- "HEAD": "CABEÇA",
52
- "New Subscriber": "Novo Assinante",
53
- "New Unsubscriber": "Novo Desassinante",
54
- "Updated Subscriber": "Assinante atualizado",
55
- "Fires when new subscriber is added": "Efetua quando um novo assinante é adicionado",
56
- "Fires when subscriber unsubscribes": "Atira quando o assinante cancelar a assinatura",
57
- "Fires when subscriber details change (polling)": "Efetua quando os detalhes do inscrito mudam (enquete)"
2
+ "SendPulse": "SendPulse",
3
+ "Client ID": "Client ID",
4
+ "Client Secret": "Client Secret",
5
+ "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
+ "Add Subscriber": "Add Subscriber",
7
+ "Change Variable for Subscriber": "Change Variable for Subscriber",
8
+ "Delete Contact": "Delete Contact",
9
+ "Unsubscribe User": "Unsubscribe User",
10
+ "Update Subscriber": "Update Subscriber",
11
+ "Custom API Call": "Custom API Call",
12
+ "Add subscriber to mailing list": "Add subscriber to mailing list",
13
+ "Update subscriber variable": "Update subscriber variable",
14
+ "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
+ "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
+ "Update subscriber details and variables": "Update subscriber details and variables",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Mailing List": "Mailing List",
19
+ "Email Address": "Email Address",
20
+ "Variables": "Variables",
21
+ "Tag IDs": "Tag IDs",
22
+ "Variable Name": "Variable Name",
23
+ "Variable Value": "Variable Value",
24
+ "Email Addresses": "Email Addresses",
25
+ "Phone Number": "Phone Number",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
+ "Response is Binary ?": "Response is Binary ?",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
+ "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
+ "Subscriber email address": "Subscriber email address",
35
+ "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
36
+ "Optional tag IDs to assign": "Optional tag IDs to assign",
37
+ "Select variable to update": "Select variable to update",
38
+ "New value for the variable": "New value for the variable",
39
+ "Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
40
+ "Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
41
+ "Email address of the subscriber to update": "Email address of the subscriber to update",
42
+ "New phone number (optional)": "New phone number (optional)",
43
+ "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
+ "GET": "GET",
47
+ "POST": "POST",
48
+ "PATCH": "PATCH",
49
+ "PUT": "PUT",
50
+ "DELETE": "DELETE",
51
+ "HEAD": "HEAD",
52
+ "New Subscriber": "New Subscriber",
53
+ "New Unsubscriber": "New Unsubscriber",
54
+ "Updated Subscriber": "Updated Subscriber",
55
+ "Fires when new subscriber is added": "Fires when new subscriber is added",
56
+ "Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
57
+ "Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
58
58
  }
package/src/i18n/zh.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "SendPulse": "SendPulse",
3
- "Client ID": "客户端ID",
4
- "Client Secret": "客户端密钥",
3
+ "Client ID": "Client ID",
4
+ "Client Secret": "Client Secret",
5
5
  "Enter your SendPulse client credentials": "Enter your SendPulse client credentials",
6
6
  "Add Subscriber": "Add Subscriber",
7
7
  "Change Variable for Subscriber": "Change Variable for Subscriber",
8
8
  "Delete Contact": "Delete Contact",
9
9
  "Unsubscribe User": "Unsubscribe User",
10
10
  "Update Subscriber": "Update Subscriber",
11
- "Custom API Call": "自定义 API 呼叫",
11
+ "Custom API Call": "Custom API Call",
12
12
  "Add subscriber to mailing list": "Add subscriber to mailing list",
13
13
  "Update subscriber variable": "Update subscriber variable",
14
14
  "Permanently delete contact from all mailing lists": "Permanently delete contact from all mailing lists",
15
15
  "Remove subscribers from mailing list": "Remove subscribers from mailing list",
16
16
  "Update subscriber details and variables": "Update subscriber details and variables",
17
- "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
18
  "Mailing List": "Mailing List",
19
19
  "Email Address": "Email Address",
20
20
  "Variables": "Variables",
@@ -23,13 +23,13 @@
23
23
  "Variable Value": "Variable Value",
24
24
  "Email Addresses": "Email Addresses",
25
25
  "Phone Number": "Phone Number",
26
- "Method": "方法",
27
- "Headers": "信头",
28
- "Query Parameters": "查询参数",
29
- "Body": "正文内容",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body": "Body",
30
30
  "Response is Binary ?": "Response is Binary ?",
31
- "No Error on Failure": "失败时没有错误",
32
- "Timeout (in seconds)": "超时()",
31
+ "No Error on Failure": "No Error on Failure",
32
+ "Timeout (in seconds)": "Timeout (in seconds)",
33
33
  "Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
34
34
  "Subscriber email address": "Subscriber email address",
35
35
  "Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
@@ -41,14 +41,14 @@
41
41
  "Email address of the subscriber to update": "Email address of the subscriber to update",
42
42
  "New phone number (optional)": "New phone number (optional)",
43
43
  "Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
44
- "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
44
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
45
45
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
46
- "GET": "获取",
47
- "POST": "帖子",
46
+ "GET": "GET",
47
+ "POST": "POST",
48
48
  "PATCH": "PATCH",
49
- "PUT": "弹出",
50
- "DELETE": "删除",
51
- "HEAD": "黑色",
49
+ "PUT": "PUT",
50
+ "DELETE": "DELETE",
51
+ "HEAD": "HEAD",
52
52
  "New Subscriber": "New Subscriber",
53
53
  "New Unsubscriber": "New Unsubscriber",
54
54
  "Updated Subscriber": "Updated Subscriber",