@activepieces/piece-resend 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-resend",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -13,7 +13,7 @@
13
13
  "zod": "3.25.76",
14
14
  "@activepieces/pieces-common": "0.7.0",
15
15
  "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.19.0",
16
+ "@activepieces/shared": "0.19.1",
17
17
  "tslib": "2.8.1"
18
18
  },
19
19
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "Resend": "Erneut senden",
3
- "Email for developers": "E-Mail für Entwickler",
4
- "Send Email": "E-Mail senden",
5
- "Custom API Call": "Eigener API-Aufruf",
6
- "Send a text or HTML email": "Text oder HTML-E-Mail senden",
7
- "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
8
- "To": "An",
9
- "Sender Name": "Absendername",
10
- "Sender Email (From)": "Absender-E-Mail (Absender)",
2
+ "Resend": "Resend",
3
+ "Email for developers": "Email for developers",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send a text or HTML email": "Send a text or HTML email",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "To": "To",
9
+ "Sender Name": "Sender Name",
10
+ "Sender Email (From)": "Sender Email (From)",
11
11
  "BCC": "BCC",
12
12
  "CC": "CC",
13
- "Reply To": "Antwort an",
14
- "Subject": "Betreff",
15
- "Content Type": "Inhaltstyp",
16
- "Content": "Inhalt",
17
- "Method": "Methode",
18
- "Headers": "Kopfzeilen",
19
- "Query Parameters": "Abfrageparameter",
20
- "Body": "Körper",
21
- "Response is Binary ?": "Antwort ist binär?",
22
- "No Error on Failure": "Kein Fehler bei Fehler",
23
- "Timeout (in seconds)": "Timeout (in Sekunden)",
24
- "Emails of the recipients": "E-Mails der Empfänger",
25
- "Sender name": "Absendername",
26
- "Sender email": "Absender-E-Mail",
27
- "List of emails in bcc": "Liste der E-Mails in bcc",
28
- "List of emails in cc": "Liste der E-Mails in cc",
29
- "Email to receive replies on (defaults to sender)": "E-Mail um Antworten zu erhalten (Standardeinstellung zum Absender)",
30
- "HTML is only allowed if you selected HTML as type": "HTML ist nur zulässig, wenn Sie HTML als Typ ausgewählt haben",
31
- "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
32
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
33
- "GET": "ERHALTEN",
13
+ "Reply To": "Reply To",
14
+ "Subject": "Subject",
15
+ "Content Type": "Content Type",
16
+ "Content": "Content",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
+ "Response is Binary ?": "Response is Binary ?",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
+ "Emails of the recipients": "Emails of the recipients",
25
+ "Sender name": "Sender name",
26
+ "Sender email": "Sender email",
27
+ "List of emails in bcc": "List of emails in bcc",
28
+ "List of emails in cc": "List of emails in cc",
29
+ "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
+ "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
+ "GET": "GET",
34
34
  "POST": "POST",
35
35
  "PATCH": "PATCH",
36
36
  "PUT": "PUT",
37
- "DELETE": "LÖSCHEN",
37
+ "DELETE": "DELETE",
38
38
  "HEAD": "HEAD"
39
39
  }
package/src/i18n/es.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "Resend": "Reenviar",
3
- "Email for developers": "Email para desarrolladores",
4
- "Send Email": "Enviar Email",
5
- "Custom API Call": "Llamada API personalizada",
6
- "Send a text or HTML email": "Enviar un mensaje de texto o HTML",
7
- "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
8
- "To": "A",
9
- "Sender Name": "Nombre del remitente",
10
- "Sender Email (From)": "Email del remitente (From)",
11
- "BCC": "CCO",
2
+ "Resend": "Resend",
3
+ "Email for developers": "Email for developers",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send a text or HTML email": "Send a text or HTML email",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "To": "To",
9
+ "Sender Name": "Sender Name",
10
+ "Sender Email (From)": "Sender Email (From)",
11
+ "BCC": "BCC",
12
12
  "CC": "CC",
