@activepieces/piece-mailgun 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 +5 -5
- package/src/i18n/de.json +126 -0
- package/src/i18n/es.json +126 -0
- package/src/i18n/fr.json +87 -87
- package/src/i18n/ja.json +126 -0
- package/src/i18n/nl.json +126 -0
- package/src/i18n/pt.json +126 -0
- package/src/i18n/zh.json +126 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-mailgun",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"lint": "eslint 'src/**/*.ts'"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
12
|
-
"@activepieces/pieces-
|
|
13
|
-
"@activepieces/
|
|
14
|
-
"
|
|
11
|
+
"tslib": "2.6.2",
|
|
12
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
13
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
14
|
+
"@activepieces/shared": "0.57.2"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "E-Mail-Zustellservice zum Versenden, Empfangen und Tracking von E-Mails",
|
|
3
|
+
"API Key": "API-Schlüssel",
|
|
4
|
+
"Region": "Region",
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "Ihr privater Mailgun API-Schlüssel (beginnt mit `key-`)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Wählen Sie die Region, in der sich Ihr Mailgun-Konto befindet. Die meisten Konten verwenden USA.",
|
|
7
|
+
"US": "MN",
|
|
8
|
+
"EU": "EU",
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "Um Ihren API-Schlüssel zu erhalten:\n1. Melden Sie sich bei Ihrem [Mailgun Dashboard](https://app.mailgun.com)\n2. Gehe zu **Einstellungen > API-Sicherheit**\n3. Kopiere deinen **privaten API-Schlüssel** (beginnt mit `key-`)",
|
|
10
|
+
"Send Email": "E-Mail senden",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "Mitglied der Mailingliste hinzufügen",
|
|
13
|
+
"Get Events": "Events abrufen",
|
|
14
|
+
"Get Domain Stats": "Domain-Statistik abrufen",
|
|
15
|
+
"List Bounces": "Bounces auflisten",
|
|
16
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
17
|
+
"Send an email using your Mailgun domain": "Senden Sie eine E-Mail mit Ihrer Mailgun-Domain",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Überprüfen Sie eine E-Mail-Adresse mit dem Mailgun-Validierungsdienst. Benötigt ein Mailgun-Konto mit aktivierter E-Mail-Validierung.",
|
|
19
|
+
"Add a new member to a Mailgun mailing list": "Neues Mitglied einer Mailgun-Mailingliste hinzufügen",
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Mail-Ereignisse von Ihrer Mailgun-Domain abrufen (Lieferungen, Ausfälle, Öffnungen, Klicks etc.). Nützlich für Überwachung und Warnung.",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Rufen Sie aggregierte E-Mail-Statistiken für eine Mailgun-Domain ab (geliefert, fehlgeschlagen, geöffnet, etc.). Nützlich für die Überwachung der Liefergesundheit und die Erkennung von Anomalien.",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Die Liste der abgeworfenen E-Mail-Adressen für eine Mailgun-Domain abrufen. Nützlich für die Bereinigung nach Zustell- oder Spam-Angriffen.",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
24
|
+
"Domain": "Domäne",
|
|
25
|
+
"From": "Von",
|
|
26
|
+
"To Email Address": "An E-Mail-Adresse",
|
|
27
|
+
"CC Email Address": "CC-E-Mail-Adresse",
|
|
28
|
+
"BCC Email Address": "BCC E-Mail-Adresse",
|
|
29
|
+
"Reply-To Email Address": "Antwort-An E-Mail-Adresse",
|
|
30
|
+
"Email Subject": "E-Mail-Betreff",
|
|
31
|
+
"Email Body (Plain Text)": "E-Mail-Body (Plain-Text)",
|
|
32
|
+
"Email Body (HTML)": "E-Mail-Body (HTML)",
|
|
33
|
+
"Email Address": "E-Mail-Adresse",
|
|
34
|
+
"Provider Lookup": "Anbietersuche",
|
|
35
|
+
"Mailing List": "Mailingliste",
|
|
36
|
+
"Member Email Address": "E-Mail-Adresse des Mitglieds",
|
|
37
|
+
"Member Name": "Mitgliedsname",
|
|
38
|
+
"Update If Exists": "Aktualisieren, wenn vorhanden",
|
|
39
|
+
"Subscribed": "Abonniert",
|
|
40
|
+
"Custom Variables": "Eigene Variablen",
|
|
41
|
+
"Event Type": "Ereignistyp",
|
|
42
|
+
"Severity": "Schweregrad",
|
|
43
|
+
"Begin Date": "Beginndatum",
|
|
44
|
+
"End Date": "Enddatum",
|
|
45
|
+
"Max Results": "Maximale Ergebnisse",
|
|
46
|
+
"Event Types": "Ereignistypen",
|
|
47
|
+
"Duration": "Dauer",
|
|
48
|
+
"Method": "Methode",
|
|
49
|
+
"Headers": "Kopfzeilen",
|
|
50
|
+
"Query Parameters": "Abfrageparameter",
|
|
51
|
+
"Body Type": "Körpertyp",
|
|
52
|
+
"Body": "Körper",
|
|
53
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
54
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
55
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
56
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
57
|
+
"Select the Mailgun domain to use": "Wählen Sie die Mailgun-Domain",
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "Absender-E-Mail-Adresse, z.B. \"Ihr Name <you@yourdomain.com>\"",
|
|
59
|
+
"Recipient email address. For multiple recipients, separate with commas.": "E-Mail-Adresse des Empfängers. Für mehrere Empfänger mit Komma trennen.",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "Empfänger von Kohlenstoffkopien, durch Kommata getrennt.",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "Empfänger blinder Kohlenstoffkopie, durch Kommata getrennt.",
|
|
62
|
+
"Email address for replies.": "E-Mail-Adresse für Antworten.",
|
|
63
|
+
"Plain text version of the email body.": "Einfache Textversion des E-Mail-Textes.",
|
|
64
|
+
"HTML version of the email body.": "HTML-Version des E-Mail-Textes.",
|
|
65
|
+
"The email address to validate.": "Die zu prüfende E-Mail-Adresse.",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "Aktivieren Sie zusätzliche Überprüfungen des Postfachanbieters auf genauere Ergebnisse.",
|
|
67
|
+
"Select the mailing list": "Mailingliste auswählen",
|
|
68
|
+
"The email address to add to the mailing list.": "Die E-Mail-Adresse, die zur Mailingliste hinzugefügt werden soll.",
|
|
69
|
+
"The name of the member.": "Der Name des Mitglieds.",
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "Wenn aktiviert, aktualisiert das Mitglied, falls es bereits existiert, andernfalls wird ein Fehler bei Duplikaten zurückgegeben.",
|
|
71
|
+
"Set the subscription status of the member.": "Legen Sie den Status des Mitglieds fest.",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "JSON-Objekt mit benutzerdefinierten Variablen, die mit diesem Mitglied gespeichert werden sollen, z.B. {\"age\": 30, \"city\": \"Paris\"}.",
|
|
73
|
+
"Filter events by type.": "Ereignisse nach Typ filtern.",
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "Gilt nur für \"fehlgeschlagene Ereignisse. Filter nach permanent (harter Abprallung) oder temporär (weicher Absprung).",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Start des Zeitraums. RFC 2822 Datum (z.B. \"Fri, 28 Mar 2026 10:00:00 -0000\") oder Unix Timestamp (e. . \"1711620000\"). Leer lassen für Mailgun Standard (vor etwa 30 Tagen).",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "Ende des Zeitbereichs. Gleiches Format wie Startdatum. Leer lassen.",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Maximale Anzahl der zurückzugebenden Ereignisse. Standard ist 100, max ist 1000. Mailgun gibt bis zu 300 pro Seite zurück — die Seitenumstellung wird automatisch bearbeitet.",
|
|
78
|
+
"Select which event types to include in the statistics.": "Wählen Sie aus, welche Ereignistypen in die Statistiken aufgenommen werden sollen.",
|
|
79
|
+
"Time period to aggregate stats over.": "Zeitspanne, um Statistiken zu sammeln.",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "Maximale Anzahl der Rückgabewerte (1-1000). Standard ist 100.",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
83
|
+
"Failed (permanent + temporary)": "Fehlgeschlagen (dauerhaft + vorübergehend)",
|
|
84
|
+
"Delivered": "Ausgestellt",
|
|
85
|
+
"Accepted": "Akzeptiert",
|
|
86
|
+
"Rejected": "Abgelehnt",
|
|
87
|
+
"Opened": "Geöffnet",
|
|
88
|
+
"Clicked": "Angeklickt",
|
|
89
|
+
"Complained": "Beschwerde",
|
|
90
|
+
"Unsubscribed": "Abgemeldet",
|
|
91
|
+
"Stored": "Gespeichert",
|
|
92
|
+
"All": "Alle",
|
|
93
|
+
"Permanent (hard bounce)": "Dauerhaft (harter Aufprall)",
|
|
94
|
+
"Temporary (soft bounce)": "Temporär (weicher Bounce)",
|
|
95
|
+
"Failed": "Fehlgeschlagen",
|
|
96
|
+
"Last 1 hour": "Letzte 1 Stunde",
|
|
97
|
+
"Last 6 hours": "Letzte 6 Stunden",
|
|
98
|
+
"Last 12 hours": "Letzte 12 Stunden",
|
|
99
|
+
"Last 24 hours": "Letzte 24 Stunden",
|
|
100
|
+
"Last 7 days": "Letzte 7 Tage",
|
|
101
|
+
"Last 30 days": "Letzte 30 Tage",
|
|
102
|
+
"GET": "ERHALTEN",
|
|
103
|
+
"POST": "POST",
|
|
104
|
+
"PATCH": "PATCH",
|
|
105
|
+
"PUT": "PUT",
|
|
106
|
+
"DELETE": "LÖSCHEN",
|
|
107
|
+
"HEAD": "HEAD",
|
|
108
|
+
"None": "Keine",
|
|
109
|
+
"JSON": "JSON",
|
|
110
|
+
"Form Data": "Formulardaten",
|
|
111
|
+
"Raw": "Rohe",
|
|
112
|
+
"New Bounce Event": "Neues Bounce Event",
|
|
113
|
+
"New Complaint Event": "Neues Beanstandungstermin",
|
|
114
|
+
"New Delivery Event": "Neues Lieferereignis",
|
|
115
|
+
"New Failed Delivery Event": "Neues fehlgeschlagenes Lieferereignis",
|
|
116
|
+
"New Open Event": "Neues Open-Event",
|
|
117
|
+
"New Click Event": "Neues Klickereignis",
|
|
118
|
+
"New Unsubscribe Event": "Neues Abmeldeereignis",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "Löst aus, wenn eine E-Mail in Mailgun (harter Absprung) nicht ausgeliefert wird",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "Löst aus, wenn ein Empfänger eine E-Mail als Spam in Mailgun meldet",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Löst aus, wenn eine E-Mail erfolgreich in Mailgun versendet wurde",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "Löst aus, wenn eine E-Mail temporär nicht in Mailgun geliefert wird (wird erneut versucht)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "Löst aus, wenn ein Empfänger eine E-Mail in Mailgun öffnet",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "Löst aus, wenn ein Empfänger einen Tracking-Link in einer E-Mail in Mailgun klickt",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "Löst aus, wenn ein Empfänger E-Mails in Mailgun abbestellt hat"
|
|
126
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "Servicio de entrega de correo electrónico para enviar, recibir y rastrear correos",
|
|
3
|
+
"API Key": "Clave API",
|
|
4
|
+
"Region": "Región",
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "Tu clave privada API de Mailgun (comienza con `key-`)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Seleccione la región en la que está su cuenta de Mailgun. La mayoría de las cuentas usan Estados Unidos.",
|
|
7
|
+
"US": "SUS",
|
|
8
|
+
"EU": "EU",
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "Para obtener su clave API:\n1. Inicie sesión en su [Panel de control de Mailgun](https://app.mailgun.com)\n2. Ve a **Ajustes > Seguridad API**\n3. Copia tu **Clave Privada de API** (comienza con `key-`)",
|
|
10
|
+
"Send Email": "Enviar Email",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "Añadir miembro de la lista de correo",
|
|
13
|
+
"Get Events": "Obtener Eventos",
|
|
14
|
+
"Get Domain Stats": "Obtener Estadísticas de Dominio",
|
|
15
|
+
"List Bounces": "Lista de rebotes",
|
|
16
|
+
"Custom API Call": "Llamada API personalizada",
|
|
17
|
+
"Send an email using your Mailgun domain": "Envía un correo electrónico usando tu dominio de Mailgun",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Validar una dirección de correo electrónico utilizando el servicio de validación de Mailgun. Requiere una cuenta de Mailgun con la validación de correo electrónico habilitada.",
|
|
19
|
+
"Add a new member to a Mailgun mailing list": "Añadir un nuevo miembro a una lista de correo de Mailgun",
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Recuperar eventos de correo electrónico de su dominio de Mailgun (entregas, fallas, aperturas, clics, etc.) Útil para monitoreo y alerta.",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Recuperar estadísticas de correo electrónico agregadas para un dominio de Mailgun (entregado, fallido, abierto, etc.) Útil para monitorear la salud de la entrega y detectar anomalías.",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Recuperar la lista de direcciones de correo electrónico rebotadas para un dominio de Mailgun. Útil para limpiar después de problemas de entrega o ataques de spam.",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
24
|
+
"Domain": "Dominio",
|
|
25
|
+
"From": "De",
|
|
26
|
+
"To Email Address": "A la dirección de correo",
|
|
27
|
+
"CC Email Address": "Dirección de Email CC",
|
|
28
|
+
"BCC Email Address": "Dirección de email BCC",
|
|
29
|
+
"Reply-To Email Address": "Responder a la dirección de correo",
|
|
30
|
+
"Email Subject": "Asunto de Email",
|
|
31
|
+
"Email Body (Plain Text)": "Cuerpo de Correo (Texto Planificado)",
|
|
32
|
+
"Email Body (HTML)": "Cuerpo de correo (HTML)",
|
|
33
|
+
"Email Address": "Dirección de email",
|
|
34
|
+
"Provider Lookup": "Búsqueda de Proveedores",
|
|
35
|
+
"Mailing List": "Lista de correo",
|
|
36
|
+
"Member Email Address": "Dirección de email del miembro",
|
|
37
|
+
"Member Name": "Nombre de miembro",
|
|
38
|
+
"Update If Exists": "Actualizar si existe",
|
|
39
|
+
"Subscribed": "Suscrito",
|
|
40
|
+
"Custom Variables": "Variables personalizadas",
|
|
41
|
+
"Event Type": "Tipo de evento",
|
|
42
|
+
"Severity": "Gravedad",
|
|
43
|
+
"Begin Date": "Fecha de inicio",
|
|
44
|
+
"End Date": "Fecha de fin",
|
|
45
|
+
"Max Results": "Resultados máximos",
|
|
46
|
+
"Event Types": "Tipos de Evento",
|
|
47
|
+
"Duration": "Duración",
|
|
48
|
+
"Method": "Método",
|
|
49
|
+
"Headers": "Encabezados",
|
|
50
|
+
"Query Parameters": "Parámetros de consulta",
|
|
51
|
+
"Body Type": "Tipo de cuerpo",
|
|
52
|
+
"Body": "Cuerpo",
|
|
53
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
54
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
55
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
56
|
+
"Follow redirects": "Seguir redirecciones",
|
|
57
|
+
"Select the Mailgun domain to use": "Selecciona el dominio de Mailgun a usar",
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "Dirección de correo electrónico del remitente, p. ej. \"Tu nombre <you@yourdomain.com>\"",
|
|
59
|
+
"Recipient email address. For multiple recipients, separate with commas.": "Dirección de correo electrónico del destinatario. Para múltiples destinatarios, separe con comas.",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "Destinatarios de copia de carbono, separados por comas.",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "Destinatarios de copia de carbono ciegos, separados por comas.",
|
|
62
|
+
"Email address for replies.": "Dirección de correo para respuestas.",
|
|
63
|
+
"Plain text version of the email body.": "Versión de texto plano del cuerpo del correo electrónico.",
|
|
64
|
+
"HTML version of the email body.": "Versión HTML del cuerpo del correo electrónico.",
|
|
65
|
+
"The email address to validate.": "La dirección de correo electrónico a validar.",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "Habilitar comprobaciones adicionales del proveedor del buzón para obtener resultados más precisos.",
|
|
67
|
+
"Select the mailing list": "Seleccione la lista de correo",
|
|
68
|
+
"The email address to add to the mailing list.": "La dirección de correo electrónico a añadir a la lista de correo.",
|
|
69
|
+
"The name of the member.": "El nombre del miembro.",
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "Si está habilitado, actualiza el miembro si ya existen. De lo contrario, se devuelve un error para duplicados.",
|
|
71
|
+
"Set the subscription status of the member.": "Establecer el estado de suscripción del miembro.",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "Objeto JSON con variables personalizadas para almacenar con este miembro, p. ej. {\"edad\": 30, \"ciudad\": \"París\"}.",
|
|
73
|
+
"Filter events by type.": "Filtrar eventos por tipo.",
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "Sólo se aplica a eventos \"fallados\". Filtrar por permanente (rebote duro) o temporal (rebote suave).",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Inicio del rango de tiempo. Fecha RFC 2822 (p. ej. \"Vie, 28 Mar 2026 10:00:00 -0000\") o marca de tiempo Unix (e. . \"1711620000\"). Dejar en blanco para el defecto de Mailgun (hace unos 30 días).",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "Fin del intervalo de tiempo. El mismo formato que la fecha inicial. Dejar vacío por ahora.",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Número máximo de eventos a retornar. Por defecto es 100, máximo 1000. Mailgun regresa hasta 300 por página — la paginación se maneja automáticamente.",
|
|
78
|
+
"Select which event types to include in the statistics.": "Seleccione qué tipo de evento incluir en las estadísticas.",
|
|
79
|
+
"Time period to aggregate stats over.": "Período de tiempo para añadir estadísticas.",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "Número máximo de rebotes a devolver (1-1000). Por defecto es 100.",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
83
|
+
"Failed (permanent + temporary)": "Falló (permanente + temporal)",
|
|
84
|
+
"Delivered": "Entregado",
|
|
85
|
+
"Accepted": "Aceptado",
|
|
86
|
+
"Rejected": "Rechazado",
|
|
87
|
+
"Opened": "Abierto",
|
|
88
|
+
"Clicked": "Pulsado",
|
|
89
|
+
"Complained": "Reclamado",
|
|
90
|
+
"Unsubscribed": "Desuscrito",
|
|
91
|
+
"Stored": "Almacenado",
|
|
92
|
+
"All": "Todos",
|
|
93
|
+
"Permanent (hard bounce)": "Permanente (rebote duro)",
|
|
94
|
+
"Temporary (soft bounce)": "Temporal (rebote suave)",
|
|
95
|
+
"Failed": "Fallado",
|
|
96
|
+
"Last 1 hour": "Última hora",
|
|
97
|
+
"Last 6 hours": "Últimas 6 horas",
|
|
98
|
+
"Last 12 hours": "Últimas 12 horas",
|
|
99
|
+
"Last 24 hours": "Últimas 24 horas",
|
|
100
|
+
"Last 7 days": "Últimos 7 días",
|
|
101
|
+
"Last 30 days": "Últimos 30 días",
|
|
102
|
+
"GET": "RECOGER",
|
|
103
|
+
"POST": "POST",
|
|
104
|
+
"PATCH": "PATCH",
|
|
105
|
+
"PUT": "PUT",
|
|
106
|
+
"DELETE": "BORRAR",
|
|
107
|
+
"HEAD": "LIMPIO",
|
|
108
|
+
"None": "Ninguna",
|
|
109
|
+
"JSON": "JSON",
|
|
110
|
+
"Form Data": "Datos de Formulario",
|
|
111
|
+
"Raw": "Rápido",
|
|
112
|
+
"New Bounce Event": "Nuevo evento de rebote",
|
|
113
|
+
"New Complaint Event": "Nuevo Evento de Reclamación",
|
|
114
|
+
"New Delivery Event": "Nuevo evento de entrega",
|
|
115
|
+
"New Failed Delivery Event": "Nuevo evento de entrega fallida",
|
|
116
|
+
"New Open Event": "Nuevo evento abierto",
|
|
117
|
+
"New Click Event": "Nuevo Evento Clic",
|
|
118
|
+
"New Unsubscribe Event": "Nuevo evento de desuscripción",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "Disparadores cuando un correo electrónico no entrega permanentemente (rebote duro) en Mailgun",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "Disparadores cuando un destinatario reporta un correo electrónico como spam en Mailgun",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Disparadores cuando un correo electrónico se entrega con éxito en Mailgun",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "Disparadores cuando un correo electrónico no se entrega temporalmente en Mailgun (se recuperará)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "Disparadores cuando un destinatario abre un correo electrónico en Mailgun",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "Dispara cuando un destinatario hace clic en un enlace rastreado en un correo electrónico en Mailgun",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "Dispara cuando un destinatario se quita de los correos electrónicos en Mailgun"
|
|
126
|
+
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,85 +1,104 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Email delivery service for sending, receiving, and tracking emails": "Service de livraison
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "Service de livraison de courriels pour l'envoi, la réception et le suivi des courriels",
|
|
3
3
|
"API Key": "Clé API",
|
|
4
4
|
"Region": "Région",
|
|
5
|
-
"Your Mailgun private API key (starts with `key-`)": "Votre clé API
|
|
6
|
-
"Select the region your Mailgun account is in. Most accounts use US.": "Sélectionnez la région
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "Votre clé privée d'API Mailgun (commence par `keyy-`)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Sélectionnez la région dans laquelle votre compte Mailgun se trouve. La plupart des comptes utilisent les États-Unis.",
|
|
7
7
|
"US": "US",
|
|
8
8
|
"EU": "EU",
|
|
9
|
-
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "Pour obtenir votre clé API :\n1. Connectez-vous à votre [tableau de bord Mailgun](https://app.mailgun.com)\n2. Allez dans **
|
|
10
|
-
"Send Email": "Envoyer un
|
|
11
|
-
"Validate Email": "
|
|
12
|
-
"Add Mailing List Member": "Ajouter un membre
|
|
13
|
-
"Get Events": "
|
|
14
|
-
"Get Domain Stats": "
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "Pour obtenir votre clé API :\n1. Connectez-vous à votre [tableau de bord Mailgun](https://app.mailgun.com)\n2. Allez dans **Paramètres > Sécurité de l'API**\n3. Copiez votre **Clé d'API privée** (commence par `key-`)",
|
|
10
|
+
"Send Email": "Envoyer un e-mail",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "Ajouter un membre de la liste de diffusion",
|
|
13
|
+
"Get Events": "Obtenir des événements",
|
|
14
|
+
"Get Domain Stats": "Obtenir les statistiques de domaine",
|
|
15
15
|
"List Bounces": "Lister les rebonds",
|
|
16
|
-
"Custom API Call": "Appel API personnalisé",
|
|
17
|
-
"Send an email using your Mailgun domain": "
|
|
18
|
-
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Valider une adresse
|
|
16
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
17
|
+
"Send an email using your Mailgun domain": "Envoyez un email en utilisant votre domaine Mailgun",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Valider une adresse e-mail en utilisant le service de validation Mailgun. Nécessite un compte Mailgun avec la validation d'email activée.",
|
|
19
19
|
"Add a new member to a Mailgun mailing list": "Ajouter un nouveau membre à une liste de diffusion Mailgun",
|
|
20
|
-
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "
|
|
21
|
-
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Récupérer les statistiques agrégées
|
|
22
|
-
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "
|
|
23
|
-
"Make a custom API call to a specific endpoint": "
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Récupérez les événements de messagerie de votre domaine Mailgun (livraisons, échecs, ouvertures, clics, etc.). Utile pour la surveillance et l'alerte.",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Récupérer les statistiques de messagerie agrégées pour un domaine Mailgun (livré, échoué, ouvert, etc.). Utile pour surveiller la santé de la livraison et détecter les anomalies.",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Récupère la liste des adresses e-mail remises pour un domaine Mailgun. Utile pour le nettoyage après les problèmes de livraison ou les attaques de spam.",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
24
24
|
"Domain": "Domaine",
|
|
25
|
-
"From": "
|
|
26
|
-
"To Email Address": "
|
|
27
|
-
"CC Email Address": "Adresse
|
|
28
|
-
"BCC Email Address": "Adresse email
|
|
29
|
-
"Reply-To Email Address": "
|
|
30
|
-
"Email Subject": "
|
|
31
|
-
"Email Body (Plain Text)": "Corps de l'
|
|
32
|
-
"Email Body (HTML)": "Corps de l'
|
|
33
|
-
"Email Address": "Adresse
|
|
34
|
-
"Provider Lookup": "
|
|
25
|
+
"From": "A partir de",
|
|
26
|
+
"To Email Address": "À l'adresse e-mail",
|
|
27
|
+
"CC Email Address": "Adresse e-mail CC",
|
|
28
|
+
"BCC Email Address": "Adresse email BCC",
|
|
29
|
+
"Reply-To Email Address": "Répondre à l'adresse e-mail",
|
|
30
|
+
"Email Subject": "Sujet de l'e-mail",
|
|
31
|
+
"Email Body (Plain Text)": "Corps de l'e-mail (texte brut)",
|
|
32
|
+
"Email Body (HTML)": "Corps de l'e-mail (HTML)",
|
|
33
|
+
"Email Address": "Adresse e-mail",
|
|
34
|
+
"Provider Lookup": "Recherche du fournisseur",
|
|
35
35
|
"Mailing List": "Liste de diffusion",
|
|
36
|
-
"Member Email Address": "Adresse
|
|
36
|
+
"Member Email Address": "Adresse e-mail du membre",
|
|
37
37
|
"Member Name": "Nom du membre",
|
|
38
|
-
"Update If Exists": "Mettre à jour si
|
|
39
|
-
"Subscribed": "
|
|
38
|
+
"Update If Exists": "Mettre à jour si existe",
|
|
39
|
+
"Subscribed": "Inscrit",
|
|
40
40
|
"Custom Variables": "Variables personnalisées",
|
|
41
41
|
"Event Type": "Type d'événement",
|
|
42
|
-
"Severity": "
|
|
42
|
+
"Severity": "Gravité",
|
|
43
43
|
"Begin Date": "Date de début",
|
|
44
44
|
"End Date": "Date de fin",
|
|
45
45
|
"Max Results": "Nombre maximum de résultats",
|
|
46
46
|
"Event Types": "Types d'événements",
|
|
47
47
|
"Duration": "Durée",
|
|
48
48
|
"Method": "Méthode",
|
|
49
|
-
"Headers": "
|
|
49
|
+
"Headers": "Headers",
|
|
50
50
|
"Query Parameters": "Paramètres de requête",
|
|
51
|
-
"Body Type": "Type
|
|
52
|
-
"Body": "
|
|
53
|
-
"Response is Binary ?": "La réponse est
|
|
54
|
-
"No Error on Failure": "
|
|
55
|
-
"Timeout (in seconds)": "Délai d'
|
|
51
|
+
"Body Type": "Body Type",
|
|
52
|
+
"Body": "Body",
|
|
53
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
54
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
55
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
56
56
|
"Follow redirects": "Suivre les redirections",
|
|
57
57
|
"Select the Mailgun domain to use": "Sélectionnez le domaine Mailgun à utiliser",
|
|
58
|
-
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "Adresse
|
|
59
|
-
"Recipient email address. For multiple recipients, separate with commas.": "Adresse
|
|
60
|
-
"Carbon copy recipients, separated by commas.": "Destinataires
|
|
61
|
-
"Blind carbon copy recipients, separated by commas.": "Destinataires
|
|
62
|
-
"Email address for replies.": "Adresse
|
|
63
|
-
"Plain text version of the email body.": "Version texte
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "Adresse e-mail de l'expéditeur, par exemple \"Votre nom <you@yourdomain.com>\"",
|
|
59
|
+
"Recipient email address. For multiple recipients, separate with commas.": "Adresse e-mail du destinataire. Pour plusieurs destinataires, séparez par des virgules.",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "Destinataires de copie carbone, séparés par des virgules.",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "Destinataires aveugles de copie carbone, séparés par des virgules.",
|
|
62
|
+
"Email address for replies.": "Adresse e-mail pour les réponses.",
|
|
63
|
+
"Plain text version of the email body.": "Version texte du corps de l'email.",
|
|
64
64
|
"HTML version of the email body.": "Version HTML du corps de l'email.",
|
|
65
|
-
"The email address to validate.": "L'adresse
|
|
66
|
-
"Enable additional mailbox provider checks for more accurate results.": "Activer les vérifications supplémentaires
|
|
65
|
+
"The email address to validate.": "L'adresse e-mail à valider.",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "Activer les vérifications supplémentaires des fournisseurs de boîtes aux lettres pour des résultats plus précis.",
|
|
67
67
|
"Select the mailing list": "Sélectionnez la liste de diffusion",
|
|
68
68
|
"The email address to add to the mailing list.": "L'adresse email à ajouter à la liste de diffusion.",
|
|
69
69
|
"The name of the member.": "Le nom du membre.",
|
|
70
|
-
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "Si activé, met à jour le membre s'il existe déjà. Sinon, une erreur est
|
|
71
|
-
"Set the subscription status of the member.": "
|
|
72
|
-
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "Objet JSON avec des variables personnalisées à stocker
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "Si activé, met à jour le membre s'il existe déjà. Sinon, une erreur est retournée pour les doublons.",
|
|
71
|
+
"Set the subscription status of the member.": "Définissez le statut d'abonnement du membre.",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "Objet JSON avec des variables personnalisées à stocker avec ce membre, par exemple {\"age\": 30, \"city\": \"Paris\"}.",
|
|
73
73
|
"Filter events by type.": "Filtrer les événements par type.",
|
|
74
|
-
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "
|
|
75
|
-
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Début de
|
|
76
|
-
"End of the time range. Same format as Begin Date. Leave empty for now.": "Fin de la plage horaire. Même format que la date de début. Laisser vide pour
|
|
77
|
-
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Nombre maximum d'événements à
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "Ne s'applique qu'aux événements « échoués ». Filtre par rebond permanent (dur) ou temporaire (soft bounce).",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Début de l'intervalle de temps. Date RFC 2822 (par exemple \"Ven, 28 Mar 2026 10:00:00 -0000\") ou timestamp Unix (e. . \"1711620000\"). Laisser vide pour Mailgun par défaut (il y a environ 30 jours).",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "Fin de la plage horaire. Même format que la date de début. Laisser vide pour le moment.",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Nombre maximum d'événements à renvoyer. La valeur par défaut est 100, max est 1000. Mailgun renvoie jusqu'à 300 par page - la pagination est gérée automatiquement.",
|
|
78
78
|
"Select which event types to include in the statistics.": "Sélectionnez les types d'événements à inclure dans les statistiques.",
|
|
79
|
-
"Time period to aggregate stats over.": "Période
|
|
80
|
-
"Maximum number of bounces to return (1-1000). Default is 100.": "Nombre maximum de
|
|
81
|
-
"Authorization headers are injected automatically from your connection.": "Les
|
|
82
|
-
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les
|
|
79
|
+
"Time period to aggregate stats over.": "Période de temps pour agréger les statistiques.",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "Nombre maximum de bounces à retourner (1-1000). La valeur par défaut est 100.",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
83
|
+
"Failed (permanent + temporary)": "Échec (permanent + temporaire)",
|
|
84
|
+
"Delivered": "Livré",
|
|
85
|
+
"Accepted": "Accepté",
|
|
86
|
+
"Rejected": "Rejeté",
|
|
87
|
+
"Opened": "Ouvert",
|
|
88
|
+
"Clicked": "Clics",
|
|
89
|
+
"Complained": "Réclamé",
|
|
90
|
+
"Unsubscribed": "Désabonné",
|
|
91
|
+
"Stored": "Stocké",
|
|
92
|
+
"All": "Tous",
|
|
93
|
+
"Permanent (hard bounce)": "Permanent (bounce dur)",
|
|
94
|
+
"Temporary (soft bounce)": "Temporaire (rebondissement)",
|
|
95
|
+
"Failed": "Échoué",
|
|
96
|
+
"Last 1 hour": "1 heure dernière",
|
|
97
|
+
"Last 6 hours": "Les 6 dernières heures",
|
|
98
|
+
"Last 12 hours": "Les 12 dernières heures",
|
|
99
|
+
"Last 24 hours": "Dernières 24 heures",
|
|
100
|
+
"Last 7 days": "Les 7 derniers jours",
|
|
101
|
+
"Last 30 days": "Les 30 derniers jours",
|
|
83
102
|
"GET": "GET",
|
|
84
103
|
"POST": "POST",
|
|
85
104
|
"PATCH": "PATCH",
|
|
@@ -88,39 +107,20 @@
|
|
|
88
107
|
"HEAD": "HEAD",
|
|
89
108
|
"None": "Aucun",
|
|
90
109
|
"JSON": "JSON",
|
|
91
|
-
"Form Data": "Données
|
|
110
|
+
"Form Data": "Données du formulaire",
|
|
92
111
|
"Raw": "Brut",
|
|
93
|
-
"Failed (permanent + temporary)": "Échoué (permanent + temporaire)",
|
|
94
|
-
"Delivered": "Livré",
|
|
95
|
-
"Accepted": "Accepté",
|
|
96
|
-
"Rejected": "Rejeté",
|
|
97
|
-
"Opened": "Ouvert",
|
|
98
|
-
"Clicked": "Cliqué",
|
|
99
|
-
"Complained": "Signalé comme spam",
|
|
100
|
-
"Unsubscribed": "Désabonné",
|
|
101
|
-
"Stored": "Stocké",
|
|
102
|
-
"All": "Tous",
|
|
103
|
-
"Permanent (hard bounce)": "Permanent (rebond dur)",
|
|
104
|
-
"Temporary (soft bounce)": "Temporaire (rebond mou)",
|
|
105
|
-
"Failed": "Échoué",
|
|
106
|
-
"Last 1 hour": "Dernière heure",
|
|
107
|
-
"Last 6 hours": "6 dernières heures",
|
|
108
|
-
"Last 12 hours": "12 dernières heures",
|
|
109
|
-
"Last 24 hours": "24 dernières heures",
|
|
110
|
-
"Last 7 days": "7 derniers jours",
|
|
111
|
-
"Last 30 days": "30 derniers jours",
|
|
112
112
|
"New Bounce Event": "Nouvel événement de rebond",
|
|
113
|
-
"New Complaint Event": "
|
|
113
|
+
"New Complaint Event": "Nouvel événement de plainte",
|
|
114
114
|
"New Delivery Event": "Nouvel événement de livraison",
|
|
115
|
-
"New Failed Delivery Event": "Nouvel
|
|
116
|
-
"New Open Event": "Nouvel événement
|
|
115
|
+
"New Failed Delivery Event": "Nouvel événement de livraison échoué",
|
|
116
|
+
"New Open Event": "Nouvel événement ouvert",
|
|
117
117
|
"New Click Event": "Nouvel événement de clic",
|
|
118
|
-
"New Unsubscribe Event": "
|
|
119
|
-
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "
|
|
120
|
-
"Triggers when a recipient reports an email as spam in Mailgun": "
|
|
121
|
-
"Triggers when an email is successfully delivered in Mailgun": "
|
|
122
|
-
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "
|
|
123
|
-
"Triggers when a recipient opens an email in Mailgun": "
|
|
124
|
-
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "
|
|
125
|
-
"Triggers when a recipient unsubscribes from emails in Mailgun": "
|
|
126
|
-
}
|
|
118
|
+
"New Unsubscribe Event": "Nouvel événement de désinscription",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "Déclenche lorsqu'un email ne parvient pas à délivrer définitivement (rebond dur) dans Mailgun",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "Déclenche lorsqu'un destinataire signale un e-mail comme spam dans Mailgun",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Déclenche lorsqu'un e-mail est envoyé avec succès dans Mailgun",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "Déclenche lorsqu'un email échoue temporairement à livrer dans Mailgun (sera tenté)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "Déclenche lorsqu'un destinataire ouvre un e-mail dans Mailgun",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "Déclenche lorsqu'un destinataire clique sur un lien suivi dans un e-mail dans Mailgun",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "Déclenche lorsqu'un destinataire se désabonne des e-mails dans Mailgun"
|
|
126
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "メールの送信、受信、追跡のためのメール配信サービス",
|
|
3
|
+
"API Key": "API キー",
|
|
4
|
+
"Region": "地域",
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "MailgunプライベートAPIキー (`key-`で始まります)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Mailgun アカウントの地域を選択します。ほとんどのアカウントでは米国が使用されます。",
|
|
7
|
+
"US": "米国",
|
|
8
|
+
"EU": "EU",
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)",
|
|
10
|
+
"Send Email": "メール送信",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "メーリングリストメンバーを追加",
|
|
13
|
+
"Get Events": "イベントを取得する",
|
|
14
|
+
"Get Domain Stats": "ドメイン統計の取得",
|
|
15
|
+
"List Bounces": "リストバウンス",
|
|
16
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
17
|
+
"Send an email using your Mailgun domain": "Mailgunドメインを使用してメールを送信する",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Mailgun検証サービスを使用してメールアドレスを検証します。メール検証が有効なMailgunアカウントが必要です。",
|
|
19
|
+
"Add a new member to a Mailgun mailing list": "Mailgunメーリングリストに新しいメンバーを追加",
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Mailgunドメインからメールイベントを取得します。監視や警告に便利です。",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Mailgun ドメインの集計メール統計を取得します(配信、失敗、オープンなど)。配信の健全性を監視し、異常を検出するのに便利です。",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Mailgunドメインのバウンスされたメールアドレスのリストを取得します。配信の問題やスパム攻撃の後のクリーンアップに便利です。",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
24
|
+
"Domain": "ドメイン",
|
|
25
|
+
"From": "差出人:",
|
|
26
|
+
"To Email Address": "宛先メールアドレス",
|
|
27
|
+
"CC Email Address": "CC メールアドレス",
|
|
28
|
+
"BCC Email Address": "BCCのメールアドレス",
|
|
29
|
+
"Reply-To Email Address": "返信先メールアドレス",
|
|
30
|
+
"Email Subject": "メールの件名",
|
|
31
|
+
"Email Body (Plain Text)": "メール本文 (プレーンテキスト)",
|
|
32
|
+
"Email Body (HTML)": "メール本文 (HTML)",
|
|
33
|
+
"Email Address": "メールアドレス",
|
|
34
|
+
"Provider Lookup": "プロバイダーの検索",
|
|
35
|
+
"Mailing List": "メーリングリスト:",
|
|
36
|
+
"Member Email Address": "メンバーのメールアドレス",
|
|
37
|
+
"Member Name": "メンバー名",
|
|
38
|
+
"Update If Exists": "存在する場合に更新",
|
|
39
|
+
"Subscribed": "購読中",
|
|
40
|
+
"Custom Variables": "カスタム変数",
|
|
41
|
+
"Event Type": "イベントタイプ",
|
|
42
|
+
"Severity": "重大度",
|
|
43
|
+
"Begin Date": "開始日",
|
|
44
|
+
"End Date": "終了日",
|
|
45
|
+
"Max Results": "最大結果",
|
|
46
|
+
"Event Types": "イベントタイプ",
|
|
47
|
+
"Duration": "期間",
|
|
48
|
+
"Method": "方法",
|
|
49
|
+
"Headers": "ヘッダー",
|
|
50
|
+
"Query Parameters": "クエリパラメータ",
|
|
51
|
+
"Body Type": "ボディタイプ",
|
|
52
|
+
"Body": "本文",
|
|
53
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
54
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
55
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
56
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
57
|
+
"Select the Mailgun domain to use": "使用するMailgunドメインを選択してください",
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "送信者のメールアドレス (例: \"Your Name <you@yourdomain.com>\" )",
|
|
59
|
+
"Recipient email address. For multiple recipients, separate with commas.": "受信者のメールアドレス 複数の受信者の場合は、カンマで区切ってください。",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "カーボンコピーの受信者はコンマで区切られています。",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "ブラインドカーボンコピー受信者、コンマで区切られます。",
|
|
62
|
+
"Email address for replies.": "返信用のメールアドレス",
|
|
63
|
+
"Plain text version of the email body.": "メール本文のプレーンテキスト版。",
|
|
64
|
+
"HTML version of the email body.": "メール本文のHTMLバージョン。",
|
|
65
|
+
"The email address to validate.": "検証するメールアドレス",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "追加のメールボックスプロバイダは、より正確な結果をチェックします。",
|
|
67
|
+
"Select the mailing list": "メーリングリストを選択してください",
|
|
68
|
+
"The email address to add to the mailing list.": "メーリングリストに追加するメールアドレス",
|
|
69
|
+
"The name of the member.": "メンバーの名前。",
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "有効にした場合、メンバーがすでに存在する場合は更新します。それ以外の場合は、重複する場合はエラーが返されます。",
|
|
71
|
+
"Set the subscription status of the member.": "メンバーの購読状態を設定します。",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "このメンバーに格納するカスタム変数を持つJSONオブジェクト。例:{\"age\": 30, \"city\": \"Paris\"}。",
|
|
73
|
+
"Filter events by type.": "イベントをタイプで絞り込みます。",
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "「失敗した」イベントにのみ適用されます。恒久的な(ハードバウンス)または一時的な(ソフトバウンス)でフィルタリングします。",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "時間範囲の開始 RFC 2822 date (例: \"Fri, 28 Mar 2026 10:00:00 -0000\") または Unix timestamp (e. 「1711620000」。Mailgunのデフォルト(約30日前)は空のままにしてください。",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "時間範囲の終了です。開始日と同じ形式です。空白のままにしてください。",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "返すイベントの最大数。デフォルトは 100、最大は 1000 です。Mailgun はページあたり最大 300 を返します。ページネーションは自動的に処理されます。",
|
|
78
|
+
"Select which event types to include in the statistics.": "統計に含めるイベントタイプを選択します。",
|
|
79
|
+
"Time period to aggregate stats over.": "統計を集計する期間。",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "戻るバウンスの最大数(1-1000)。デフォルトは100です。",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
83
|
+
"Failed (permanent + temporary)": "失敗(永続的+一時的)",
|
|
84
|
+
"Delivered": "配送済み",
|
|
85
|
+
"Accepted": "承認済み",
|
|
86
|
+
"Rejected": "拒否",
|
|
87
|
+
"Opened": "開放済み",
|
|
88
|
+
"Clicked": "クリックされました",
|
|
89
|
+
"Complained": "不満を言った",
|
|
90
|
+
"Unsubscribed": "購読解除済み",
|
|
91
|
+
"Stored": "保存済み",
|
|
92
|
+
"All": "すべて",
|
|
93
|
+
"Permanent (hard bounce)": "恒久的(ハードバウンス)",
|
|
94
|
+
"Temporary (soft bounce)": "一時的(ソフトバウンス)",
|
|
95
|
+
"Failed": "失敗しました",
|
|
96
|
+
"Last 1 hour": "過去 1 時間",
|
|
97
|
+
"Last 6 hours": "過去 6 時間",
|
|
98
|
+
"Last 12 hours": "過去 12 時間",
|
|
99
|
+
"Last 24 hours": "過去24時間",
|
|
100
|
+
"Last 7 days": "過去 7 日間",
|
|
101
|
+
"Last 30 days": "過去 30 日間",
|
|
102
|
+
"GET": "GET",
|
|
103
|
+
"POST": "POST",
|
|
104
|
+
"PATCH": "PATCH",
|
|
105
|
+
"PUT": "PUT",
|
|
106
|
+
"DELETE": "DELETE",
|
|
107
|
+
"HEAD": "HEAD",
|
|
108
|
+
"None": "なし",
|
|
109
|
+
"JSON": "JSON",
|
|
110
|
+
"Form Data": "フォームデータ",
|
|
111
|
+
"Raw": "Raw",
|
|
112
|
+
"New Bounce Event": "新しいバウンスイベント",
|
|
113
|
+
"New Complaint Event": "新しい苦情イベント",
|
|
114
|
+
"New Delivery Event": "新しい配送イベント",
|
|
115
|
+
"New Failed Delivery Event": "新しい配送失敗イベント",
|
|
116
|
+
"New Open Event": "新しいオープンイベント",
|
|
117
|
+
"New Click Event": "新しいクリックイベント",
|
|
118
|
+
"New Unsubscribe Event": "新しい購読解除イベント",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "メールが Mailgun で永久に配信できない場合にトリガーします。",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "受信者がメールを Mailgun でスパムとして報告したときにトリガーします",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Mailgun でメールが正常に配信されたときにトリガーします",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "メールが Mailgun で一時的に配信できない場合にトリガーします(再試行されます)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "受信者がMailgun でメールを開いたときにトリガーします",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "受信者がMailgun内の電子メール内の追跡されたリンクをクリックしたときにトリガーします",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "受信者がMailgun内のメールの購読を解除したときにトリガーします"
|
|
126
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "E-mail bezorgservice voor het verzenden, ontvangen en bijhouden van e-mails",
|
|
3
|
+
"API Key": "API Sleutel",
|
|
4
|
+
"Region": "Regio",
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "Uw Mailgun persoonlijke API sleutel (begint met `key-`)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Selecteer de regio waar uw mailgun account in is. De meeste accounts gebruiken US.",
|
|
7
|
+
"US": "VS",
|
|
8
|
+
"EU": "EU",
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "Om uw API-sleutel te verkrijgen:\n1. Log in op uw [Mailgun dashboard](https://app.mailgun.com)\n2. Ga naar **Instellingen > API Beveiliging**\n3. Kopieer uw **Private API Key** (begint met `key-`)",
|
|
10
|
+
"Send Email": "E-mail verzenden",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "Mailinglijst lid toevoegen",
|
|
13
|
+
"Get Events": "Haal Evenementen op",
|
|
14
|
+
"Get Domain Stats": "Domein statistieken verkrijgen",
|
|
15
|
+
"List Bounces": "Lijst bounces",
|
|
16
|
+
"Custom API Call": "Custom API Call",
|
|
17
|
+
"Send an email using your Mailgun domain": "Stuur een e-mail met uw Mailgun domein",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Valideer een e-mailadres met Mailgun validatie service. Vereist een Mailgun account met e-mail validatie ingeschakeld.",
|
|
19
|
+
"Add a new member to a Mailgun mailing list": "Voeg een nieuw lid toe aan een Mailgun mailing lijst",
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Haal e-mail gebeurtenissen op van uw Mailgun domein (levert, mislukkingen, openingen, klikken, enz.). Nuttig voor monitoring en waarschuwing.",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Haal geaggregeerde e-mailstatistieken op voor een Mailgun domein (bezorgd, mislukt, geopend, enz.). Handig voor het monitoren van levering gezondheid en het detecteren van anomalieën.",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Haal de lijst op met bounced e-mailadressen voor een Mailgun domein. Handig voor opschonen na levering problemen of spam aanvallen.",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
24
|
+
"Domain": "Domein",
|
|
25
|
+
"From": "van",
|
|
26
|
+
"To Email Address": "Naar e-mailadres",
|
|
27
|
+
"CC Email Address": "CC e-mailadres",
|
|
28
|
+
"BCC Email Address": "BCC e-mailadres",
|
|
29
|
+
"Reply-To Email Address": "Antwoord-Aan E-mailadres",
|
|
30
|
+
"Email Subject": "E-mail Onderwerp",
|
|
31
|
+
"Email Body (Plain Text)": "E-mail Body (Tekst)",
|
|
32
|
+
"Email Body (HTML)": "E-mail Body (HTML)",
|
|
33
|
+
"Email Address": "Uw e-mailadres",
|
|
34
|
+
"Provider Lookup": "Provider opzoeken",
|
|
35
|
+
"Mailing List": "Mailing lijst",
|
|
36
|
+
"Member Email Address": "E-mailadres gebruiker",
|
|
37
|
+
"Member Name": "Lid Naam",
|
|
38
|
+
"Update If Exists": "Bijwerken als er",
|
|
39
|
+
"Subscribed": "Ingeschreven",
|
|
40
|
+
"Custom Variables": "Aangepaste variabelen",
|
|
41
|
+
"Event Type": "Gebeurtenis type",
|
|
42
|
+
"Severity": "Ernstigheid",
|
|
43
|
+
"Begin Date": "Begin datum",
|
|
44
|
+
"End Date": "Eind datum",
|
|
45
|
+
"Max Results": "Max. aantal resultaten",
|
|
46
|
+
"Event Types": "Event Types",
|
|
47
|
+
"Duration": "Tijdsduur",
|
|
48
|
+
"Method": "Methode",
|
|
49
|
+
"Headers": "Kopteksten",
|
|
50
|
+
"Query Parameters": "Query parameters",
|
|
51
|
+
"Body Type": "Type lichaam",
|
|
52
|
+
"Body": "Lichaam",
|
|
53
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
54
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
55
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
56
|
+
"Follow redirects": "Volg omleidingen",
|
|
57
|
+
"Select the Mailgun domain to use": "Selecteer het Mailgun domein om te gebruiken",
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "E-mailadres van afzender, bijvoorbeeld \"Uw naam <you@yourdomain.com>\"",
|
|
59
|
+
"Recipient email address. For multiple recipients, separate with commas.": "E-mailadres van geadresseerde. Voor meerdere ontvangers, gescheiden met komma's.",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "Koolstofkopie ontvangers, gescheiden door komma's.",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "Blinde carbon copy recipients, gescheiden door komma's.",
|
|
62
|
+
"Email address for replies.": "E-mailadres voor antwoorden.",
|
|
63
|
+
"Plain text version of the email body.": "Platte tekst versie van de inhoud van de e-mail.",
|
|
64
|
+
"HTML version of the email body.": "HTML versie van de inhoud van de e-mail.",
|
|
65
|
+
"The email address to validate.": "Het e-mailadres om te valideren.",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "Schakel extra controle van de mailbox provider in voor nauwkeurigere resultaten.",
|
|
67
|
+
"Select the mailing list": "Selecteer de mailinglijst",
|
|
68
|
+
"The email address to add to the mailing list.": "Het e-mailadres om toe te voegen aan de mailinglijst.",
|
|
69
|
+
"The name of the member.": "De naam van het lid.",
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "Indien ingeschakeld, update het lid als deze al bestaat. Anders wordt er een fout geretourneerd voor duplicaten.",
|
|
71
|
+
"Set the subscription status of the member.": "Stel de abonnementsstatus van het lid in.",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "JSON object met aangepaste variabelen om op te slaan met dit lid, bijvoorbeeld {\"leeftijd\": 30, \"city\": \"Parijs\"}.",
|
|
73
|
+
"Filter events by type.": "Afspraken filteren op type.",
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "Geldt alleen voor \"mislukte\" gebeurtenissen. Filter op permanent (hard bounce) of tijdelijk (soft bounce).",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Begin van het tijdsbereik. RFC 2822 datum (bijv. \"Vrij, 28 Mar 2026 10:00:00 -0000\") of Unix tijdstempel (bijv. . \"1711620000\"). Laat leeg voor Mailgun standaard (ongeveer 30 dagen geleden).",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "Einde van het tijdsbereik. Dezelfde indeling als de begindatum. Laat leeg voor nu.",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Maximum aantal gebeurtenissen dat moet worden geretourneerd. Standaard is 100, max is 1000. Mailgun retourneert tot 300 per pagina — paginering wordt automatisch afgehandeld.",
|
|
78
|
+
"Select which event types to include in the statistics.": "Selecteer welke gebeurtenistypes in de statistieken moeten worden opgenomen.",
|
|
79
|
+
"Time period to aggregate stats over.": "Tijd periode om statistieken over te verzamelen.",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "Maximum aantal bounces om terug te keren (1-1000). Standaard is 100.",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
83
|
+
"Failed (permanent + temporary)": "Mislukt (permanent + tijdelijk)",
|
|
84
|
+
"Delivered": "Geleverd",
|
|
85
|
+
"Accepted": "Geaccepteerd",
|
|
86
|
+
"Rejected": "Geweigerd",
|
|
87
|
+
"Opened": "Geopend",
|
|
88
|
+
"Clicked": "Aangeklikt",
|
|
89
|
+
"Complained": "Geïmplementeerd",
|
|
90
|
+
"Unsubscribed": "Uitgeschreven",
|
|
91
|
+
"Stored": "Opgeslagen",
|
|
92
|
+
"All": "Allemaal",
|
|
93
|
+
"Permanent (hard bounce)": "Permanent (harde bounce)",
|
|
94
|
+
"Temporary (soft bounce)": "Tijdelijk (zachte bounce)",
|
|
95
|
+
"Failed": "Mislukt",
|
|
96
|
+
"Last 1 hour": "Afgelopen 1 uur",
|
|
97
|
+
"Last 6 hours": "Laatste 6 uur",
|
|
98
|
+
"Last 12 hours": "Afgelopen 12 uur",
|
|
99
|
+
"Last 24 hours": "Afgelopen 24 uur",
|
|
100
|
+
"Last 7 days": "Afgelopen 7 dagen",
|
|
101
|
+
"Last 30 days": "Laatste 30 dagen",
|
|
102
|
+
"GET": "KRIJG",
|
|
103
|
+
"POST": "POSTE",
|
|
104
|
+
"PATCH": "BEKIJK",
|
|
105
|
+
"PUT": "PUT",
|
|
106
|
+
"DELETE": "VERWIJDEREN",
|
|
107
|
+
"HEAD": "HOOFD",
|
|
108
|
+
"None": "geen",
|
|
109
|
+
"JSON": "JSON",
|
|
110
|
+
"Form Data": "Formulieren gegevens",
|
|
111
|
+
"Raw": "Onbewerkte",
|
|
112
|
+
"New Bounce Event": "Nieuwe stuiter gebeurtenis",
|
|
113
|
+
"New Complaint Event": "Nieuwe klacht gebeurtenis",
|
|
114
|
+
"New Delivery Event": "Nieuw Levering Evenement",
|
|
115
|
+
"New Failed Delivery Event": "Nieuw Mislukt Bezorging Evenement",
|
|
116
|
+
"New Open Event": "Nieuw Open Evenement",
|
|
117
|
+
"New Click Event": "Nieuwe Klik Evenement",
|
|
118
|
+
"New Unsubscribe Event": "Nieuwe Afmelding Evenement",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "Triggert wanneer een e-mail permanent niet levert (harde bounce) in Mailgun",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "Triggers wanneer een ontvanger een e-mail rapporteert als spam in Mailgun",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Triggers wanneer een e-mail met succes wordt geleverd in Mailgun",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "Triggers wanneer een e-mail tijdelijk niet afleent in Mailgun (zal worden opgehaald)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "Triggert wanneer een ontvanger een e-mail in Mailgun opent",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "Triggert wanneer een ontvanger op een link klikt in een e-mail in Mailgun",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "Triggert wanneer een ontvanger zich uitschrijft van e-mails in Mailgun"
|
|
126
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "Serviço de entrega de e-mail para envio, recebimento e rastreamento de e-mails",
|
|
3
|
+
"API Key": "Chave de API",
|
|
4
|
+
"Region": "Região",
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "Sua chave de API privada do Mailgun (começa com `key-`)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Selecione a região na qual sua conta do Mailgun está. A maioria das contas usa os EUA.",
|
|
7
|
+
"US": "EUA",
|
|
8
|
+
"EU": "EU",
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "Para obter sua chave de API:\n1. Entre no seu [Painel do Mailguns](https://app.mailgun.com)\n2. Vá para **Configurações > Segurança da API**\n3. Copie a sua **Chave de API Privada** (começa com `chave-`)",
|
|
10
|
+
"Send Email": "Enviar e-mail",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "Adicionar membro da Lista de Mensagens",
|
|
13
|
+
"Get Events": "Obter Eventos",
|
|
14
|
+
"Get Domain Stats": "Obter Estatísticas de Domínio",
|
|
15
|
+
"List Bounces": "Listar rejeições",
|
|
16
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
17
|
+
"Send an email using your Mailgun domain": "Envie um e-mail usando o domínio da Mailgun",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Valide um endereço de e-mail usando o serviço de validação do Mailgun. Requer uma conta Mailgun com validação de e-mail habilitada.",
|
|
19
|
+
"Add a new member to a Mailgun mailing list": "Adicionar um novo membro a uma lista de emails do Mailgun",
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Recupera eventos de e-mail de seu domínio do Mailgun (entregas, falhas, abertas, cliques, etc.). Útil para monitoramento e alerta.",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Recuperar estatísticas agregadas de e-mail para um domínio da Mailgun (enviado, falho, aberto, etc.). Útil para monitorar saúde da entrega e detectar anomalias.",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Recuperar a lista de endereços de e-mail devolvidos para um domínio da Mailgun. Útil para limpeza após problemas de entrega ou ataques de spam.",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
24
|
+
"Domain": "Domínio",
|
|
25
|
+
"From": "De",
|
|
26
|
+
"To Email Address": "Endereço de E-mail",
|
|
27
|
+
"CC Email Address": "Endereço de E-mail CC",
|
|
28
|
+
"BCC Email Address": "Endereço de E-mail BCC",
|
|
29
|
+
"Reply-To Email Address": "Responder-Para E-mail Endereço",
|
|
30
|
+
"Email Subject": "Assunto do e-mail",
|
|
31
|
+
"Email Body (Plain Text)": "Corpo do e-mail (texto magnético)",
|
|
32
|
+
"Email Body (HTML)": "Corpo do e-mail (HTML)",
|
|
33
|
+
"Email Address": "Endereço de e-mail",
|
|
34
|
+
"Provider Lookup": "Pesquisa de provedor",
|
|
35
|
+
"Mailing List": "Lista de Correio",
|
|
36
|
+
"Member Email Address": "E-mail de membro",
|
|
37
|
+
"Member Name": "Nome do Membro",
|
|
38
|
+
"Update If Exists": "Atualizar se existir",
|
|
39
|
+
"Subscribed": "Subscrito",
|
|
40
|
+
"Custom Variables": "Variáveis Personalizadas",
|
|
41
|
+
"Event Type": "Tipo de Evento",
|
|
42
|
+
"Severity": "Severidade",
|
|
43
|
+
"Begin Date": "Data de início",
|
|
44
|
+
"End Date": "Data de Término",
|
|
45
|
+
"Max Results": "Resultados no Máx.",
|
|
46
|
+
"Event Types": "Tipos de Evento",
|
|
47
|
+
"Duration": "Duração",
|
|
48
|
+
"Method": "Método",
|
|
49
|
+
"Headers": "Cabeçalhos",
|
|
50
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
51
|
+
"Body Type": "Tipo de Corpo",
|
|
52
|
+
"Body": "Conteúdo",
|
|
53
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
54
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
55
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
56
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
57
|
+
"Select the Mailgun domain to use": "Selecione o domínio do Mailgun a ser usado",
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "Endereço de e-mail remetente, por exemplo: \"Seu Nome <you@yourdomain.com>\"",
|
|
59
|
+
"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.",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "Destinatários cópia do carbono, separados por vírgulas.",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "Destinatários de cópia oculta separados por vírgulas.",
|
|
62
|
+
"Email address for replies.": "Endereço de e-mail para respostas.",
|
|
63
|
+
"Plain text version of the email body.": "Versão do texto simples do corpo do e-mail.",
|
|
64
|
+
"HTML version of the email body.": "Versão HTML do corpo do e-mail.",
|
|
65
|
+
"The email address to validate.": "O endereço de e-mail para validar",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "Habilita o provedor de caixa de correio adicional por resultados mais precisos.",
|
|
67
|
+
"Select the mailing list": "Selecione a lista de e-mails",
|
|
68
|
+
"The email address to add to the mailing list.": "O endereço de e-mail a ser adicionado à lista de discussão.",
|
|
69
|
+
"The name of the member.": "O nome do membro.",
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "Se habilitado, atualizações do membro se eles já existem. Caso contrário, um erro será retornado para duplicatas.",
|
|
71
|
+
"Set the subscription status of the member.": "Defina o status da assinatura do membro.",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "Objeto JSON com variáveis personalizadas para armazenar com este membro, por exemplo, {\"idade\": 30, \"cidade\": \"Paris\"}.",
|
|
73
|
+
"Filter events by type.": "Filtrar eventos por tipo.",
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "Aplica-se apenas a eventos \"falhados\". Filtrar por permanente (retorno forçado) ou temporário (retorno macio).",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Início do intervalo de tempo. Data RFC 2822 (por exemplo, \"Fri, 28 Mar 2026 10:00:00 -0000\") ou horário Unix (e. . \"1711620000\"). Deixe em branco para o padrão do Mailgun (cerca de 30 dias atrás).",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "Fim do intervalo de tempo. Mesmo formato que a data de início. Deixe em branco para agora.",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Número máximo de eventos a retornar. O padrão é 100, máximo é 1000. O Mailgun retorna até 300 por página — a paginação é tratada automaticamente.",
|
|
78
|
+
"Select which event types to include in the statistics.": "Selecione quais tipos de evento a incluir nas estatísticas.",
|
|
79
|
+
"Time period to aggregate stats over.": "Período de tempo para agregar estatísticas por cima.",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "Número máximo de devoluções (1-1000). Padrão é 100.",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
83
|
+
"Failed (permanent + temporary)": "Falha (permanente + temporário)",
|
|
84
|
+
"Delivered": "Entregue",
|
|
85
|
+
"Accepted": "Aceitou",
|
|
86
|
+
"Rejected": "Rejeitados",
|
|
87
|
+
"Opened": "Aberto",
|
|
88
|
+
"Clicked": "Clicado",
|
|
89
|
+
"Complained": "Compilado",
|
|
90
|
+
"Unsubscribed": "Cancelada",
|
|
91
|
+
"Stored": "Armazenado",
|
|
92
|
+
"All": "TODOS",
|
|
93
|
+
"Permanent (hard bounce)": "Permanente (resposta dura)",
|
|
94
|
+
"Temporary (soft bounce)": "Temporário (retorno suave)",
|
|
95
|
+
"Failed": "Falhou",
|
|
96
|
+
"Last 1 hour": "Última hora",
|
|
97
|
+
"Last 6 hours": "Últimas 6 horas",
|
|
98
|
+
"Last 12 hours": "Últimas 12 horas",
|
|
99
|
+
"Last 24 hours": "Últimas 24 horas",
|
|
100
|
+
"Last 7 days": "Últimos 7 Dias",
|
|
101
|
+
"Last 30 days": "Últimos 30 Dias",
|
|
102
|
+
"GET": "OBTER",
|
|
103
|
+
"POST": "POSTAR",
|
|
104
|
+
"PATCH": "COMPRAR",
|
|
105
|
+
"PUT": "COLOCAR",
|
|
106
|
+
"DELETE": "EXCLUIR",
|
|
107
|
+
"HEAD": "CABEÇA",
|
|
108
|
+
"None": "Nenhuma",
|
|
109
|
+
"JSON": "JSON",
|
|
110
|
+
"Form Data": "Dados de Formulário",
|
|
111
|
+
"Raw": "RAW",
|
|
112
|
+
"New Bounce Event": "Novo Evento de Pintura",
|
|
113
|
+
"New Complaint Event": "Novo Evento de Reclamação",
|
|
114
|
+
"New Delivery Event": "Novo Evento de Entrega",
|
|
115
|
+
"New Failed Delivery Event": "Novo Evento de Entrega Falhou",
|
|
116
|
+
"New Open Event": "Novo evento aberto",
|
|
117
|
+
"New Click Event": "Novo evento de clique",
|
|
118
|
+
"New Unsubscribe Event": "Novo evento de descadastro",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "Aciona quando um e-mail falha permanentemente ao entregar (hard bounce) no Mailgun",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "Aciona quando um destinatário reporta um e-mail como spam no Mailgun",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Dispara quando um e-mail é entregue com sucesso no Mailgun",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "Aciona quando um e-mail falhar temporariamente em entregar no Mailgun (será recuperado)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "Aciona quando um destinatário abre um e-mail na Mailgun",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "Aciona quando um destinatário clica no link monitorado em um e-mail no Mailgun",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "Aciona quando um destinatário cancela a assinatura de e-mails no Mailgun"
|
|
126
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email delivery service for sending, receiving, and tracking emails": "Email delivery service for sending, receiving, and tracking emails",
|
|
3
|
+
"API Key": "API 密钥",
|
|
4
|
+
"Region": "Region",
|
|
5
|
+
"Your Mailgun private API key (starts with `key-`)": "Your Mailgun private API key (starts with `key-`)",
|
|
6
|
+
"Select the region your Mailgun account is in. Most accounts use US.": "Select the region your Mailgun account is in. Most accounts use US.",
|
|
7
|
+
"US": "US",
|
|
8
|
+
"EU": "EU",
|
|
9
|
+
"To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)": "To get your API key:\n1. Log in to your [Mailgun dashboard](https://app.mailgun.com)\n2. Go to **Settings > API Security**\n3. Copy your **Private API Key** (starts with `key-`)",
|
|
10
|
+
"Send Email": "Send Email",
|
|
11
|
+
"Validate Email": "Validate Email",
|
|
12
|
+
"Add Mailing List Member": "Add Mailing List Member",
|
|
13
|
+
"Get Events": "Get Events",
|
|
14
|
+
"Get Domain Stats": "Get Domain Stats",
|
|
15
|
+
"List Bounces": "List Bounces",
|
|
16
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
17
|
+
"Send an email using your Mailgun domain": "Send an email using your Mailgun domain",
|
|
18
|
+
"Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.": "Validate an email address using Mailgun validation service. Requires a Mailgun account with email validation enabled.",
|
|
19
|
+
"Add a new member to a Mailgun mailing list": "Add a new member to a Mailgun mailing list",
|
|
20
|
+
"Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.": "Retrieve email events from your Mailgun domain (deliveries, failures, opens, clicks, etc.). Useful for monitoring and alerting.",
|
|
21
|
+
"Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.": "Retrieve aggregated email statistics for a Mailgun domain (delivered, failed, opened, etc.). Useful for monitoring delivery health and detecting anomalies.",
|
|
22
|
+
"Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.": "Retrieve the list of bounced email addresses for a Mailgun domain. Useful for cleanup after delivery issues or spam attacks.",
|
|
23
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
24
|
+
"Domain": "Domain",
|
|
25
|
+
"From": "From",
|
|
26
|
+
"To Email Address": "To Email Address",
|
|
27
|
+
"CC Email Address": "CC Email Address",
|
|
28
|
+
"BCC Email Address": "BCC Email Address",
|
|
29
|
+
"Reply-To Email Address": "Reply-To Email Address",
|
|
30
|
+
"Email Subject": "Email Subject",
|
|
31
|
+
"Email Body (Plain Text)": "Email Body (Plain Text)",
|
|
32
|
+
"Email Body (HTML)": "Email Body (HTML)",
|
|
33
|
+
"Email Address": "Email Address",
|
|
34
|
+
"Provider Lookup": "Provider Lookup",
|
|
35
|
+
"Mailing List": "Mailing List",
|
|
36
|
+
"Member Email Address": "Member Email Address",
|
|
37
|
+
"Member Name": "Member Name",
|
|
38
|
+
"Update If Exists": "Update If Exists",
|
|
39
|
+
"Subscribed": "Subscribed",
|
|
40
|
+
"Custom Variables": "Custom Variables",
|
|
41
|
+
"Event Type": "Event Type",
|
|
42
|
+
"Severity": "Severity",
|
|
43
|
+
"Begin Date": "Begin Date",
|
|
44
|
+
"End Date": "End Date",
|
|
45
|
+
"Max Results": "Max Results",
|
|
46
|
+
"Event Types": "Event Types",
|
|
47
|
+
"Duration": "期限",
|
|
48
|
+
"Method": "方法",
|
|
49
|
+
"Headers": "信头",
|
|
50
|
+
"Query Parameters": "查询参数",
|
|
51
|
+
"Body Type": "Body Type",
|
|
52
|
+
"Body": "正文内容",
|
|
53
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
54
|
+
"No Error on Failure": "失败时没有错误",
|
|
55
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
56
|
+
"Follow redirects": "Follow redirects",
|
|
57
|
+
"Select the Mailgun domain to use": "Select the Mailgun domain to use",
|
|
58
|
+
"Sender email address, e.g. \"Your Name <you@yourdomain.com>\"": "Sender email address, e.g. \"Your Name <you@yourdomain.com>\"",
|
|
59
|
+
"Recipient email address. For multiple recipients, separate with commas.": "Recipient email address. For multiple recipients, separate with commas.",
|
|
60
|
+
"Carbon copy recipients, separated by commas.": "Carbon copy recipients, separated by commas.",
|
|
61
|
+
"Blind carbon copy recipients, separated by commas.": "Blind carbon copy recipients, separated by commas.",
|
|
62
|
+
"Email address for replies.": "Email address for replies.",
|
|
63
|
+
"Plain text version of the email body.": "Plain text version of the email body.",
|
|
64
|
+
"HTML version of the email body.": "HTML version of the email body.",
|
|
65
|
+
"The email address to validate.": "The email address to validate.",
|
|
66
|
+
"Enable additional mailbox provider checks for more accurate results.": "Enable additional mailbox provider checks for more accurate results.",
|
|
67
|
+
"Select the mailing list": "Select the mailing list",
|
|
68
|
+
"The email address to add to the mailing list.": "The email address to add to the mailing list.",
|
|
69
|
+
"The name of the member.": "The name of the member.",
|
|
70
|
+
"If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.": "If enabled, updates the member if they already exist. Otherwise, an error is returned for duplicates.",
|
|
71
|
+
"Set the subscription status of the member.": "Set the subscription status of the member.",
|
|
72
|
+
"JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.": "JSON object with custom variables to store with this member, e.g. {\"age\": 30, \"city\": \"Paris\"}.",
|
|
73
|
+
"Filter events by type.": "Filter events by type.",
|
|
74
|
+
"Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).": "Only applies to \"failed\" events. Filter by permanent (hard bounce) or temporary (soft bounce).",
|
|
75
|
+
"Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).": "Start of the time range. RFC 2822 date (e.g. \"Fri, 28 Mar 2026 10:00:00 -0000\") or Unix timestamp (e.g. \"1711620000\"). Leave empty for Mailgun default (about 30 days ago).",
|
|
76
|
+
"End of the time range. Same format as Begin Date. Leave empty for now.": "End of the time range. Same format as Begin Date. Leave empty for now.",
|
|
77
|
+
"Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.": "Maximum number of events to return. Default is 100, max is 1000. Mailgun returns up to 300 per page — pagination is handled automatically.",
|
|
78
|
+
"Select which event types to include in the statistics.": "Select which event types to include in the statistics.",
|
|
79
|
+
"Time period to aggregate stats over.": "Time period to aggregate stats over.",
|
|
80
|
+
"Maximum number of bounces to return (1-1000). Default is 100.": "Maximum number of bounces to return (1-1000). Default is 100.",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
82
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
83
|
+
"Failed (permanent + temporary)": "Failed (permanent + temporary)",
|
|
84
|
+
"Delivered": "Delivered",
|
|
85
|
+
"Accepted": "Accepted",
|
|
86
|
+
"Rejected": "Rejected",
|
|
87
|
+
"Opened": "Opened",
|
|
88
|
+
"Clicked": "Clicked",
|
|
89
|
+
"Complained": "Complained",
|
|
90
|
+
"Unsubscribed": "Unsubscribed",
|
|
91
|
+
"Stored": "Stored",
|
|
92
|
+
"All": "所有的",
|
|
93
|
+
"Permanent (hard bounce)": "Permanent (hard bounce)",
|
|
94
|
+
"Temporary (soft bounce)": "Temporary (soft bounce)",
|
|
95
|
+
"Failed": "失败",
|
|
96
|
+
"Last 1 hour": "Last 1 hour",
|
|
97
|
+
"Last 6 hours": "Last 6 hours",
|
|
98
|
+
"Last 12 hours": "Last 12 hours",
|
|
99
|
+
"Last 24 hours": "Last 24 hours",
|
|
100
|
+
"Last 7 days": "Last 7 days",
|
|
101
|
+
"Last 30 days": "Last 30 days",
|
|
102
|
+
"GET": "获取",
|
|
103
|
+
"POST": "帖子",
|
|
104
|
+
"PATCH": "PATCH",
|
|
105
|
+
"PUT": "弹出",
|
|
106
|
+
"DELETE": "删除",
|
|
107
|
+
"HEAD": "黑色",
|
|
108
|
+
"None": "无",
|
|
109
|
+
"JSON": "JSON",
|
|
110
|
+
"Form Data": "表单数据",
|
|
111
|
+
"Raw": "原始文件",
|
|
112
|
+
"New Bounce Event": "New Bounce Event",
|
|
113
|
+
"New Complaint Event": "New Complaint Event",
|
|
114
|
+
"New Delivery Event": "New Delivery Event",
|
|
115
|
+
"New Failed Delivery Event": "New Failed Delivery Event",
|
|
116
|
+
"New Open Event": "New Open Event",
|
|
117
|
+
"New Click Event": "New Click Event",
|
|
118
|
+
"New Unsubscribe Event": "New Unsubscribe Event",
|
|
119
|
+
"Triggers when an email permanently fails to deliver (hard bounce) in Mailgun": "Triggers when an email permanently fails to deliver (hard bounce) in Mailgun",
|
|
120
|
+
"Triggers when a recipient reports an email as spam in Mailgun": "Triggers when a recipient reports an email as spam in Mailgun",
|
|
121
|
+
"Triggers when an email is successfully delivered in Mailgun": "Triggers when an email is successfully delivered in Mailgun",
|
|
122
|
+
"Triggers when an email temporarily fails to deliver in Mailgun (will be retried)": "Triggers when an email temporarily fails to deliver in Mailgun (will be retried)",
|
|
123
|
+
"Triggers when a recipient opens an email in Mailgun": "Triggers when a recipient opens an email in Mailgun",
|
|
124
|
+
"Triggers when a recipient clicks a tracked link in an email in Mailgun": "Triggers when a recipient clicks a tracked link in an email in Mailgun",
|
|
125
|
+
"Triggers when a recipient unsubscribes from emails in Mailgun": "Triggers when a recipient unsubscribes from emails in Mailgun"
|
|
126
|
+
}
|