@activepieces/piece-plunk 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-plunk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "scripts": {
@@ -9,8 +9,8 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@activepieces/pieces-common": "0.12.3",
12
- "@activepieces/pieces-framework": "0.28.2",
13
- "@activepieces/shared": "0.78.1",
12
+ "@activepieces/pieces-framework": "0.29.0",
13
+ "@activepieces/shared": "0.82.0",
14
14
  "tslib": "2.6.2"
15
15
  }
16
16
  }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Open-Source-E-Mail-Plattform für transaktionale E-Mails, Marketing-Kampagnen und Kontaktmanagement.",
3
+ "Secret API Key": "Geheimer API-Schlüssel",
4
+ "Public API Key": "Öffentlicher API-Schlüssel",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Wird für /v1/senden, /v1/contacts und die benutzerdefinierte API-Aufruf-Aktion verwendet.",
6
+ "Required only for the Track Event action.": "Wird nur für die Track Event Aktion benötigt.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Finden Sie beide API-Schlüssel in den API-Einstellungen Ihres Plunk-Projekts.\n\n - Geheimer API-Schlüssel (`sk_*`) wird benötigt, um E-Mails zu senden und Kontakte zu verwalten.\n - Öffentlicher API-Schlüssel (`pk_*`) ist optional. Er wird nur von der Track Event Aktion verwendet.",
8
+ "Send Transactional Email": "Transaktions-E-Mail senden",
9
+ "Track Event": "Ereignis verfolgen",
10
+ "Get All Contacts": "Alle Kontakte erhalten",
11
+ "Get Contact": "Kontakt erhalten",
12
+ "Custom API Call": "Eigener API-Aufruf",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Senden Sie eine Transaktions-E-Mail über Plunk. Der Empfänger kann eine einzige Adresse oder eine kommaseparierte Liste sein.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Verfolgen Sie ein Plunk-Event für einen Kontakt. Plunk erstellt automatisch den Kontakt, falls er nicht existiert. Benötigt den öffentlichen API-Schlüssel.",
15
+ "Retrieve every contact in your Plunk project.": "Rufen Sie jeden Kontakt in Ihrem Plunk-Projekt ab.",
16
+ "Retrieve a single contact by ID.": "Rufen Sie einen einzigen Kontakt mit der ID ab.",
17
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
18
+ "To": "An",
19
+ "Subject": "Betreff",
20
+ "Body": "Körper",
21
+ "Sender Name": "Absendername",
22
+ "Sender Email (From)": "Absender-E-Mail (Absender)",
23
+ "Reply-To": "Antworten an",
24
+ "Mark Recipient as Subscribed": "Empfänger als abonniert markieren",
25
+ "Event Name": "Ereignisname",
26
+ "Contact Email": "Kontakt-E-Mail",
27
+ "Mark Contact as Subscribed": "Kontakt als abonniert markieren",
28
+ "Event Data": "Ereignisdaten",
29
+ "Contact ID": "Kontakt-ID",
30
+ "Method": "Methode",
31
+ "Headers": "Kopfzeilen",
32
+ "Query Parameters": "Abfrageparameter",
33
+ "Body Type": "Körpertyp",
34
+ "Response is Binary ?": "Antwort ist binär?",
35
+ "No Error on Failure": "Kein Fehler bei Fehler",
36
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
37
+ "Follow redirects": "Weiterleitungen folgen",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "E-Mail-Adresse des Empfängers. Für mehrere Empfänger mit Komma trennen.",
39
+ "HTML body of the email.": "HTML-Text der E-Mail.",
40
+ "Optional sender name. Falls back to the project default.": "Optionaler Absendername. Rücktritt auf die Projektvorgabe.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "Optionale Absender-E-Mail. Muss eine verifizierte Adresse in Ihrem Plunk-Projekt sein.",
42
+ "Optional reply-to email.": "Optionale Antwort an E-Mail.",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "Wenn aktiviert, erstellt Plunk den Empfänger als abonnierten Kontakt, falls er noch nicht existiert.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Identifikator des zu verfolgenden Ereignisses, z.B. `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "E-Mail-Adresse des Kontakts, zu dem das Ereignis gehört.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "Wenn aktiviert, werden durch dieses Ereignis automatisch erstellte Kontakte als abonniert markiert.",
47
+ "Optional metadata stored alongside the event.": "Optionale Metadaten neben dem Event gespeichert.",
48
+ "The Plunk contact ID.": "Die Plunk-Kontakt-ID.",
49
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
50
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
51
+ "GET": "ERHALTEN",
52
+ "POST": "POST",
53
+ "PATCH": "PATCH",
54
+ "PUT": "PUT",
55
+ "DELETE": "LÖSCHEN",
56
+ "HEAD": "HEAD",
57
+ "None": "Keine",
58
+ "JSON": "JSON",
59
+ "Form Data": "Formulardaten",
60
+ "Raw": "Rohe"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Plataforma de correo electrónico de código abierto para correos electrónicos transaccionales, campañas de marketing y gestión de contactos.",
3
+ "Secret API Key": "Clave API secreta",
4
+ "Public API Key": "Clave pública de API",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Utilizado para /v1/send, /v1/contacts, y la acción de llamada API personalizada.",
6
+ "Required only for the Track Event action.": "Requerido sólo para la acción del evento de la pista.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Encuentre ambas claves API en la configuración de la API de su proyecto Plunk.\n\n - La clave API secreta (`sk_*`) es necesaria para enviar correo electrónico y administrar contactos.\n - La clave pública de API (`pk_*`) es opcional. Sólo se utiliza para la acción del evento de pista.",
8
+ "Send Transactional Email": "Enviar Correo Transaccional",
9
+ "Track Event": "Rastrear evento",
10
+ "Get All Contacts": "Obtener todos los contactos",
11
+ "Get Contact": "Obtener contacto",
12
+ "Custom API Call": "Llamada API personalizada",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Enviar un email transaccional a través de Plunk. El destinatario puede ser una sola dirección o una lista separada por comas.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Rastrear un evento de Plunk para un contacto. Plunk crea automáticamente el contacto si no existen. Requiere la clave pública de API.",
15
+ "Retrieve every contact in your Plunk project.": "Recupere cada contacto en su proyecto Plunk.",
16
+ "Retrieve a single contact by ID.": "Recuperar un solo contacto por ID.",
17
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
18
+ "To": "A",
19
+ "Subject": "Asunto",
20
+ "Body": "Cuerpo",
21
+ "Sender Name": "Nombre del remitente",
22
+ "Sender Email (From)": "Email del remitente (From)",
23
+ "Reply-To": "Responder a",
24
+ "Mark Recipient as Subscribed": "Marcar al destinatario como suscrito",
25
+ "Event Name": "Nombre del evento",
26
+ "Contact Email": "Email de contacto",
27
+ "Mark Contact as Subscribed": "Marcar contacto como suscrito",
28
+ "Event Data": "Datos del evento",
29
+ "Contact ID": "ID de contacto",
30
+ "Method": "Método",
31
+ "Headers": "Encabezados",
32
+ "Query Parameters": "Parámetros de consulta",
33
+ "Body Type": "Tipo de cuerpo",
34
+ "Response is Binary ?": "¿Respuesta es binaria?",
35
+ "No Error on Failure": "No hay ningún error en fallo",
36
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
37
+ "Follow redirects": "Seguir redirecciones",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "Dirección de correo electrónico del destinatario. Para múltiples destinatarios, separe con comas.",
39
+ "HTML body of the email.": "Cuerpo HTML del correo electrónico.",
40
+ "Optional sender name. Falls back to the project default.": "Nombre de remitente opcional. Vuelve al proyecto por defecto.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "Correo electrónico opcional del remitente. Debe ser una dirección verificada en su proyecto Plunk.",
42
+ "Optional reply-to email.": "Correo opcional de respuesta a email.",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "Cuando está activado, Plunk crea el destinatario como un contacto suscrito si no existe ya.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Identificador del evento que se está rastreando, por ejemplo, `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "Dirección de correo electrónico del contacto al que pertenece el evento.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "Cuando está habilitado, los contactos creados automáticamente por este evento se marcarán como suscritos.",
47
+ "Optional metadata stored alongside the event.": "Metadatos opcionales almacenados junto al evento.",
48
+ "The Plunk contact ID.": "La Plunk contacta con ID.",
49
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
50
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
51
+ "GET": "RECOGER",
52
+ "POST": "POST",
53
+ "PATCH": "PATCH",
54
+ "PUT": "PUT",
55
+ "DELETE": "BORRAR",
56
+ "HEAD": "LIMPIO",
57
+ "None": "Ninguna",
58
+ "JSON": "JSON",
59
+ "Form Data": "Datos de Formulario",
60
+ "Raw": "Rápido"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Plateforme de messagerie open source pour les e-mails transactionnels, les campagnes de marketing et la gestion des contacts.",
3
+ "Secret API Key": "Clé secrète API",
4
+ "Public API Key": "Clé d'API publique",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Utilisé pour /v1/send, /v1/contacts, et l'action d'appel d'API personnalisée.",
6
+ "Required only for the Track Event action.": "Requis uniquement pour l'action Suivre l'événement.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.",
8
+ "Send Transactional Email": "Envoyer un e-mail transactionnel",
9
+ "Track Event": "Suivre l'évènement",
10
+ "Get All Contacts": "Obtenir tous les contacts",
11
+ "Get Contact": "Obtenir un contact",
12
+ "Custom API Call": "Appel d'API personnalisé",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Envoyer un e-mail transactionnel via Plunk. Le destinataire peut être une seule adresse ou une liste séparée par des virgules.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Suivre un événement Plunk pour un contact. Plunk crée automatiquement le contact s'il n'existe pas. Requiert la clé publique de l'API.",
15
+ "Retrieve every contact in your Plunk project.": "Récupérez tous les contacts de votre projet Plunk.",
16
+ "Retrieve a single contact by ID.": "Récupérer un seul contact par ID.",
17
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
18
+ "To": "À",
19
+ "Subject": "Sujet",
20
+ "Body": "Body",
21
+ "Sender Name": "Nom de l'expéditeur",
22
+ "Sender Email (From)": "Courriel de l'expéditeur (From)",
23
+ "Reply-To": "Répondre à",
24
+ "Mark Recipient as Subscribed": "Marquer le destinataire comme abonné",
25
+ "Event Name": "Nom de l'événement",
26
+ "Contact Email": "Courriel du contact",
27
+ "Mark Contact as Subscribed": "Marquer le contact comme abonné",
28
+ "Event Data": "Données de l'événement",
29
+ "Contact ID": "ID du contact",
30
+ "Method": "Méthode",
31
+ "Headers": "Headers",
32
+ "Query Parameters": "Paramètres de requête",
33
+ "Body Type": "Body Type",
34
+ "Response is Binary ?": "La réponse est Binaire ?",
35
+ "No Error on Failure": "Aucune erreur en cas d'échec",
36
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
37
+ "Follow redirects": "Suivre les redirections",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "Adresse e-mail du destinataire. Pour plusieurs destinataires, séparez par des virgules.",
39
+ "HTML body of the email.": "Corps HTML de l'email.",
40
+ "Optional sender name. Falls back to the project default.": "Nom de l'expéditeur optionnel. Retour au projet par défaut.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "E-mail de l'expéditeur facultatif. Doit être une adresse vérifiée sur votre projet Plunk.",
42
+ "Optional reply-to email.": "Courriel de réponse facultatif",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "Lorsqu'il est activé, Plunk crée le destinataire en tant que contact abonné s'il n'existe pas déjà.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Identifiant de l'événement à suivre, par exemple `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "Adresse e-mail du contact auquel appartient l'évènement.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "Lorsque cette option est activée, les contacts créés automatiquement par cet événement seront marqués comme abonnés.",
47
+ "Optional metadata stored alongside the event.": "Métadonnées optionnelles stockées à côté de l'événement.",
48
+ "The Plunk contact ID.": "L'ID du contact Plunk.",
49
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
50
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
51
+ "GET": "GET",
52
+ "POST": "POST",
53
+ "PATCH": "PATCH",
54
+ "PUT": "PUT",
55
+ "DELETE": "DELETE",
56
+ "HEAD": "HEAD",
57
+ "None": "Aucun",
58
+ "JSON": "JSON",
59
+ "Form Data": "Données du formulaire",
60
+ "Raw": "Brut"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "トランザクションメール、マーケティングキャンペーン、連絡先管理のためのオープンソースの電子メールプラットフォーム。",
3
+ "Secret API Key": "シークレットAPIキー",
4
+ "Public API Key": "パブリック API キー",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "/v1/send、/v1/contacts、カスタムAPIコールアクションに使用されます。",
6
+ "Required only for the Track Event action.": "format@@0アクションにのみ必要です。",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.",
8
+ "Send Transactional Email": "トランザクションメールを送信",
9
+ "Track Event": "イベントを追跡",
10
+ "Get All Contacts": "すべての連絡先を取得",
11
+ "Get Contact": "連絡先を取得",
12
+ "Custom API Call": "カスタムAPI呼び出し",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Plunkを通じてトランザクションメールを送信します。受信者は単一のアドレスまたはカンマ区切りのリストにすることができます。",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "連絡先のPlunkイベントを追跡します。Plunkは存在しない場合、連絡先を自動的に作成します。公開APIキーが必要です。",
15
+ "Retrieve every contact in your Plunk project.": "Plunkプロジェクトのすべての連絡先を取得します。",
16
+ "Retrieve a single contact by ID.": "IDで単一の連絡先を取得します。",
17
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
18
+ "To": "終了日",
19
+ "Subject": "件名",
20
+ "Body": "本文",
21
+ "Sender Name": "送信者名",
22
+ "Sender Email (From)": "送信者メール (From)",
23
+ "Reply-To": "返信先",
24
+ "Mark Recipient as Subscribed": "受信者を購読済みとしてマーク",
25
+ "Event Name": "イベント名",
26
+ "Contact Email": "連絡先メールアドレス",
27
+ "Mark Contact as Subscribed": "連絡先を購読済みとしてマーク",
28
+ "Event Data": "イベントデータ",
29
+ "Contact ID": "連絡先ID",
30
+ "Method": "方法",
31
+ "Headers": "ヘッダー",
32
+ "Query Parameters": "クエリパラメータ",
33
+ "Body Type": "ボディタイプ",
34
+ "Response is Binary ?": "応答はバイナリですか?",
35
+ "No Error on Failure": "失敗時にエラーはありません",
36
+ "Timeout (in seconds)": "タイムアウト(秒)",
37
+ "Follow redirects": "リダイレクトをフォローする",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "受信者のメールアドレス 複数の受信者の場合は、カンマで区切ってください。",
39
+ "HTML body of the email.": "メールのHTML本文",
40
+ "Optional sender name. Falls back to the project default.": "任意の送信者名。プロジェクトのデフォルトに戻ります。",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "オプションの送信者メール。Plunkプロジェクトの認証済みアドレスである必要があります。",
42
+ "Optional reply-to email.": "オプションの返信メール。",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "有効にすると、Plunkは登録済みの連絡先として受信者を作成します。",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "追跡されているイベントの識別子。例えば、`order.completed` 。",
45
+ "Email address of the contact the event belongs to.": "イベントが属する連絡先のメールアドレス。",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "有効にすると、このイベントによって自動作成された連絡先が登録済みとしてマークされます。",
47
+ "Optional metadata stored alongside the event.": "イベントと一緒に保存された任意のメタデータ。",
48
+ "The Plunk contact ID.": "プランクの連絡先ID。",
49
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
50
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
51
+ "GET": "GET",
52
+ "POST": "POST",
53
+ "PATCH": "PATCH",
54
+ "PUT": "PUT",
55
+ "DELETE": "DELETE",
56
+ "HEAD": "HEAD",
57
+ "None": "なし",
58
+ "JSON": "JSON",
59
+ "Form Data": "フォームデータ",
60
+ "Raw": "Raw"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Open-source e-mail platform voor transactionele e-mails, marketing campagnes en contact management.",
3
+ "Secret API Key": "Geheime API Sleutel",
4
+ "Public API Key": "Publieke API-sleutel",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Gebruikt voor /v1/send, /v1/contacts, en de aangepaste API call actie.",
6
+ "Required only for the Track Event action.": "Alleen vereist voor de actie Track Evenement.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Vind beide API-sleutels in de API-instellingen van je Plunk-project.\n\n - Geheime API key (`sk_*`) is vereist voor het verzenden van e-mail en het beheren van contacten.\n - Publieke API sleutel (`pk_*`) is optioneel.Het wordt alleen gebruikt door de Track Event actie.",
8
+ "Send Transactional Email": "Transactionele E-mail verzenden",
9
+ "Track Event": "Volg Evenement",
10
+ "Get All Contacts": "Alle contacten ophalen",
11
+ "Get Contact": "Contact ophalen",
12
+ "Custom API Call": "Custom API Call",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Verstuur een transactionele e-mail door Plunk. Ontvanger kan een enkel adres of een komma-gescheiden lijst zijn.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Bijhouden van een Plunk gebeurtenis voor een contact. Maak automatisch een Plunk aan als deze niet bestaan. Vereist de publieke API sleutel.",
15
+ "Retrieve every contact in your Plunk project.": "Haal elk contact op in je Plunk project.",
16
+ "Retrieve a single contact by ID.": "Ophalen van een enkel contact via ID.",
17
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
18
+ "To": "tot",
19
+ "Subject": "Onderwerp",
20
+ "Body": "Lichaam",
21
+ "Sender Name": "Naam afzender",
22
+ "Sender Email (From)": "E-mailadres afzender (van)",
23
+ "Reply-To": "Antwoord-Aan",
24
+ "Mark Recipient as Subscribed": "Markeer geabonneerde ontvangers",
25
+ "Event Name": "Naam van gebeurtenis",
26
+ "Contact Email": "Contact e-mail adres",
27
+ "Mark Contact as Subscribed": "Contactpersoon als geabonneerd markeren",
28
+ "Event Data": "Gebeurtenis gegevens",
29
+ "Contact ID": "Contact ID",
30
+ "Method": "Methode",
31
+ "Headers": "Kopteksten",
32
+ "Query Parameters": "Query parameters",
33
+ "Body Type": "Type lichaam",
34
+ "Response is Binary ?": "Antwoord is binair?",
35
+ "No Error on Failure": "Geen fout bij fout",
36
+ "Timeout (in seconds)": "Time-out (in seconden)",
37
+ "Follow redirects": "Volg omleidingen",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "E-mailadres van geadresseerde. Voor meerdere ontvangers, gescheiden met komma's.",
39
+ "HTML body of the email.": "HTML inhoud van de e-mail.",
40
+ "Optional sender name. Falls back to the project default.": "Optionele afzendernaam. Terugvallen naar de projectstandaard.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "Optionele afzender e-mail. Moet een geverifieerd adres zijn op uw Plunk project.",
42
+ "Optional reply-to email.": "Optioneel antwoord-e-mail.",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "Wanneer ingeschakeld, maakt Plunk de ontvanger als een geabonneerde contactpersoon aan als deze nog niet bestaat.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Id van de gebeurtenis die wordt gevolgd, bijvoorbeeld `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "E-mail adres van het contact waartoe het evenement behoort.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "Wanneer ingeschakeld, worden automatisch door dit evenement gemaakte contacten gemarkeerd als geregistreerd.",
47
+ "Optional metadata stored alongside the event.": "Optionele metadata opgeslagen naast de gebeurtenis.",
48
+ "The Plunk contact ID.": "ID van de Plunk contact",
49
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
50
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
51
+ "GET": "KRIJG",
52
+ "POST": "POSTE",
53
+ "PATCH": "BEKIJK",
54
+ "PUT": "PUT",
55
+ "DELETE": "VERWIJDEREN",
56
+ "HEAD": "HOOFD",
57
+ "None": "geen",
58
+ "JSON": "JSON",
59
+ "Form Data": "Formulieren gegevens",
60
+ "Raw": "Onbewerkte"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Plataforma de e-mail de código aberto para e-mails transacionais, campanhas de marketing e gerenciamento de contatos.",
3
+ "Secret API Key": "Chave secreta da API",
4
+ "Public API Key": "Chave pública da API",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Usado para /v1/enviar, /v1/contatos e a ação de Chamada de API Personalizada.",
6
+ "Required only for the Track Event action.": "Necessário apenas para a ação Rastreamento de Eventos.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Encontre as duas chaves API nas configurações de API do seu projeto Plunk.\n\n - Chave secreta da API (`sk_*`) é necessária para enviar e-mail e gerenciar contatos.\n - Chave de API pública (`pk_*`) é opcional. É usado apenas pela ação Evento Rastreamento.",
8
+ "Send Transactional Email": "Enviar e-mail transacional",
9
+ "Track Event": "Rastrear evento",
10
+ "Get All Contacts": "Obter todos os contatos",
11
+ "Get Contact": "Obter contato",
12
+ "Custom API Call": "Chamada de API personalizada",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Envie um e-mail transacional através de Plunk. O destinatário pode ser um endereço único ou uma lista separada por vírgulas.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Rastreie um evento Plunk para um contato. Colocar automaticamente o contato se não existir. Requer a chave de API pública.",
15
+ "Retrieve every contact in your Plunk project.": "Recupere todos os contatos no seu projeto de Plunk.",
16
+ "Retrieve a single contact by ID.": "Recuperar um único contato por ID.",
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
+ "To": "Para",
19
+ "Subject": "Cargo",
20
+ "Body": "Conteúdo",
21
+ "Sender Name": "Nome do Remetente",
22
+ "Sender Email (From)": "E-mail do Remetente (From)",
23
+ "Reply-To": "Responde-Para",
24
+ "Mark Recipient as Subscribed": "Marcar destinatário como inscrito",
25
+ "Event Name": "Nome do Evento",
26
+ "Contact Email": "E-mail de contato",
27
+ "Mark Contact as Subscribed": "Marcar Contato como Inscrito",
28
+ "Event Data": "Dados do evento",
29
+ "Contact ID": "ID do contato",
30
+ "Method": "Método",
31
+ "Headers": "Cabeçalhos",
32
+ "Query Parameters": "Parâmetros da consulta",
33
+ "Body Type": "Tipo de Corpo",
34
+ "Response is Binary ?": "A resposta é binária ?",
35
+ "No Error on Failure": "Nenhum erro no Failure",
36
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
37
+ "Follow redirects": "Seguir redirecionamentos",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "Endereço de e-mail do destinatário. Para vários destinatários, separe com vírgulas.",
39
+ "HTML body of the email.": "Corpo HTML do e-mail.",
40
+ "Optional sender name. Falls back to the project default.": "Nome do remetente opcional. Volte para o padrão do projeto.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "E-mail do remetente opcional. Deve ser um endereço verificado em seu projeto de Plunk.",
42
+ "Optional reply-to email.": "E-mail opcional de resposta.",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "Quando ativado, o Plunk cria o destinatário como um contato subscrito, se eles já não existirem.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Identificador do evento sendo rastreado, por exemplo, `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "Endereço de email do contato ao qual o evento pertence.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "Quando ativado, os contatos criados automaticamente por este evento serão marcados como inscritos.",
47
+ "Optional metadata stored alongside the event.": "Metadados opcionais armazenados ao lado do evento.",
48
+ "The Plunk contact ID.": "O ID de contato do Plunk.",
49
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
50
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
51
+ "GET": "OBTER",
52
+ "POST": "POSTAR",
53
+ "PATCH": "COMPRAR",
54
+ "PUT": "COLOCAR",
55
+ "DELETE": "EXCLUIR",
56
+ "HEAD": "CABEÇA",
57
+ "None": "Nenhuma",
58
+ "JSON": "JSON",
59
+ "Form Data": "Dados de Formulário",
60
+ "Raw": "RAW"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Open-source email platform for transactional emails, marketing campaigns, and contact management.",
3
+ "Secret API Key": "Secret API Key",
4
+ "Public API Key": "Public API Key",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Used for /v1/send, /v1/contacts, and the Custom API Call action.",
6
+ "Required only for the Track Event action.": "Required only for the Track Event action.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.",
8
+ "Send Transactional Email": "Send Transactional Email",
9
+ "Track Event": "Track Event",
10
+ "Get All Contacts": "Get All Contacts",
11
+ "Get Contact": "Get Contact",
12
+ "Custom API Call": "Custom API Call",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.",
15
+ "Retrieve every contact in your Plunk project.": "Retrieve every contact in your Plunk project.",
16
+ "Retrieve a single contact by ID.": "Retrieve a single contact by ID.",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "To": "To",
19
+ "Subject": "Subject",
20
+ "Body": "Body",
21
+ "Sender Name": "Sender Name",
22
+ "Sender Email (From)": "Sender Email (From)",
23
+ "Reply-To": "Reply-To",
24
+ "Mark Recipient as Subscribed": "Mark Recipient as Subscribed",
25
+ "Event Name": "Event Name",
26
+ "Contact Email": "Contact Email",
27
+ "Mark Contact as Subscribed": "Mark Contact as Subscribed",
28
+ "Event Data": "Event Data",
29
+ "Contact ID": "Contact ID",
30
+ "Method": "Method",
31
+ "Headers": "Headers",
32
+ "Query Parameters": "Query Parameters",
33
+ "Body Type": "Body Type",
34
+ "Response is Binary ?": "Response is Binary ?",
35
+ "No Error on Failure": "No Error on Failure",
36
+ "Timeout (in seconds)": "Timeout (in seconds)",
37
+ "Follow redirects": "Follow redirects",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "Recipient email address. For multiple recipients, separate with commas.",
39
+ "HTML body of the email.": "HTML body of the email.",
40
+ "Optional sender name. Falls back to the project default.": "Optional sender name. Falls back to the project default.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "Optional sender email. Must be a verified address on your Plunk project.",
42
+ "Optional reply-to email.": "Optional reply-to email.",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Identifier of the event being tracked, e.g. `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "Email address of the contact the event belongs to.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "When enabled, contacts auto-created by this event will be marked as subscribed.",
47
+ "Optional metadata stored alongside the event.": "Optional metadata stored alongside the event.",
48
+ "The Plunk contact ID.": "The Plunk contact ID.",
49
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
50
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
51
+ "GET": "GET",
52
+ "POST": "POST",
53
+ "PATCH": "PATCH",
54
+ "PUT": "PUT",
55
+ "DELETE": "DELETE",
56
+ "HEAD": "HEAD",
57
+ "None": "None",
58
+ "JSON": "JSON",
59
+ "Form Data": "Form Data",
60
+ "Raw": "Raw"
61
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "Open-source email platform for transactional emails, marketing campaigns, and contact management.": "Open-source email platform for transactional emails, marketing campaigns, and contact management.",
3
+ "Secret API Key": "Secret API Key",
4
+ "Public API Key": "Public API Key",
5
+ "Used for /v1/send, /v1/contacts, and the Custom API Call action.": "Used for /v1/send, /v1/contacts, and the Custom API Call action.",
6
+ "Required only for the Track Event action.": "Required only for the Track Event action.",
7
+ "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.": "Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.",
8
+ "Send Transactional Email": "Send Transactional Email",
9
+ "Track Event": "Track Event",
10
+ "Get All Contacts": "Get All Contacts",
11
+ "Get Contact": "Get Contact",
12
+ "Custom API Call": "自定义 API 呼叫",
13
+ "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.": "Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.",
14
+ "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.": "Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.",
15
+ "Retrieve every contact in your Plunk project.": "Retrieve every contact in your Plunk project.",
16
+ "Retrieve a single contact by ID.": "Retrieve a single contact by ID.",
17
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
18
+ "To": "To",
19
+ "Subject": "Subject",
20
+ "Body": "正文内容",
21
+ "Sender Name": "发件人姓名",
22
+ "Sender Email (From)": "Sender Email (From)",
23
+ "Reply-To": "Reply-To",
24
+ "Mark Recipient as Subscribed": "Mark Recipient as Subscribed",
25
+ "Event Name": "Event Name",
26
+ "Contact Email": "Contact Email",
27
+ "Mark Contact as Subscribed": "Mark Contact as Subscribed",
28
+ "Event Data": "Event Data",
29
+ "Contact ID": "Contact ID",
30
+ "Method": "方法",
31
+ "Headers": "信头",
32
+ "Query Parameters": "查询参数",
33
+ "Body Type": "Body Type",
34
+ "Response is Binary ?": "Response is Binary ?",
35
+ "No Error on Failure": "失败时没有错误",
36
+ "Timeout (in seconds)": "超时(秒)",
37
+ "Follow redirects": "Follow redirects",
38
+ "Recipient email address. For multiple recipients, separate with commas.": "Recipient email address. For multiple recipients, separate with commas.",
39
+ "HTML body of the email.": "HTML body of the email.",
40
+ "Optional sender name. Falls back to the project default.": "Optional sender name. Falls back to the project default.",
41
+ "Optional sender email. Must be a verified address on your Plunk project.": "Optional sender email. Must be a verified address on your Plunk project.",
42
+ "Optional reply-to email.": "Optional reply-to email.",
43
+ "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.": "When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.",
44
+ "Identifier of the event being tracked, e.g. `order.completed`.": "Identifier of the event being tracked, e.g. `order.completed`.",
45
+ "Email address of the contact the event belongs to.": "Email address of the contact the event belongs to.",
46
+ "When enabled, contacts auto-created by this event will be marked as subscribed.": "When enabled, contacts auto-created by this event will be marked as subscribed.",
47
+ "Optional metadata stored alongside the event.": "Optional metadata stored alongside the event.",
48
+ "The Plunk contact ID.": "The Plunk contact ID.",
49
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
50
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
51
+ "GET": "获取",
52
+ "POST": "帖子",
53
+ "PATCH": "PATCH",
54
+ "PUT": "弹出",
55
+ "DELETE": "删除",
56
+ "HEAD": "黑色",
57
+ "None": "无",
58
+ "JSON": "JSON",
59
+ "Form Data": "表单数据",
60
+ "Raw": "原始文件"
61
+ }