13
- "Reply To": "Responder a",
14
- "Subject": "Asunto",
15
- "Content Type": "Tipo de contenido",
16
- "Content": "Contenido",
17
- "Method": "Método",
18
- "Headers": "Encabezados",
19
- "Query Parameters": "Parámetros de consulta",
20
- "Body": "Cuerpo",
21
- "Response is Binary ?": "¿Respuesta es binaria?",
22
- "No Error on Failure": "No hay ningún error en fallo",
23
- "Timeout (in seconds)": "Tiempo de espera (en segundos)",
24
- "Emails of the recipients": "Correos de los destinatarios",
25
- "Sender name": "Nombre del remitente",
26
- "Sender email": "Email del remitente",
27
- "List of emails in bcc": "Lista de correos en bcc",
28
- "List of emails in cc": "Lista de correos en cc",
29
- "Email to receive replies on (defaults to sender)": "Correo electrónico en el que recibir respuestas (por defecto el remitente)",
30
- "HTML is only allowed if you selected HTML as type": "Sólo se permite HTML si ha seleccionado HTML como tipo",
31
- "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
32
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
33
- "GET": "RECOGER",
13
+ "Reply To": "Reply To",
14
+ "Subject": "Subject",
15
+ "Content Type": "Content Type",
16
+ "Content": "Content",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
+ "Response is Binary ?": "Response is Binary ?",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
+ "Emails of the recipients": "Emails of the recipients",
25
+ "Sender name": "Sender name",
26
+ "Sender email": "Sender email",
27
+ "List of emails in bcc": "List of emails in bcc",
28
+ "List of emails in cc": "List of emails in cc",
29
+ "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
+ "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
+ "GET": "GET",
34
34
  "POST": "POST",
35
35
  "PATCH": "PATCH",
36
36
  "PUT": "PUT",
37
- "DELETE": "BORRAR",
38
- "HEAD": "LIMPIO"
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
39
  }
package/src/i18n/fr.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "Resend": "Resend",
3
- "Email for developers": "E-mail pour les développeurs",
4
- "Send Email": "Envoyer un e-mail",
5
- "Custom API Call": "Appel API personnalisé",
6
- "Send a text or HTML email": "Envoyer un message texte ou HTML",
7
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
8
- "To": "À",
9
- "Sender Name": "Nom de l'expéditeur",
10
- "Sender Email (From)": "Courriel de l'expéditeur (From)",
11
- "BCC": "Cci",
3
+ "Email for developers": "Email for developers",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send a text or HTML email": "Send a text or HTML email",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "To": "To",
9
+ "Sender Name": "Sender Name",
10
+ "Sender Email (From)": "Sender Email (From)",
11
+ "BCC": "BCC",
12
12
  "CC": "CC",
13
- "Reply To": "Répondre à",
14
- "Subject": "Sujet",
15
- "Content Type": "Type de contenu",
16
- "Content": "Contenus",
17
- "Method": "Méthode",
18
- "Headers": "En-têtes",
19
- "Query Parameters": "Paramètres de requête",
20
- "Body": "Corps",
21
- "Response is Binary ?": "La réponse est Binaire ?",
22
- "No Error on Failure": "Aucune erreur en cas d'échec",
23
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
24
- "Emails of the recipients": "E-mails des destinataires",
25
- "Sender name": "Nom de l'expéditeur",
26
- "Sender email": "E-mail de l'expéditeur",
27
- "List of emails in bcc": "Liste des emails en bcc",
28
- "List of emails in cc": "Liste des emails en cc",
29
- "Email to receive replies on (defaults to sender)": "Courriel sur lequel recevoir les réponses (par défaut l'expéditeur)",
30
- "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",
31
- "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
32
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
33
- "GET": "OBTENIR",
34
- "POST": "POSTER",
13
+ "Reply To": "Reply To",
14
+ "Subject": "Subject",
15
+ "Content Type": "Content Type",
16
+ "Content": "Content",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
+ "Response is Binary ?": "Response is Binary ?",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
+ "Emails of the recipients": "Emails of the recipients",
25
+ "Sender name": "Sender name",
26
+ "Sender email": "Sender email",
27
+ "List of emails in bcc": "List of emails in bcc",
28
+ "List of emails in cc": "List of emails in cc",
29
+ "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
+ "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
+ "GET": "GET",
34
+ "POST": "POST",
35
35
  "PATCH": "PATCH",
36
- "PUT": "EFFACER",
37
- "DELETE": "SUPPRIMER",
38
- "HEAD": "TÊTE"
36
+ "PUT": "PUT",
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
39
  }
package/src/i18n/ja.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "Resend": "再送信する",
3
- "Email for developers": "開発者向けのメール",
4
- "Send Email": "メール送信",
5
- "Custom API Call": "カスタムAPI通話",
6
- "Send a text or HTML email": "テキストまたはHTMLメールを送信",
7
- "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
8
- "To": "終了日",
9
- "Sender Name": "送信者名",
10
- "Sender Email (From)": "送信者メール (From)",
2
+ "Resend": "Resend",
3
+ "Email for developers": "Email for developers",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send a text or HTML email": "Send a text or HTML email",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "To": "To",
9
+ "Sender Name": "Sender Name",
10
+ "Sender Email (From)": "Sender Email (From)",
11
11
  "BCC": "BCC",
12
12
  "CC": "CC",
