@activepieces/piece-microsoft-outlook 0.1.6 → 0.1.7
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 +32 -32
- package/src/i18n/es.json +35 -35
- package/src/i18n/ja.json +35 -35
- package/src/i18n/nl.json +36 -36
- package/src/i18n/pt.json +38 -38
- package/src/i18n/zh.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-outlook",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@microsoft/microsoft-graph-client": "3.0.7",
|
|
6
6
|
"@microsoft/microsoft-graph-types": "2.40.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"zod": "3.25.76",
|
|
17
17
|
"@activepieces/pieces-common": "0.7.0",
|
|
18
18
|
"@activepieces/pieces-framework": "0.18.4",
|
|
19
|
-
"@activepieces/shared": "0.19.
|
|
19
|
+
"@activepieces/shared": "0.19.1",
|
|
20
20
|
"tslib": "2.8.1"
|
|
21
21
|
},
|
|
22
22
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Outlook": "Microsoft Outlook",
|
|
3
|
-
"Send Email": "
|
|
4
|
-
"Download Attachment": "
|
|
5
|
-
"Reply to Email": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Sends an email using Microsoft Outlook.": "
|
|
8
|
-
"Download attachments from a specific email message.": "
|
|
9
|
-
"Reply to an outlook email.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"To Email(s)": "
|
|
3
|
+
"Send Email": "Send Email",
|
|
4
|
+
"Download Attachment": "Download Attachment",
|
|
5
|
+
"Reply to Email": "Reply to Email",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
8
|
+
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
9
|
+
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"To Email(s)": "To Email(s)",
|
|
12
12
|
"CC Email(s)": "CC Email(s)",
|
|
13
|
-
"BCC Email(s)": "BCC
|
|
14
|
-
"Subject": "
|
|
13
|
+
"BCC Email(s)": "BCC Email(s)",
|
|
14
|
+
"Subject": "Subject",
|
|
15
15
|
"Body Format": "Body Format",
|
|
16
|
-
"Body": "
|
|
17
|
-
"Attachments": "
|
|
18
|
-
"Message ID": "
|
|
19
|
-
"Reply Body": "
|
|
20
|
-
"CC Recipients": "CC
|
|
21
|
-
"BCC Recipients": "BCC
|
|
22
|
-
"Create Draft": "
|
|
23
|
-
"Method": "
|
|
24
|
-
"Headers": "
|
|
25
|
-
"Query Parameters": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "Timeout (in
|
|
29
|
-
"The ID of the email message containing the attachment.": "
|
|
30
|
-
"If enabled, creates draft without sending.": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
16
|
+
"Body": "Body",
|
|
17
|
+
"Attachments": "Attachments",
|
|
18
|
+
"Message ID": "Message ID",
|
|
19
|
+
"Reply Body": "Reply Body",
|
|
20
|
+
"CC Recipients": "CC Recipients",
|
|
21
|
+
"BCC Recipients": "BCC Recipients",
|
|
22
|
+
"Create Draft": "Create Draft",
|
|
23
|
+
"Method": "Method",
|
|
24
|
+
"Headers": "Headers",
|
|
25
|
+
"Query Parameters": "Query Parameters",
|
|
26
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
+
"No Error on Failure": "No Error on Failure",
|
|
28
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
29
|
+
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
30
|
+
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
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
33
|
"HTML": "HTML",
|
|
34
34
|
"Text": "Text",
|
|
35
|
-
"GET": "
|
|
35
|
+
"GET": "GET",
|
|
36
36
|
"POST": "POST",
|
|
37
37
|
"PATCH": "PATCH",
|
|
38
38
|
"PUT": "PUT",
|
|
39
|
-
"DELETE": "
|
|
39
|
+
"DELETE": "DELETE",
|
|
40
40
|
"HEAD": "HEAD",
|
|
41
|
-
"New Email": "
|
|
42
|
-
"Triggers when a new email is received in the inbox.": "
|
|
41
|
+
"New Email": "New Email",
|
|
42
|
+
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
43
43
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Outlook": "Microsoft Outlook",
|
|
3
|
-
"Send Email": "
|
|
4
|
-
"Download Attachment": "
|
|
5
|
-
"Reply to Email": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Sends an email using Microsoft Outlook.": "
|
|
8
|
-
"Download attachments from a specific email message.": "
|
|
9
|
-
"Reply to an outlook email.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"To Email(s)": "
|
|
3
|
+
"Send Email": "Send Email",
|
|
4
|
+
"Download Attachment": "Download Attachment",
|
|
5
|
+
"Reply to Email": "Reply to Email",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
8
|
+
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
9
|
+
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"To Email(s)": "To Email(s)",
|
|
12
12
|
"CC Email(s)": "CC Email(s)",
|
|
13
|
-
"BCC Email(s)": "
|
|
14
|
-
"Subject": "
|
|
15
|
-
"Body Format": "
|
|
16
|
-
"Body": "
|
|
17
|
-
"Attachments": "
|
|
18
|
-
"Message ID": "ID
|
|
19
|
-
"Reply Body": "
|
|
20
|
-
"CC Recipients": "
|
|
21
|
-
"BCC Recipients": "
|
|
22
|
-
"Create Draft": "
|
|
23
|
-
"Method": "
|
|
24
|
-
"Headers": "
|
|
25
|
-
"Query Parameters": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "No
|
|
28
|
-
"Timeout (in seconds)": "
|
|
29
|
-
"The ID of the email message containing the attachment.": "
|
|
30
|
-
"If enabled, creates draft without sending.": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
13
|
+
"BCC Email(s)": "BCC Email(s)",
|
|
14
|
+
"Subject": "Subject",
|
|
15
|
+
"Body Format": "Body Format",
|
|
16
|
+
"Body": "Body",
|
|
17
|
+
"Attachments": "Attachments",
|
|
18
|
+
"Message ID": "Message ID",
|
|
19
|
+
"Reply Body": "Reply Body",
|
|
20
|
+
"CC Recipients": "CC Recipients",
|
|
21
|
+
"BCC Recipients": "BCC Recipients",
|
|
22
|
+
"Create Draft": "Create Draft",
|
|
23
|
+
"Method": "Method",
|
|
24
|
+
"Headers": "Headers",
|
|
25
|
+
"Query Parameters": "Query Parameters",
|
|
26
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
+
"No Error on Failure": "No Error on Failure",
|
|
28
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
29
|
+
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
30
|
+
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
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
33
|
"HTML": "HTML",
|
|
34
|
-
"Text": "
|
|
35
|
-
"GET": "
|
|
34
|
+
"Text": "Text",
|
|
35
|
+
"GET": "GET",
|
|
36
36
|
"POST": "POST",
|
|
37
37
|
"PATCH": "PATCH",
|
|
38
38
|
"PUT": "PUT",
|
|
39
|
-
"DELETE": "
|
|
40
|
-
"HEAD": "
|
|
41
|
-
"New Email": "
|
|
42
|
-
"Triggers when a new email is received in the inbox.": "
|
|
39
|
+
"DELETE": "DELETE",
|
|
40
|
+
"HEAD": "HEAD",
|
|
41
|
+
"New Email": "New Email",
|
|
42
|
+
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
43
43
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Outlook": "Microsoft Outlook",
|
|
3
|
-
"Send Email": "
|
|
4
|
-
"Download Attachment": "
|
|
5
|
-
"Reply to Email": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Sends an email using Microsoft Outlook.": "Microsoft Outlook
|
|
8
|
-
"Download attachments from a specific email message.": "
|
|
9
|
-
"Reply to an outlook email.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"To Email(s)": "
|
|
3
|
+
"Send Email": "Send Email",
|
|
4
|
+
"Download Attachment": "Download Attachment",
|
|
5
|
+
"Reply to Email": "Reply to Email",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
8
|
+
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
9
|
+
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"To Email(s)": "To Email(s)",
|
|
12
12
|
"CC Email(s)": "CC Email(s)",
|
|
13
|
-
"BCC Email(s)": "BCC
|
|
14
|
-
"Subject": "
|
|
15
|
-
"Body Format": "
|
|
16
|
-
"Body": "
|
|
17
|
-
"Attachments": "
|
|
18
|
-
"Message ID": "
|
|
19
|
-
"Reply Body": "
|
|
20
|
-
"CC Recipients": "CC
|
|
21
|
-
"BCC Recipients": "BCC
|
|
22
|
-
"Create Draft": "
|
|
23
|
-
"Method": "
|
|
24
|
-
"Headers": "
|
|
25
|
-
"Query Parameters": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
29
|
-
"The ID of the email message containing the attachment.": "
|
|
30
|
-
"If enabled, creates draft without sending.": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
13
|
+
"BCC Email(s)": "BCC Email(s)",
|
|
14
|
+
"Subject": "Subject",
|
|
15
|
+
"Body Format": "Body Format",
|
|
16
|
+
"Body": "Body",
|
|
17
|
+
"Attachments": "Attachments",
|
|
18
|
+
"Message ID": "Message ID",
|
|
19
|
+
"Reply Body": "Reply Body",
|
|
20
|
+
"CC Recipients": "CC Recipients",
|
|
21
|
+
"BCC Recipients": "BCC Recipients",
|
|
22
|
+
"Create Draft": "Create Draft",
|
|
23
|
+
"Method": "Method",
|
|
24
|
+
"Headers": "Headers",
|
|
25
|
+
"Query Parameters": "Query Parameters",
|
|
26
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
+
"No Error on Failure": "No Error on Failure",
|
|
28
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
29
|
+
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
30
|
+
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
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
33
|
"HTML": "HTML",
|
|
34
|
-
"Text": "
|
|
35
|
-
"GET": "
|
|
34
|
+
"Text": "Text",
|
|
35
|
+
"GET": "GET",
|
|
36
36
|
"POST": "POST",
|
|
37
37
|
"PATCH": "PATCH",
|
|
38
38
|
"PUT": "PUT",
|
|
39
|
-
"DELETE": "
|
|
40
|
-
"HEAD": "
|
|
41
|
-
"New Email": "
|
|
42
|
-
"Triggers when a new email is received in the inbox.": "
|
|
39
|
+
"DELETE": "DELETE",
|
|
40
|
+
"HEAD": "HEAD",
|
|
41
|
+
"New Email": "New Email",
|
|
42
|
+
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
43
43
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Outlook": "Microsoft Outlook",
|
|
3
|
-
"Send Email": "
|
|
4
|
-
"Download Attachment": "
|
|
5
|
-
"Reply to Email": "
|
|
3
|
+
"Send Email": "Send Email",
|
|
4
|
+
"Download Attachment": "Download Attachment",
|
|
5
|
+
"Reply to Email": "Reply to Email",
|
|
6
6
|
"Custom API Call": "Custom API Call",
|
|
7
|
-
"Sends an email using Microsoft Outlook.": "
|
|
8
|
-
"Download attachments from a specific email message.": "
|
|
9
|
-
"Reply to an outlook email.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"To Email(s)": "
|
|
7
|
+
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
8
|
+
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
9
|
+
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"To Email(s)": "To Email(s)",
|
|
12
12
|
"CC Email(s)": "CC Email(s)",
|
|
13
|
-
"BCC Email(s)": "BCC
|
|
14
|
-
"Subject": "
|
|
15
|
-
"Body Format": "
|
|
16
|
-
"Body": "
|
|
17
|
-
"Attachments": "
|
|
18
|
-
"Message ID": "
|
|
19
|
-
"Reply Body": "
|
|
20
|
-
"CC Recipients": "CC
|
|
21
|
-
"BCC Recipients": "BCC
|
|
22
|
-
"Create Draft": "
|
|
23
|
-
"Method": "
|
|
24
|
-
"Headers": "
|
|
25
|
-
"Query Parameters": "Query
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
29
|
-
"The ID of the email message containing the attachment.": "
|
|
30
|
-
"If enabled, creates draft without sending.": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
13
|
+
"BCC Email(s)": "BCC Email(s)",
|
|
14
|
+
"Subject": "Subject",
|
|
15
|
+
"Body Format": "Body Format",
|
|
16
|
+
"Body": "Body",
|
|
17
|
+
"Attachments": "Attachments",
|
|
18
|
+
"Message ID": "Message ID",
|
|
19
|
+
"Reply Body": "Reply Body",
|
|
20
|
+
"CC Recipients": "CC Recipients",
|
|
21
|
+
"BCC Recipients": "BCC Recipients",
|
|
22
|
+
"Create Draft": "Create Draft",
|
|
23
|
+
"Method": "Method",
|
|
24
|
+
"Headers": "Headers",
|
|
25
|
+
"Query Parameters": "Query Parameters",
|
|
26
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
+
"No Error on Failure": "No Error on Failure",
|
|
28
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
29
|
+
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
30
|
+
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
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
33
|
"HTML": "HTML",
|
|
34
|
-
"Text": "
|
|
35
|
-
"GET": "
|
|
36
|
-
"POST": "
|
|
37
|
-
"PATCH": "
|
|
34
|
+
"Text": "Text",
|
|
35
|
+
"GET": "GET",
|
|
36
|
+
"POST": "POST",
|
|
37
|
+
"PATCH": "PATCH",
|
|
38
38
|
"PUT": "PUT",
|
|
39
|
-
"DELETE": "
|
|
40
|
-
"HEAD": "
|
|
41
|
-
"New Email": "
|
|
42
|
-
"Triggers when a new email is received in the inbox.": "
|
|
39
|
+
"DELETE": "DELETE",
|
|
40
|
+
"HEAD": "HEAD",
|
|
41
|
+
"New Email": "New Email",
|
|
42
|
+
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
43
43
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Outlook": "Microsoft Outlook",
|
|
3
|
-
"Send Email": "
|
|
4
|
-
"Download Attachment": "
|
|
5
|
-
"Reply to Email": "
|
|
6
|
-
"Custom API Call": "
|
|
7
|
-
"Sends an email using Microsoft Outlook.": "
|
|
8
|
-
"Download attachments from a specific email message.": "Download
|
|
9
|
-
"Reply to an outlook email.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"To Email(s)": "
|
|
3
|
+
"Send Email": "Send Email",
|
|
4
|
+
"Download Attachment": "Download Attachment",
|
|
5
|
+
"Reply to Email": "Reply to Email",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
8
|
+
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
9
|
+
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"To Email(s)": "To Email(s)",
|
|
12
12
|
"CC Email(s)": "CC Email(s)",
|
|
13
|
-
"BCC Email(s)": "
|
|
14
|
-
"Subject": "
|
|
15
|
-
"Body Format": "
|
|
16
|
-
"Body": "
|
|
17
|
-
"Attachments": "
|
|
18
|
-
"Message ID": "ID
|
|
19
|
-
"Reply Body": "
|
|
20
|
-
"CC Recipients": "
|
|
21
|
-
"BCC Recipients": "
|
|
22
|
-
"Create Draft": "
|
|
23
|
-
"Method": "
|
|
24
|
-
"Headers": "
|
|
25
|
-
"Query Parameters": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
29
|
-
"The ID of the email message containing the attachment.": "
|
|
30
|
-
"If enabled, creates draft without sending.": "
|
|
31
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
32
|
-
"Enable for files like PDFs, images, etc..": "
|
|
13
|
+
"BCC Email(s)": "BCC Email(s)",
|
|
14
|
+
"Subject": "Subject",
|
|
15
|
+
"Body Format": "Body Format",
|
|
16
|
+
"Body": "Body",
|
|
17
|
+
"Attachments": "Attachments",
|
|
18
|
+
"Message ID": "Message ID",
|
|
19
|
+
"Reply Body": "Reply Body",
|
|
20
|
+
"CC Recipients": "CC Recipients",
|
|
21
|
+
"BCC Recipients": "BCC Recipients",
|
|
22
|
+
"Create Draft": "Create Draft",
|
|
23
|
+
"Method": "Method",
|
|
24
|
+
"Headers": "Headers",
|
|
25
|
+
"Query Parameters": "Query Parameters",
|
|
26
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
+
"No Error on Failure": "No Error on Failure",
|
|
28
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
29
|
+
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
30
|
+
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
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
33
|
"HTML": "HTML",
|
|
34
|
-
"Text": "
|
|
35
|
-
"GET": "
|
|
36
|
-
"POST": "
|
|
37
|
-
"PATCH": "
|
|
38
|
-
"PUT": "
|
|
39
|
-
"DELETE": "
|
|
40
|
-
"HEAD": "
|
|
41
|
-
"New Email": "
|
|
42
|
-
"Triggers when a new email is received in the inbox.": "
|
|
34
|
+
"Text": "Text",
|
|
35
|
+
"GET": "GET",
|
|
36
|
+
"POST": "POST",
|
|
37
|
+
"PATCH": "PATCH",
|
|
38
|
+
"PUT": "PUT",
|
|
39
|
+
"DELETE": "DELETE",
|
|
40
|
+
"HEAD": "HEAD",
|
|
41
|
+
"New Email": "New Email",
|
|
42
|
+
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
43
43
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -3,41 +3,41 @@
|
|
|
3
3
|
"Send Email": "Send Email",
|
|
4
4
|
"Download Attachment": "Download Attachment",
|
|
5
5
|
"Reply to Email": "Reply to Email",
|
|
6
|
-
"Custom API Call": "
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
7
|
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
8
8
|
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
9
9
|
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
11
|
"To Email(s)": "To Email(s)",
|
|
12
12
|
"CC Email(s)": "CC Email(s)",
|
|
13
13
|
"BCC Email(s)": "BCC Email(s)",
|
|
14
14
|
"Subject": "Subject",
|
|
15
15
|
"Body Format": "Body Format",
|
|
16
|
-
"Body": "
|
|
16
|
+
"Body": "Body",
|
|
17
17
|
"Attachments": "Attachments",
|
|
18
18
|
"Message ID": "Message ID",
|
|
19
19
|
"Reply Body": "Reply Body",
|
|
20
20
|
"CC Recipients": "CC Recipients",
|
|
21
21
|
"BCC Recipients": "BCC Recipients",
|
|
22
22
|
"Create Draft": "Create Draft",
|
|
23
|
-
"Method": "
|
|
24
|
-
"Headers": "
|
|
25
|
-
"Query Parameters": "
|
|
23
|
+
"Method": "Method",
|
|
24
|
+
"Headers": "Headers",
|
|
25
|
+
"Query Parameters": "Query Parameters",
|
|
26
26
|
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
27
|
+
"No Error on Failure": "No Error on Failure",
|
|
28
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
29
29
|
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
30
30
|
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
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
33
|
"HTML": "HTML",
|
|
34
|
-
"Text": "
|
|
35
|
-
"GET": "
|
|
36
|
-
"POST": "
|
|
34
|
+
"Text": "Text",
|
|
35
|
+
"GET": "GET",
|
|
36
|
+
"POST": "POST",
|
|
37
37
|
"PATCH": "PATCH",
|
|
38
|
-
"PUT": "
|
|
39
|
-
"DELETE": "
|
|
40
|
-
"HEAD": "
|
|
38
|
+
"PUT": "PUT",
|
|
39
|
+
"DELETE": "DELETE",
|
|
40
|
+
"HEAD": "HEAD",
|
|
41
41
|
"New Email": "New Email",
|
|
42
42
|
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
43
43
|
}
|