@activepieces/piece-gmail 0.9.2 → 0.9.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/i18n/zh.json +52 -52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-gmail",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
package/src/i18n/zh.json CHANGED
@@ -1,62 +1,62 @@
1
1
  {
2
2
  "Gmail": "Gmail",
3
- "Email service by Google": "Google提供的電子郵件服務",
4
- "Send Email": "發送電子郵件",
5
- "Custom API Call": "自定義 API 呼叫",
6
- "Send an email through a Gmail account": "通過Gmail帳戶發送電子郵件",
7
- "Make a custom API call to a specific endpoint": "將一個自定義 API 呼叫到一個特定的終點",
8
- "Receiver Email (To)": "收件者電子郵件 (收件地址)",
9
- "CC Email": "抄送電子郵件",
10
- "BCC Email": "密件抄送電子郵件",
11
- "Subject": "主題",
12
- "Body Type": "正文類型",
13
- "Body": "正文內容",
14
- "Reply-To Email": "回覆至電子郵件",
15
- "Sender Name": "寄件者姓名",
16
- "Sender Email": "寄件者電子郵件",
3
+ "Email service by Google": "Email service by Google",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "自定义 API 呼叫",
6
+ "Send an email through a Gmail account": "Send an email through a Gmail account",
7
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
8
+ "Receiver Email (To)": "Receiver Email (To)",
9
+ "CC Email": "CC Email",
10
+ "BCC Email": "BCC Email",
11
+ "Subject": "Subject",
12
+ "Body Type": "Body Type",
13
+ "Body": "正文内容",
14
+ "Reply-To Email": "Reply-To Email",
15
+ "Sender Name": "发件人姓名",
16
+ "Sender Email": "发件人电子邮件",
17
17
  "Attachments": "Attachments",
18
- "In reply to": "回覆",
19
- "Create draft": "創建草稿",
18
+ "In reply to": "In reply to",
19
+ "Create draft": "Create draft",
20
20
  "Method": "方法",
21
- "Headers": "信頭",
22
- "Query Parameters": "查詢參數",
21
+ "Headers": "信头",
22
+ "Query Parameters": "查询参数",
23
23
  "Response is Binary ?": "Response is Binary ?",
24
- "No Error on Failure": "失敗時沒有錯誤",
25
- "Timeout (in seconds)": "超時(以秒為單位)",
26
- "Body for the email you want to send": "您要發送的電子郵件正文",
27
- "Email address to set as the \"Reply-To\" header": "設為 \"回覆至\" 標頭的電子郵件地址",
28
- "The address must be listed in your GMail account's settings": "該地址必須列在您GMail 帳戶的設置中",
29
- "Reply to this Message-ID": "回覆此訊息 ID",
30
- "Create draft without sending the actual email": "創建草稿而不發送實際電子郵件",
31
- "Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
24
+ "No Error on Failure": "失败时没有错误",
25
+ "Timeout (in seconds)": "超时(秒)",
26
+ "Body for the email you want to send": "Body for the email you want to send",
27
+ "Email address to set as the \"Reply-To\" header": "Email address to set as the \"Reply-To\" header",
28
+ "The address must be listed in your GMail account's settings": "The address must be listed in your GMail account's settings",
29
+ "Reply to this Message-ID": "Reply to this Message-ID",
30
+ "Create draft without sending the actual email": "Create draft without sending the actual email",
31
+ "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
- "plain text": "純文本",
34
- "html": "HTML",
35
- "GET": "獲取",
33
+ "plain text": "plain text",
34
+ "html": "html",
35
+ "GET": "获取",
36
36
  "POST": "帖子",
37
37
  "PATCH": "PATCH",
38
- "PUT": "PUT",
39
- "DELETE": "刪除",
38
+ "PUT": "弹出",
39
+ "DELETE": "删除",
40
40
  "HEAD": "黑色",
41
- "New Email": "新電子郵件",
42
- "New Labeled Email": "新標籤電子郵件",
43
- "Triggers when new mail is found in your Gmail inbox": "在您的Gmail收件箱中找到新郵件時觸發",
44
- "Triggers when a label is added to an email": "當將標籤添加到電子郵件時觸發",
45
- "Email subject": "電子郵件主題",
46
- "Email sender": "電子郵件發件人",
47
- "Email recipient": "電子郵件收件人",
48
- "Label": "標籤",
49
- "Category": "類別",
50
- "The email subject": "電子郵件主題",
51
- "Optional filteration, leave empty to filter based on the email sender": "可選篩選,留空以根據電子郵件發件人篩選",
52
- "Optional filteration, leave empty to filter based on the email recipient": "可選篩選,留空以根據電子郵件收件人篩選",
53
- "Optional filteration, leave unselected to filter based on the email label": "可選篩選,留空以根據電子郵件標籤篩選",
54
- "Optional filteration, leave unselected to filter based on the email category": "可選篩選,留空以根據電子郵件類別篩選",
55
- "Primary": "主要",
56
- "Social": "社交",
57
- "Promotions": "促銷",
58
- "Updates": "更新",
59
- "Forums": "論壇",
60
- "Reservations": "預訂",
61
- "Purchases": "購買"
41
+ "New Email": "New Email",
42
+ "New Labeled Email": "New Labeled Email",
43
+ "Triggers when new mail is found in your Gmail inbox": "Triggers when new mail is found in your Gmail inbox",
44
+ "Triggers when a label is added to an email": "Triggers when a label is added to an email",
45
+ "Email subject": "Email subject",
46
+ "Email sender": "Email sender",
47
+ "Email recipient": "Email recipient",
48
+ "Label": "Label",
49
+ "Category": "Category",
50
+ "The email subject": "The email subject",
51
+ "Optional filteration, leave empty to filter based on the email sender": "Optional filteration, leave empty to filter based on the email sender",
52
+ "Optional filteration, leave empty to filter based on the email recipient": "Optional filteration, leave empty to filter based on the email recipient",
53
+ "Optional filteration, leave unselected to filter based on the email label": "Optional filteration, leave unselected to filter based on the email label",
54
+ "Optional filteration, leave unselected to filter based on the email category": "Optional filteration, leave unselected to filter based on the email category",
55
+ "Primary": "Primary",
56
+ "Social": "Social",
57
+ "Promotions": "Promotions",
58
+ "Updates": "Updates",
59
+ "Forums": "Forums",
60
+ "Reservations": "Reservations",
61
+ "Purchases": "Purchases"
62
62
  }