13
- "Reply To": "返信先",
14
- "Subject": "件名",
15
- "Content Type": "コンテンツタイプ",
16
- "Content": "コンテンツ",
17
- "Method": "方法",
18
- "Headers": "ヘッダー",
19
- "Query Parameters": "クエリパラメータ",
20
- "Body": "本文",
21
- "Response is Binary ?": "応答はバイナリですか?",
22
- "No Error on Failure": "失敗時にエラーはありません",
23
- "Timeout (in seconds)": "タイムアウト(秒)",
24
- "Emails of the recipients": "受信者のメール",
25
- "Sender name": "送信者名",
26
- "Sender email": "送信者のメールアドレス",
27
- "List of emails in bcc": "bcc 内のメール一覧",
28
- "List of emails in cc": "Cc内のメール一覧",
29
- "Email to receive replies on (defaults to sender)": "返信を受信する電子メール(既定の送信者)",
30
- "HTML is only allowed if you selected HTML as type": "HTMLはあなたがタイプとしてHTMLを選択した場合にのみ許可されます",
31
- "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
32
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
33
- "GET": "取得",
13
+ "Reply To": "Reply To",
14
+ "Subject": "Subject",
15
+ "Content Type": "Content Type",
16
+ "Content": "Content",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
+ "Response is Binary ?": "Response is Binary ?",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
+ "Emails of the recipients": "Emails of the recipients",
25
+ "Sender name": "Sender name",
26
+ "Sender email": "Sender email",
27
+ "List of emails in bcc": "List of emails in bcc",
28
+ "List of emails in cc": "List of emails in cc",
29
+ "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
+ "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
+ "GET": "GET",
34
34
  "POST": "POST",
35
35
  "PATCH": "PATCH",
36
36
  "PUT": "PUT",
37
- "DELETE": "削除",
38
- "HEAD": ""
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
39
  }
package/src/i18n/nl.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "Resend": "Opnieuw versturen",
3
- "Email for developers": "E-mail voor ontwikkelaars",
4
- "Send Email": "E-mail verzenden",
2
+ "Resend": "Resend",
3
+ "Email for developers": "Email for developers",
4
+ "Send Email": "Send Email",
5
5
  "Custom API Call": "Custom API Call",
6
- "Send a text or HTML email": "Stuur een tekst of HTML e-mail",
7
- "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
8
- "To": "tot",
9
- "Sender Name": "Naam afzender",
10
- "Sender Email (From)": "E-mailadres afzender (van)",
11
- "BCC": "Bcc",
6
+ "Send a text or HTML email": "Send a text or HTML email",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "To": "To",
9
+ "Sender Name": "Sender Name",
10
+ "Sender Email (From)": "Sender Email (From)",
11
+ "BCC": "BCC",
12
12
  "CC": "CC",
13
- "Reply To": "Antwoord aan",
14
- "Subject": "Onderwerp",
15
- "Content Type": "Type inhoud",
16
- "Content": "Inhoud",
17
- "Method": "Methode",
18
- "Headers": "Kopteksten",
19
- "Query Parameters": "Query parameters",
20
- "Body": "Lichaam",
21
- "Response is Binary ?": "Antwoord is binair?",
22
- "No Error on Failure": "Geen fout bij fout",
23
- "Timeout (in seconds)": "Time-out (in seconden)",
24
- "Emails of the recipients": "E-mails van de ontvangers",
25
- "Sender name": "Naam afzender",
26
- "Sender email": "Afzender e-mail",
27
- "List of emails in bcc": "Lijst van e-mails in bcc",
28
- "List of emails in cc": "Lijst van e-mails in cc",
29
- "Email to receive replies on (defaults to sender)": "E-mail om antwoorden op te ontvangen (standaard afzender)",
30
- "HTML is only allowed if you selected HTML as type": "HTML is alleen toegestaan als je hebt geselecteerd als HTML als type",
31
- "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
32
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
33
- "GET": "KRIJG",
34
- "POST": "POSTE",
35
- "PATCH": "BEKIJK",
13
+ "Reply To": "Reply To",
14
+ "Subject": "Subject",
15
+ "Content Type": "Content Type",
16
+ "Content": "Content",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
+ "Response is Binary ?": "Response is Binary ?",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
+ "Emails of the recipients": "Emails of the recipients",
25
+ "Sender name": "Sender name",
26
+ "Sender email": "Sender email",
27
+ "List of emails in bcc": "List of emails in bcc",
28
+ "List of emails in cc": "List of emails in cc",
29
+ "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
+ "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
+ "GET": "GET",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
36
  "PUT": "PUT",
37
- "DELETE": "VERWIJDEREN",
38
- "HEAD": "HOOFD"
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
39
  }
