@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 +2 -2
- package/src/i18n/de.json +31 -31
- package/src/i18n/es.json +33 -33
- package/src/i18n/fr.json +34 -34
- package/src/i18n/ja.json +32 -32
- package/src/i18n/nl.json +34 -34
- package/src/i18n/pt.json +36 -36
- package/src/i18n/zh.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-resend",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
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": "
|
|
3
|
-
"Email for developers": "
|
|
4
|
-
"Send Email": "
|
|
5
|
-
"Custom API Call": "
|
|
6
|
-
"Send a text or HTML email": "
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
-
"To": "
|
|
9
|
-
"Sender Name": "
|
|
10
|
-
"Sender Email (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)": "Timeout (in
|
|
24
|
-
"Emails of the recipients": "
|
|
25
|
-
"Sender name": "
|
|
26
|
-
"Sender email": "
|
|
27
|
-
"List of emails in bcc": "
|
|
28
|
-
"List of emails in cc": "
|
|
29
|
-
"Email to receive replies on (defaults to sender)": "
|
|
30
|
-
"HTML is only allowed if you selected HTML as type": "HTML
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
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": "
|
|
37
|
+
"DELETE": "DELETE",
|
|
38
38
|
"HEAD": "HEAD"
|
|
39
39
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Resend": "
|
|
3
|
-
"Email for developers": "Email
|
|
4
|
-
"Send Email": "
|
|
5
|
-
"Custom API Call": "
|
|
6
|
-
"Send a text or HTML email": "
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
-
"To": "
|
|
9
|
-
"Sender Name": "
|
|
10
|
-
"Sender Email (From)": "Email
|
|
11
|
-
"BCC": "
|
|
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": "
|
|
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": "No
|
|
23
|
-
"Timeout (in seconds)": "
|
|
24
|
-
"Emails of the recipients": "
|
|
25
|
-
"Sender name": "
|
|
26
|
-
"Sender email": "
|
|
27
|
-
"List of emails in bcc": "
|
|
28
|
-
"List of emails in cc": "
|
|
29
|
-
"Email to receive replies on (defaults to sender)": "
|
|
30
|
-
"HTML is only allowed if you selected HTML as type": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
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/fr.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Resend": "Resend",
|
|
3
|
-
"Email for developers": "
|
|
4
|
-
"Send Email": "
|
|
5
|
-
"Custom API Call": "
|
|
6
|
-
"Send a text or HTML email": "
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
-
"To": "
|
|
9
|
-
"Sender Name": "
|
|
10
|
-
"Sender Email (From)": "
|
|
11
|
-
"BCC": "
|
|
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": "
|
|
14
|
-
"Subject": "
|
|
15
|
-
"Content Type": "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": "
|
|
28
|
-
"List of emails in cc": "
|
|
29
|
-
"Email to receive replies on (defaults to sender)": "
|
|
30
|
-
"HTML is only allowed if you selected HTML as type": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
33
|
-
"GET": "
|
|
34
|
-
"POST": "
|
|
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": "
|
|
37
|
-
"DELETE": "
|
|
38
|
-
"HEAD": "
|
|
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": "
|
|
6
|
-
"Send a text or HTML email": "
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
-
"To": "
|
|
9
|
-
"Sender Name": "
|
|
10
|
-
"Sender Email (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": "
|
|
29
|
-
"Email to receive replies on (defaults to sender)": "
|
|
30
|
-
"HTML is only allowed if you selected HTML as type": "HTML
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
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": "
|
|
3
|
-
"Email for developers": "
|
|
4
|
-
"Send Email": "
|
|
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": "
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
-
"To": "
|
|
9
|
-
"Sender Name": "
|
|
10
|
-
"Sender Email (From)": "
|
|
11
|
-
"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": "
|
|
14
|
-
"Subject": "
|
|
15
|
-
"Content Type": "Type
|
|
16
|
-
"Content": "
|
|
17
|
-
"Method": "
|
|
18
|
-
"Headers": "
|
|
19
|
-
"Query Parameters": "Query
|
|
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": "
|
|
28
|
-
"List of emails in cc": "
|
|
29
|
-
"Email to receive replies on (defaults to sender)": "
|
|
30
|
-
"HTML is only allowed if you selected HTML as type": "HTML is
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
33
|
-
"GET": "
|
|
34
|
-
"POST": "
|
|
35
|
-
"PATCH": "
|
|
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": "
|
|
38
|
-
"HEAD": "
|
|
37
|
+
"DELETE": "DELETE",
|
|
38
|
+
"HEAD": "HEAD"
|
|
39
39
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Resend": "
|
|
3
|
-
"Email for developers": "
|
|
4
|
-
"Send Email": "
|
|
5
|
-
"Custom API Call": "
|
|
6
|
-
"Send a text or HTML email": "
|
|
7
|
-
"Make a custom API call to a specific endpoint": "
|
|
8
|
-
"To": "
|
|
9
|
-
"Sender Name": "
|
|
10
|
-
"Sender Email (From)": "
|
|
11
|
-
"BCC": "
|
|
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": "
|
|
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": "
|
|
28
|
-
"List of emails in cc": "
|
|
29
|
-
"Email to receive replies on (defaults to sender)": "
|
|
30
|
-
"HTML is only allowed if you selected HTML as type": "HTML
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
33
|
-
"GET": "
|
|
34
|
-
"POST": "
|
|
35
|
-
"PATCH": "
|
|
36
|
-
"PUT": "
|
|
37
|
-
"DELETE": "
|
|
38
|
-
"HEAD": "
|
|
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": "
|
|
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": "
|
|
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
|
}
|