@activepieces/piece-sendpulse 0.0.1 → 0.0.2
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 -4
- package/src/i18n/de.json +56 -0
- package/src/i18n/es.json +56 -0
- package/src/i18n/fr.json +56 -0
- package/src/i18n/ja.json +56 -0
- package/src/i18n/nl.json +56 -0
- package/src/i18n/pt.json +56 -0
- package/src/i18n/ru.json +56 -0
- package/src/i18n/translation.json +56 -0
- package/src/i18n/vi.json +56 -0
- package/src/i18n/zh.json +56 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendpulse",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"semver": "7.6.0",
|
|
21
21
|
"tslib": "^2.3.0",
|
|
22
22
|
"zod": "3.25.76",
|
|
23
|
-
"@activepieces/pieces-common": "0.6.
|
|
24
|
-
"@activepieces/pieces-framework": "0.
|
|
25
|
-
"@activepieces/shared": "0.17.
|
|
23
|
+
"@activepieces/pieces-common": "0.6.3",
|
|
24
|
+
"@activepieces/pieces-framework": "0.18.0",
|
|
25
|
+
"@activepieces/shared": "0.17.11"
|
|
26
26
|
},
|
|
27
27
|
"overrides": {
|
|
28
28
|
"@tryfabric/martian": {
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
31
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Wählen Sie eine Ihrer SendPulse Mailinglisten",
|
|
33
|
+
"Subscriber email address": "E-Mail Adresse des Abonnenten",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Optionale Abonnentenvariablen (z.B. Name, Telefon)",
|
|
35
|
+
"Optional tag IDs to assign": "Optionale Tag-IDs zum Zuweisen",
|
|
36
|
+
"Select variable to update": "Wählen Sie die zu aktualisierende Variable",
|
|
37
|
+
"New value for the variable": "Neuer Wert für die Variable",
|
|
38
|
+
"Email address to delete from all mailing lists": "E-Mail-Adresse, die von allen Mailinglisten gelöscht werden soll",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "E-Mail-Adressen zum Abbestellen (max. 100)",
|
|
40
|
+
"Email address of the subscriber to update": "E-Mail-Adresse des zu aktualisierenden Abonnenten",
|
|
41
|
+
"New phone number (optional)": "Neue Telefonnummer (optional)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Abonnenten-Variablen zum Aktualisieren (z. B. Name, benutzerdefinierte Felder)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
44
|
+
"GET": "ERHALTEN",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "LÖSCHEN",
|
|
49
|
+
"HEAD": "HEAD",
|
|
50
|
+
"New Subscriber": "Neuer Abonnent",
|
|
51
|
+
"New Unsubscriber": "Neuer Abmelder",
|
|
52
|
+
"Updated Subscriber": "Abonnent aktualisiert",
|
|
53
|
+
"Fires when new subscriber is added": "Feuert wenn neuer Abonnent hinzugefügt wird",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Löscht ab, wenn Abonnent abbestellt wird",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Feuer, wenn Abonnentendetails geändert werden (Umfrage)"
|
|
56
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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",
|
|
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
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
31
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Seleccione una de sus listas de correo de SendPulse",
|
|
33
|
+
"Subscriber email address": "Dirección de correo del suscriptor",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Variables opcionales de suscriptores (por ejemplo, nombre, teléfono)",
|
|
35
|
+
"Optional tag IDs to assign": "ID de etiqueta opcional a asignar",
|
|
36
|
+
"Select variable to update": "Seleccione la variable a actualizar",
|
|
37
|
+
"New value for the variable": "Nuevo valor para la variable",
|
|
38
|
+
"Email address to delete from all mailing lists": "Dirección de correo electrónico a eliminar de todas las listas de correo",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Direcciones de correo para darse de baja (máx. 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Dirección de correo electrónico del suscriptor a actualizar",
|
|
41
|
+
"New phone number (optional)": "Nuevo número de teléfono (opcional)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Variables de suscriptores a actualizar (por ejemplo, nombre, campos personalizados)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
44
|
+
"GET": "RECOGER",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "BORRAR",
|
|
49
|
+
"HEAD": "LIMPIO",
|
|
50
|
+
"New Subscriber": "Nuevo suscriptor",
|
|
51
|
+
"New Unsubscriber": "Nuevo desuscriptor",
|
|
52
|
+
"Updated Subscriber": "Suscriptor actualizado",
|
|
53
|
+
"Fires when new subscriber is added": "Dispara cuando se añade un nuevo suscriptor",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Se activa cuando los suscriptores se dan de baja",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Dispara cuando los detalles del suscriptor cambian (encuesta)"
|
|
56
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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",
|
|
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
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
31
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Sélectionnez une de vos listes de diffusion SendPulse",
|
|
33
|
+
"Subscriber email address": "Adresse e-mail de l'abonné",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Variables optionnelles d'abonné (par exemple, nom, téléphone)",
|
|
35
|
+
"Optional tag IDs to assign": "ID de tag facultatif à assigner",
|
|
36
|
+
"Select variable to update": "Sélectionnez la variable à mettre à jour",
|
|
37
|
+
"New value for the variable": "Nouvelle valeur pour la variable",
|
|
38
|
+
"Email address to delete from all mailing lists": "Adresse e-mail à supprimer de toutes les listes de diffusion",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Adresses e-mail pour se désabonner (max 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Adresse e-mail de l'abonné à mettre à jour",
|
|
41
|
+
"New phone number (optional)": "Nouveau numéro de téléphone (facultatif)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Variables d'abonné à mettre à jour (par exemple, nom, champs personnalisés)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
44
|
+
"GET": "OBTENIR",
|
|
45
|
+
"POST": "POSTER",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "EFFACER",
|
|
48
|
+
"DELETE": "SUPPRIMER",
|
|
49
|
+
"HEAD": "TÊTE",
|
|
50
|
+
"New Subscriber": "Nouvel abonné",
|
|
51
|
+
"New Unsubscriber": "Nouveau désabonné",
|
|
52
|
+
"Updated Subscriber": "Abonné mis à jour",
|
|
53
|
+
"Fires when new subscriber is added": "Déclenche quand un nouvel abonné est ajouté",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Déclenche lorsque l'abonné se désabonne",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Déclenche lorsque les détails de l'abonné changent (sondage)"
|
|
56
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
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": "連絡先を削除",
|
|
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
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
31
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "SendPulseメーリングリストのいずれかを選択してください",
|
|
33
|
+
"Subscriber email address": "購読者メールアドレス",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "オプションの購読者変数(例、名前、電話番号)",
|
|
35
|
+
"Optional tag IDs to assign": "割り当てるオプションのタグID",
|
|
36
|
+
"Select variable to update": "更新する変数を選択",
|
|
37
|
+
"New value for the variable": "変数の新しい値",
|
|
38
|
+
"Email address to delete from all mailing lists": "すべてのメーリングリストから削除するメールアドレス",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "購読解除メールアドレス(最大100)",
|
|
40
|
+
"Email address of the subscriber to update": "更新する購読者のメールアドレス",
|
|
41
|
+
"New phone number (optional)": "新しい電話番号 (オプション)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "更新する変数(例、名前、カスタムフィールド)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
44
|
+
"GET": "取得",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "削除",
|
|
49
|
+
"HEAD": "頭",
|
|
50
|
+
"New Subscriber": "新規購読",
|
|
51
|
+
"New Unsubscriber": "新しい購読解除",
|
|
52
|
+
"Updated Subscriber": "購読者の更新",
|
|
53
|
+
"Fires when new subscriber is added": "新しい購読者が追加されたときに発火します",
|
|
54
|
+
"Fires when subscriber unsubscribes": "購読者が購読解除した時に発火する",
|
|
55
|
+
"Fires when subscriber details change (polling)": "購読者の詳細が変更されたときに発火します(ポーリング)"
|
|
56
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SendPulse": "SendPuls",
|
|
3
|
+
"Client ID": "Klant ID",
|
|
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",
|
|
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
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
31
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Selecteer een van je SendPulse mailing lijsten",
|
|
33
|
+
"Subscriber email address": "E-mailadres abonnee",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Optionele abonnee variabelen (bijv. naam, telefoon)",
|
|
35
|
+
"Optional tag IDs to assign": "Optionele tag IDs toe te wijzen",
|
|
36
|
+
"Select variable to update": "Selecteer een variabele om bij te werken",
|
|
37
|
+
"New value for the variable": "Nieuwe waarde voor de variabele",
|
|
38
|
+
"Email address to delete from all mailing lists": "E-mailadres om te verwijderen uit alle mailinglijsten",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Email adressen om af te melden (max 100)",
|
|
40
|
+
"Email address of the subscriber to update": "E-mailadres van de te updaten abonnee",
|
|
41
|
+
"New phone number (optional)": "Nieuw telefoonnummer (optioneel)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Bijwerken abonnee variabelen (bijv. naam, aangepaste velden)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
44
|
+
"GET": "KRIJG",
|
|
45
|
+
"POST": "POSTE",
|
|
46
|
+
"PATCH": "BEKIJK",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "VERWIJDEREN",
|
|
49
|
+
"HEAD": "HOOFD",
|
|
50
|
+
"New Subscriber": "Nieuwe abonnee",
|
|
51
|
+
"New Unsubscriber": "Nieuwe afmelder",
|
|
52
|
+
"Updated Subscriber": "Abonnee bijgewerkt",
|
|
53
|
+
"Fires when new subscriber is added": "Vuurt wanneer nieuwe abonnee is toegevoegd",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Vuurt wanneer abonnee zich uitschrijft",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Vuurt wanneer details van abonnee veranderen (polling)"
|
|
56
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
31
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Selecione uma das suas listas de discussão do SendPulse",
|
|
33
|
+
"Subscriber email address": "Endereço de e-mail assinante",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Variáveis opcionais de assinante (por exemplo, nome, telefone)",
|
|
35
|
+
"Optional tag IDs to assign": "IDs de tags opcionais para atribuir",
|
|
36
|
+
"Select variable to update": "Selecione a variável para atualizar",
|
|
37
|
+
"New value for the variable": "Novo valor para a variável",
|
|
38
|
+
"Email address to delete from all mailing lists": "Endereço de email a ser excluído de todas as listas de email",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Endereços de e-mail para cancelar inscrição (máx. 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Endereço de e-mail do assinante para atualizar",
|
|
41
|
+
"New phone number (optional)": "Novo número de telefone (opcional)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Variáveis de assinante para atualizar (por exemplo, nome, campos personalizados)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
44
|
+
"GET": "OBTER",
|
|
45
|
+
"POST": "POSTAR",
|
|
46
|
+
"PATCH": "COMPRAR",
|
|
47
|
+
"PUT": "COLOCAR",
|
|
48
|
+
"DELETE": "EXCLUIR",
|
|
49
|
+
"HEAD": "CABEÇA",
|
|
50
|
+
"New Subscriber": "Novo Assinante",
|
|
51
|
+
"New Unsubscriber": "Novo Desassinante",
|
|
52
|
+
"Updated Subscriber": "Assinante atualizado",
|
|
53
|
+
"Fires when new subscriber is added": "Efetua quando um novo assinante é adicionado",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Atira quando o assinante cancelar a assinatura",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Efetua quando os detalhes do inscrito mudam (enquete)"
|
|
56
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
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": "Удалить контакт",
|
|
9
|
+
"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": "Email Address",
|
|
20
|
+
"Variables": "Переменные",
|
|
21
|
+
"Tag IDs": "ID тегов",
|
|
22
|
+
"Variable Name": "Имя переменной",
|
|
23
|
+
"Variable Value": "Переменное значение",
|
|
24
|
+
"Email Addresses": "Адреса E-mail",
|
|
25
|
+
"Phone Number": "Номер телефона",
|
|
26
|
+
"Method": "Метод",
|
|
27
|
+
"Headers": "Заголовки",
|
|
28
|
+
"Query Parameters": "Параметры запроса",
|
|
29
|
+
"Body": "Тело",
|
|
30
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
31
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Выберите один из ваших списков рассылки SendPulse",
|
|
33
|
+
"Subscriber email address": "Адрес электронной почты подписчика",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Необязательные переменные подписчика (например, имя, телефон)",
|
|
35
|
+
"Optional tag IDs to assign": "Необязательные идентификаторы тегов для назначения",
|
|
36
|
+
"Select variable to update": "Выберите переменную для обновления",
|
|
37
|
+
"New value for the variable": "Новое значение для переменной",
|
|
38
|
+
"Email address to delete from all mailing lists": "Адрес электронной почты для удаления из всех списков рассылки",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Отписаться от e-mail адресов (максимум 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Адрес электронной почты подписчика для обновления",
|
|
41
|
+
"New phone number (optional)": "Новый номер телефона (необязательно)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Абонентские переменные для обновления (например, имя, пользовательские поля)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
44
|
+
"GET": "ПОЛУЧИТЬ",
|
|
45
|
+
"POST": "ПОСТ",
|
|
46
|
+
"PATCH": "ПАТЧ",
|
|
47
|
+
"PUT": "ПОКУПИТЬ",
|
|
48
|
+
"DELETE": "УДАЛИТЬ",
|
|
49
|
+
"HEAD": "HEAD",
|
|
50
|
+
"New Subscriber": "Новый подписчик",
|
|
51
|
+
"New Unsubscriber": "Новый отказ от подписки",
|
|
52
|
+
"Updated Subscriber": "Абонент обновлен",
|
|
53
|
+
"Fires when new subscriber is added": "Оказывается при добавлении нового абонента",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Огнестрел при отказе от подписки",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Огнестрелы при смене сведений подписчика (опрос)"
|
|
56
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
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
|
+
"No Error on Failure": "No Error on Failure",
|
|
31
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
|
|
33
|
+
"Subscriber email address": "Subscriber email address",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
|
|
35
|
+
"Optional tag IDs to assign": "Optional tag IDs to assign",
|
|
36
|
+
"Select variable to update": "Select variable to update",
|
|
37
|
+
"New value for the variable": "New value for the variable",
|
|
38
|
+
"Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Email address of the subscriber to update",
|
|
41
|
+
"New phone number (optional)": "New phone number (optional)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
44
|
+
"GET": "GET",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "DELETE",
|
|
49
|
+
"HEAD": "HEAD",
|
|
50
|
+
"New Subscriber": "New Subscriber",
|
|
51
|
+
"New Unsubscriber": "New Unsubscriber",
|
|
52
|
+
"Updated Subscriber": "Updated Subscriber",
|
|
53
|
+
"Fires when new subscriber is added": "Fires when new subscriber is added",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
|
|
56
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
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
|
+
"No Error on Failure": "No Error on Failure",
|
|
31
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
|
|
33
|
+
"Subscriber email address": "Subscriber email address",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
|
|
35
|
+
"Optional tag IDs to assign": "Optional tag IDs to assign",
|
|
36
|
+
"Select variable to update": "Select variable to update",
|
|
37
|
+
"New value for the variable": "New value for the variable",
|
|
38
|
+
"Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Email address of the subscriber to update",
|
|
41
|
+
"New phone number (optional)": "New phone number (optional)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
44
|
+
"GET": "GET",
|
|
45
|
+
"POST": "POST",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "PUT",
|
|
48
|
+
"DELETE": "DELETE",
|
|
49
|
+
"HEAD": "HEAD",
|
|
50
|
+
"New Subscriber": "New Subscriber",
|
|
51
|
+
"New Unsubscriber": "New Unsubscriber",
|
|
52
|
+
"Updated Subscriber": "Updated Subscriber",
|
|
53
|
+
"Fires when new subscriber is added": "Fires when new subscriber is added",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
|
|
56
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SendPulse": "SendPulse",
|
|
3
|
+
"Client ID": "客户端ID",
|
|
4
|
+
"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": "自定义 API 呼叫",
|
|
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": "将一个自定义 API 调用到一个特定的终点",
|
|
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": "方法",
|
|
27
|
+
"Headers": "信头",
|
|
28
|
+
"Query Parameters": "查询参数",
|
|
29
|
+
"Body": "正文内容",
|
|
30
|
+
"No Error on Failure": "失败时没有错误",
|
|
31
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
32
|
+
"Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
|
|
33
|
+
"Subscriber email address": "Subscriber email address",
|
|
34
|
+
"Optional subscriber variables (e.g., name, phone)": "Optional subscriber variables (e.g., name, phone)",
|
|
35
|
+
"Optional tag IDs to assign": "Optional tag IDs to assign",
|
|
36
|
+
"Select variable to update": "Select variable to update",
|
|
37
|
+
"New value for the variable": "New value for the variable",
|
|
38
|
+
"Email address to delete from all mailing lists": "Email address to delete from all mailing lists",
|
|
39
|
+
"Email addresses to unsubscribe (max 100)": "Email addresses to unsubscribe (max 100)",
|
|
40
|
+
"Email address of the subscriber to update": "Email address of the subscriber to update",
|
|
41
|
+
"New phone number (optional)": "New phone number (optional)",
|
|
42
|
+
"Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
|
|
43
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
44
|
+
"GET": "获取",
|
|
45
|
+
"POST": "帖子",
|
|
46
|
+
"PATCH": "PATCH",
|
|
47
|
+
"PUT": "弹出",
|
|
48
|
+
"DELETE": "删除",
|
|
49
|
+
"HEAD": "黑色",
|
|
50
|
+
"New Subscriber": "New Subscriber",
|
|
51
|
+
"New Unsubscriber": "New Unsubscriber",
|
|
52
|
+
"Updated Subscriber": "Updated Subscriber",
|
|
53
|
+
"Fires when new subscriber is added": "Fires when new subscriber is added",
|
|
54
|
+
"Fires when subscriber unsubscribes": "Fires when subscriber unsubscribes",
|
|
55
|
+
"Fires when subscriber details change (polling)": "Fires when subscriber details change (polling)"
|
|
56
|
+
}
|