@activepieces/piece-microsoft-outlook 0.2.11 → 0.2.13
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 +6 -4
- package/src/index.js.map +1 -1
- package/src/lib/actions/add-label-to-email.js.map +1 -1
- package/src/lib/actions/create-draft-email.js.map +1 -1
- package/src/lib/actions/download-email-attachment.js.map +1 -1
- package/src/lib/actions/find-email.js.map +1 -1
- package/src/lib/actions/forward-email.js.map +1 -1
- package/src/lib/actions/move-email-to-folder.js.map +1 -1
- package/src/lib/actions/remove-label-from-email.js.map +1 -1
- package/src/lib/actions/reply-email.js.map +1 -1
- package/src/lib/actions/request-approval-send-email.js.map +1 -1
- package/src/lib/actions/send-draft-email.js.map +1 -1
- package/src/lib/actions/send-email.js.map +1 -1
- package/src/lib/common/auth.js.map +1 -1
- package/src/lib/common/props.js.map +1 -1
- package/src/lib/triggers/new-attachment.js.map +1 -1
- package/src/lib/triggers/new-email-in-folder.js.map +1 -1
- package/src/lib/triggers/new-email.js.map +1 -1
- package/src/i18n/de.json +0 -102
- package/src/i18n/es.json +0 -102
- package/src/i18n/fr.json +0 -102
- package/src/i18n/ja.json +0 -102
- package/src/i18n/nl.json +0 -102
- package/src/i18n/pt.json +0 -102
- package/src/i18n/ru.json +0 -41
- package/src/i18n/translation.json +0 -102
- package/src/i18n/vi.json +0 -41
- package/src/i18n/zh.json +0 -102
package/src/i18n/ja.json
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n - Mail.ReadWrite\n - Mail.Send\n\t - Calendars.Read\n\t - offline_access\n\t - User.Read\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
-
"Send Email": "メール送信",
|
|
4
|
-
"Download Attachment": "添付ファイルをダウンロード",
|
|
5
|
-
"Reply to Email": "メールに返信",
|
|
6
|
-
"Create Draft Email": "ドラフトメールを作成",
|
|
7
|
-
"Add Label to Email": "電子メールにラベルを追加",
|
|
8
|
-
"Remove Label from Email": "メールからラベルを削除",
|
|
9
|
-
"Request Approval in Email": "電子メールで承認を要求する",
|
|
10
|
-
"Move Email to Folder": "メールをフォルダに移動",
|
|
11
|
-
"Send Draft Email": "ドラフトメールを送信",
|
|
12
|
-
"Forward Email": "メールを転送",
|
|
13
|
-
"Find Email": "電子メールを検索",
|
|
14
|
-
"Custom API Call": "カスタムAPI通話",
|
|
15
|
-
"Sends an email using Microsoft Outlook.": "Microsoft Outlookを使用して電子メールを送信します。",
|
|
16
|
-
"Download attachments from a specific email message.": "特定の電子メールメッセージから添付ファイルをダウンロードします。",
|
|
17
|
-
"Reply to an outlook email.": "Outlookのメールに返信します。",
|
|
18
|
-
"Creates a draft email message.": "下書きメールメッセージを作成します。",
|
|
19
|
-
"Adds a category (label) to an email message.": "メールメッセージにカテゴリ(ラベル)を追加します。",
|
|
20
|
-
"Removes a category (label) from an email message.": "メールメッセージからカテゴリ(ラベル)を削除します。",
|
|
21
|
-
"Send approval request email and then wait until the email is approved or disapproved": "承認リクエストメールを送信し、メールが承認されるか不承認になるまでお待ちください",
|
|
22
|
-
"Moves an email message to a specific folder.": "メールメッセージを特定のフォルダに移動します。",
|
|
23
|
-
"Sends a draft email message.": "下書きメールを送信します。",
|
|
24
|
-
"Forwards an email message.": "電子メールメッセージを転送します。",
|
|
25
|
-
"Searches for emails using full-text search.": "全文検索を使用してメールを検索します。",
|
|
26
|
-
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
27
|
-
"To Email(s)": "電子メールへ",
|
|
28
|
-
"CC Email(s)": "CC Email(s)",
|
|
29
|
-
"BCC Email(s)": "BCC メール",
|
|
30
|
-
"Subject": "件名",
|
|
31
|
-
"Body Format": "本文フォーマット",
|
|
32
|
-
"Body": "本文",
|
|
33
|
-
"Attachments": "添付ファイル",
|
|
34
|
-
"Message ID": "メッセージID",
|
|
35
|
-
"Email": "Eメールアドレス",
|
|
36
|
-
"Reply Body": "本文に返信",
|
|
37
|
-
"CC Recipients": "CC受信者",
|
|
38
|
-
"BCC Recipients": "BCC受信者",
|
|
39
|
-
"Create Draft": "下書きを作成",
|
|
40
|
-
"Categories": "カテゴリ",
|
|
41
|
-
"Categories to Remove": "削除するカテゴリ",
|
|
42
|
-
"To Email Address": "宛先メールアドレス",
|
|
43
|
-
"Destination Folder": "宛先フォルダ",
|
|
44
|
-
"Draft Email": "下書きメール",
|
|
45
|
-
"Comment": "コメント",
|
|
46
|
-
"Search Query": "検索クエリ",
|
|
47
|
-
"Folder": "Folder",
|
|
48
|
-
"Max Results": "最大結果",
|
|
49
|
-
"Method": "方法",
|
|
50
|
-
"Headers": "ヘッダー",
|
|
51
|
-
"Query Parameters": "クエリパラメータ",
|
|
52
|
-
"Body Type": "ボディタイプ",
|
|
53
|
-
"Response is Binary ?": "応答はバイナリですか?",
|
|
54
|
-
"No Error on Failure": "失敗時にエラーはありません",
|
|
55
|
-
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
56
|
-
"Follow redirects": "リダイレクトをフォローする",
|
|
57
|
-
"The ID of the email message containing the attachment.": "添付ファイルを含む電子メールメッセージの ID。",
|
|
58
|
-
"Select the email message to reply to.": "返信するメールメッセージを選択します。",
|
|
59
|
-
"If enabled, creates draft without sending.": "有効にした場合、送信せずに下書きを作成します。",
|
|
60
|
-
"Select the email message to add the label to.": "ラベルを追加する電子メールメッセージを選択します。",
|
|
61
|
-
"Categories to add to the email.": "メールに追加するカテゴリ。",
|
|
62
|
-
"Select the email message to remove the label from.": "ラベルを削除するメールメッセージを選択します。",
|
|
63
|
-
"Categories to remove from the email.": "メールから削除するカテゴリ。",
|
|
64
|
-
"The email address of the recipient who will receive the approval request.": "承認リクエストを受け取る受信者のメールアドレス",
|
|
65
|
-
"The subject of the approval request email.": "承認リクエストメールの件名",
|
|
66
|
-
"The main content of the email. You can include details about the approval request here in the html format or plain text.": "メールの主な内容。ここで承認要求の詳細をHTML形式またはプレーンテキストに含めることができます。",
|
|
67
|
-
"Select the email message to move.": "移動する電子メールメッセージを選択します。",
|
|
68
|
-
"The folder to move the email to.": "メールを移動するフォルダ。",
|
|
69
|
-
"Select the draft email message to send.": "送信する下書きメールメッセージを選択します。",
|
|
70
|
-
"Select the email message to forward.": "転送するメールメッセージを選択します。",
|
|
71
|
-
"Optional comment to include with the forwarded message.": "転送メッセージに含める任意のコメント。",
|
|
72
|
-
"Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "メールを検索する語句(例:\"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
|
|
73
|
-
"Search in a specific folder. Leave empty to search all folders.": "特定のフォルダを検索します。すべてのフォルダを検索するには空のままにします。",
|
|
74
|
-
"Maximum number of results to return (1-1000).": "返す結果の最大数(1-1000)",
|
|
75
|
-
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
76
|
-
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
77
|
-
"HTML": "HTML",
|
|
78
|
-
"Text": "テキスト",
|
|
79
|
-
"GET": "取得",
|
|
80
|
-
"POST": "POST",
|
|
81
|
-
"PATCH": "PATCH",
|
|
82
|
-
"PUT": "PUT",
|
|
83
|
-
"DELETE": "削除",
|
|
84
|
-
"HEAD": "頭",
|
|
85
|
-
"None": "なし",
|
|
86
|
-
"JSON": "JSON",
|
|
87
|
-
"Form Data": "フォームデータ",
|
|
88
|
-
"Raw": "Raw",
|
|
89
|
-
"New Email": "新しいメール",
|
|
90
|
-
"New Email in Folder": "フォルダ内の新しいメール",
|
|
91
|
-
"New Attachment": "新しい添付ファイル",
|
|
92
|
-
"Triggers when a new email is received in the inbox.": "受信トレイに新しいメールを受信したときにトリガーします。",
|
|
93
|
-
"Triggers when a new email is delivered into the specified folder.": "指定したフォルダに新しいメールが配信されたときにトリガーされます。",
|
|
94
|
-
"Triggers when a new email containing one or more attachments arrives.": "添付ファイルを含む新しいメールが到着したときにトリガーされます。",
|
|
95
|
-
"From (Sender Email)": "差出人(メールアドレス)",
|
|
96
|
-
"To (Recipient Email)": "宛先(受信者のメール)",
|
|
97
|
-
"Attachment Name Filter": "添付ファイル名フィルタ",
|
|
98
|
-
"Filter emails from a specific sender (optional). Leave empty to for all senders.": "特定の送信者からのメールをフィルタリングします(任意)。すべての送信者に空白のままにします。",
|
|
99
|
-
"Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "特定の受信者にメールを絞り込みます(任意)。すべての受信者に空白のままにします。",
|
|
100
|
-
"Monitor attachments in a specific folder. Leave empty to monitor all folders.": "特定のフォルダ内の添付ファイルを監視します。すべてのフォルダを監視するには空白のままにします。",
|
|
101
|
-
"Filter attachments by name (contains). Leave empty to include all attachments.": "添付ファイルを名前でフィルタリングします。空の場合はすべての添付ファイルを含みます。"
|
|
102
|
-
}
|
package/src/i18n/nl.json
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Log in bij [Microsoft Azure Portal](https://portal.azure.com/).\n. Ga naar **Microsoft Enfra ID**.\n3. Onder **Beheren**, klik op **App registraties**.\n4. Klik op de **Nieuwe registratie** knop.\n5. Voer een **Naam** in voor uw app.\n6. Voor **Ondersteunde accounttypen**, kies keuze:\n - **Accounts in elke map van de organisatie (Any Microsoft Entra ID-tenant - Multitenant) en persoonlijke Microsoft accounts**\n - Of selecteer gebaseerd op uw vereiste.\n7. In **Redirect URI**, selecteer **Web** en voeg de opgegeven URL toe.\n8. Klik **Register**.\n9. Na registratie wordt u doorgestuurd naar de overzichtspagina. Kopieer de **Applicatie (client) ID**.\n10. Ga in het linkermenu, naar **Certificaten & geheimen**.\n - onder **Client secrets**, klik op **Nieuw client geheim**.\n - Geef een beschrijving, verloop, en klik **Toevoegen**.\n - Kopieer de **Waarde** van de client secret (dit zal niet meer worden getoond).\n11. Ga naar **API-rechten** vanuit het linkermenu.\n - Klik **Een machtiging toevoegen**.\n - Selecteer **Microsoft Graph** → **gedelegeerde rechten**.\n - Voeg de volgende toepassingsgebieden toe:\n - Mail. eadWrite\n - Mail.Send \n - Kalenders. ead\n\t - offline_access\n\t - User.Read\n - Klik **Machtigingen toevoegen**.\n12. Kopieer uw **Client ID** en **Client Secret**.\n",
|
|
3
|
-
"Send Email": "E-mail verzenden",
|
|
4
|
-
"Download Attachment": "Bijlage downloaden",
|
|
5
|
-
"Reply to Email": "Beantwoord e-mail",
|
|
6
|
-
"Create Draft Email": "Ontwerp E-mail aanmaken",
|
|
7
|
-
"Add Label to Email": "Label toevoegen aan e-mail",
|
|
8
|
-
"Remove Label from Email": "Label uit e-mail verwijderen",
|
|
9
|
-
"Request Approval in Email": "Vraag goedkeuring in e-mail aan",
|
|
10
|
-
"Move Email to Folder": "Verplaats E-mail naar map",
|
|
11
|
-
"Send Draft Email": "Concept E-mail verzenden",
|
|
12
|
-
"Forward Email": "E-mail doorsturen",
|
|
13
|
-
"Find Email": "Zoek e-mail",
|
|
14
|
-
"Custom API Call": "Custom API Call",
|
|
15
|
-
"Sends an email using Microsoft Outlook.": "Stuurt een e-mail met Microsoft Outlook.",
|
|
16
|
-
"Download attachments from a specific email message.": "Bijlagen van een specifiek e-mailbericht downloaden.",
|
|
17
|
-
"Reply to an outlook email.": "Reageer op een e-mail met perspectief.",
|
|
18
|
-
"Creates a draft email message.": "Maakt een concept voor een e-mailbericht.",
|
|
19
|
-
"Adds a category (label) to an email message.": "Voegt een categorie (label) toe aan een e-mail bericht.",
|
|
20
|
-
"Removes a category (label) from an email message.": "Verwijdert een categorie (label) uit een e-mail bericht.",
|
|
21
|
-
"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",
|
|
22
|
-
"Moves an email message to a specific folder.": "Verplaatst een e-mailbericht naar een specifieke map.",
|
|
23
|
-
"Sends a draft email message.": "Stuurt een conceptbericht",
|
|
24
|
-
"Forwards an email message.": "Een e-mailbericht doorsturen.",
|
|
25
|
-
"Searches for emails using full-text search.": "Zoekt naar e-mails met full-text zoeken.",
|
|
26
|
-
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
27
|
-
"To Email(s)": "Naar E-mail(s)",
|
|
28
|
-
"CC Email(s)": "CC Email(s)",
|
|
29
|
-
"BCC Email(s)": "BCC e-mail(s)",
|
|
30
|
-
"Subject": "Onderwerp",
|
|
31
|
-
"Body Format": "Lichaam formaat",
|
|
32
|
-
"Body": "Lichaam",
|
|
33
|
-
"Attachments": "Bijlagen",
|
|
34
|
-
"Message ID": "Bericht ID",
|
|
35
|
-
"Email": "E-mail",
|
|
36
|
-
"Reply Body": "Antwoord inhoud",
|
|
37
|
-
"CC Recipients": "CC Ontvangers",
|
|
38
|
-
"BCC Recipients": "BCC Ontvangers",
|
|
39
|
-
"Create Draft": "Concept maken",
|
|
40
|
-
"Categories": "Categoriechar@@0n",
|
|
41
|
-
"Categories to Remove": "Te verwijderen categorieën",
|
|
42
|
-
"To Email Address": "Naar e-mailadres",
|
|
43
|
-
"Destination Folder": "Doelmap map",
|
|
44
|
-
"Draft Email": "Ontwerp E-mail",
|
|
45
|
-
"Comment": "Opmerking",
|
|
46
|
-
"Search Query": "Zoek query",
|
|
47
|
-
"Folder": "Map",
|
|
48
|
-
"Max Results": "Max. aantal resultaten",
|
|
49
|
-
"Method": "Methode",
|
|
50
|
-
"Headers": "Kopteksten",
|
|
51
|
-
"Query Parameters": "Query parameters",
|
|
52
|
-
"Body Type": "Type lichaam",
|
|
53
|
-
"Response is Binary ?": "Antwoord is binair?",
|
|
54
|
-
"No Error on Failure": "Geen fout bij fout",
|
|
55
|
-
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
56
|
-
"Follow redirects": "Volg omleidingen",
|
|
57
|
-
"The ID of the email message containing the attachment.": "Het ID van het e-mailbericht met de bijlage.",
|
|
58
|
-
"Select the email message to reply to.": "Selecteer het e-mailbericht waarop u wilt reageren.",
|
|
59
|
-
"If enabled, creates draft without sending.": "Indien ingeschakeld, wordt concept aangemaakt zonder verzending.",
|
|
60
|
-
"Select the email message to add the label to.": "Selecteer het e-mailbericht waar het label aan toe te voegen.",
|
|
61
|
-
"Categories to add to the email.": "Categorieën toe te voegen aan de e-mail.",
|
|
62
|
-
"Select the email message to remove the label from.": "Selecteer het e-mailbericht waar het label van verwijderd moet worden.",
|
|
63
|
-
"Categories to remove from the email.": "Categorieën om te verwijderen van de e-mail.",
|
|
64
|
-
"The email address of the recipient who will receive the approval request.": "Het e-mailadres van de ontvanger die het goedkeuringsverzoek zal ontvangen.",
|
|
65
|
-
"The subject of the approval request email.": "Het onderwerp van het goedkeuringsverzoek e-mail.",
|
|
66
|
-
"The main content of the email. You can include details about the approval request here in the html format or plain text.": "De hoofdinhoud van de e-mail. Je kunt hier details over het goedkeuringsverzoek toevoegen in het html-formaat of platte tekst.",
|
|
67
|
-
"Select the email message to move.": "Selecteer het te verplaatsen e-mailbericht.",
|
|
68
|
-
"The folder to move the email to.": "De map waarnaar de e-mail moet worden verplaatst.",
|
|
69
|
-
"Select the draft email message to send.": "Selecteer het ontwerp van het e-mailbericht dat u wilt verzenden.",
|
|
70
|
-
"Select the email message to forward.": "Selecteer het e-mailbericht om door te gaan.",
|
|
71
|
-
"Optional comment to include with the forwarded message.": "Optioneel commentaar om mee te nemen met het doorgestuurde bericht.",
|
|
72
|
-
"Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Zoek termen om e-mails te vinden (bijv. \"van:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
|
|
73
|
-
"Search in a specific folder. Leave empty to search all folders.": "Zoek in een specifieke map. Laat leeg om in alle mappen te zoeken.",
|
|
74
|
-
"Maximum number of results to return (1-1000).": "Maximum aantal resultaten om terug te keren (1-1000).",
|
|
75
|
-
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
76
|
-
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
77
|
-
"HTML": "HTML",
|
|
78
|
-
"Text": "Tekstveld",
|
|
79
|
-
"GET": "KRIJG",
|
|
80
|
-
"POST": "POSTE",
|
|
81
|
-
"PATCH": "BEKIJK",
|
|
82
|
-
"PUT": "PUT",
|
|
83
|
-
"DELETE": "VERWIJDEREN",
|
|
84
|
-
"HEAD": "HOOFD",
|
|
85
|
-
"None": "geen",
|
|
86
|
-
"JSON": "JSON",
|
|
87
|
-
"Form Data": "Formulieren gegevens",
|
|
88
|
-
"Raw": "Onbewerkte",
|
|
89
|
-
"New Email": "Nieuw e-mailadres",
|
|
90
|
-
"New Email in Folder": "Nieuw e-mailadres in map",
|
|
91
|
-
"New Attachment": "Nieuwe bijlage",
|
|
92
|
-
"Triggers when a new email is received in the inbox.": "Triggert wanneer een nieuwe e-mail wordt ontvangen in de inbox.",
|
|
93
|
-
"Triggers when a new email is delivered into the specified folder.": "Triggert wanneer een nieuwe e-mail wordt verstuurd naar de opgegeven map.",
|
|
94
|
-
"Triggers when a new email containing one or more attachments arrives.": "Triggert wanneer er een nieuwe e-mail met één of meer bijlagen arriveert.",
|
|
95
|
-
"From (Sender Email)": "Van (ender E-mail)",
|
|
96
|
-
"To (Recipient Email)": "Aan (Ontvanger e-mail)",
|
|
97
|
-
"Attachment Name Filter": "Filter Bijlage naam",
|
|
98
|
-
"Filter emails from a specific sender (optional). Leave empty to for all senders.": "Filter e-mails van een specifieke afzender (optioneel). Laat leeg voor alle afzenders.",
|
|
99
|
-
"Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "Filter e-mails naar een specifieke ontvanger (optioneel). Laat leeg voor alle ontvangers.",
|
|
100
|
-
"Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Bijlagen in een specifieke map bijhouden. Laat leeg om alle mappen te controleren.",
|
|
101
|
-
"Filter attachments by name (contains). Leave empty to include all attachments.": "Filter bijlagen op naam (bevatten). Laat leeg om alle bijlagen op te nemen."
|
|
102
|
-
}
|
package/src/i18n/pt.json
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n - Mail.ReadWrite\n - Mail.Send\n\t - Calendars.Read\n\t - offline_access\n\t - User.Read\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
-
"Send Email": "Enviar e-mail",
|
|
4
|
-
"Download Attachment": "Baixar anexo",
|
|
5
|
-
"Reply to Email": "Responder para o E-mail",
|
|
6
|
-
"Create Draft Email": "Criar e-mail de rascunho",
|
|
7
|
-
"Add Label to Email": "Adicionar etiqueta ao e-mail",
|
|
8
|
-
"Remove Label from Email": "Remover etiqueta do e-mail",
|
|
9
|
-
"Request Approval in Email": "Solicitar aprovação no e-mail",
|
|
10
|
-
"Move Email to Folder": "Mover e-mail para pasta",
|
|
11
|
-
"Send Draft Email": "Enviar e-mail de rascunho",
|
|
12
|
-
"Forward Email": "Encaminhar Email",
|
|
13
|
-
"Find Email": "Encontrar E-mail",
|
|
14
|
-
"Custom API Call": "Chamada de API personalizada",
|
|
15
|
-
"Sends an email using Microsoft Outlook.": "Envia um email usando o Microsoft Outlook.",
|
|
16
|
-
"Download attachments from a specific email message.": "Download de anexos de uma mensagem de e-mail específica.",
|
|
17
|
-
"Reply to an outlook email.": "Responde a um e-mail de antecipação.",
|
|
18
|
-
"Creates a draft email message.": "Cria uma mensagem de e-mail de rascunho.",
|
|
19
|
-
"Adds a category (label) to an email message.": "Adiciona uma categoria (etiqueta) a uma mensagem de e-mail.",
|
|
20
|
-
"Removes a category (label) from an email message.": "Remove uma categoria (etiqueta) de uma mensagem de e-mail.",
|
|
21
|
-
"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",
|
|
22
|
-
"Moves an email message to a specific folder.": "Move uma mensagem de e-mail para uma pasta específica.",
|
|
23
|
-
"Sends a draft email message.": "Envia uma mensagem de e-mail de rascunho.",
|
|
24
|
-
"Forwards an email message.": "Envia uma mensagem de e-mail.",
|
|
25
|
-
"Searches for emails using full-text search.": "Pesquisa por e-mails usando pesquisa de texto completo.",
|
|
26
|
-
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
27
|
-
"To Email(s)": "Para e-mail(s)",
|
|
28
|
-
"CC Email(s)": "CC Email(s)",
|
|
29
|
-
"BCC Email(s)": "E-mail(s) BCC",
|
|
30
|
-
"Subject": "Cargo",
|
|
31
|
-
"Body Format": "Formato do Corpo",
|
|
32
|
-
"Body": "Conteúdo",
|
|
33
|
-
"Attachments": "Anexos",
|
|
34
|
-
"Message ID": "ID da mensagem",
|
|
35
|
-
"Email": "e-mail",
|
|
36
|
-
"Reply Body": "Corpo da Resposta",
|
|
37
|
-
"CC Recipients": "Destinatários CC",
|
|
38
|
-
"BCC Recipients": "Destinatários do BCC",
|
|
39
|
-
"Create Draft": "Criar rascunho",
|
|
40
|
-
"Categories": "categorias",
|
|
41
|
-
"Categories to Remove": "Categorias para Remover",
|
|
42
|
-
"To Email Address": "Endereço de E-mail",
|
|
43
|
-
"Destination Folder": "Pasta de destino",
|
|
44
|
-
"Draft Email": "E-mail do rascunho",
|
|
45
|
-
"Comment": "Comentar",
|
|
46
|
-
"Search Query": "Consulta de Pesquisa",
|
|
47
|
-
"Folder": "Pasta",
|
|
48
|
-
"Max Results": "Resultados no Máx.",
|
|
49
|
-
"Method": "Método",
|
|
50
|
-
"Headers": "Cabeçalhos",
|
|
51
|
-
"Query Parameters": "Parâmetros da consulta",
|
|
52
|
-
"Body Type": "Tipo de Corpo",
|
|
53
|
-
"Response is Binary ?": "A resposta é binária ?",
|
|
54
|
-
"No Error on Failure": "Nenhum erro no Failure",
|
|
55
|
-
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
56
|
-
"Follow redirects": "Seguir redirecionamentos",
|
|
57
|
-
"The ID of the email message containing the attachment.": "A identificação da mensagem de e-mail que contém o anexo.",
|
|
58
|
-
"Select the email message to reply to.": "Selecione a mensagem de e-mail para responder.",
|
|
59
|
-
"If enabled, creates draft without sending.": "Se ativado, cria rascunho sem enviar.",
|
|
60
|
-
"Select the email message to add the label to.": "Selecione a mensagem de e-mail para adicionar a etiqueta.",
|
|
61
|
-
"Categories to add to the email.": "Categorias para adicionar ao e-mail.",
|
|
62
|
-
"Select the email message to remove the label from.": "Selecione a mensagem de e-mail para remover a etiqueta.",
|
|
63
|
-
"Categories to remove from the email.": "Categorias para remover do e-mail.",
|
|
64
|
-
"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.",
|
|
65
|
-
"The subject of the approval request email.": "O assunto do e-mail de solicitação de aprovação.",
|
|
66
|
-
"The main content of the email. You can include details about the approval request here in the html format or plain text.": "O conteúdo principal do e-mail. Você pode incluir detalhes sobre a solicitação de aprovação aqui no formato html ou em texto simples.",
|
|
67
|
-
"Select the email message to move.": "Selecione a mensagem de e-mail para mover",
|
|
68
|
-
"The folder to move the email to.": "A pasta para mover o e-mail para.",
|
|
69
|
-
"Select the draft email message to send.": "Selecione rascunho da mensagem de e-mail para enviar.",
|
|
70
|
-
"Select the email message to forward.": "Selecione a mensagem de e-mail para avançar.",
|
|
71
|
-
"Optional comment to include with the forwarded message.": "Comentário opcional para incluir com a mensagem encaminhada.",
|
|
72
|
-
"Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Termos de pesquisa para encontrar e-mails (por exemplo, \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
|
|
73
|
-
"Search in a specific folder. Leave empty to search all folders.": "Pesquisar em uma pasta específica. Deixe em branco para pesquisar todas as pastas.",
|
|
74
|
-
"Maximum number of results to return (1-1000).": "Número máximo de resultados a retornar (1-1000).",
|
|
75
|
-
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
76
|
-
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
77
|
-
"HTML": "HTML",
|
|
78
|
-
"Text": "texto",
|
|
79
|
-
"GET": "OBTER",
|
|
80
|
-
"POST": "POSTAR",
|
|
81
|
-
"PATCH": "COMPRAR",
|
|
82
|
-
"PUT": "COLOCAR",
|
|
83
|
-
"DELETE": "EXCLUIR",
|
|
84
|
-
"HEAD": "CABEÇA",
|
|
85
|
-
"None": "Nenhuma",
|
|
86
|
-
"JSON": "JSON",
|
|
87
|
-
"Form Data": "Dados de Formulário",
|
|
88
|
-
"Raw": "RAW",
|
|
89
|
-
"New Email": "Novo E-mail",
|
|
90
|
-
"New Email in Folder": "Novo e-mail na pasta",
|
|
91
|
-
"New Attachment": "Novo Anexo",
|
|
92
|
-
"Triggers when a new email is received in the inbox.": "Aciona quando um novo e-mail é recebido na caixa de entrada.",
|
|
93
|
-
"Triggers when a new email is delivered into the specified folder.": "Aciona quando um novo e-mail é entregue na pasta especificada.",
|
|
94
|
-
"Triggers when a new email containing one or more attachments arrives.": "Dispara quando um novo email contendo um ou mais anexos chegar.",
|
|
95
|
-
"From (Sender Email)": "De (Email do Remetente)",
|
|
96
|
-
"To (Recipient Email)": "Para (Email do Destinatário)",
|
|
97
|
-
"Attachment Name Filter": "Filtro de Nome de Anexo",
|
|
98
|
-
"Filter emails from a specific sender (optional). Leave empty to for all senders.": "Filtrar e-mails de um remetente específico (opcional). Deixe em branco para todos os remetentes.",
|
|
99
|
-
"Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "Filtrar e-mails para um destinatário específico (opcional). Deixe em branco para todos os destinatários.",
|
|
100
|
-
"Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Monitora anexos em uma pasta específica. Deixe em branco para monitorar todas as pastas.",
|
|
101
|
-
"Filter attachments by name (contains). Leave empty to include all attachments.": "Filtrar anexos por nome (contém). Deixe em branco para incluir todos os anexos."
|
|
102
|
-
}
|
package/src/i18n/ru.json
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Microsoft Outlook": "Microsoft Outlook",
|
|
3
|
-
"Send Email": "Отправить письмо",
|
|
4
|
-
"Download Attachment": "Загрузить вложение",
|
|
5
|
-
"Reply to Email": "Ответить на E-mail",
|
|
6
|
-
"Custom API Call": "Пользовательский вызов API",
|
|
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": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
11
|
-
"To Email(s)": "К E-mail(ам)",
|
|
12
|
-
"CC Email(s)": "CC Email(s)",
|
|
13
|
-
"BCC Email(s)": "BCC E-mail(ы)",
|
|
14
|
-
"Subject": "Тема",
|
|
15
|
-
"Body Format": "Формат тела",
|
|
16
|
-
"Body": "Тело",
|
|
17
|
-
"Attachments": "Вложения",
|
|
18
|
-
"Message ID": "ID сообщения",
|
|
19
|
-
"Reply Body": "Текст ответа",
|
|
20
|
-
"CC Recipients": "Получатели СС",
|
|
21
|
-
"BCC Recipients": "Получатели BCC",
|
|
22
|
-
"Create Draft": "Создать черновик",
|
|
23
|
-
"Method": "Метод",
|
|
24
|
-
"Headers": "Заголовки",
|
|
25
|
-
"Query Parameters": "Параметры запроса",
|
|
26
|
-
"No Error on Failure": "Нет ошибок при ошибке",
|
|
27
|
-
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
28
|
-
"The ID of the email message containing the attachment.": "ID сообщения электронной почты, содержащего вложение.",
|
|
29
|
-
"If enabled, creates draft without sending.": "Если включено, создаёт черновик без отправки.",
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
31
|
-
"HTML": "HTML",
|
|
32
|
-
"Text": "Текст",
|
|
33
|
-
"GET": "ПОЛУЧИТЬ",
|
|
34
|
-
"POST": "ПОСТ",
|
|
35
|
-
"PATCH": "ПАТЧ",
|
|
36
|
-
"PUT": "ПОКУПИТЬ",
|
|
37
|
-
"DELETE": "УДАЛИТЬ",
|
|
38
|
-
"HEAD": "HEAD",
|
|
39
|
-
"New Email": "Новое письмо",
|
|
40
|
-
"Triggers when a new email is received in the inbox.": "Срабатывает при получении нового письма во входящих."
|
|
41
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n - Mail.ReadWrite\n - Mail.Send\n\t - Calendars.Read\n\t - offline_access\n\t - User.Read\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
-
"Send Email": "Send Email",
|
|
4
|
-
"Download Attachment": "Download Attachment",
|
|
5
|
-
"Reply to Email": "Reply to Email",
|
|
6
|
-
"Create Draft Email": "Create Draft Email",
|
|
7
|
-
"Add Label to Email": "Add Label to Email",
|
|
8
|
-
"Remove Label from Email": "Remove Label from Email",
|
|
9
|
-
"Request Approval in Email": "Request Approval in Email",
|
|
10
|
-
"Move Email to Folder": "Move Email to Folder",
|
|
11
|
-
"Send Draft Email": "Send Draft Email",
|
|
12
|
-
"Forward Email": "Forward Email",
|
|
13
|
-
"Find Email": "Find Email",
|
|
14
|
-
"Custom API Call": "Custom API Call",
|
|
15
|
-
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
16
|
-
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
17
|
-
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
18
|
-
"Creates a draft email message.": "Creates a draft email message.",
|
|
19
|
-
"Adds a category (label) to an email message.": "Adds a category (label) to an email message.",
|
|
20
|
-
"Removes a category (label) from an email message.": "Removes a category (label) from an email message.",
|
|
21
|
-
"Send approval request email and then wait until the email is approved or disapproved": "Send approval request email and then wait until the email is approved or disapproved",
|
|
22
|
-
"Moves an email message to a specific folder.": "Moves an email message to a specific folder.",
|
|
23
|
-
"Sends a draft email message.": "Sends a draft email message.",
|
|
24
|
-
"Forwards an email message.": "Forwards an email message.",
|
|
25
|
-
"Searches for emails using full-text search.": "Searches for emails using full-text search.",
|
|
26
|
-
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
27
|
-
"To Email(s)": "To Email(s)",
|
|
28
|
-
"CC Email(s)": "CC Email(s)",
|
|
29
|
-
"BCC Email(s)": "BCC Email(s)",
|
|
30
|
-
"Subject": "Subject",
|
|
31
|
-
"Body Format": "Body Format",
|
|
32
|
-
"Body": "Body",
|
|
33
|
-
"Attachments": "Attachments",
|
|
34
|
-
"Message ID": "Message ID",
|
|
35
|
-
"Email": "Email",
|
|
36
|
-
"Reply Body": "Reply Body",
|
|
37
|
-
"CC Recipients": "CC Recipients",
|
|
38
|
-
"BCC Recipients": "BCC Recipients",
|
|
39
|
-
"Create Draft": "Create Draft",
|
|
40
|
-
"Categories": "Categories",
|
|
41
|
-
"Categories to Remove": "Categories to Remove",
|
|
42
|
-
"To Email Address": "To Email Address",
|
|
43
|
-
"Destination Folder": "Destination Folder",
|
|
44
|
-
"Draft Email": "Draft Email",
|
|
45
|
-
"Comment": "Comment",
|
|
46
|
-
"Search Query": "Search Query",
|
|
47
|
-
"Folder": "Folder",
|
|
48
|
-
"Max Results": "Max Results",
|
|
49
|
-
"Method": "Method",
|
|
50
|
-
"Headers": "Headers",
|
|
51
|
-
"Query Parameters": "Query Parameters",
|
|
52
|
-
"Body Type": "Body Type",
|
|
53
|
-
"Response is Binary ?": "Response is Binary ?",
|
|
54
|
-
"No Error on Failure": "No Error on Failure",
|
|
55
|
-
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
56
|
-
"Follow redirects": "Follow redirects",
|
|
57
|
-
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
58
|
-
"Select the email message to reply to.": "Select the email message to reply to.",
|
|
59
|
-
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
60
|
-
"Select the email message to add the label to.": "Select the email message to add the label to.",
|
|
61
|
-
"Categories to add to the email.": "Categories to add to the email.",
|
|
62
|
-
"Select the email message to remove the label from.": "Select the email message to remove the label from.",
|
|
63
|
-
"Categories to remove from the email.": "Categories to remove from the email.",
|
|
64
|
-
"The email address of the recipient who will receive the approval request.": "The email address of the recipient who will receive the approval request.",
|
|
65
|
-
"The subject of the approval request email.": "The subject of the approval request email.",
|
|
66
|
-
"The main content of the email. You can include details about the approval request here in the html format or plain text.": "The main content of the email. You can include details about the approval request here in the html format or plain text.",
|
|
67
|
-
"Select the email message to move.": "Select the email message to move.",
|
|
68
|
-
"The folder to move the email to.": "The folder to move the email to.",
|
|
69
|
-
"Select the draft email message to send.": "Select the draft email message to send.",
|
|
70
|
-
"Select the email message to forward.": "Select the email message to forward.",
|
|
71
|
-
"Optional comment to include with the forwarded message.": "Optional comment to include with the forwarded message.",
|
|
72
|
-
"Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
|
|
73
|
-
"Search in a specific folder. Leave empty to search all folders.": "Search in a specific folder. Leave empty to search all folders.",
|
|
74
|
-
"Maximum number of results to return (1-1000).": "Maximum number of results to return (1-1000).",
|
|
75
|
-
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
76
|
-
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
77
|
-
"HTML": "HTML",
|
|
78
|
-
"Text": "Text",
|
|
79
|
-
"GET": "GET",
|
|
80
|
-
"POST": "POST",
|
|
81
|
-
"PATCH": "PATCH",
|
|
82
|
-
"PUT": "PUT",
|
|
83
|
-
"DELETE": "DELETE",
|
|
84
|
-
"HEAD": "HEAD",
|
|
85
|
-
"None": "None",
|
|
86
|
-
"JSON": "JSON",
|
|
87
|
-
"Form Data": "Form Data",
|
|
88
|
-
"Raw": "Raw",
|
|
89
|
-
"New Email": "New Email",
|
|
90
|
-
"New Email in Folder": "New Email in Folder",
|
|
91
|
-
"New Attachment": "New Attachment",
|
|
92
|
-
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox.",
|
|
93
|
-
"Triggers when a new email is delivered into the specified folder.": "Triggers when a new email is delivered into the specified folder.",
|
|
94
|
-
"Triggers when a new email containing one or more attachments arrives.": "Triggers when a new email containing one or more attachments arrives.",
|
|
95
|
-
"From (Sender Email)": "From (Sender Email)",
|
|
96
|
-
"To (Recipient Email)": "To (Recipient Email)",
|
|
97
|
-
"Attachment Name Filter": "Attachment Name Filter",
|
|
98
|
-
"Filter emails from a specific sender (optional). Leave empty to for all senders.": "Filter emails from a specific sender (optional). Leave empty to for all senders.",
|
|
99
|
-
"Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "Filter emails to a specific recipient (optional). Leave empty to for all recipients.",
|
|
100
|
-
"Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Monitor attachments in a specific folder. Leave empty to monitor all folders.",
|
|
101
|
-
"Filter attachments by name (contains). Leave empty to include all attachments.": "Filter attachments by name (contains). Leave empty to include all attachments."
|
|
102
|
-
}
|
package/src/i18n/vi.json
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Microsoft Outlook": "Microsoft Outlook",
|
|
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
|
-
"CC Email(s)": "CC Email(s)",
|
|
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
|
-
"No Error on Failure": "No Error on Failure",
|
|
27
|
-
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
28
|
-
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
29
|
-
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
30
|
-
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
31
|
-
"HTML": "HTML",
|
|
32
|
-
"Text": "Text",
|
|
33
|
-
"GET": "GET",
|
|
34
|
-
"POST": "POST",
|
|
35
|
-
"PATCH": "PATCH",
|
|
36
|
-
"PUT": "PUT",
|
|
37
|
-
"DELETE": "DELETE",
|
|
38
|
-
"HEAD": "HEAD",
|
|
39
|
-
"New Email": "New Email",
|
|
40
|
-
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
|
|
41
|
-
}
|
package/src/i18n/zh.json
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n - Mail.ReadWrite\n - Mail.Send\n\t - Calendars.Read\n\t - offline_access\n\t - User.Read\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
-
"Send Email": "Send Email",
|
|
4
|
-
"Download Attachment": "Download Attachment",
|
|
5
|
-
"Reply to Email": "Reply to Email",
|
|
6
|
-
"Create Draft Email": "Create Draft Email",
|
|
7
|
-
"Add Label to Email": "Add Label to Email",
|
|
8
|
-
"Remove Label from Email": "Remove Label from Email",
|
|
9
|
-
"Request Approval in Email": "Request Approval in Email",
|
|
10
|
-
"Move Email to Folder": "Move Email to Folder",
|
|
11
|
-
"Send Draft Email": "Send Draft Email",
|
|
12
|
-
"Forward Email": "Forward Email",
|
|
13
|
-
"Find Email": "Find Email",
|
|
14
|
-
"Custom API Call": "自定义 API 呼叫",
|
|
15
|
-
"Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
|
|
16
|
-
"Download attachments from a specific email message.": "Download attachments from a specific email message.",
|
|
17
|
-
"Reply to an outlook email.": "Reply to an outlook email.",
|
|
18
|
-
"Creates a draft email message.": "Creates a draft email message.",
|
|
19
|
-
"Adds a category (label) to an email message.": "Adds a category (label) to an email message.",
|
|
20
|
-
"Removes a category (label) from an email message.": "Removes a category (label) from an email message.",
|
|
21
|
-
"Send approval request email and then wait until the email is approved or disapproved": "Send approval request email and then wait until the email is approved or disapproved",
|
|
22
|
-
"Moves an email message to a specific folder.": "Moves an email message to a specific folder.",
|
|
23
|
-
"Sends a draft email message.": "Sends a draft email message.",
|
|
24
|
-
"Forwards an email message.": "Forwards an email message.",
|
|
25
|
-
"Searches for emails using full-text search.": "Searches for emails using full-text search.",
|
|
26
|
-
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
27
|
-
"To Email(s)": "To Email(s)",
|
|
28
|
-
"CC Email(s)": "CC Email(s)",
|
|
29
|
-
"BCC Email(s)": "BCC Email(s)",
|
|
30
|
-
"Subject": "Subject",
|
|
31
|
-
"Body Format": "Body Format",
|
|
32
|
-
"Body": "正文内容",
|
|
33
|
-
"Attachments": "Attachments",
|
|
34
|
-
"Message ID": "Message ID",
|
|
35
|
-
"Email": "电子邮件地址",
|
|
36
|
-
"Reply Body": "Reply Body",
|
|
37
|
-
"CC Recipients": "CC Recipients",
|
|
38
|
-
"BCC Recipients": "BCC Recipients",
|
|
39
|
-
"Create Draft": "Create Draft",
|
|
40
|
-
"Categories": "Categories",
|
|
41
|
-
"Categories to Remove": "Categories to Remove",
|
|
42
|
-
"To Email Address": "To Email Address",
|
|
43
|
-
"Destination Folder": "Destination Folder",
|
|
44
|
-
"Draft Email": "Draft Email",
|
|
45
|
-
"Comment": "Comment",
|
|
46
|
-
"Search Query": "Search Query",
|
|
47
|
-
"Folder": "Folder",
|
|
48
|
-
"Max Results": "Max Results",
|
|
49
|
-
"Method": "方法",
|
|
50
|
-
"Headers": "信头",
|
|
51
|
-
"Query Parameters": "查询参数",
|
|
52
|
-
"Body Type": "Body Type",
|
|
53
|
-
"Response is Binary ?": "Response is Binary ?",
|
|
54
|
-
"No Error on Failure": "失败时没有错误",
|
|
55
|
-
"Timeout (in seconds)": "超时(秒)",
|
|
56
|
-
"Follow redirects": "Follow redirects",
|
|
57
|
-
"The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
|
|
58
|
-
"Select the email message to reply to.": "Select the email message to reply to.",
|
|
59
|
-
"If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
|
|
60
|
-
"Select the email message to add the label to.": "Select the email message to add the label to.",
|
|
61
|
-
"Categories to add to the email.": "Categories to add to the email.",
|
|
62
|
-
"Select the email message to remove the label from.": "Select the email message to remove the label from.",
|
|
63
|
-
"Categories to remove from the email.": "Categories to remove from the email.",
|
|
64
|
-
"The email address of the recipient who will receive the approval request.": "The email address of the recipient who will receive the approval request.",
|
|
65
|
-
"The subject of the approval request email.": "The subject of the approval request email.",
|
|
66
|
-
"The main content of the email. You can include details about the approval request here in the html format or plain text.": "The main content of the email. You can include details about the approval request here in the html format or plain text.",
|
|
67
|
-
"Select the email message to move.": "Select the email message to move.",
|
|
68
|
-
"The folder to move the email to.": "The folder to move the email to.",
|
|
69
|
-
"Select the draft email message to send.": "Select the draft email message to send.",
|
|
70
|
-
"Select the email message to forward.": "Select the email message to forward.",
|
|
71
|
-
"Optional comment to include with the forwarded message.": "Optional comment to include with the forwarded message.",
|
|
72
|
-
"Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
|
|
73
|
-
"Search in a specific folder. Leave empty to search all folders.": "Search in a specific folder. Leave empty to search all folders.",
|
|
74
|
-
"Maximum number of results to return (1-1000).": "Maximum number of results to return (1-1000).",
|
|
75
|
-
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
76
|
-
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
77
|
-
"HTML": "HTML",
|
|
78
|
-
"Text": "文本",
|
|
79
|
-
"GET": "获取",
|
|
80
|
-
"POST": "帖子",
|
|
81
|
-
"PATCH": "PATCH",
|
|
82
|
-
"PUT": "弹出",
|
|
83
|
-
"DELETE": "删除",
|
|
84
|
-
"HEAD": "黑色",
|
|
85
|
-
"None": "无",
|
|
86
|
-
"JSON": "JSON",
|
|
87
|
-
"Form Data": "表单数据",
|
|
88
|
-
"Raw": "原始文件",
|
|
89
|
-
"New Email": "New Email",
|
|
90
|
-
"New Email in Folder": "New Email in Folder",
|
|
91
|
-
"New Attachment": "New Attachment",
|
|
92
|
-
"Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox.",
|
|
93
|
-
"Triggers when a new email is delivered into the specified folder.": "Triggers when a new email is delivered into the specified folder.",
|
|
94
|
-
"Triggers when a new email containing one or more attachments arrives.": "Triggers when a new email containing one or more attachments arrives.",
|
|
95
|
-
"From (Sender Email)": "From (Sender Email)",
|
|
96
|
-
"To (Recipient Email)": "To (Recipient Email)",
|
|
97
|
-
"Attachment Name Filter": "Attachment Name Filter",
|
|
98
|
-
"Filter emails from a specific sender (optional). Leave empty to for all senders.": "Filter emails from a specific sender (optional). Leave empty to for all senders.",
|
|
99
|
-
"Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "Filter emails to a specific recipient (optional). Leave empty to for all recipients.",
|
|
100
|
-
"Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Monitor attachments in a specific folder. Leave empty to monitor all folders.",
|
|
101
|
-
"Filter attachments by name (contains). Leave empty to include all attachments.": "Filter attachments by name (contains). Leave empty to include all attachments."
|
|
102
|
-
}
|