package/src/i18n/pt.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "Resend": "Reenviar",
3
- "Email for developers": "E-mail para desenvolvedores",
4
- "Send Email": "Enviar e-mail",
5
- "Custom API Call": "Chamada de API personalizada",
6
- "Send a text or HTML email": "Enviar um e-mail de texto ou HTML",
7
- "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
8
- "To": "Para",
9
- "Sender Name": "Nome do Remetente",
10
- "Sender Email (From)": "E-mail do Remetente (From)",
11
- "BCC": "Cco",
2
+ "Resend": "Resend",
3
+ "Email for developers": "Email for developers",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send a text or HTML email": "Send a text or HTML email",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "To": "To",
9
+ "Sender Name": "Sender Name",
10
+ "Sender Email (From)": "Sender Email (From)",
11
+ "BCC": "BCC",
12
12
  "CC": "CC",
13
- "Reply To": "Responder a",
14
- "Subject": "Cargo",
15
- "Content Type": "Tipo de Conteúdo",
16
- "Content": "Conteúdo",
17
- "Method": "Método",
18
- "Headers": "Cabeçalhos",
19
- "Query Parameters": "Parâmetros da consulta",
20
- "Body": "Conteúdo",
21
- "Response is Binary ?": "A resposta é binária ?",
22
- "No Error on Failure": "Nenhum erro no Failure",
23
- "Timeout (in seconds)": "Tempo limite (em segundos)",
24
- "Emails of the recipients": "E-mails dos destinatários",
25
- "Sender name": "Nome do remetente",
26
- "Sender email": "E-mail do remetente",
27
- "List of emails in bcc": "Lista de e-mails em bcc",
28
- "List of emails in cc": "Lista de e-mails em cc",
29
- "Email to receive replies on (defaults to sender)": "Enviar email para as respostas (o padrão é enviado)",
30
- "HTML is only allowed if you selected HTML as type": "HTML é permitido se você selecionou HTML como tipo",
31
- "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
32
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
33
- "GET": "OBTER",
34
- "POST": "POSTAR",
35
- "PATCH": "COMPRAR",
36
- "PUT": "COLOCAR",
37
- "DELETE": "EXCLUIR",
38
- "HEAD": "CABEÇA"
13
+ "Reply To": "Reply To",
14
+ "Subject": "Subject",
15
+ "Content Type": "Content Type",
16
+ "Content": "Content",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
+ "Response is Binary ?": "Response is Binary ?",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
+ "Emails of the recipients": "Emails of the recipients",
25
+ "Sender name": "Sender name",
26
+ "Sender email": "Sender email",
27
+ "List of emails in bcc": "List of emails in bcc",
28
+ "List of emails in cc": "List of emails in cc",
29
+ "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
+ "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
+ "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
+ "GET": "GET",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
+ "PUT": "PUT",
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
39
  }
package/src/i18n/zh.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "Resend": "重新发送",
2
+ "Resend": "Resend",
3
3
  "Email for developers": "Email for developers",
4
4
  "Send Email": "Send Email",
5
- "Custom API Call": "自定义 API 呼叫",
5
+ "Custom API Call": "Custom API Call",
6
6
  "Send a text or HTML email": "Send a text or HTML email",
7
- "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
8
  "To": "To",
9
- "Sender Name": "发件人姓名",
9
+ "Sender Name": "Sender Name",
10
10
  "Sender Email (From)": "Sender Email (From)",
11
11
  "BCC": "BCC",
12
12
  "CC": "CC",
@@ -14,13 +14,13 @@
14
14
  "Subject": "Subject",
15
15
  "Content Type": "Content Type",
16
16
  "Content": "Content",
17
- "Method": "方法",
18
- "Headers": "信头",
19
- "Query Parameters": "查询参数",
20
- "Body": "正文内容",
17
+ "Method": "Method",
18
+ "Headers": "Headers",
19
+ "Query Parameters": "Query Parameters",
20
+ "Body": "Body",
21
21
  "Response is Binary ?": "Response is Binary ?",
22
- "No Error on Failure": "失败时没有错误",
23
- "Timeout (in seconds)": "超时()",
22
+ "No Error on Failure": "No Error on Failure",
23
+ "Timeout (in seconds)": "Timeout (in seconds)",
24
24
  "Emails of the recipients": "Emails of the recipients",
25
25
  "Sender name": "Sender name",
26
26
  "Sender email": "Sender email",
@@ -28,12 +28,12 @@
28
28
  "List of emails in cc": "List of emails in cc",
29
29
  "Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
30
30
  "HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
31
- "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
31
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
32
32
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
33
- "GET": "获取",
34
- "POST": "帖子",
33
+ "GET": "GET",
34
+ "POST": "POST",
35
35
  "PATCH": "PATCH",
36
- "PUT": "弹出",
37
- "DELETE": "删除",
38
- "HEAD": "黑色"
36
+ "PUT": "PUT",
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
39
  }