@activepieces/piece-resend 0.4.0 → 0.4.1
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 +3 -3
- package/src/i18n/de.json +107 -2
- package/src/i18n/es.json +107 -2
- package/src/i18n/fr.json +107 -2
- package/src/i18n/ja.json +107 -2
- package/src/i18n/nl.json +107 -2
- package/src/i18n/pt.json +107 -2
- package/src/i18n/translation.json +107 -2
- package/src/i18n/zh.json +107 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-resend",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
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.
|
|
13
|
-
"@activepieces/shared": "0.
|
|
12
|
+
"@activepieces/pieces-framework": "0.29.0",
|
|
13
|
+
"@activepieces/shared": "0.82.0",
|
|
14
14
|
"tslib": "2.6.2"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/src/i18n/de.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "Die E-Mail-API für Entwickler",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "Um deinen API-Schlüssel zu erhalten:\n1. Melde dich in dein [Dashboard erneut senden](https://resend.com/overview)\n2. Gehe zu **API Keys** in der linken Seitenleiste\n3. Klicke auf **API-Schlüssel erstellen**, gib ihm einen Namen und kopiere den Schlüssel",
|
|
3
4
|
"Send Email": "E-Mail senden",
|
|
5
|
+
"Send Batch Emails": "Batch-E-Mails senden",
|
|
6
|
+
"Get Email Status": "E-Mail-Status abrufen",
|
|
7
|
+
"List Sent Emails": "Gesendete E-Mails auflisten",
|
|
8
|
+
"Cancel Scheduled Email": "Geplante E-Mail abbrechen",
|
|
9
|
+
"Reschedule Email": "E-Mail neu planen",
|
|
10
|
+
"Create Contact": "Kontakt erstellen",
|
|
11
|
+
"Update Contact": "Kontakt aktualisieren",
|
|
12
|
+
"Delete Contact": "Kontakt löschen",
|
|
13
|
+
"List Contacts": "Kontakte auflisten",
|
|
14
|
+
"List Domains": "Domains auflisten",
|
|
15
|
+
"Create Domain": "Domain erstellen",
|
|
16
|
+
"Delete Domain": "Domain löschen",
|
|
17
|
+
"Verify Domain": "Domain überprüfen",
|
|
18
|
+
"List Audiences": "Zielgruppe auflisten",
|
|
19
|
+
"Create Audience": "Publikum erstellen",
|
|
20
|
+
"Delete Audience": "Publikum löschen",
|
|
21
|
+
"List Broadcasts": "Übertragungen auflisten",
|
|
22
|
+
"Create Broadcast": "Broadcast erstellen",
|
|
23
|
+
"Send Broadcast": "Broadcast senden",
|
|
24
|
+
"Delete Broadcast": "Broadcast löschen",
|
|
4
25
|
"Custom API Call": "Eigener API-Aufruf",
|
|
5
26
|
"Send a text or HTML email": "Text oder HTML-E-Mail senden",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Senden Sie bis zu 100 E-Mails in einem einzigen API-Anruf",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Lieferstatus einer gesendeten E-Mail abrufen",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Eine Liste der E-Mails von Ihrem Konto erneut senden",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Abbrechen einer geplanten E-Mail bevor sie gesendet wird",
|
|
31
|
+
"Update the send time of a scheduled email": "Sendezeit einer geplanten E-Mail aktualisieren",
|
|
32
|
+
"Add a contact to a Resend audience": "Füge einen Kontakt zu einer Neuversandgruppe hinzu",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Den Namen oder Abonnementstatus eines Kontakts in einem Publikum aktualisieren",
|
|
34
|
+
"Remove a contact from an audience": "Einen Kontakt von einem Publikum entfernen",
|
|
35
|
+
"Retrieve all contacts in an audience": "Alle Kontakte in einem Publikum abrufen",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Alle Domains abrufen, die Ihrem Konto hinzugefügt wurden",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Fügen Sie eine Domain zu Ihrem Neuversand-Konto hinzu und laden Sie die DNS-Einträge zur Verifizierung",
|
|
38
|
+
"Remove a domain from your Resend account": "Entferne eine Domain von deinem Neuversandkonto",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Löse eine DNS-Überprüfungsprüfung für eine Domain aus",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Alle Kontaktgruppen in Ihrem Neuversandkonto abrufen",
|
|
41
|
+
"Create a new contact audience in Resend": "Erstellen Sie eine neue Kontaktgruppe im Erneuten senden",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Löschen Sie dauerhaft ein Publikum und alle seine Kontakte",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Rufe alle Übertragungen in deinem Konto erneut ab",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Erstelle eine neue Broadcast-E-Mail, um sie an ein Publikum zu senden",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Senden oder planen Sie eine Broadcast-E-Mail an sein Publikum",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Lösche eine Sendung dauerhaft von deinem Konto erneut senden",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
7
48
|
"To": "An",
|
|
8
49
|
"Sender Name": "Absendername",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Betreff",
|
|
14
55
|
"Content Type": "Inhaltstyp",
|
|
15
56
|
"Content": "Inhalt",
|
|
57
|
+
"Emails": "E-Mails",
|
|
58
|
+
"Idempotency Key": "Idempotenzschlüssel",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "Neue Sendezeit",
|
|
61
|
+
"Audience": "Zielgruppe",
|
|
62
|
+
"Email": "E-Mail",
|
|
63
|
+
"First Name": "Vorname",
|
|
64
|
+
"Last Name": "Nachname",
|
|
65
|
+
"Unsubscribed": "Abgemeldet",
|
|
66
|
+
"Contact": "Kontakt",
|
|
67
|
+
"Subscription Status": "Abonnementstatus",
|
|
68
|
+
"Domain Name": "Domain-Name",
|
|
69
|
+
"Region": "Region",
|
|
70
|
+
"Domain": "Domäne",
|
|
71
|
+
"Audience Name": "Zielname",
|
|
72
|
+
"From": "Von",
|
|
73
|
+
"Broadcast Name": "Broadcast-Name",
|
|
74
|
+
"Preview Text": "Textvorschau",
|
|
75
|
+
"Broadcast": "Übertragen",
|
|
76
|
+
"Schedule For": "Zeitplan für",
|
|
16
77
|
"Method": "Methode",
|
|
17
78
|
"Headers": "Kopfzeilen",
|
|
18
79
|
"Query Parameters": "Abfrageparameter",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "Liste der E-Mails in cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "E-Mail um Antworten zu erhalten (Standardeinstellung zum Absender)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "HTML ist nur zulässig, wenn Sie HTML als Typ ausgewählt haben",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "Liste der zu sendenden E-Mails (max. 100). Jede E-Mail wird unabhängig vom Empfänger versendet, mit dem Betreff und dem Körper.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Optionaler eindeutiger Schlüssel, um doppelte Sendungen zu verhindern. Muss einmalig sein pro Anfrage, läuft nach 24 Stunden ab, maximal 256 Zeichen.",
|
|
95
|
+
"The ID returned when you sent the email": "Die ID wurde zurückgegeben, wenn Sie die E-Mail gesendet haben",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "Die ID der geplanten E-Mail zum Abbrechen. Verwenden Sie \"Gesendete E-Mails\" um sie zu finden.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "Die ID der geplanten E-Mail, die neu geplant werden soll. Verwenden Sie \"Gesendete E-Mails\" um sie zu finden.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "ISO 8601 Datumszeit für den Versand der E-Mail, z.B. 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "Wenn aktiviert, wird der Kontakt von allen Übertragungen abgemeldet",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "Die Domain, von der Sie senden möchten, z.B. mail.yourdomain.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "AWS Region für E-Mail-Zustellung. Standard ist US Ost.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "Ein Label für dieses Publikum, z.B. \"Newsletter Abonnenten\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Absender-Adresse. Muss von einer verifizierten Domain stammen. Verwenden Sie \"Name <email@yourdomain.com>\" für einen benutzerfreundlichen Namen.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Internes Label für diese Übertragung. Für Empfänger nicht sichtbar.",
|
|
105
|
+
"Email address recipients will reply to.": "Die Empfänger der E-Mail-Adresse werden antworten.",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Kurze Zusammenfassung, die in E-Mail-Clients unterhalb der Betreffzeile angezeigt wird.",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "E-Mail-Text. Verwenden Sie HTML-Markup, wenn der Content-Typ HTML ist.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601 Datumszeit für die Absendung, z.B. 2024-12-01T10:00:00Z. Leer lassen um sofort zu senden.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
111
|
+
"Subscribed": "Abonniert",
|
|
112
|
+
"US East (N. Virginia)": "US-Osten (N. Virginia)",
|
|
113
|
+
"EU West (Ireland)": "EU-Westen (Irland)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "Südamerika (Sa<unk> o Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Einfacher Text",
|
|
34
118
|
"GET": "ERHALTEN",
|
|
35
119
|
"POST": "POST",
|
|
36
120
|
"PATCH": "PATCH",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "Keine",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "Formulardaten",
|
|
43
|
-
"Raw": "Rohe"
|
|
127
|
+
"Raw": "Rohe",
|
|
128
|
+
"Email Event": "E-Mail-Ereignis",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Wird ausgelöst, wenn ein ausgewähltes E-Mail oder ein Kontaktereignis beim Senden auftritt",
|
|
130
|
+
"Events": "Ereignisse",
|
|
131
|
+
"Select one or more event types to subscribe to": "Wählen Sie einen oder mehrere Ereignistypen zum Abonnieren",
|
|
132
|
+
"Email Sent": "E-Mail gesendet",
|
|
133
|
+
"Email Delivered": "E-Mail gesendet",
|
|
134
|
+
"Email Delivery Delayed": "E-Mail-Zustellung verzögert",
|
|
135
|
+
"Email Complained": "Beschwerde per E-Mail",
|
|
136
|
+
"Email Bounced": "E-Mail aufgehoben",
|
|
137
|
+
"Email Opened": "E-Mail geöffnet",
|
|
138
|
+
"Email Clicked": "E-Mail angeklickt",
|
|
139
|
+
"Email Failed": "E-Mail fehlgeschlagen",
|
|
140
|
+
"Email Received": "E-Mail empfangen",
|
|
141
|
+
"Email Scheduled": "E-Mail geplant",
|
|
142
|
+
"Email Suppressed": "E-Mail unterdrückt",
|
|
143
|
+
"Domain Created": "Domain erstellt",
|
|
144
|
+
"Domain Updated": "Domain aktualisiert",
|
|
145
|
+
"Domain Deleted": "Domain gelöscht",
|
|
146
|
+
"Contact Created": "Kontakt erstellt",
|
|
147
|
+
"Contact Updated": "Kontakt aktualisiert",
|
|
148
|
+
"Contact Deleted": "Kontakt gelöscht"
|
|
44
149
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "La API de correo electrónico para desarrolladores",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "Para obtener su clave API:\n1. Inicie sesión en su [Reenviar panel](https://resend.com/overview)\n2. Ve a **Claves API** en la barra lateral izquierda\n3. Haz clic en **Crear Clave API**, dale un nombre y copia la clave",
|
|
3
4
|
"Send Email": "Enviar Email",
|
|
5
|
+
"Send Batch Emails": "Enviar correos electrónicos de Batch",
|
|
6
|
+
"Get Email Status": "Obtener estado del email",
|
|
7
|
+
"List Sent Emails": "Lista de correos enviados",
|
|
8
|
+
"Cancel Scheduled Email": "Cancelar Email Programado",
|
|
9
|
+
"Reschedule Email": "Reprogramar Email",
|
|
10
|
+
"Create Contact": "Crear contacto",
|
|
11
|
+
"Update Contact": "Actualizar contacto",
|
|
12
|
+
"Delete Contact": "Eliminar contacto",
|
|
13
|
+
"List Contacts": "Listar contactos",
|
|
14
|
+
"List Domains": "Lista de dominios",
|
|
15
|
+
"Create Domain": "Crear dominio",
|
|
16
|
+
"Delete Domain": "Eliminar dominio",
|
|
17
|
+
"Verify Domain": "Verificar dominio",
|
|
18
|
+
"List Audiences": "Listar públicos",
|
|
19
|
+
"Create Audience": "Crear Audiencia",
|
|
20
|
+
"Delete Audience": "Eliminar Audiencia",
|
|
21
|
+
"List Broadcasts": "Listar Broadcasts",
|
|
22
|
+
"Create Broadcast": "Crear Broadcast",
|
|
23
|
+
"Send Broadcast": "Enviar Broadcast",
|
|
24
|
+
"Delete Broadcast": "Eliminar Broadcast",
|
|
4
25
|
"Custom API Call": "Llamada API personalizada",
|
|
5
26
|
"Send a text or HTML email": "Enviar un mensaje de texto o HTML",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Enviar hasta 100 emails en una sola llamada API",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Recuperar el estado de entrega de un correo electrónico enviado",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Recuperar una lista de correos electrónicos enviados desde su cuenta de Reenviar",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Cancelar un correo electrónico programado antes de enviarlo",
|
|
31
|
+
"Update the send time of a scheduled email": "Actualizar la hora de envío de un correo electrónico programado",
|
|
32
|
+
"Add a contact to a Resend audience": "Añadir un contacto a una audiencia de reenvío",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Actualizar el nombre o el estado de la suscripción de un contacto en un público",
|
|
34
|
+
"Remove a contact from an audience": "Eliminar un contacto de una audiencia",
|
|
35
|
+
"Retrieve all contacts in an audience": "Recuperar todos los contactos en un público",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Recuperar todos los dominios añadidos a tu cuenta de Reenviar",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Añade un dominio de envío a tu cuenta Reenviar y obtén los registros DNS para verificarlo",
|
|
38
|
+
"Remove a domain from your Resend account": "Eliminar un dominio de su cuenta de Reenviar",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Activar comprobación de verificación de DNS para un dominio",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Recuperar todas las audiencias de contactos en su cuenta de Reenviar",
|
|
41
|
+
"Create a new contact audience in Resend": "Crear una nueva audiencia de contactos en Reenviar",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Eliminar permanentemente un público y todos sus contactos",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Recuperar todas las emisiones en tu cuenta de Reenviar",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Crear un nuevo correo de difusión para enviar a una audiencia",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Enviar o programar un correo electrónico de difusión a su audiencia",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Elimina permanentemente una emisión de tu cuenta de Reenviar",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
7
48
|
"To": "A",
|
|
8
49
|
"Sender Name": "Nombre del remitente",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Asunto",
|
|
14
55
|
"Content Type": "Tipo de contenido",
|
|
15
56
|
"Content": "Contenido",
|
|
57
|
+
"Emails": "Correos",
|
|
58
|
+
"Idempotency Key": "Clave Idemy",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "Nueva Hora de Envío",
|
|
61
|
+
"Audience": "Público",
|
|
62
|
+
"Email": "E-mail",
|
|
63
|
+
"First Name": "Nombre",
|
|
64
|
+
"Last Name": "Apellido",
|
|
65
|
+
"Unsubscribed": "Desuscrito",
|
|
66
|
+
"Contact": "Contacto",
|
|
67
|
+
"Subscription Status": "Estado de la suscripción",
|
|
68
|
+
"Domain Name": "Nombre de dominio",
|
|
69
|
+
"Region": "Región",
|
|
70
|
+
"Domain": "Dominio",
|
|
71
|
+
"Audience Name": "Nombre del público",
|
|
72
|
+
"From": "De",
|
|
73
|
+
"Broadcast Name": "Nombre de Broadcast",
|
|
74
|
+
"Preview Text": "Previsualizar texto",
|
|
75
|
+
"Broadcast": "Transmisión",
|
|
76
|
+
"Schedule For": "Programar para",
|
|
16
77
|
"Method": "Método",
|
|
17
78
|
"Headers": "Encabezados",
|
|
18
79
|
"Query Parameters": "Parámetros de consulta",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "Lista de correos en cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "Correo electrónico en el que recibir respuestas (por defecto el remitente)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "Sólo se permite HTML si ha seleccionado HTML como tipo",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "Lista de correos electrónicos a enviar (máximo 100). Cada correo electrónico se envía de forma independiente con su propio destinatario, asunto y cuerpo.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Clave única opcional para evitar envíos duplicados. Debe ser única por solicitud, expira después de 24 horas, máximo 256 caracteres.",
|
|
95
|
+
"The ID returned when you sent the email": "El ID devuelto cuando enviaste el correo electrónico",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "El ID del correo electrónico programado para cancelar. Utilice \"Lista de correos electrónicos enviados\" para encontrarlo.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "El ID del correo electrónico programado para reprogramar. Utilice \"Lista de correos electrónicos enviados\" para encontrarlo.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "ISO 8601 fecha y hora para cuándo enviar el correo electrónico, p. ej., 2024-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "Si es verdadero, el contacto será cancelado de todas las emisiones",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "El dominio desde el que desea enviar, p. ej., correo electrónico.tudominio.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "Región de AWS para envío de correo electrónico. Por defecto en Estados Unidos Oriente.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "Una etiqueta para esta audiencia, por ejemplo, \"suscriptores de boletín\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Dirección del remitente. Debe ser de un dominio verificado. Utilice \"Nombre <email@yourdomain.com>\" para un nombre amigable.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Etiqueta interna para esta difusión. No visible para los destinatarios.",
|
|
105
|
+
"Email address recipients will reply to.": "Los destinatarios de la dirección de correo electrónico responderán.",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Resumen breve que se muestra en los clientes de correo electrónico por debajo de la línea del asunto.",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "Cuerpo de correo electrónico. Utilice el marcado HTML si el Tipo de Contenido es HTML.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601 fecha-hora para programar el envío, por ejemplo, 2024-01T10:00:00Z. Deje en blanco para enviarlo inmediatamente.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
111
|
+
"Subscribed": "Suscrito",
|
|
112
|
+
"US East (N. Virginia)": "EEUU Este (N. Virginia)",
|
|
113
|
+
"EU West (Ireland)": "UE-Oeste (T.)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "América del Sur (Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Texto simple",
|
|
34
118
|
"GET": "RECOGER",
|
|
35
119
|
"POST": "POST",
|
|
36
120
|
"PATCH": "PATCH",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "Ninguna",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "Datos de Formulario",
|
|
43
|
-
"Raw": "Rápido"
|
|
127
|
+
"Raw": "Rápido",
|
|
128
|
+
"Email Event": "Evento de Email",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Dispara cuando se produce un correo electrónico o evento de contacto seleccionado en Reenviar",
|
|
130
|
+
"Events": "Eventos",
|
|
131
|
+
"Select one or more event types to subscribe to": "Seleccione uno o más tipos de eventos a los que suscribirse",
|
|
132
|
+
"Email Sent": "Correo enviado",
|
|
133
|
+
"Email Delivered": "Email entregado",
|
|
134
|
+
"Email Delivery Delayed": "Entrega de correo retrasada",
|
|
135
|
+
"Email Complained": "Email Reclamado",
|
|
136
|
+
"Email Bounced": "Email rebotado",
|
|
137
|
+
"Email Opened": "Email abierto",
|
|
138
|
+
"Email Clicked": "Email pulsado",
|
|
139
|
+
"Email Failed": "Email fallido",
|
|
140
|
+
"Email Received": "Email recibido",
|
|
141
|
+
"Email Scheduled": "Email programado",
|
|
142
|
+
"Email Suppressed": "Email suprimido",
|
|
143
|
+
"Domain Created": "Dominio creado",
|
|
144
|
+
"Domain Updated": "Dominio actualizado",
|
|
145
|
+
"Domain Deleted": "Dominio eliminado",
|
|
146
|
+
"Contact Created": "Contacto creado",
|
|
147
|
+
"Contact Updated": "Contacto actualizado",
|
|
148
|
+
"Contact Deleted": "Contacto eliminado"
|
|
44
149
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "L'API email pour les développeurs",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "Pour obtenir votre clé API :\n1. Connectez-vous à votre [Renvoyer le tableau de bord](https://resend.com/overview)\n2. Allez à **clés API** dans la barre latérale gauche\n3. Cliquez sur **Créer une clé API**, donnez-lui un nom et copiez la clé",
|
|
3
4
|
"Send Email": "Envoyer un e-mail",
|
|
5
|
+
"Send Batch Emails": "Envoyer des E-mails par lots",
|
|
6
|
+
"Get Email Status": "Obtenir le statut de l'e-mail",
|
|
7
|
+
"List Sent Emails": "Liste des E-mails envoyés",
|
|
8
|
+
"Cancel Scheduled Email": "Annuler l'e-mail programmé",
|
|
9
|
+
"Reschedule Email": "Replanifier l'e-mail",
|
|
10
|
+
"Create Contact": "Créer un contact",
|
|
11
|
+
"Update Contact": "Mettre à jour le contact",
|
|
12
|
+
"Delete Contact": "Supprimer le contact",
|
|
13
|
+
"List Contacts": "Lister les contacts",
|
|
14
|
+
"List Domains": "Liste des domaines",
|
|
15
|
+
"Create Domain": "Créer un domaine",
|
|
16
|
+
"Delete Domain": "Supprimer le domaine",
|
|
17
|
+
"Verify Domain": "Vérifier le domaine",
|
|
18
|
+
"List Audiences": "Liste des audiences",
|
|
19
|
+
"Create Audience": "Créer un public",
|
|
20
|
+
"Delete Audience": "Supprimer l'audience",
|
|
21
|
+
"List Broadcasts": "Liste des diffusions",
|
|
22
|
+
"Create Broadcast": "Créer une diffusion",
|
|
23
|
+
"Send Broadcast": "Envoyer la diffusion",
|
|
24
|
+
"Delete Broadcast": "Supprimer la diffusion",
|
|
4
25
|
"Custom API Call": "Appel d'API personnalisé",
|
|
5
26
|
"Send a text or HTML email": "Envoyer un message texte ou HTML",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Envoyez jusqu'à 100 e-mails dans un seul appel API",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Récupérer le statut de livraison d'un e-mail envoyé",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Récupérer une liste d'e-mails envoyés depuis votre compte de renvoi",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Annuler un e-mail programmé avant qu'il ne soit envoyé",
|
|
31
|
+
"Update the send time of a scheduled email": "Mettre à jour l'heure d'envoi d'un email programmé",
|
|
32
|
+
"Add a contact to a Resend audience": "Ajouter un contact à un public de Renvoyer",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Mettre à jour le nom ou le statut d'abonnement d'un contact dans un public",
|
|
34
|
+
"Remove a contact from an audience": "Supprimer un contact d'un public",
|
|
35
|
+
"Retrieve all contacts in an audience": "Récupérer tous les contacts dans un public",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Récupérer tous les domaines ajoutés à votre compte de renvoi",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Ajouter un domaine d'envoi à votre compte de renvoi et obtenir les enregistrements DNS pour le vérifier",
|
|
38
|
+
"Remove a domain from your Resend account": "Retirer un domaine de votre compte de renvoi",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Déclencher une vérification DNS pour un domaine",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Récupérer tous les publics de contact dans votre compte de renvoi",
|
|
41
|
+
"Create a new contact audience in Resend": "Créer un nouvel auditoire de contact dans Renvoyer",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Supprimer définitivement un public et tous ses contacts",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Récupérer toutes les diffusions dans votre compte de renvoi",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Créer un nouvel e-mail de diffusion à envoyer à un public",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Envoyer ou programmer un e-mail de diffusion à son public",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Supprimer définitivement une diffusion de votre compte de renvoi",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
7
48
|
"To": "À",
|
|
8
49
|
"Sender Name": "Nom de l'expéditeur",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Sujet",
|
|
14
55
|
"Content Type": "Type de contenu",
|
|
15
56
|
"Content": "Contenus",
|
|
57
|
+
"Emails": "E-mails",
|
|
58
|
+
"Idempotency Key": "Clé de puissance démoniaque",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "Nouveau délai d'envoi",
|
|
61
|
+
"Audience": "Audience",
|
|
62
|
+
"Email": "Courriel",
|
|
63
|
+
"First Name": "First Name",
|
|
64
|
+
"Last Name": "Last Name",
|
|
65
|
+
"Unsubscribed": "Désabonné",
|
|
66
|
+
"Contact": "Contacter",
|
|
67
|
+
"Subscription Status": "Statut de l'abonnement",
|
|
68
|
+
"Domain Name": "Nom de domaine",
|
|
69
|
+
"Region": "Région",
|
|
70
|
+
"Domain": "Domaine",
|
|
71
|
+
"Audience Name": "Nom du public",
|
|
72
|
+
"From": "A partir de",
|
|
73
|
+
"Broadcast Name": "Nom de diffusion",
|
|
74
|
+
"Preview Text": "Aperçu du texte",
|
|
75
|
+
"Broadcast": "Diffusion",
|
|
76
|
+
"Schedule For": "Planifier pour",
|
|
16
77
|
"Method": "Méthode",
|
|
17
78
|
"Headers": "En-têtes",
|
|
18
79
|
"Query Parameters": "Paramètres de requête",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "Liste des emails en cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "Courriel sur lequel recevoir les réponses (par défaut l'expéditeur)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "Le code HTML n'est autorisé que si vous avez sélectionné le code HTML comme type",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "Liste des e-mails à envoyer (max 100). Chaque e-mail est envoyé indépendamment avec son propre destinataire, sujet et corps.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Clé unique optionnelle pour éviter les envois en double. Doit être unique par requête, expire après 24 heures, maximum 256 caractères.",
|
|
95
|
+
"The ID returned when you sent the email": "L'ID est retourné lorsque vous avez envoyé l'e-mail",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "L'ID de l'e-mail programmé à annuler. Utilisez \"Liste des E-mails envoyés\" pour le trouver.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "L'ID de l'e-mail programmé à replanifier. Utilisez \"Liste des e-mails envoyés\" pour le trouver.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "Date et heure ISO 8601 pour l'envoi de l'e-mail, par exemple 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "Si vrai, le contact sera désabonné de toutes les diffusions",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "Le domaine à partir duquel vous voulez envoyer, par exemple mail.yourdomain.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "Région AWS pour l'envoi de courriel. Par défaut pour US East.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "Une étiquette pour ce public, par exemple \"Newsletter Subscribers\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Adresse de l'expéditeur. Doit être issu d'un domaine vérifié. Utilisez \"Nom <email@yourdomain.com>\" pour un nom convivial.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Étiquette interne pour cette diffusion. Non visible pour les destinataires.",
|
|
105
|
+
"Email address recipients will reply to.": "L'adresse e-mail à laquelle les destinataires répondront",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Résumé succinct affiché dans les clients de messagerie sous la ligne d'objet.",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "Corps de l'e-mail. Utilisez le balisage HTML si le type de contenu est HTML.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601 date-time pour planifier l'envoi, par exemple 2024-12-01T10:00:00Z. Laisser vide pour envoyer immédiatement.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
111
|
+
"Subscribed": "Inscrit",
|
|
112
|
+
"US East (N. Virginia)": "US East (N. Virginie)",
|
|
113
|
+
"EU West (Ireland)": "UE Ouest (Irlande)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "Amérique du Sud (Sa<unk> o Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Texte brut",
|
|
34
118
|
"GET": "GET",
|
|
35
119
|
"POST": "POST",
|
|
36
120
|
"PATCH": "PATCH",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "Aucun",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "Données du formulaire",
|
|
43
|
-
"Raw": "Brut"
|
|
127
|
+
"Raw": "Brut",
|
|
128
|
+
"Email Event": "Évènement par e-mail",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Déclenche lorsqu'un e-mail ou un événement de contact sélectionné se produit dans Renvoyer",
|
|
130
|
+
"Events": "Évènements",
|
|
131
|
+
"Select one or more event types to subscribe to": "Sélectionnez un ou plusieurs types d'événements auxquels s'abonner",
|
|
132
|
+
"Email Sent": "Courriel envoyé",
|
|
133
|
+
"Email Delivered": "Courriel envoyé",
|
|
134
|
+
"Email Delivery Delayed": "Envoi de courriel retardé",
|
|
135
|
+
"Email Complained": "Courriel Complété",
|
|
136
|
+
"Email Bounced": "E-mail rebondi",
|
|
137
|
+
"Email Opened": "Courriel ouvert",
|
|
138
|
+
"Email Clicked": "Courriel cliqué",
|
|
139
|
+
"Email Failed": "Échec de l'e-mail",
|
|
140
|
+
"Email Received": "Courriel reçu",
|
|
141
|
+
"Email Scheduled": "Courriel programmé",
|
|
142
|
+
"Email Suppressed": "E-mail Supprimé",
|
|
143
|
+
"Domain Created": "Domaine créé",
|
|
144
|
+
"Domain Updated": "Domaine mis à jour",
|
|
145
|
+
"Domain Deleted": "Domaine supprimé",
|
|
146
|
+
"Contact Created": "Contact créé",
|
|
147
|
+
"Contact Updated": "Contact mis à jour",
|
|
148
|
+
"Contact Deleted": "Contact supprimé"
|
|
44
149
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "開発者向けメールAPI",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key",
|
|
3
4
|
"Send Email": "メール送信",
|
|
5
|
+
"Send Batch Emails": "バッチメールの送信",
|
|
6
|
+
"Get Email Status": "Eメールステータスを取得する",
|
|
7
|
+
"List Sent Emails": "送信済みメールの一覧",
|
|
8
|
+
"Cancel Scheduled Email": "スケジュールされたメールをキャンセル",
|
|
9
|
+
"Reschedule Email": "メールを再スケジュールする",
|
|
10
|
+
"Create Contact": "連絡先を作成",
|
|
11
|
+
"Update Contact": "連絡先を更新",
|
|
12
|
+
"Delete Contact": "連絡先を削除",
|
|
13
|
+
"List Contacts": "連絡先一覧",
|
|
14
|
+
"List Domains": "ドメイン一覧",
|
|
15
|
+
"Create Domain": "ドメインを作成",
|
|
16
|
+
"Delete Domain": "ドメインを削除",
|
|
17
|
+
"Verify Domain": "ドメインを確認",
|
|
18
|
+
"List Audiences": "オーディエンスの一覧",
|
|
19
|
+
"Create Audience": "オーディエンスを作成",
|
|
20
|
+
"Delete Audience": "オーディエンスを削除",
|
|
21
|
+
"List Broadcasts": "ブロードキャスト一覧",
|
|
22
|
+
"Create Broadcast": "配信を作成",
|
|
23
|
+
"Send Broadcast": "ブロードキャストを送信",
|
|
24
|
+
"Delete Broadcast": "配信を削除",
|
|
4
25
|
"Custom API Call": "カスタムAPI通話",
|
|
5
26
|
"Send a text or HTML email": "テキストまたはHTMLメールを送信",
|
|
27
|
+
"Send up to 100 emails in a single API call": "1 回の API 呼び出しで最大 100 通までメールを送信",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "送信されたメールの配信ステータスを取得します",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "再送アカウントから送信されたメールの一覧を取得します",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "送信前にスケジュールされたメールをキャンセルする",
|
|
31
|
+
"Update the send time of a scheduled email": "スケジュールされたメールの送信時刻を更新する",
|
|
32
|
+
"Add a contact to a Resend audience": "再送オーディエンスに連絡先を追加する",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "オーディエンスの連絡先の名前または購読状態を更新する",
|
|
34
|
+
"Remove a contact from an audience": "聴衆から連絡先を削除",
|
|
35
|
+
"Retrieve all contacts in an audience": "オーディエンスのすべての連絡先を取得します",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "再送信アカウントに追加されたすべてのドメインを取得します",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "送信ドメインを再送信アカウントに追加し、DNSレコードを取得して認証します",
|
|
38
|
+
"Remove a domain from your Resend account": "再送アカウントからドメインを削除する",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "ドメインの DNS 検証チェックをトリガーする",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "再送信アカウントのすべての連絡先オーディエンスを取得します",
|
|
41
|
+
"Create a new contact audience in Resend": "再送信で新しい連絡先オーディエンスを作成する",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "オーディエンスとすべての連絡先を完全に削除",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "再送信アカウント内のすべてのブロードキャストを取得する",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "新しいブロードキャストメールを作成して、オーディエンスに送信します。",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "配信メールをオーディエンスに送信またはスケジュールする",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "再送アカウントからブロードキャストを完全に削除する",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
7
48
|
"To": "終了日",
|
|
8
49
|
"Sender Name": "送信者名",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "件名",
|
|
14
55
|
"Content Type": "コンテンツタイプ",
|
|
15
56
|
"Content": "コンテンツ",
|
|
57
|
+
"Emails": "E-mail",
|
|
58
|
+
"Idempotency Key": "Idempotencyキー",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "新しい送信時間",
|
|
61
|
+
"Audience": "オーディエンス:",
|
|
62
|
+
"Email": "Eメールアドレス",
|
|
63
|
+
"First Name": "名",
|
|
64
|
+
"Last Name": "Last Name",
|
|
65
|
+
"Unsubscribed": "購読解除済み",
|
|
66
|
+
"Contact": "お問い合わせ",
|
|
67
|
+
"Subscription Status": "サブスクリプションステータス",
|
|
68
|
+
"Domain Name": "ドメイン名",
|
|
69
|
+
"Region": "地域",
|
|
70
|
+
"Domain": "ドメイン",
|
|
71
|
+
"Audience Name": "オーディエンス名",
|
|
72
|
+
"From": "差出人:",
|
|
73
|
+
"Broadcast Name": "ブロードキャスト名",
|
|
74
|
+
"Preview Text": "テキストのプレビュー",
|
|
75
|
+
"Broadcast": "配信する",
|
|
76
|
+
"Schedule For": "スケジュール:",
|
|
16
77
|
"Method": "方法",
|
|
17
78
|
"Headers": "ヘッダー",
|
|
18
79
|
"Query Parameters": "クエリパラメータ",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "Cc内のメール一覧",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "返信を受信する電子メール(既定の送信者)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "HTMLはあなたがタイプとしてHTMLを選択した場合にのみ許可されます",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "送信するメールの一覧 (最大 100 件) 各メールは、独自の受信者、件名、および本文で個別に送信されます。",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "重複する送信を防ぐためのオプションの一意のキー。リクエストごとに一意である必要があり、24時間後に有効期限が切れ、最大256文字です。",
|
|
95
|
+
"The ID returned when you sent the email": "メールを送信したときにIDが返されました",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "キャンセルするスケジュールされたメールのID。「送信済みメール一覧」を使用して見つけてください。",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "スケジュールされたメールの ID を変更します。\"送信済みメール一覧\" を使用して見つけてください。",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "メールを送信するタイミングの ISO 8601 日付時刻。例えば 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "true の場合、連絡先はすべてのブロードキャストから購読解除されます",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "送信先のドメイン (例: mail.yourdomain.com)",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "メール配信用のAWSリージョン。デフォルトは米国東部です。",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "このオーディエンスのラベル。例: \"ニュースレター購読者\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "送信者のアドレス。認証されたドメインからのものである必要があります。フレンドリーな名前には「名前 <email@yourdomain.com>」を使用してください。",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "このブロードキャストの内部ラベル。受信者には表示されません。",
|
|
105
|
+
"Email address recipients will reply to.": "メールアドレス受信者が返信します。",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "件名以下のメールクライアントに表示される短い概要。",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "メール本文です。コンテンツタイプが HTML の場合は HTML マークアップを使用してください。",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601は送信をスケジュールする日時です。例えば、2024-12-01T10:00Z。空白のままにするとすぐに送信できます。",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
111
|
+
"Subscribed": "購読中",
|
|
112
|
+
"US East (N. Virginia)": "US East (バージニア州)",
|
|
113
|
+
"EU West (Ireland)": "EU 西(アイルランド)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "南アフリカ (Safingo Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "プレーンテキスト",
|
|
34
118
|
"GET": "取得",
|
|
35
119
|
"POST": "POST",
|
|
36
120
|
"PATCH": "PATCH",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "なし",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "フォームデータ",
|
|
43
|
-
"Raw": "Raw"
|
|
127
|
+
"Raw": "Raw",
|
|
128
|
+
"Email Event": "Eメールイベント",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "再送信で選択した電子メールまたは連絡先イベントが発生した場合に発生します",
|
|
130
|
+
"Events": "イベント",
|
|
131
|
+
"Select one or more event types to subscribe to": "購読する1つ以上のイベントタイプを選択してください",
|
|
132
|
+
"Email Sent": "メールを送信しました",
|
|
133
|
+
"Email Delivered": "メールが送信されました",
|
|
134
|
+
"Email Delivery Delayed": "メールの配信が遅延しました",
|
|
135
|
+
"Email Complained": "申し立てられたメール",
|
|
136
|
+
"Email Bounced": "メールがバウンスされました",
|
|
137
|
+
"Email Opened": "メールが開かれました",
|
|
138
|
+
"Email Clicked": "メールがクリックされました",
|
|
139
|
+
"Email Failed": "メールに失敗しました",
|
|
140
|
+
"Email Received": "メールを受信しました",
|
|
141
|
+
"Email Scheduled": "メールがスケジュールされました",
|
|
142
|
+
"Email Suppressed": "メールを停止しました",
|
|
143
|
+
"Domain Created": "ドメインの作成",
|
|
144
|
+
"Domain Updated": "ドメインを更新しました",
|
|
145
|
+
"Domain Deleted": "ドメインが削除されました",
|
|
146
|
+
"Contact Created": "連絡先が作成されました",
|
|
147
|
+
"Contact Updated": "連絡先を更新しました",
|
|
148
|
+
"Contact Deleted": "連絡先が削除されました"
|
|
44
149
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "De e-mail-API voor ontwikkelaars",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "Om uw API-sleutel te verkrijgen:\n1. Log in op uw [Dashboard opnieuw versturen](https://resend.com/overview)\n2. Ga naar **API Keys** in de linker sidebar\n3. Klik **API Key maken**, geef het een naam en kopieer de sleutel",
|
|
3
4
|
"Send Email": "E-mail verzenden",
|
|
5
|
+
"Send Batch Emails": "Stuur Batch E-mails",
|
|
6
|
+
"Get Email Status": "Krijg e-mailstatus",
|
|
7
|
+
"List Sent Emails": "Lijst verzonden e-mails",
|
|
8
|
+
"Cancel Scheduled Email": "Annuleren geplande e-mail",
|
|
9
|
+
"Reschedule Email": "Opnieuw plannen e-mail",
|
|
10
|
+
"Create Contact": "Contactpersoon aanmaken",
|
|
11
|
+
"Update Contact": "Contactpersoon bijwerken",
|
|
12
|
+
"Delete Contact": "Contactpersoon verwijderen",
|
|
13
|
+
"List Contacts": "Lijst contactpersonen",
|
|
14
|
+
"List Domains": "Lijst domeinen",
|
|
15
|
+
"Create Domain": "Domein aanmaken",
|
|
16
|
+
"Delete Domain": "Domein verwijderen",
|
|
17
|
+
"Verify Domain": "Domein verifiëren",
|
|
18
|
+
"List Audiences": "Audieken weergeven",
|
|
19
|
+
"Create Audience": "Maak Audience",
|
|
20
|
+
"Delete Audience": "Verwijder Audience",
|
|
21
|
+
"List Broadcasts": "Uitzendingen weergeven",
|
|
22
|
+
"Create Broadcast": "Uitzending aanmaken",
|
|
23
|
+
"Send Broadcast": "Zend een bericht",
|
|
24
|
+
"Delete Broadcast": "Broadcast verwijderen",
|
|
4
25
|
"Custom API Call": "Custom API Call",
|
|
5
26
|
"Send a text or HTML email": "Stuur een tekst of HTML e-mail",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Stuur tot 100 e-mails in een enkele API call",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Haal de afleverstatus op van een verzonden e-mail",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Ophalen van een lijst met e-mails verzonden van uw opnieuw verzenden account",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Annuleer een geplande e-mail voordat deze wordt verzonden",
|
|
31
|
+
"Update the send time of a scheduled email": "Update de verzendtijd van een geplande e-mail",
|
|
32
|
+
"Add a contact to a Resend audience": "Een contact toevoegen aan een publiek opnieuw verzenden",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Update de naam of abonnementsstatus van een contactpersoon in een publiek publiek",
|
|
34
|
+
"Remove a contact from an audience": "Verwijder een contact van een publiek",
|
|
35
|
+
"Retrieve all contacts in an audience": "Alle contacten in een publiek ophalen",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Haal alle domeinen op die toegevoegd zijn aan uw account Opnieuw verzenden",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Voeg een verzenddomein toe aan uw resend account en krijg de DNS-records om dit te verifiëren",
|
|
38
|
+
"Remove a domain from your Resend account": "Verwijder een domein van uw account opnieuw verzenden",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Trigger een DNS-verificatiecontrole voor een domein",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Haal alle contactpersonen op in uw account opnieuw in",
|
|
41
|
+
"Create a new contact audience in Resend": "Maak een nieuw contact-publiek aan bij Opnieuw verzenden",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Verwijder permanent een publiek en al zijn contacten",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Haal alle uitzendingen op in uw resend account",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Maak een nieuwe uitzendingsmail om naar een publiek te sturen",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Stuur of plan een verzendmail naar zijn publiek",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Een signaal definitief verwijderen van uw account opnieuw verzenden",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
7
48
|
"To": "tot",
|
|
8
49
|
"Sender Name": "Naam afzender",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Onderwerp",
|
|
14
55
|
"Content Type": "Type inhoud",
|
|
15
56
|
"Content": "Inhoud",
|
|
57
|
+
"Emails": "E-mails",
|
|
58
|
+
"Idempotency Key": "Idempotentie Sleutel",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "Nieuwe verzendtijd",
|
|
61
|
+
"Audience": "Auditie",
|
|
62
|
+
"Email": "E-mail",
|
|
63
|
+
"First Name": "Voornaam",
|
|
64
|
+
"Last Name": "Achternaam",
|
|
65
|
+
"Unsubscribed": "Uitgeschreven",
|
|
66
|
+
"Contact": "Contactpersoon",
|
|
67
|
+
"Subscription Status": "Inschrijving Status",
|
|
68
|
+
"Domain Name": "Domeinnaam",
|
|
69
|
+
"Region": "Regio",
|
|
70
|
+
"Domain": "Domein",
|
|
71
|
+
"Audience Name": "Audience Naam",
|
|
72
|
+
"From": "van",
|
|
73
|
+
"Broadcast Name": "Naam van uitzending",
|
|
74
|
+
"Preview Text": "Voorbeeld tekst",
|
|
75
|
+
"Broadcast": "Uitzending",
|
|
76
|
+
"Schedule For": "Plannen voor",
|
|
16
77
|
"Method": "Methode",
|
|
17
78
|
"Headers": "Kopteksten",
|
|
18
79
|
"Query Parameters": "Query parameters",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "Lijst van e-mails in cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "E-mail om antwoorden op te ontvangen (standaard afzender)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "HTML is alleen toegestaan als je hebt geselecteerd als HTML als type",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "Lijst van te verzenden e-mails (max 100). Elke e-mail wordt onafhankelijk verzonden met zijn eigen ontvanger, onderwerp, en lichaam.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Optionele unieke sleutel om dubbele verzendingen te voorkomen. Moet uniek zijn per aanvraag, verloopt na 24 uur, max 256 tekens.",
|
|
95
|
+
"The ID returned when you sent the email": "Het ID is geretourneerd bij het versturen van de e-mail",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "Het ID van de geplande e-mail om te annuleren. Gebruik \"Lijst Verzonden e-mails\" om het te vinden.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "Het ID van de geplande e-mail om te herzien. Gebruik \"Lijst Verzonden e-mails\" om het te vinden.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "ISO 8601 datum-tijd voor het verzenden van de e-mail, bijv. 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "Indien waar, dan zal de contactpersoon worden uitgeschreven van alle uitzendingen",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "Het domein waarvan je wilt verzenden, bijvoorbeeld mail.yourdomain.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "AWS-regio voor e-maillevering. Standaard voor Oost-Amerika.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "Een label voor dit publiek, bijvoorbeeld \"Nieuwsbrief abonnees\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Afzenderadres. Moet uit een geverifieerd domein komen. Gebruik \"Naam <email@yourdomain.com>\" voor een vriendelijke naam.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Intern label voor deze uitzending. Niet zichtbaar voor ontvangers.",
|
|
105
|
+
"Email address recipients will reply to.": "Ontvangers van e-mailadres zullen reageren.",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Korte samenvatting weergegeven in e-mail klanten onder het onderwerp",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "E-mail lichaam. Gebruik HTML opmaak als Content Type HTML is.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601 datum-tijd om de verzending te plannen, bijv. 2024-12-01T10:00:00Z. Laat leeg om direct te verzenden.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
111
|
+
"Subscribed": "Ingeschreven",
|
|
112
|
+
"US East (N. Virginia)": "VS Oost (N. Virginia)",
|
|
113
|
+
"EU West (Ireland)": "EU West (Ireland)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "Zuid-Amerika (Saľo Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Onopgemaakte tekst",
|
|
34
118
|
"GET": "KRIJG",
|
|
35
119
|
"POST": "POSTE",
|
|
36
120
|
"PATCH": "BEKIJK",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "geen",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "Formulieren gegevens",
|
|
43
|
-
"Raw": "Onbewerkte"
|
|
127
|
+
"Raw": "Onbewerkte",
|
|
128
|
+
"Email Event": "E-mail gebeurtenis",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Triggert wanneer een geselecteerde e-mail of contactgebeurtenis zich voordoet tijdens Opnieuw verzenden",
|
|
130
|
+
"Events": "Evenementen",
|
|
131
|
+
"Select one or more event types to subscribe to": "Selecteer een of meer event types waarop u zich wilt abonneren",
|
|
132
|
+
"Email Sent": "E-mail verzonden",
|
|
133
|
+
"Email Delivered": "E-mail afgeleverd",
|
|
134
|
+
"Email Delivery Delayed": "E-mail levering vertraging",
|
|
135
|
+
"Email Complained": "E-mail gesuggereerd",
|
|
136
|
+
"Email Bounced": "E-mail bounced",
|
|
137
|
+
"Email Opened": "E-mail geopend",
|
|
138
|
+
"Email Clicked": "E-mail aangeklikt",
|
|
139
|
+
"Email Failed": "E-mail mislukt",
|
|
140
|
+
"Email Received": "E-mail ontvangen",
|
|
141
|
+
"Email Scheduled": "E-mail gepland",
|
|
142
|
+
"Email Suppressed": "E-mail onderdrukt",
|
|
143
|
+
"Domain Created": "Domein aangemaakt",
|
|
144
|
+
"Domain Updated": "Domein bijgewerkt",
|
|
145
|
+
"Domain Deleted": "Domein verwijderd",
|
|
146
|
+
"Contact Created": "Contact aangemaakt",
|
|
147
|
+
"Contact Updated": "Contactpersoon bijgewerkt",
|
|
148
|
+
"Contact Deleted": "Contactpersoon verwijderd"
|
|
44
149
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "A API do e-mail para desenvolvedores",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "Para obter sua chave de API:\n1. Entre no seu [Painel de reenvio](https://resend.com/overview)\n2. Ir para **Chaves de API** na barra lateral esquerda\n3. Clique em **Criar Chave de API**, dê um nome a ela e copie a chave",
|
|
3
4
|
"Send Email": "Enviar e-mail",
|
|
5
|
+
"Send Batch Emails": "Enviar Emails em Lote",
|
|
6
|
+
"Get Email Status": "Obter Status do E-mail",
|
|
7
|
+
"List Sent Emails": "Listar Emails Enviados",
|
|
8
|
+
"Cancel Scheduled Email": "Cancelar e-mail agendado",
|
|
9
|
+
"Reschedule Email": "E-mail de reagendamento",
|
|
10
|
+
"Create Contact": "Criar contato",
|
|
11
|
+
"Update Contact": "Atualizar contato",
|
|
12
|
+
"Delete Contact": "Excluir contato",
|
|
13
|
+
"List Contacts": "Lista de contatos",
|
|
14
|
+
"List Domains": "Listar Domínios",
|
|
15
|
+
"Create Domain": "Criar domínio",
|
|
16
|
+
"Delete Domain": "Excluir domínio",
|
|
17
|
+
"Verify Domain": "Verificar domínio",
|
|
18
|
+
"List Audiences": "Listar audiências",
|
|
19
|
+
"Create Audience": "Criar Audiência",
|
|
20
|
+
"Delete Audience": "Excluir Audiência",
|
|
21
|
+
"List Broadcasts": "Transmissões de lista",
|
|
22
|
+
"Create Broadcast": "Criar Transmissão",
|
|
23
|
+
"Send Broadcast": "Enviar Transmissão",
|
|
24
|
+
"Delete Broadcast": "Excluir Transmissão",
|
|
4
25
|
"Custom API Call": "Chamada de API personalizada",
|
|
5
26
|
"Send a text or HTML email": "Enviar um e-mail de texto ou HTML",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Envie até 100 e-mails em uma única chamada de API",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Recuperar o status de entrega de um e-mail enviado",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Recuperar uma lista de e-mails enviados a partir da sua conta de Reenviar",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Cancelar um e-mail agendado antes de ser enviado",
|
|
31
|
+
"Update the send time of a scheduled email": "Atualize o horário de envio de um e-mail agendado",
|
|
32
|
+
"Add a contact to a Resend audience": "Adicionar um contato a um público de reenvio",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Atualizar o nome ou o status de assinatura de um contato no público",
|
|
34
|
+
"Remove a contact from an audience": "Remover um contato de um público",
|
|
35
|
+
"Retrieve all contacts in an audience": "Recuperar todos os contatos em um público",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Recupere todos os domínios adicionados à sua conta Reend",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Adicione um domínio de envio para a sua conta de Reenviar e faça com que os registros DNS se verifiquem",
|
|
38
|
+
"Remove a domain from your Resend account": "Remover um domínio da sua conta Reenviar",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Acionar uma verificação de DNS para um domínio",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Recupere todos os públicos de contatos da sua conta de Reenviar",
|
|
41
|
+
"Create a new contact audience in Resend": "Criar um novo público de contatos em Reend",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Excluir permanentemente um público e todos os seus contatos",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Recupere todas as transmissões na sua conta de Reenvio",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Criar um novo e-mail de transmissão para enviar a um público",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Enviar ou agendar um e-mail de transmissão para a sua audiência",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Exclua permanentemente uma transmissão da sua conta de Reenviar",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
7
48
|
"To": "Para",
|
|
8
49
|
"Sender Name": "Nome do Remetente",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Cargo",
|
|
14
55
|
"Content Type": "Tipo de Conteúdo",
|
|
15
56
|
"Content": "Conteúdo",
|
|
57
|
+
"Emails": "e-mails",
|
|
58
|
+
"Idempotency Key": "Chave de Idempotência",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "Novo Horário de Envio",
|
|
61
|
+
"Audience": "Público",
|
|
62
|
+
"Email": "e-mail",
|
|
63
|
+
"First Name": "Nome",
|
|
64
|
+
"Last Name": "Sobrenome",
|
|
65
|
+
"Unsubscribed": "Cancelada",
|
|
66
|
+
"Contact": "contato",
|
|
67
|
+
"Subscription Status": "Estado Subscrição",
|
|
68
|
+
"Domain Name": "Nome do domínio",
|
|
69
|
+
"Region": "Região",
|
|
70
|
+
"Domain": "Domínio",
|
|
71
|
+
"Audience Name": "Nome da Audiência",
|
|
72
|
+
"From": "De",
|
|
73
|
+
"Broadcast Name": "Nome da transmissão",
|
|
74
|
+
"Preview Text": "Visualizar o texto",
|
|
75
|
+
"Broadcast": "Transmissão",
|
|
76
|
+
"Schedule For": "Programar para",
|
|
16
77
|
"Method": "Método",
|
|
17
78
|
"Headers": "Cabeçalhos",
|
|
18
79
|
"Query Parameters": "Parâmetros da consulta",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "Lista de e-mails em cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "Enviar email para as respostas (o padrão é enviado)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "HTML só é permitido se você selecionou HTML como tipo",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "Lista de e-mails a serem enviados (máximo 100). Cada e-mail é enviado independentemente com seu próprio destinatário, sujeito e corpo.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Chave única opcional para evitar envios duplicados. Deve ser único por pedido, expira após 24 horas, no máximo 256 caracteres.",
|
|
95
|
+
"The ID returned when you sent the email": "O ID retornou quando você enviou o e-mail",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "O ID do e-mail agendado para cancelar. Use \"Lista de E-mails Enviados\" para encontrá-lo.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "O ID do e-mail agendado para reagendar. Use \"Lista de E-mails Enviados\" para encontrá-lo.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "Data do ISO 8601 para quando enviar o e-mail, ex.: 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "Se verdadeiro, o contato cancelará a assinatura de todas as transmissões",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "O domínio do qual você deseja enviar, por exemplo, mail.yourdomain.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "Região AWS para entrega de correio electrónico. O padrão é estelar americano.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "Um rótulo para este público, por exemplo, \"Assinantes de Newsletter\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Endereço de remetente. Deve ser de um domínio verificado. Use \"Name <email@yourdomain.com>\" para um nome amigável.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Rótulo interno para esta transmissão. Não visível para destinatários.",
|
|
105
|
+
"Email address recipients will reply to.": "O endereço de e-mail que os destinatários irão responder.",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Breve resumo mostrado nos clientes de e-mail abaixo da linha de assunto.",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "Corpo do e-mail. Use marcação HTML se o Tipo de Conteúdo for HTML.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "Data do ISO 8601 para agendar o envio, por exemplo, 2024-12-01T10:00Z. Deixe em branco para enviar imediatamente.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
111
|
+
"Subscribed": "Subscrito",
|
|
112
|
+
"US East (N. Virginia)": "Leste dos EUA (N. Virgínia)",
|
|
113
|
+
"EU West (Ireland)": "Oeste da UE (Irlanda)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "América do Sul (Sa├o Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Texto sem Formatação",
|
|
34
118
|
"GET": "OBTER",
|
|
35
119
|
"POST": "POSTAR",
|
|
36
120
|
"PATCH": "COMPRAR",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "Nenhuma",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "Dados de Formulário",
|
|
43
|
-
"Raw": "RAW"
|
|
127
|
+
"Raw": "RAW",
|
|
128
|
+
"Email Event": "Evento de e-mail",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Aciona quando ocorre um e-mail ou evento de contato em Reenviar",
|
|
130
|
+
"Events": "Eventos",
|
|
131
|
+
"Select one or more event types to subscribe to": "Selecione um ou mais tipos de evento para assinar",
|
|
132
|
+
"Email Sent": "Email enviado",
|
|
133
|
+
"Email Delivered": "E-mail entregue",
|
|
134
|
+
"Email Delivery Delayed": "Entrega do e-mail atrasada",
|
|
135
|
+
"Email Complained": "Email Compilado",
|
|
136
|
+
"Email Bounced": "Email devolvido",
|
|
137
|
+
"Email Opened": "E-mail aberto",
|
|
138
|
+
"Email Clicked": "E-mail clicado",
|
|
139
|
+
"Email Failed": "E-mail falhou",
|
|
140
|
+
"Email Received": "E-mail recebido",
|
|
141
|
+
"Email Scheduled": "E-mail agendado",
|
|
142
|
+
"Email Suppressed": "Email suprimido",
|
|
143
|
+
"Domain Created": "Domínio criado",
|
|
144
|
+
"Domain Updated": "Domínio atualizado",
|
|
145
|
+
"Domain Deleted": "Domínio excluído",
|
|
146
|
+
"Contact Created": "Contato criado",
|
|
147
|
+
"Contact Updated": "Contato atualizado",
|
|
148
|
+
"Contact Deleted": "Contato excluído"
|
|
44
149
|
}
|
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "The email API for developers",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key",
|
|
3
4
|
"Send Email": "Send Email",
|
|
5
|
+
"Send Batch Emails": "Send Batch Emails",
|
|
6
|
+
"Get Email Status": "Get Email Status",
|
|
7
|
+
"List Sent Emails": "List Sent Emails",
|
|
8
|
+
"Cancel Scheduled Email": "Cancel Scheduled Email",
|
|
9
|
+
"Reschedule Email": "Reschedule Email",
|
|
10
|
+
"Create Contact": "Create Contact",
|
|
11
|
+
"Update Contact": "Update Contact",
|
|
12
|
+
"Delete Contact": "Delete Contact",
|
|
13
|
+
"List Contacts": "List Contacts",
|
|
14
|
+
"List Domains": "List Domains",
|
|
15
|
+
"Create Domain": "Create Domain",
|
|
16
|
+
"Delete Domain": "Delete Domain",
|
|
17
|
+
"Verify Domain": "Verify Domain",
|
|
18
|
+
"List Audiences": "List Audiences",
|
|
19
|
+
"Create Audience": "Create Audience",
|
|
20
|
+
"Delete Audience": "Delete Audience",
|
|
21
|
+
"List Broadcasts": "List Broadcasts",
|
|
22
|
+
"Create Broadcast": "Create Broadcast",
|
|
23
|
+
"Send Broadcast": "Send Broadcast",
|
|
24
|
+
"Delete Broadcast": "Delete Broadcast",
|
|
4
25
|
"Custom API Call": "Custom API Call",
|
|
5
26
|
"Send a text or HTML email": "Send a text or HTML email",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Send up to 100 emails in a single API call",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Retrieve the delivery status of a sent email",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Retrieve a list of emails sent from your Resend account",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Cancel a scheduled email before it is sent",
|
|
31
|
+
"Update the send time of a scheduled email": "Update the send time of a scheduled email",
|
|
32
|
+
"Add a contact to a Resend audience": "Add a contact to a Resend audience",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Update the name or subscription status of a contact in an audience",
|
|
34
|
+
"Remove a contact from an audience": "Remove a contact from an audience",
|
|
35
|
+
"Retrieve all contacts in an audience": "Retrieve all contacts in an audience",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Retrieve all domains added to your Resend account",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Add a sending domain to your Resend account and get the DNS records to verify it",
|
|
38
|
+
"Remove a domain from your Resend account": "Remove a domain from your Resend account",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Trigger a DNS verification check for a domain",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Retrieve all contact audiences in your Resend account",
|
|
41
|
+
"Create a new contact audience in Resend": "Create a new contact audience in Resend",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Permanently delete an audience and all its contacts",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Retrieve all broadcasts in your Resend account",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Create a new broadcast email to send to an audience",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Send or schedule a broadcast email to its audience",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Permanently delete a broadcast from your Resend account",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
7
48
|
"To": "To",
|
|
8
49
|
"Sender Name": "Sender Name",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Subject",
|
|
14
55
|
"Content Type": "Content Type",
|
|
15
56
|
"Content": "Content",
|
|
57
|
+
"Emails": "Emails",
|
|
58
|
+
"Idempotency Key": "Idempotency Key",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "New Send Time",
|
|
61
|
+
"Audience": "Audience",
|
|
62
|
+
"Email": "Email",
|
|
63
|
+
"First Name": "First Name",
|
|
64
|
+
"Last Name": "Last Name",
|
|
65
|
+
"Unsubscribed": "Unsubscribed",
|
|
66
|
+
"Contact": "Contact",
|
|
67
|
+
"Subscription Status": "Subscription Status",
|
|
68
|
+
"Domain Name": "Domain Name",
|
|
69
|
+
"Region": "Region",
|
|
70
|
+
"Domain": "Domain",
|
|
71
|
+
"Audience Name": "Audience Name",
|
|
72
|
+
"From": "From",
|
|
73
|
+
"Broadcast Name": "Broadcast Name",
|
|
74
|
+
"Preview Text": "Preview Text",
|
|
75
|
+
"Broadcast": "Broadcast",
|
|
76
|
+
"Schedule For": "Schedule For",
|
|
16
77
|
"Method": "Method",
|
|
17
78
|
"Headers": "Headers",
|
|
18
79
|
"Query Parameters": "Query Parameters",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "List of emails in cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.",
|
|
95
|
+
"The ID returned when you sent the email": "The ID returned when you sent the email",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "If true, the contact will be unsubscribed from all broadcasts",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "The domain you want to send from, e.g. mail.yourdomain.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "AWS region for email delivery. Defaults to US East.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "A label for this audience, e.g. \"Newsletter Subscribers\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Internal label for this broadcast. Not visible to recipients.",
|
|
105
|
+
"Email address recipients will reply to.": "Email address recipients will reply to.",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Short summary shown in email clients below the subject line.",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "Email body. Use HTML markup if Content Type is HTML.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
111
|
+
"Subscribed": "Subscribed",
|
|
112
|
+
"US East (N. Virginia)": "US East (N. Virginia)",
|
|
113
|
+
"EU West (Ireland)": "EU West (Ireland)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "South America (São Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Plain Text",
|
|
34
118
|
"GET": "GET",
|
|
35
119
|
"POST": "POST",
|
|
36
120
|
"PATCH": "PATCH",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "None",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "Form Data",
|
|
43
|
-
"Raw": "Raw"
|
|
127
|
+
"Raw": "Raw",
|
|
128
|
+
"Email Event": "Email Event",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Triggers when a selected email or contact event occurs in Resend",
|
|
130
|
+
"Events": "Events",
|
|
131
|
+
"Select one or more event types to subscribe to": "Select one or more event types to subscribe to",
|
|
132
|
+
"Email Sent": "Email Sent",
|
|
133
|
+
"Email Delivered": "Email Delivered",
|
|
134
|
+
"Email Delivery Delayed": "Email Delivery Delayed",
|
|
135
|
+
"Email Complained": "Email Complained",
|
|
136
|
+
"Email Bounced": "Email Bounced",
|
|
137
|
+
"Email Opened": "Email Opened",
|
|
138
|
+
"Email Clicked": "Email Clicked",
|
|
139
|
+
"Email Failed": "Email Failed",
|
|
140
|
+
"Email Received": "Email Received",
|
|
141
|
+
"Email Scheduled": "Email Scheduled",
|
|
142
|
+
"Email Suppressed": "Email Suppressed",
|
|
143
|
+
"Domain Created": "Domain Created",
|
|
144
|
+
"Domain Updated": "Domain Updated",
|
|
145
|
+
"Domain Deleted": "Domain Deleted",
|
|
146
|
+
"Contact Created": "Contact Created",
|
|
147
|
+
"Contact Updated": "Contact Updated",
|
|
148
|
+
"Contact Deleted": "Contact Deleted"
|
|
44
149
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,8 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"The email API for developers": "The email API for developers",
|
|
3
|
+
"To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key": "To get your API key:\n1. Log in to your [Resend dashboard](https://resend.com/overview)\n2. Go to **API Keys** in the left sidebar\n3. Click **Create API Key**, give it a name, and copy the key",
|
|
3
4
|
"Send Email": "Send Email",
|
|
5
|
+
"Send Batch Emails": "Send Batch Emails",
|
|
6
|
+
"Get Email Status": "Get Email Status",
|
|
7
|
+
"List Sent Emails": "List Sent Emails",
|
|
8
|
+
"Cancel Scheduled Email": "Cancel Scheduled Email",
|
|
9
|
+
"Reschedule Email": "Reschedule Email",
|
|
10
|
+
"Create Contact": "Create Contact",
|
|
11
|
+
"Update Contact": "Update Contact",
|
|
12
|
+
"Delete Contact": "Delete Contact",
|
|
13
|
+
"List Contacts": "List Contacts",
|
|
14
|
+
"List Domains": "List Domains",
|
|
15
|
+
"Create Domain": "Create Domain",
|
|
16
|
+
"Delete Domain": "Delete Domain",
|
|
17
|
+
"Verify Domain": "Verify Domain",
|
|
18
|
+
"List Audiences": "List Audiences",
|
|
19
|
+
"Create Audience": "Create Audience",
|
|
20
|
+
"Delete Audience": "Delete Audience",
|
|
21
|
+
"List Broadcasts": "List Broadcasts",
|
|
22
|
+
"Create Broadcast": "Create Broadcast",
|
|
23
|
+
"Send Broadcast": "Send Broadcast",
|
|
24
|
+
"Delete Broadcast": "Delete Broadcast",
|
|
4
25
|
"Custom API Call": "自定义 API 呼叫",
|
|
5
26
|
"Send a text or HTML email": "Send a text or HTML email",
|
|
27
|
+
"Send up to 100 emails in a single API call": "Send up to 100 emails in a single API call",
|
|
28
|
+
"Retrieve the delivery status of a sent email": "Retrieve the delivery status of a sent email",
|
|
29
|
+
"Retrieve a list of emails sent from your Resend account": "Retrieve a list of emails sent from your Resend account",
|
|
30
|
+
"Cancel a scheduled email before it is sent": "Cancel a scheduled email before it is sent",
|
|
31
|
+
"Update the send time of a scheduled email": "Update the send time of a scheduled email",
|
|
32
|
+
"Add a contact to a Resend audience": "Add a contact to a Resend audience",
|
|
33
|
+
"Update the name or subscription status of a contact in an audience": "Update the name or subscription status of a contact in an audience",
|
|
34
|
+
"Remove a contact from an audience": "Remove a contact from an audience",
|
|
35
|
+
"Retrieve all contacts in an audience": "Retrieve all contacts in an audience",
|
|
36
|
+
"Retrieve all domains added to your Resend account": "Retrieve all domains added to your Resend account",
|
|
37
|
+
"Add a sending domain to your Resend account and get the DNS records to verify it": "Add a sending domain to your Resend account and get the DNS records to verify it",
|
|
38
|
+
"Remove a domain from your Resend account": "Remove a domain from your Resend account",
|
|
39
|
+
"Trigger a DNS verification check for a domain": "Trigger a DNS verification check for a domain",
|
|
40
|
+
"Retrieve all contact audiences in your Resend account": "Retrieve all contact audiences in your Resend account",
|
|
41
|
+
"Create a new contact audience in Resend": "Create a new contact audience in Resend",
|
|
42
|
+
"Permanently delete an audience and all its contacts": "Permanently delete an audience and all its contacts",
|
|
43
|
+
"Retrieve all broadcasts in your Resend account": "Retrieve all broadcasts in your Resend account",
|
|
44
|
+
"Create a new broadcast email to send to an audience": "Create a new broadcast email to send to an audience",
|
|
45
|
+
"Send or schedule a broadcast email to its audience": "Send or schedule a broadcast email to its audience",
|
|
46
|
+
"Permanently delete a broadcast from your Resend account": "Permanently delete a broadcast from your Resend account",
|
|
6
47
|
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
7
48
|
"To": "To",
|
|
8
49
|
"Sender Name": "发件人姓名",
|
|
@@ -13,6 +54,26 @@
|
|
|
13
54
|
"Subject": "Subject",
|
|
14
55
|
"Content Type": "Content Type",
|
|
15
56
|
"Content": "Content",
|
|
57
|
+
"Emails": "电子邮件",
|
|
58
|
+
"Idempotency Key": "Idempotency Key",
|
|
59
|
+
"Email ID": "Email ID",
|
|
60
|
+
"New Send Time": "New Send Time",
|
|
61
|
+
"Audience": "Audience",
|
|
62
|
+
"Email": "电子邮件地址",
|
|
63
|
+
"First Name": "First Name",
|
|
64
|
+
"Last Name": "名字",
|
|
65
|
+
"Unsubscribed": "Unsubscribed",
|
|
66
|
+
"Contact": "Contact",
|
|
67
|
+
"Subscription Status": "Subscription Status",
|
|
68
|
+
"Domain Name": "Domain Name",
|
|
69
|
+
"Region": "Region",
|
|
70
|
+
"Domain": "Domain",
|
|
71
|
+
"Audience Name": "Audience Name",
|
|
72
|
+
"From": "From",
|
|
73
|
+
"Broadcast Name": "Broadcast Name",
|
|
74
|
+
"Preview Text": "Preview Text",
|
|
75
|
+
"Broadcast": "Broadcast",
|
|
76
|
+
"Schedule For": "Schedule For",
|
|
16
77
|
"Method": "方法",
|
|
17
78
|
"Headers": "信头",
|
|
18
79
|
"Query Parameters": "查询参数",
|
|
@@ -29,8 +90,31 @@
|
|
|
29
90
|
"List of emails in cc": "List of emails in cc",
|
|
30
91
|
"Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
|
|
31
92
|
"HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
|
|
93
|
+
"List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.": "List of emails to send (max 100). Each email is sent independently with its own recipient, subject, and body.",
|
|
94
|
+
"Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.": "Optional unique key to prevent duplicate sends. Must be unique per request, expires after 24 hours, max 256 characters.",
|
|
95
|
+
"The ID returned when you sent the email": "The ID returned when you sent the email",
|
|
96
|
+
"The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.": "The ID of the scheduled email to cancel. Use \"List Sent Emails\" to find it.",
|
|
97
|
+
"The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.": "The ID of the scheduled email to reschedule. Use \"List Sent Emails\" to find it.",
|
|
98
|
+
"ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z": "ISO 8601 date-time for when to send the email, e.g. 2024-12-01T10:00:00Z",
|
|
99
|
+
"If true, the contact will be unsubscribed from all broadcasts": "If true, the contact will be unsubscribed from all broadcasts",
|
|
100
|
+
"The domain you want to send from, e.g. mail.yourdomain.com": "The domain you want to send from, e.g. mail.yourdomain.com",
|
|
101
|
+
"AWS region for email delivery. Defaults to US East.": "AWS region for email delivery. Defaults to US East.",
|
|
102
|
+
"A label for this audience, e.g. \"Newsletter Subscribers\"": "A label for this audience, e.g. \"Newsletter Subscribers\"",
|
|
103
|
+
"Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.": "Sender address. Must be from a verified domain. Use \"Name <email@yourdomain.com>\" for a friendly name.",
|
|
104
|
+
"Internal label for this broadcast. Not visible to recipients.": "Internal label for this broadcast. Not visible to recipients.",
|
|
105
|
+
"Email address recipients will reply to.": "Email address recipients will reply to.",
|
|
106
|
+
"Short summary shown in email clients below the subject line.": "Short summary shown in email clients below the subject line.",
|
|
107
|
+
"Email body. Use HTML markup if Content Type is HTML.": "Email body. Use HTML markup if Content Type is HTML.",
|
|
108
|
+
"ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.": "ISO 8601 date-time to schedule the send, e.g. 2024-12-01T10:00:00Z. Leave blank to send immediately.",
|
|
32
109
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
33
110
|
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
111
|
+
"Subscribed": "Subscribed",
|
|
112
|
+
"US East (N. Virginia)": "US East (N. Virginia)",
|
|
113
|
+
"EU West (Ireland)": "EU West (Ireland)",
|
|
114
|
+
"Asia Pacific (Tokyo)": "Asia Pacific (Tokyo)",
|
|
115
|
+
"South America (São Paulo)": "South America (São Paulo)",
|
|
116
|
+
"HTML": "HTML",
|
|
117
|
+
"Plain Text": "Plain Text",
|
|
34
118
|
"GET": "获取",
|
|
35
119
|
"POST": "帖子",
|
|
36
120
|
"PATCH": "PATCH",
|
|
@@ -40,5 +124,26 @@
|
|
|
40
124
|
"None": "无",
|
|
41
125
|
"JSON": "JSON",
|
|
42
126
|
"Form Data": "表单数据",
|
|
43
|
-
"Raw": "原始文件"
|
|
127
|
+
"Raw": "原始文件",
|
|
128
|
+
"Email Event": "Email Event",
|
|
129
|
+
"Triggers when a selected email or contact event occurs in Resend": "Triggers when a selected email or contact event occurs in Resend",
|
|
130
|
+
"Events": "Events",
|
|
131
|
+
"Select one or more event types to subscribe to": "Select one or more event types to subscribe to",
|
|
132
|
+
"Email Sent": "Email Sent",
|
|
133
|
+
"Email Delivered": "Email Delivered",
|
|
134
|
+
"Email Delivery Delayed": "Email Delivery Delayed",
|
|
135
|
+
"Email Complained": "Email Complained",
|
|
136
|
+
"Email Bounced": "Email Bounced",
|
|
137
|
+
"Email Opened": "Email Opened",
|
|
138
|
+
"Email Clicked": "Email Clicked",
|
|
139
|
+
"Email Failed": "Email Failed",
|
|
140
|
+
"Email Received": "Email Received",
|
|
141
|
+
"Email Scheduled": "Email Scheduled",
|
|
142
|
+
"Email Suppressed": "Email Suppressed",
|
|
143
|
+
"Domain Created": "Domain Created",
|
|
144
|
+
"Domain Updated": "Domain Updated",
|
|
145
|
+
"Domain Deleted": "Domain Deleted",
|
|
146
|
+
"Contact Created": "Contact Created",
|
|
147
|
+
"Contact Updated": "Contact Updated",
|
|
148
|
+
"Contact Deleted": "Contact Deleted"
|
|
44
149
|
}
|