@guayaba/workflow-piece-gmail 0.12.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.
- package/.babelrc +3 -0
- package/.eslintrc.json +37 -0
- package/README.md +5 -0
- package/assets/logo.png +0 -0
- package/package.json +31 -0
- package/src/i18n/ca.json +63 -0
- package/src/i18n/de.json +129 -0
- package/src/i18n/es.json +129 -0
- package/src/i18n/fr.json +129 -0
- package/src/i18n/hi.json +63 -0
- package/src/i18n/id.json +63 -0
- package/src/i18n/ja.json +129 -0
- package/src/i18n/nl.json +129 -0
- package/src/i18n/pt.json +129 -0
- package/src/i18n/ru.json +63 -0
- package/src/i18n/translation.json +129 -0
- package/src/i18n/vi.json +63 -0
- package/src/i18n/zh.json +129 -0
- package/src/index.ts +69 -0
- package/src/lib/actions/create-draft-reply-action.ts +306 -0
- package/src/lib/actions/get-mail-action.ts +44 -0
- package/src/lib/actions/get-thread-action.ts +39 -0
- package/src/lib/actions/reply-to-email-action.ts +220 -0
- package/src/lib/actions/request-approval-in-email.ts +194 -0
- package/src/lib/actions/search-email-action.ts +211 -0
- package/src/lib/actions/send-email-action.ts +205 -0
- package/src/lib/auth.ts +116 -0
- package/src/lib/common/data.ts +268 -0
- package/src/lib/common/models.ts +91 -0
- package/src/lib/common/props.ts +256 -0
- package/src/lib/triggers/new-attachment.ts +198 -0
- package/src/lib/triggers/new-conversation.ts +413 -0
- package/src/lib/triggers/new-email.ts +167 -0
- package/src/lib/triggers/new-label.ts +77 -0
- package/src/lib/triggers/new-labeled-email.ts +192 -0
- package/tsconfig.json +16 -0
- package/tsconfig.lib.json +15 -0
package/src/i18n/id.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Gmail": "Gmail",
|
|
3
|
+
"Email service by Google": "Email service by Google",
|
|
4
|
+
"Send Email": "Send Email",
|
|
5
|
+
"Custom API Call": "Custom API Call",
|
|
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": "Make a custom API call to a specific endpoint",
|
|
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": "Body",
|
|
14
|
+
"Reply-To Email": "Reply-To Email",
|
|
15
|
+
"Sender Name": "Sender Name",
|
|
16
|
+
"Sender Email": "Sender Email",
|
|
17
|
+
"Attachment": "Attachment",
|
|
18
|
+
"Attachment Name": "Attachment Name",
|
|
19
|
+
"In reply to": "In reply to",
|
|
20
|
+
"Create draft": "Create draft",
|
|
21
|
+
"Method": "Method",
|
|
22
|
+
"Headers": "Headers",
|
|
23
|
+
"Query Parameters": "Query Parameters",
|
|
24
|
+
"No Error on Failure": "No Error on Failure",
|
|
25
|
+
"Timeout (in seconds)": "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
|
+
"File to attach to the email you want to send": "File to attach to the email you want to send",
|
|
30
|
+
"In case you want to change the name of the attachment": "In case you want to change the name of the attachment",
|
|
31
|
+
"Reply to this Message-ID": "Reply to this Message-ID",
|
|
32
|
+
"Create draft without sending the actual email": "Create draft without sending the actual email",
|
|
33
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
34
|
+
"plain text": "plain text",
|
|
35
|
+
"html": "html",
|
|
36
|
+
"GET": "GET",
|
|
37
|
+
"POST": "POST",
|
|
38
|
+
"PATCH": "PATCH",
|
|
39
|
+
"PUT": "PUT",
|
|
40
|
+
"DELETE": "DELETE",
|
|
41
|
+
"HEAD": "HEAD",
|
|
42
|
+
"New Email": "New Email",
|
|
43
|
+
"New Labeled Email": "New Labeled Email",
|
|
44
|
+
"Triggers when new mail is found in your Gmail inbox": "Triggers when new mail is found in your Gmail inbox",
|
|
45
|
+
"Triggers when a label is added to an email": "Triggers when a label is added to an email",
|
|
46
|
+
"Email subject": "Email subject",
|
|
47
|
+
"Email sender": "Email sender",
|
|
48
|
+
"Email recipient": "Email recipient",
|
|
49
|
+
"Label": "Label",
|
|
50
|
+
"Category": "Category",
|
|
51
|
+
"The email subject": "The email subject",
|
|
52
|
+
"Optional filteration, leave empty to filter based on the email sender": "Optional filteration, leave empty to filter based on the email sender",
|
|
53
|
+
"Optional filteration, leave empty to filter based on the email recipient": "Optional filteration, leave empty to filter based on the email recipient",
|
|
54
|
+
"Optional filteration, leave unselected to filter based on the email label": "Optional filteration, leave unselected to filter based on the email label",
|
|
55
|
+
"Optional filteration, leave unselected to filter based on the email category": "Optional filteration, leave unselected to filter based on the email category",
|
|
56
|
+
"Primary": "Primary",
|
|
57
|
+
"Social": "Social",
|
|
58
|
+
"Promotions": "Promotions",
|
|
59
|
+
"Updates": "Updates",
|
|
60
|
+
"Forums": "Forums",
|
|
61
|
+
"Reservations": "Reservations",
|
|
62
|
+
"Purchases": "Purchases"
|
|
63
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email service by Google": "Google のメール サービス",
|
|
3
|
+
"Send Email": "メール送信",
|
|
4
|
+
"Request Approval in Email": "電子メールで承認を要求する",
|
|
5
|
+
"Reply to Email": "メールに返信",
|
|
6
|
+
"Create Draft Reply": "ドラフトの返信を作成",
|
|
7
|
+
"Get Email": "メールを取得",
|
|
8
|
+
"Find Email": "電子メールを検索",
|
|
9
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
10
|
+
"Send an email through a Gmail account": "Gmail アカウントを通じてメールを送信",
|
|
11
|
+
"Send approval request email and then wait until the email is approved or disapproved": "承認リクエストメールを送信し、メールが承認されるか不承認になるまでお待ちください",
|
|
12
|
+
"Reply to an existing email.": "既存のメールに返信します。",
|
|
13
|
+
"Creates a draft reply to an existing email.": "既存のメールへの下書き返信を作成します。",
|
|
14
|
+
"Get an email via Id.": "ID でメールを受信します。",
|
|
15
|
+
"Find emails using advanced search criteria. At least one search filter (from, to, subject, label, category, date, content, or attachment) is required.": "高度な検索条件を使用してメールを検索します。少なくとも1つの検索フィルタ(from、to、subject、category、date、content、またはattachment)が必要です。",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
17
|
+
"Receiver Email (To)": "受信者メールアドレス (宛先)",
|
|
18
|
+
"CC Email": "CCメール",
|
|
19
|
+
"BCC Email": "BCCのメール",
|
|
20
|
+
"Subject": "件名",
|
|
21
|
+
"Body Type": "ボディタイプ",
|
|
22
|
+
"Body": "本文",
|
|
23
|
+
"Reply-To Email": "返信先メールアドレス",
|
|
24
|
+
"Sender Name": "送信者名",
|
|
25
|
+
"Sender Email": "送信者メールアドレス",
|
|
26
|
+
"Attachments": "添付ファイル",
|
|
27
|
+
"In reply to": "返信先",
|
|
28
|
+
"Create draft": "下書きを作成",
|
|
29
|
+
"Message": "メッセージ",
|
|
30
|
+
"Reply Type": "返信タイプ",
|
|
31
|
+
"Reply Body": "本文に返信",
|
|
32
|
+
"Attachment": "添付ファイル",
|
|
33
|
+
"Attachment Name": "添付ファイル名",
|
|
34
|
+
"Draft Reply Body": "ドラフトの返信本文",
|
|
35
|
+
"Include Original Message": "元のメッセージを含める",
|
|
36
|
+
"Message ID": "メッセージID",
|
|
37
|
+
"Email sender": "メール送信者",
|
|
38
|
+
"Email recipient": "受信者のメールアドレス",
|
|
39
|
+
"Email subject": "メールの件名",
|
|
40
|
+
"Email Content": "Email Content",
|
|
41
|
+
"Has Attachment": "添付ファイルあり",
|
|
42
|
+
"Label": "ラベル",
|
|
43
|
+
"Category": "カテゴリ",
|
|
44
|
+
"After Date": "終了日",
|
|
45
|
+
"Before Date": "終了日",
|
|
46
|
+
"Include Spam & Trash": "スパムとゴミ箱を含む",
|
|
47
|
+
"Max Results": "最大結果",
|
|
48
|
+
"Method": "方法",
|
|
49
|
+
"Headers": "ヘッダー",
|
|
50
|
+
"Query Parameters": "クエリパラメータ",
|
|
51
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
52
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
53
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
54
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
55
|
+
"Body for the email you want to send": "送信したいメールの本文",
|
|
56
|
+
"Email address to set as the \"Reply-To\" header": "\"Reply-To\" ヘッダーとして設定するメールアドレス",
|
|
57
|
+
"The address must be listed in your GMail account's settings": "アドレスはGmailアカウントの設定に登録されている必要があります",
|
|
58
|
+
"Reply to this Message-ID": "このメッセージIDへの返信",
|
|
59
|
+
"Create draft without sending the actual email": "実際のメールを送信せずに下書きを作成する",
|
|
60
|
+
"The email address of the recipient who will receive the approval request.": "承認リクエストを受け取る受信者のメールアドレス",
|
|
61
|
+
"The email addresses of the recipients who will receive a carbon copy of the approval request.": "承認要求の炭素コピーを受け取る受信者の電子メールアドレス。",
|
|
62
|
+
"The email addresses of the recipients who will receive a blind carbon copy of the approval request.": "承認要求の盲目炭素コピーを受け取る受信者の電子メールアドレス。",
|
|
63
|
+
"The subject of the approval request email.": "承認リクエストメールの件名",
|
|
64
|
+
"Select a message from the list or enter a message ID manually.": "リストからメッセージを選択するか、手動でメッセージ ID を入力します。",
|
|
65
|
+
"Choose whether to reply to sender only or to all recipients": "送信者のみに返信するか、すべての受信者に返信するかを選択してください",
|
|
66
|
+
"Your reply message content": "返信メッセージの内容",
|
|
67
|
+
"Optional sender name to display": "表示する任意の送信者名",
|
|
68
|
+
"Optional file to attach to your reply": "返信に添付するオプションのファイル",
|
|
69
|
+
"Custom name for the attachment": "添付ファイルの名前をカスタマイズ",
|
|
70
|
+
"Your draft reply message content": "下書き返信メッセージの内容",
|
|
71
|
+
"Include the original message content in the draft reply": "下書き返信に元のメッセージの内容を含める",
|
|
72
|
+
"Optional file to attach to your draft reply": "下書き返信に添付するオプションのファイル",
|
|
73
|
+
"The messageId of the mail to read.": "読み込むメールのメッセージID。",
|
|
74
|
+
"Optional filteration, leave empty to filter based on the email sender": "オプションのフィルタリング。メール送信者に基づいてフィルタリングするには空のままにしてください",
|
|
75
|
+
"Optional filteration, leave empty to filter based on the email recipient": "オプションのフィルタ、メールの受信者に基づいてフィルタリングするには空白のままにしてください",
|
|
76
|
+
"The email subject": "メールの件名",
|
|
77
|
+
"Search for specific text within email body": "メール本文内の特定のテキストを検索",
|
|
78
|
+
"Only find emails with attachments": "添付ファイルのあるメールのみを検索",
|
|
79
|
+
"Search for emails with specific attachment filename": "特定の添付ファイル名のメールを検索",
|
|
80
|
+
"Optional filteration, leave unselected to filter based on the email label": "オプションのフィルタリング、メールラベルに基づいてフィルタリングするために未選択のままにしてください",
|
|
81
|
+
"Optional filteration, leave unselected to filter based on the email category": "オプションのフィルタ、メールカテゴリに基づいてフィルタリングするために未選択のままにしてください",
|
|
82
|
+
"Find emails sent after this date": "この日付以降に送信されたメールを検索",
|
|
83
|
+
"Find emails sent before this date": "この日付以前に送信されたメールを検索",
|
|
84
|
+
"Include emails from Spam and Trash folders in search results": "検索結果に迷惑メールやゴミ箱フォルダからのメールを含める",
|
|
85
|
+
"Maximum number of emails to return (1-500)": "リターンするメールの最大数(1-500)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
88
|
+
"plain text": "プレーンテキスト",
|
|
89
|
+
"html": "html",
|
|
90
|
+
"Reply (to sender only)": "返信(送信者のみ)",
|
|
91
|
+
"Reply All (to all recipients)": "全員に返信 (すべての受信者に)",
|
|
92
|
+
"Plain text": "プレーンテキスト",
|
|
93
|
+
"HTML": "HTML",
|
|
94
|
+
"Primary": "プライマリ(プライマリ)",
|
|
95
|
+
"Social": "ソーシャル",
|
|
96
|
+
"Promotions": "プロモーション",
|
|
97
|
+
"Updates": "更新",
|
|
98
|
+
"Forums": "フォーラム",
|
|
99
|
+
"Reservations": "予約",
|
|
100
|
+
"Purchases": "購入",
|
|
101
|
+
"GET": "取得",
|
|
102
|
+
"POST": "POST",
|
|
103
|
+
"PATCH": "PATCH",
|
|
104
|
+
"PUT": "PUT",
|
|
105
|
+
"DELETE": "削除",
|
|
106
|
+
"HEAD": "頭",
|
|
107
|
+
"None": "なし",
|
|
108
|
+
"JSON": "JSON",
|
|
109
|
+
"Form Data": "フォームデータ",
|
|
110
|
+
"Raw": "Raw",
|
|
111
|
+
"New Email": "新しいメール",
|
|
112
|
+
"New Labeled Email": "新しいラベル付きメール",
|
|
113
|
+
"New Attachment": "新しい添付ファイル",
|
|
114
|
+
"New Label": "新しいラベル",
|
|
115
|
+
"Triggers when new mail is found in your Gmail inbox": "Gmailの受信トレイに新しいメールが見つかったときにトリガーします",
|
|
116
|
+
"Triggers when a label is added to an email": "電子メールにラベルが追加されたときにトリガーします",
|
|
117
|
+
"Triggers when an email with an attachment arrives.": "添付ファイルのあるメールが到着したときにトリガーします。",
|
|
118
|
+
"Triggers when a new label is created.": "新しいラベルが作成されたときにトリガーします。",
|
|
119
|
+
"From": "差出人:",
|
|
120
|
+
"To": "終了日",
|
|
121
|
+
"Subject Contains": "件名を含む",
|
|
122
|
+
"File Extension": "ファイル拡張子",
|
|
123
|
+
"Filter by sender email.": "送信者メールで絞り込みます。",
|
|
124
|
+
"Filter by recipient email.": "受信者のメールアドレスで絞り込みます。",
|
|
125
|
+
"Only trigger for emails containing this text in the subject.": "件名にこのテキストを含むメールのみトリガーします。",
|
|
126
|
+
"Filter by Gmail label.": "Gmail のラベルで絞り込みます。",
|
|
127
|
+
"Filter by Gmail category.": "Gmailカテゴリでフィルター",
|
|
128
|
+
"Only trigger for attachments with this file extension (e.g., pdf, jpg, docx).": "このファイル拡張子を持つ添付ファイルのみトリガーします (例: pdf, jpg, docx)。"
|
|
129
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email service by Google": "E-mail service door Google",
|
|
3
|
+
"Send Email": "E-mail verzenden",
|
|
4
|
+
"Request Approval in Email": "Vraag goedkeuring in e-mail aan",
|
|
5
|
+
"Reply to Email": "Beantwoord e-mail",
|
|
6
|
+
"Create Draft Reply": "Maak concept antwoord",
|
|
7
|
+
"Get Email": "E-mail ophalen",
|
|
8
|
+
"Find Email": "Zoek e-mail",
|
|
9
|
+
"Custom API Call": "Custom API Call",
|
|
10
|
+
"Send an email through a Gmail account": "Stuur een e-mail via een Gmail account",
|
|
11
|
+
"Send approval request email and then wait until the email is approved or disapproved": "Stuur een e-mail met goedkeuringsverzoek en wacht dan tot de e-mail is goedgekeurd of afgekeurd",
|
|
12
|
+
"Reply to an existing email.": "Reageer op een bestaande e-mail.",
|
|
13
|
+
"Creates a draft reply to an existing email.": "Maakt een conceptantwoord op een bestaand e-mailadres.",
|
|
14
|
+
"Get an email via Id.": "Ontvang een e-mail via Id.",
|
|
15
|
+
"Find emails using advanced search criteria. At least one search filter (from, to, subject, label, category, date, content, or attachment) is required.": "Zoek e-mails met geavanceerde zoekcriteria. Ten minste één zoekfilter (van voor, onderwerp, label, datum, inhoud of bijlage) is vereist.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
17
|
+
"Receiver Email (To)": "Ontvanger E-mail (Aan)",
|
|
18
|
+
"CC Email": "CC e-mail",
|
|
19
|
+
"BCC Email": "BCC e-mail",
|
|
20
|
+
"Subject": "Onderwerp",
|
|
21
|
+
"Body Type": "Type lichaam",
|
|
22
|
+
"Body": "Lichaam",
|
|
23
|
+
"Reply-To Email": "Antwoord-Aan E-mail",
|
|
24
|
+
"Sender Name": "Naam afzender",
|
|
25
|
+
"Sender Email": "E-mailadres afzender",
|
|
26
|
+
"Attachments": "Bijlagen",
|
|
27
|
+
"In reply to": "In antwoord op",
|
|
28
|
+
"Create draft": "Concept maken",
|
|
29
|
+
"Message": "bericht",
|
|
30
|
+
"Reply Type": "Type antwoord",
|
|
31
|
+
"Reply Body": "Antwoord inhoud",
|
|
32
|
+
"Attachment": "Bijlage",
|
|
33
|
+
"Attachment Name": "Bijlage naam",
|
|
34
|
+
"Draft Reply Body": "Kladbericht body",
|
|
35
|
+
"Include Original Message": "Voeg oorspronkelijke bericht toe",
|
|
36
|
+
"Message ID": "Bericht ID",
|
|
37
|
+
"Email sender": "E-mail afzender",
|
|
38
|
+
"Email recipient": "E-mail ontvanger",
|
|
39
|
+
"Email subject": "E-mail onderwerp",
|
|
40
|
+
"Email Content": "Email Content",
|
|
41
|
+
"Has Attachment": "Heeft bijlage",
|
|
42
|
+
"Label": "Omschrijving",
|
|
43
|
+
"Category": "categorie",
|
|
44
|
+
"After Date": "Na datum",
|
|
45
|
+
"Before Date": "Voor de datum",
|
|
46
|
+
"Include Spam & Trash": "Spam & Prullenbak meenemen",
|
|
47
|
+
"Max Results": "Max. aantal resultaten",
|
|
48
|
+
"Method": "Methode",
|
|
49
|
+
"Headers": "Kopteksten",
|
|
50
|
+
"Query Parameters": "Query parameters",
|
|
51
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
52
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
53
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
54
|
+
"Follow redirects": "Volg omleidingen",
|
|
55
|
+
"Body for the email you want to send": "Body voor de e-mail die u wilt verzenden",
|
|
56
|
+
"Email address to set as the \"Reply-To\" header": "E-mailadres om in te stellen als de \"Reply-To\" header",
|
|
57
|
+
"The address must be listed in your GMail account's settings": "Het adres moet worden vermeld in de instellingen van uw GMail account",
|
|
58
|
+
"Reply to this Message-ID": "Reageer op dit bericht-ID",
|
|
59
|
+
"Create draft without sending the actual email": "Concept maken zonder de werkelijke e-mail te verzenden",
|
|
60
|
+
"The email address of the recipient who will receive the approval request.": "Het e-mailadres van de ontvanger die het goedkeuringsverzoek zal ontvangen.",
|
|
61
|
+
"The email addresses of the recipients who will receive a carbon copy of the approval request.": "De e-mailadressen van de ontvangers die een kopie van het goedkeuringsverzoek ontvangen.",
|
|
62
|
+
"The email addresses of the recipients who will receive a blind carbon copy of the approval request.": "De e-mailadressen van de ontvangers die een blinde koolstofkopie van het goedkeuringsverzoek ontvangen.",
|
|
63
|
+
"The subject of the approval request email.": "Het onderwerp van het goedkeuringsverzoek e-mail.",
|
|
64
|
+
"Select a message from the list or enter a message ID manually.": "Selecteer een bericht uit de lijst of vul een bericht-ID handmatig in.",
|
|
65
|
+
"Choose whether to reply to sender only or to all recipients": "Kies of u alleen op afzender wilt reageren of op alle ontvangers",
|
|
66
|
+
"Your reply message content": "Inhoud van uw antwoord",
|
|
67
|
+
"Optional sender name to display": "Optionele afzender naam om weer te geven",
|
|
68
|
+
"Optional file to attach to your reply": "Optioneel bestand om aan je antwoord toe te voegen",
|
|
69
|
+
"Custom name for the attachment": "Aangepaste naam voor de bijlage",
|
|
70
|
+
"Your draft reply message content": "Uw bericht inhoud",
|
|
71
|
+
"Include the original message content in the draft reply": "Voeg de originele bericht toe aan het conceptantwoord",
|
|
72
|
+
"Optional file to attach to your draft reply": "Optioneel bestand om aan je ontwerpantwoord toe te voegen",
|
|
73
|
+
"The messageId of the mail to read.": "Het bericht-ID van de mail om te lezen.",
|
|
74
|
+
"Optional filteration, leave empty to filter based on the email sender": "Optionele filtering, laat leeg om te filteren op basis van de afzender",
|
|
75
|
+
"Optional filteration, leave empty to filter based on the email recipient": "Optionele filtering, laat leeg om te filteren op basis van de e-mail ontvanger",
|
|
76
|
+
"The email subject": "Het e-mail onderwerp",
|
|
77
|
+
"Search for specific text within email body": "Zoeken naar specifieke tekst in het e-mailbericht",
|
|
78
|
+
"Only find emails with attachments": "Alleen e-mails met bijlagen vinden",
|
|
79
|
+
"Search for emails with specific attachment filename": "Zoeken naar e-mails met specifieke bestandsnaam van bijlagen",
|
|
80
|
+
"Optional filteration, leave unselected to filter based on the email label": "Optionele filtering, laat niet geselecteerd om te filteren op basis van het e-maillabel",
|
|
81
|
+
"Optional filteration, leave unselected to filter based on the email category": "Optionele filtering, laat niet geselecteerd om te filteren op basis van de e-mail categorie",
|
|
82
|
+
"Find emails sent after this date": "Zoek e-mails verzonden na deze datum",
|
|
83
|
+
"Find emails sent before this date": "Zoek e-mails verzonden voor deze datum",
|
|
84
|
+
"Include emails from Spam and Trash folders in search results": "E-mails van Spam en Prullenbak mappen opnemen in zoekresultaten",
|
|
85
|
+
"Maximum number of emails to return (1-500)": "Maximum aantal e-mails om terug te keren (1-500)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
88
|
+
"plain text": "onopgemaakte tekst",
|
|
89
|
+
"html": "html",
|
|
90
|
+
"Reply (to sender only)": "Antwoord (alleen aan afzender)",
|
|
91
|
+
"Reply All (to all recipients)": "Allen beantwoorden (aan alle ontvangers)",
|
|
92
|
+
"Plain text": "Onopgemaakte tekst",
|
|
93
|
+
"HTML": "HTML",
|
|
94
|
+
"Primary": "Primair",
|
|
95
|
+
"Social": "Sociaal",
|
|
96
|
+
"Promotions": "Aanbiedingen",
|
|
97
|
+
"Updates": "Bijwerken",
|
|
98
|
+
"Forums": "Forums",
|
|
99
|
+
"Reservations": "Reserveringen",
|
|
100
|
+
"Purchases": "Aankopen",
|
|
101
|
+
"GET": "KRIJG",
|
|
102
|
+
"POST": "POSTE",
|
|
103
|
+
"PATCH": "BEKIJK",
|
|
104
|
+
"PUT": "PUT",
|
|
105
|
+
"DELETE": "VERWIJDEREN",
|
|
106
|
+
"HEAD": "HOOFD",
|
|
107
|
+
"None": "geen",
|
|
108
|
+
"JSON": "JSON",
|
|
109
|
+
"Form Data": "Formulieren gegevens",
|
|
110
|
+
"Raw": "Onbewerkte",
|
|
111
|
+
"New Email": "Nieuw e-mailadres",
|
|
112
|
+
"New Labeled Email": "Nieuw label e-mailadres",
|
|
113
|
+
"New Attachment": "Nieuwe bijlage",
|
|
114
|
+
"New Label": "Nieuw label",
|
|
115
|
+
"Triggers when new mail is found in your Gmail inbox": "Triggert wanneer nieuwe mail gevonden is in uw Gmail inbox",
|
|
116
|
+
"Triggers when a label is added to an email": "Triggert wanneer een label wordt toegevoegd aan een e-mail",
|
|
117
|
+
"Triggers when an email with an attachment arrives.": "Triggert wanneer een e-mail met een bijlage arriveert.",
|
|
118
|
+
"Triggers when a new label is created.": "Triggert wanneer een nieuw label is aangemaakt.",
|
|
119
|
+
"From": "van",
|
|
120
|
+
"To": "tot",
|
|
121
|
+
"Subject Contains": "Onderwerp bevat",
|
|
122
|
+
"File Extension": "Bestands extensie",
|
|
123
|
+
"Filter by sender email.": "Filter op afzender e-mail.",
|
|
124
|
+
"Filter by recipient email.": "Filter op e-mail ontvanger.",
|
|
125
|
+
"Only trigger for emails containing this text in the subject.": "Alleen activeren voor e-mails met deze tekst in het onderwerp.",
|
|
126
|
+
"Filter by Gmail label.": "Filter op Gmail label.",
|
|
127
|
+
"Filter by Gmail category.": "Filteren op Gmail categorie.",
|
|
128
|
+
"Only trigger for attachments with this file extension (e.g., pdf, jpg, docx).": "Alleen trigger voor bijlagen met deze bestandsextensie (bijv. pdf, jpg, docx)."
|
|
129
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Email service by Google": "Serviço de e-mail do Google",
|
|
3
|
+
"Send Email": "Enviar e-mail",
|
|
4
|
+
"Request Approval in Email": "Solicitar aprovação no e-mail",
|
|
5
|
+
"Reply to Email": "Responder para o E-mail",
|
|
6
|
+
"Create Draft Reply": "Criar Resposta Rascunha",
|
|
7
|
+
"Get Email": "Obter e-mail",
|
|
8
|
+
"Find Email": "Encontrar E-mail",
|
|
9
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
10
|
+
"Send an email through a Gmail account": "Envie um e-mail através de uma conta do Gmail",
|
|
11
|
+
"Send approval request email and then wait until the email is approved or disapproved": "Enviar e-mail de solicitação de aprovação e esperar até que o e-mail seja aprovado ou desaprovado",
|
|
12
|
+
"Reply to an existing email.": "Responda a um e-mail existente.",
|
|
13
|
+
"Creates a draft reply to an existing email.": "Cria uma resposta de rascunho para um e-mail existente.",
|
|
14
|
+
"Get an email via Id.": "Recebe um e-mail via Id.",
|
|
15
|
+
"Find emails using advanced search criteria. At least one search filter (from, to, subject, label, category, date, content, or attachment) is required.": "Encontrar e-mails usando critérios avançados de pesquisa. Pelo menos um filtro de pesquisa (de, assunto, etiqueta, categoria, data, conteúdo ou anexo) é necessário.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
17
|
+
"Receiver Email (To)": "E-mail do destinatário (Para)",
|
|
18
|
+
"CC Email": "E-mail em CC",
|
|
19
|
+
"BCC Email": "E-mail de Cco",
|
|
20
|
+
"Subject": "Cargo",
|
|
21
|
+
"Body Type": "Tipo de Corpo",
|
|
22
|
+
"Body": "Conteúdo",
|
|
23
|
+
"Reply-To Email": "E-mail para resposta",
|
|
24
|
+
"Sender Name": "Nome do Remetente",
|
|
25
|
+
"Sender Email": "E-mail do remetente",
|
|
26
|
+
"Attachments": "Anexos",
|
|
27
|
+
"In reply to": "Em resposta a",
|
|
28
|
+
"Create draft": "Criar rascunho",
|
|
29
|
+
"Message": "mensagem",
|
|
30
|
+
"Reply Type": "Tipo de resposta",
|
|
31
|
+
"Reply Body": "Corpo da Resposta",
|
|
32
|
+
"Attachment": "Anexo",
|
|
33
|
+
"Attachment Name": "Nome do anexo",
|
|
34
|
+
"Draft Reply Body": "Corpo da Resposta",
|
|
35
|
+
"Include Original Message": "Incluir Mensagem Original",
|
|
36
|
+
"Message ID": "ID da mensagem",
|
|
37
|
+
"Email sender": "Remetente do e-mail",
|
|
38
|
+
"Email recipient": "Destinatário do e-mail",
|
|
39
|
+
"Email subject": "Assunto do email",
|
|
40
|
+
"Email Content": "Email Content",
|
|
41
|
+
"Has Attachment": "Possui Anexo",
|
|
42
|
+
"Label": "Descrição",
|
|
43
|
+
"Category": "categoria",
|
|
44
|
+
"After Date": "Data posterior",
|
|
45
|
+
"Before Date": "Data anterior",
|
|
46
|
+
"Include Spam & Trash": "Incluir Spam & Lixeira",
|
|
47
|
+
"Max Results": "Resultados no Máx.",
|
|
48
|
+
"Method": "Método",
|
|
49
|
+
"Headers": "Cabeçalhos",
|
|
50
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
51
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
52
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
53
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
54
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
55
|
+
"Body for the email you want to send": "Corpo para o e-mail que deseja enviar",
|
|
56
|
+
"Email address to set as the \"Reply-To\" header": "Endereço de e-mail para definir como cabeçalho \"Responder-Para\"",
|
|
57
|
+
"The address must be listed in your GMail account's settings": "O endereço deve ser listado nas configurações da sua conta do GMail",
|
|
58
|
+
"Reply to this Message-ID": "Responder a esta Mensagem-ID",
|
|
59
|
+
"Create draft without sending the actual email": "Criar rascunho sem enviar o próprio e-mail",
|
|
60
|
+
"The email address of the recipient who will receive the approval request.": "O endereço de e-mail do destinatário que receberá a solicitação de aprovação.",
|
|
61
|
+
"The email addresses of the recipients who will receive a carbon copy of the approval request.": "Os endereços de e-mail dos destinatários que receberão uma cópia carbonífera da solicitação de aprovação.",
|
|
62
|
+
"The email addresses of the recipients who will receive a blind carbon copy of the approval request.": "Os endereços de e-mail dos destinatários que receberão uma cópia oculta da solicitação de aprovação.",
|
|
63
|
+
"The subject of the approval request email.": "O assunto do e-mail de solicitação de aprovação.",
|
|
64
|
+
"Select a message from the list or enter a message ID manually.": "Selecione uma mensagem da lista ou insira um ID de mensagem manualmente.",
|
|
65
|
+
"Choose whether to reply to sender only or to all recipients": "Escolher se deseja responder somente ao remetente ou a todos os destinatários",
|
|
66
|
+
"Your reply message content": "Conteúdo da sua mensagem de resposta",
|
|
67
|
+
"Optional sender name to display": "Nome opcional do remetente para exibir",
|
|
68
|
+
"Optional file to attach to your reply": "Arquivo opcional para anexar sua resposta",
|
|
69
|
+
"Custom name for the attachment": "Nome personalizado para o anexo",
|
|
70
|
+
"Your draft reply message content": "Seu rascunho de conteúdo da mensagem de resposta",
|
|
71
|
+
"Include the original message content in the draft reply": "Incluir o conteúdo da mensagem original na resposta do rascunho",
|
|
72
|
+
"Optional file to attach to your draft reply": "Arquivo opcional para anexar à sua resposta de rascunho",
|
|
73
|
+
"The messageId of the mail to read.": "O Id da mensagem de correio a ler.",
|
|
74
|
+
"Optional filteration, leave empty to filter based on the email sender": "Filtro opcional, deixe em branco para filtrar com base no remetente de e-mail",
|
|
75
|
+
"Optional filteration, leave empty to filter based on the email recipient": "Filtro opcional, deixe vazio para filtrar com base no destinatário de e-mail",
|
|
76
|
+
"The email subject": "O assunto do e-mail",
|
|
77
|
+
"Search for specific text within email body": "Procurar texto específico dentro do corpo do email",
|
|
78
|
+
"Only find emails with attachments": "Só encontrar e-mails com anexos",
|
|
79
|
+
"Search for emails with specific attachment filename": "Pesquisar por e-mails com nome específico de arquivo de anexo",
|
|
80
|
+
"Optional filteration, leave unselected to filter based on the email label": "Filtro opcional, deixe não selecionado para filtrar com base no rótulo de e-mail",
|
|
81
|
+
"Optional filteration, leave unselected to filter based on the email category": "Filtro opcional, deixe não selecionado para filtrar com base na categoria de e-mail",
|
|
82
|
+
"Find emails sent after this date": "Localizar e-mails enviados após esta data",
|
|
83
|
+
"Find emails sent before this date": "Localizar e-mails enviados antes desta data",
|
|
84
|
+
"Include emails from Spam and Trash folders in search results": "Incluir e-mails de Spam e Lixeira nos resultados de pesquisa",
|
|
85
|
+
"Maximum number of emails to return (1-500)": "Número máximo de e-mails a retornar (1-500)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
88
|
+
"plain text": "texto simples",
|
|
89
|
+
"html": "HTML",
|
|
90
|
+
"Reply (to sender only)": "Responder (para apenas para o remetente)",
|
|
91
|
+
"Reply All (to all recipients)": "Responder a todos (para todos os destinatários)",
|
|
92
|
+
"Plain text": "Texto sem formatação",
|
|
93
|
+
"HTML": "HTML",
|
|
94
|
+
"Primary": "Primário",
|
|
95
|
+
"Social": "Sócio",
|
|
96
|
+
"Promotions": "Promoções",
|
|
97
|
+
"Updates": "Atualizações",
|
|
98
|
+
"Forums": "Fóruns",
|
|
99
|
+
"Reservations": "Reservas",
|
|
100
|
+
"Purchases": "Compras",
|
|
101
|
+
"GET": "OBTER",
|
|
102
|
+
"POST": "POSTAR",
|
|
103
|
+
"PATCH": "COMPRAR",
|
|
104
|
+
"PUT": "COLOCAR",
|
|
105
|
+
"DELETE": "EXCLUIR",
|
|
106
|
+
"HEAD": "CABEÇA",
|
|
107
|
+
"None": "Nenhuma",
|
|
108
|
+
"JSON": "JSON",
|
|
109
|
+
"Form Data": "Dados de Formulário",
|
|
110
|
+
"Raw": "RAW",
|
|
111
|
+
"New Email": "Novo E-mail",
|
|
112
|
+
"New Labeled Email": "Novo E-mail Marcado",
|
|
113
|
+
"New Attachment": "Novo Anexo",
|
|
114
|
+
"New Label": "Novo Marcador",
|
|
115
|
+
"Triggers when new mail is found in your Gmail inbox": "Dispara quando novas mensagens forem encontradas em sua caixa de entrada do Gmail",
|
|
116
|
+
"Triggers when a label is added to an email": "Dispara quando uma etiqueta é adicionada a um email",
|
|
117
|
+
"Triggers when an email with an attachment arrives.": "Dispara quando chega um e-mail com um anexo.",
|
|
118
|
+
"Triggers when a new label is created.": "Dispara quando uma nova etiqueta é criada.",
|
|
119
|
+
"From": "De",
|
|
120
|
+
"To": "Para",
|
|
121
|
+
"Subject Contains": "Assunto contém",
|
|
122
|
+
"File Extension": "Extensão do Arquivo",
|
|
123
|
+
"Filter by sender email.": "Filtrar por e-mail do remetente.",
|
|
124
|
+
"Filter by recipient email.": "Filtrar por e-mail de destinatário.",
|
|
125
|
+
"Only trigger for emails containing this text in the subject.": "Ativar apenas os e-mails que contém este texto no assunto.",
|
|
126
|
+
"Filter by Gmail label.": "Filtrar por rótulo do Gmail.",
|
|
127
|
+
"Filter by Gmail category.": "Filtrar por categoria do Gmail.",
|
|
128
|
+
"Only trigger for attachments with this file extension (e.g., pdf, jpg, docx).": "Apenas gatilho para anexos com esta extensão de arquivo (por exemplo, pdf, jpg, docx)."
|
|
129
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
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)": "Email получателя (для)",
|
|
9
|
+
"CC Email": "Копия E-mail",
|
|
10
|
+
"BCC Email": "Скрытая почта",
|
|
11
|
+
"Subject": "Тема",
|
|
12
|
+
"Body Type": "Тип тела",
|
|
13
|
+
"Body": "Тело",
|
|
14
|
+
"Reply-To Email": "Письмо для ответа",
|
|
15
|
+
"Sender Name": "Имя отправителя",
|
|
16
|
+
"Sender Email": "Email отправителя",
|
|
17
|
+
"Attachment": "Вложение",
|
|
18
|
+
"Attachment Name": "Название вложения",
|
|
19
|
+
"In reply to": "В ответ на",
|
|
20
|
+
"Create draft": "Создать черновик",
|
|
21
|
+
"Method": "Метод",
|
|
22
|
+
"Headers": "Заголовки",
|
|
23
|
+
"Query Parameters": "Параметры запроса",
|
|
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
|
+
"File to attach to the email you want to send": "Файл для прикрепления к электронной почте, которую вы хотите отправить",
|
|
30
|
+
"In case you want to change the name of the attachment": "В случае, если вы хотите изменить имя вложения",
|
|
31
|
+
"Reply to this Message-ID": "Ответить на это сообщение",
|
|
32
|
+
"Create draft without sending the actual email": "Создать черновик без отправки фактического письма",
|
|
33
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
34
|
+
"plain text": "простой текст",
|
|
35
|
+
"html": "html",
|
|
36
|
+
"GET": "ПОЛУЧИТЬ",
|
|
37
|
+
"POST": "ПОСТ",
|
|
38
|
+
"PATCH": "ПАТЧ",
|
|
39
|
+
"PUT": "ПОКУПИТЬ",
|
|
40
|
+
"DELETE": "УДАЛИТЬ",
|
|
41
|
+
"HEAD": "HEAD",
|
|
42
|
+
"New Email": "Новое письмо",
|
|
43
|
+
"New Labeled Email": "Новое письмо с меткой",
|
|
44
|
+
"Triggers when new mail is found in your Gmail inbox": "Включает при обнаружении нового письма в папке Gmail",
|
|
45
|
+
"Triggers when a label is added to an email": "Триггеры при добавлении метки к электронной почте",
|
|
46
|
+
"Email subject": "Тема письма",
|
|
47
|
+
"Email sender": "Отправитель письма",
|
|
48
|
+
"Email recipient": "Получатель электронной почты",
|
|
49
|
+
"Label": "Метка",
|
|
50
|
+
"Category": "Категория",
|
|
51
|
+
"The email subject": "Тема письма",
|
|
52
|
+
"Optional filteration, leave empty to filter based on the email sender": "Необязательная фильтрация, оставьте пустым для фильтрации по электронной почте",
|
|
53
|
+
"Optional filteration, leave empty to filter based on the email recipient": "Необязательный фильтр, оставьте пустым для фильтрации на основе email получателя",
|
|
54
|
+
"Optional filteration, leave unselected to filter based on the email label": "Необязательный фильтр, оставьте не выбранным для фильтрации на основе метки электронной почты",
|
|
55
|
+
"Optional filteration, leave unselected to filter based on the email category": "Необязательный фильтр, не выбран для фильтрации на основе категории электронной почты",
|
|
56
|
+
"Primary": "Первичный",
|
|
57
|
+
"Social": "Соцсети",
|
|
58
|
+
"Promotions": "Продвижение",
|
|
59
|
+
"Updates": "Обновления",
|
|
60
|
+
"Forums": "Форумы",
|
|
61
|
+
"Reservations": "Оговорки",
|
|
62
|
+
"Purchases": "Покупки"
|
|
63
|
+
}
|