@activepieces/piece-microsoft-outlook 0.1.12 → 0.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-microsoft-outlook",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "dependencies": {
5
5
  "@microsoft/microsoft-graph-client": "3.0.7",
6
6
  "@microsoft/microsoft-graph-types": "2.40.0",
@@ -14,7 +14,7 @@
14
14
  "semver": "7.6.0",
15
15
  "zod": "3.25.76",
16
16
  "@activepieces/pieces-common": "0.7.0",
17
- "@activepieces/pieces-framework": "0.20.0",
17
+ "@activepieces/pieces-framework": "0.20.1",
18
18
  "@activepieces/shared": "0.20.1",
19
19
  "tslib": "2.8.1"
20
20
  },
package/src/i18n/de.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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. Melden Sie sich bei [Microsoft Azure Portal](https://portal.azure.com/).\n. Von der linken Seitenleiste gehen Sie zur **Microsoft Enfra ID**.\n3. Unter **Verwalten** klicken Sie auf **App-Registrierungen**.\n4. Klicken Sie auf die **Neue Registrierung** Schaltfläche.\n5. Geben Sie einen **Name** für Ihre App ein.\n6. Für **unterstützte Kontotypen**, auswählen:\n - **Konten in jedem Organisationsverzeichnis (jeder Microsoft-Entra-ID-Mieter - Multitenant) und persönlichen Microsoft-Konten**\n - Oder wählen Sie nach Ihren Anforderungen aus.\n7. In **Umleitungs-URI** wählen Sie **Web** und fügen Sie die angegebene URL hinzu.\n8. Klicken Sie auf **Registrieren**.\n9. Nach der Registrierung werden Sie zur Übersichtsseite der App weitergeleitet. Kopieren Sie die **Anwendungs-(Client)-ID**.\n10. Gehen Sie aus dem linken Menü zu **Zertifikate & Geheimnisse**.\n - Unter **Kundengeheimnis**, klicken Sie auf **Neues Kundengeheimnis**.\n - Geben Sie eine Beschreibung an, setzen Sie ein Ablaufdatum und klicken Sie auf **Hinzufügen**.\n - Kopieren Sie den **Wert** des Client-Geheimnisses (dies wird nicht wieder angezeigt).\n11. Gehe zu **API Berechtigungen** vom linken Menü.\n - Klicke **Berechtigung hinzufügen**.\n - Wähle **Microsoft Graph** → **delegierte Berechtigungen**.\n - Fügen Sie folgende Bereiche hinzu:\n - Mail. eadSchreiben\n - Mail.Senden Sie \n - Kalender. ead\n\t - offline_access\n\t - User.Lesen Sie\n - Klicken Sie auf **Berechtigungen hinzufügen**.\n12. Kopieren Sie Ihre **Client-ID** und **Client-Geheimnis**.\n",
4
3
  "Send Email": "E-Mail senden",
5
4
  "Download Attachment": "Anhang herunterladen",
6
5
  "Reply to Email": "Auf E-Mail antworten",
6
+ "Create Draft Email": "Entwurf E-Mail erstellen",
7
+ "Add Label to Email": "Label zur E-Mail hinzufügen",
8
+ "Remove Label from Email": "Label aus E-Mail entfernen",
9
+ "Move Email to Folder": "E-Mail in Ordner verschieben",
10
+ "Send Draft Email": "Entwurf E-Mail senden",
11
+ "Forward Email": "E-Mail weiterleiten",
12
+ "Find Email": "E-Mail finden",
7
13
  "Custom API Call": "Eigener API-Aufruf",
8
14
  "Sends an email using Microsoft Outlook.": "Sendet eine E-Mail mit Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Laden Sie Anhänge von einer bestimmten E-Mail herunter.",
10
16
  "Reply to an outlook email.": "Auf eine Outlook-E-Mail antworten.",
17
+ "Creates a draft email message.": "Erstellt eine E-Mail-Entwurfs-Nachricht.",
18
+ "Adds a category (label) to an email message.": "Fügt einer E-Mail eine Kategorie (Label) hinzu.",
19
+ "Removes a category (label) from an email message.": "Entfernt eine Kategorie (Label) aus einer E-Mail-Nachricht.",
20
+ "Moves an email message to a specific folder.": "Verschiebt eine E-Mail in einen bestimmten Ordner.",
21
+ "Sends a draft email message.": "Sendet eine E-Mail Entwurfsnachricht.",
22
+ "Forwards an email message.": "Eine E-Mail weiterleiten.",
23
+ "Searches for emails using full-text search.": "Sucht nach E-Mails mit Volltextsuche.",
11
24
  "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
12
25
  "To Email(s)": "An E-Mail(s)",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "Körper",
18
31
  "Attachments": "Anhänge",
19
32
  "Message ID": "Nachrichten-ID",
33
+ "Email": "E-Mail",
20
34
  "Reply Body": "Antwort-Körper",
21
35
  "CC Recipients": "CC-Empfänger",
22
36
  "BCC Recipients": "BCC-Empfänger",
23
37
  "Create Draft": "Entwurf erstellen",
38
+ "Categories": "Kategorien",
39
+ "Categories to Remove": "Zu entfernende Kategorien",
40
+ "Destination Folder": "Zielordner",
41
+ "Draft Email": "Entwurf E-Mail",
42
+ "Comment": "Kommentar",
43
+ "Search Query": "Suchanfrage",
44
+ "Folder": "Ordner",
45
+ "Max Results": "Maximale Ergebnisse",
24
46
  "Method": "Methode",
25
47
  "Headers": "Kopfzeilen",
26
48
  "Query Parameters": "Abfrageparameter",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "Kein Fehler bei Fehler",
29
51
  "Timeout (in seconds)": "Timeout (in Sekunden)",
30
52
  "The ID of the email message containing the attachment.": "Die ID der E-Mail-Nachricht, die den Anhang enthält.",
53
+ "Select the email message to reply to.": "Wählen Sie die E-Mail-Nachricht, auf die Sie antworten möchten.",
31
54
  "If enabled, creates draft without sending.": "Wenn aktiviert, erstellt Entwurf ohne zu senden.",
55
+ "Select the email message to add the label to.": "Wählen Sie die E-Mail-Nachricht, zu der die Bezeichnung hinzugefügt werden soll.",
56
+ "Categories to add to the email.": "Kategorien, die zur E-Mail hinzugefügt werden sollen.",
57
+ "Select the email message to remove the label from.": "Wählen Sie die E-Mail-Nachricht, von der die Bezeichnung entfernt werden soll.",
58
+ "Categories to remove from the email.": "Kategorien aus der E-Mail zu entfernen.",
59
+ "Select the email message to move.": "Wählen Sie die zu verschiebende E-Mail-Nachricht.",
60
+ "The folder to move the email to.": "Der Ordner, an den die E-Mail verschoben wird.",
61
+ "Select the draft email message to send.": "Wählen Sie den zu sendenden Entwurf der E-Mail-Nachricht.",
62
+ "Select the email message to forward.": "Wählen Sie die E-Mail-Nachricht, die weitergeleitet werden soll.",
63
+ "Optional comment to include with the forwarded message.": "Optionaler Kommentar mit der weitergeleiteten Nachricht.",
64
+ "Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Suchbegriffe für E-Mails (z.B. \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "Suche in einem bestimmten Ordner. Leer lassen, um alle Ordner zu durchsuchen.",
66
+ "Maximum number of results to return (1-1000).": "Maximale Ergebnisanzahl (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
33
68
  "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "LÖSCHEN",
41
76
  "HEAD": "HEAD",
42
77
  "New Email": "Neue E-Mail",
43
- "Triggers when a new email is received in the inbox.": "Wird ausgelöst, wenn eine neue E-Mail im Posteingang empfangen wird."
78
+ "New Email in Folder": "Neue E-Mail im Ordner",
79
+ "New Attachment": "Neuer Anhang",
80
+ "Triggers when a new email is received in the inbox.": "Wird ausgelöst, wenn eine neue E-Mail im Posteingang empfangen wird.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Wird ausgelöst, wenn eine neue E-Mail in den angegebenen Ordner geschickt wird.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Wird ausgelöst, wenn eine neue E-Mail mit einem oder mehreren Anhängen eintrifft.",
83
+ "Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Anhänge in einem bestimmten Ordner überwachen. Leer lassen, um alle Ordner zu überwachen."
44
84
  }
package/src/i18n/es.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "Enviar Email",
5
4
  "Download Attachment": "Descargar adjunto",
6
5
  "Reply to Email": "Responder al email",
6
+ "Create Draft Email": "Crear Email borrador",
7
+ "Add Label to Email": "Añadir etiqueta al email",
8
+ "Remove Label from Email": "Quitar etiqueta del email",
9
+ "Move Email to Folder": "Mover correo a la carpeta",
10
+ "Send Draft Email": "Enviar Email borrador",
11
+ "Forward Email": "Reenviar Email",
12
+ "Find Email": "Buscar Email",
7
13
  "Custom API Call": "Llamada API personalizada",
8
14
  "Sends an email using Microsoft Outlook.": "Envía un correo electrónico usando Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Descargar archivos adjuntos de un mensaje de correo electrónico específico.",
10
16
  "Reply to an outlook email.": "Responder a un correo electrónico de perspectiva.",
17
+ "Creates a draft email message.": "Crea un borrador de mensaje de correo electrónico.",
18
+ "Adds a category (label) to an email message.": "Añade una categoría (etiqueta) a un mensaje de correo electrónico.",
19
+ "Removes a category (label) from an email message.": "Elimina una categoría (etiqueta) de un mensaje de correo electrónico.",
20
+ "Moves an email message to a specific folder.": "Mueve un mensaje de correo electrónico a una carpeta específica.",
21
+ "Sends a draft email message.": "Envía un borrador de mensaje de correo electrónico.",
22
+ "Forwards an email message.": "Reenviar un mensaje de correo electrónico.",
23
+ "Searches for emails using full-text search.": "Busca correos electrónicos usando búsqueda de texto completo.",
11
24
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
12
25
  "To Email(s)": "A Email(s)",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "Cuerpo",
18
31
  "Attachments": "Adjuntos",
19
32
  "Message ID": "ID del mensaje",
33
+ "Email": "E-mail",
20
34
  "Reply Body": "Responder cuerpo",
21
35
  "CC Recipients": "Destinatarios CC",
22
36
  "BCC Recipients": "Destinatarios BCC",
23
37
  "Create Draft": "Crear borrador",
38
+ "Categories": "Categorías",
39
+ "Categories to Remove": "Categorías a eliminar",
40
+ "Destination Folder": "Carpeta de destino",
41
+ "Draft Email": "Email borrador",
42
+ "Comment": "Comentario",
43
+ "Search Query": "Buscar consulta",
44
+ "Folder": "Carpeta",
45
+ "Max Results": "Resultados máximos",
24
46
  "Method": "Método",
25
47
  "Headers": "Encabezados",
26
48
  "Query Parameters": "Parámetros de consulta",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "No hay ningún error en fallo",
29
51
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
30
52
  "The ID of the email message containing the attachment.": "El ID del mensaje de correo electrónico que contiene el adjunto.",
53
+ "Select the email message to reply to.": "Seleccione el mensaje de correo electrónico al que responder.",
31
54
  "If enabled, creates draft without sending.": "Si está activado, crea borrador sin enviar.",
55
+ "Select the email message to add the label to.": "Seleccione el mensaje de correo electrónico al que añadir la etiqueta.",
56
+ "Categories to add to the email.": "Categorías a añadir al correo electrónico.",
57
+ "Select the email message to remove the label from.": "Seleccione el mensaje de correo electrónico para eliminar la etiqueta.",
58
+ "Categories to remove from the email.": "Categorías a eliminar del correo electrónico.",
59
+ "Select the email message to move.": "Seleccione el mensaje de correo electrónico a mover.",
60
+ "The folder to move the email to.": "La carpeta a la que mover el correo electrónico.",
61
+ "Select the draft email message to send.": "Seleccione el borrador de mensaje de correo electrónico a enviar.",
62
+ "Select the email message to forward.": "Seleccione el mensaje de correo electrónico a continuación.",
63
+ "Optional comment to include with the forwarded message.": "Comentario opcional para incluir con el mensaje reenviado.",
64
+ "Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Buscar términos para encontrar correos electrónicos (por ejemplo, \"from:john@example.com\", \"tema:urgente\", \"hasAttachments:true\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "Buscar en una carpeta específica. Dejar vacío para buscar en todas las carpetas.",
66
+ "Maximum number of results to return (1-1000).": "Número máximo de resultados a devolver (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
33
68
  "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "BORRAR",
41
76
  "HEAD": "LIMPIO",
42
77
  "New Email": "Nuevo Email",
43
- "Triggers when a new email is received in the inbox.": "Se activa cuando se recibe un nuevo correo electrónico en la bandeja de entrada."
78
+ "New Email in Folder": "Nuevo correo en la carpeta",
79
+ "New Attachment": "Nuevo adjunto",
80
+ "Triggers when a new email is received in the inbox.": "Se activa cuando se recibe un nuevo correo electrónico en la bandeja de entrada.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Se activa cuando se envía un nuevo correo electrónico a la carpeta especificada.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Se activa cuando llega un nuevo correo que contiene uno o más archivos adjuntos.",
83
+ "Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Supervisar los archivos adjuntos en una carpeta específica. Dejar en blanco para monitorizar todas las carpetas."
44
84
  }
package/src/i18n/fr.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "Envoyer un e-mail",
5
4
  "Download Attachment": "Télécharger la pièce jointe",
6
5
  "Reply to Email": "Répondre à l'e-mail",
6
+ "Create Draft Email": "Créer un brouillon d'email",
7
+ "Add Label to Email": "Ajouter une étiquette à l'e-mail",
8
+ "Remove Label from Email": "Supprimer l'étiquette de l'e-mail",
9
+ "Move Email to Folder": "Déplacer l'e-mail vers le dossier",
10
+ "Send Draft Email": "Envoyer un brouillon d'email",
11
+ "Forward Email": "Transférer l'email",
12
+ "Find Email": "Trouver un e-mail",
7
13
  "Custom API Call": "Appel API personnalisé",
8
14
  "Sends an email using Microsoft Outlook.": "Envoie un e-mail en utilisant Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Télécharger les pièces jointes à partir d'un courriel spécifique.",
10
16
  "Reply to an outlook email.": "Répondre à un e-mail Outlook.",
17
+ "Creates a draft email message.": "Crée un brouillon de courriel.",
18
+ "Adds a category (label) to an email message.": "Ajoute une catégorie (étiquette) à un message électronique.",
19
+ "Removes a category (label) from an email message.": "Supprime une catégorie (étiquette) d'un message électronique.",
20
+ "Moves an email message to a specific folder.": "Déplace un courriel vers un dossier spécifique.",
21
+ "Sends a draft email message.": "Envoie un message électronique brouillon.",
22
+ "Forwards an email message.": "Transfère un message email.",
23
+ "Searches for emails using full-text search.": "Recherche des e-mails en utilisant la recherche en texte complet.",
11
24
  "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
12
25
  "To Email(s)": "E-mail(S) À",
13
26
  "CC Email(s)": "Email(s) CC",
@@ -17,10 +30,19 @@
17
30
  "Body": "Corps",
18
31
  "Attachments": "Pièces jointes",
19
32
  "Message ID": "ID du message",
33
+ "Email": "Courriel",
20
34
  "Reply Body": "Corps de la réponse",
21
35
  "CC Recipients": "Destinataires CC",
22
36
  "BCC Recipients": "Destinataires BCC",
23
37
  "Create Draft": "Créer un brouillon",
38
+ "Categories": "Catégories",
39
+ "Categories to Remove": "Catégories à supprimer",
40
+ "Destination Folder": "Dossier de destination",
41
+ "Draft Email": "Courriel brouillon",
42
+ "Comment": "Commenter",
43
+ "Search Query": "Requête de recherche",
44
+ "Folder": "Dossier",
45
+ "Max Results": "Nombre maximum de résultats",
24
46
  "Method": "Méthode",
25
47
  "Headers": "En-têtes",
26
48
  "Query Parameters": "Paramètres de requête",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "Aucune erreur en cas d'échec",
29
51
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
30
52
  "The ID of the email message containing the attachment.": "L'ID du message contenant la pièce jointe.",
53
+ "Select the email message to reply to.": "Sélectionnez le courriel auquel vous souhaitez répondre.",
31
54
  "If enabled, creates draft without sending.": "Si activé, crée un brouillon sans l'envoyer.",
55
+ "Select the email message to add the label to.": "Sélectionnez le message de courriel auquel ajouter l'étiquette.",
56
+ "Categories to add to the email.": "Catégories à ajouter à l'email.",
57
+ "Select the email message to remove the label from.": "Sélectionnez le message de courriel dont vous voulez supprimer l'étiquette.",
58
+ "Categories to remove from the email.": "Catégories à supprimer de l'email.",
59
+ "Select the email message to move.": "Sélectionnez le message e-mail à déplacer.",
60
+ "The folder to move the email to.": "Le dossier vers lequel déplacer l'email.",
61
+ "Select the draft email message to send.": "Sélectionnez le brouillon de courriel à envoyer.",
62
+ "Select the email message to forward.": "Sélectionnez le courriel à transférer.",
63
+ "Optional comment to include with the forwarded message.": "Commentaire facultatif à inclure avec le message envoyé.",
64
+ "Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "Rechercher des termes pour trouver des e-mails (par exemple, \"depuis:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "Rechercher dans un dossier spécifique. Laisser vide pour rechercher tous les dossiers.",
66
+ "Maximum number of results to return (1-1000).": "Nombre maximum de résultats à retourner (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
33
68
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDF, les images, etc.",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "DELETE",
41
76
  "HEAD": "HEAD",
42
77
  "New Email": "Nouvel e-mail",
43
- "Triggers when a new email is received in the inbox.": "Se déclenche lorsqu'un nouvel e-mail est reçu dans la boîte de réception."
78
+ "New Email in Folder": "Nouveau courriel dans le dossier",
79
+ "New Attachment": "Nouvelle pièce jointe",
80
+ "Triggers when a new email is received in the inbox.": "Se déclenche lorsqu'un nouvel e-mail est reçu dans la boîte de réception.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Déclenche lorsqu'un nouvel e-mail est envoyé dans le dossier spécifié.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Déclenche lorsqu'un nouvel e-mail contenant une ou plusieurs pièces jointes arrive.",
83
+ "Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Surveiller les pièces jointes dans un dossier spécifique. Laisser vide pour surveiller tous les dossiers."
44
84
  }
package/src/i18n/ja.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "メール送信",
5
4
  "Download Attachment": "添付ファイルをダウンロード",
6
5
  "Reply to Email": "メールに返信",
6
+ "Create Draft Email": "ドラフトメールを作成",
7
+ "Add Label to Email": "電子メールにラベルを追加",
8
+ "Remove Label from Email": "メールからラベルを削除",
9
+ "Move Email to Folder": "メールをフォルダに移動",
10
+ "Send Draft Email": "ドラフトメールを送信",
11
+ "Forward Email": "メールを転送",
12
+ "Find Email": "電子メールを検索",
7
13
  "Custom API Call": "カスタムAPI通話",
8
14
  "Sends an email using Microsoft Outlook.": "Microsoft Outlookを使用して電子メールを送信します。",
9
15
  "Download attachments from a specific email message.": "特定の電子メールメッセージから添付ファイルをダウンロードします。",
10
16
  "Reply to an outlook email.": "Outlookのメールに返信します。",
17
+ "Creates a draft email message.": "下書きメールメッセージを作成します。",
18
+ "Adds a category (label) to an email message.": "メールメッセージにカテゴリ(ラベル)を追加します。",
19
+ "Removes a category (label) from an email message.": "メールメッセージからカテゴリ(ラベル)を削除します。",
20
+ "Moves an email message to a specific folder.": "メールメッセージを特定のフォルダに移動します。",
21
+ "Sends a draft email message.": "下書きメールを送信します。",
22
+ "Forwards an email message.": "電子メールメッセージを転送します。",
23
+ "Searches for emails using full-text search.": "全文検索を使用してメールを検索します。",
11
24
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
12
25
  "To Email(s)": "電子メールへ",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "本文",
18
31
  "Attachments": "添付ファイル",
19
32
  "Message ID": "メッセージID",
33
+ "Email": "Eメールアドレス",
20
34
  "Reply Body": "本文に返信",
21
35
  "CC Recipients": "CC受信者",
22
36
  "BCC Recipients": "BCC受信者",
23
37
  "Create Draft": "下書きを作成",
38
+ "Categories": "カテゴリ",
39
+ "Categories to Remove": "削除するカテゴリ",
40
+ "Destination Folder": "宛先フォルダ",
41
+ "Draft Email": "下書きメール",
42
+ "Comment": "コメント",
43
+ "Search Query": "検索クエリ",
44
+ "Folder": "Folder",
45
+ "Max Results": "最大結果",
24
46
  "Method": "方法",
25
47
  "Headers": "ヘッダー",
26
48
  "Query Parameters": "クエリパラメータ",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "失敗時にエラーはありません",
29
51
  "Timeout (in seconds)": "タイムアウト(秒)",
30
52
  "The ID of the email message containing the attachment.": "添付ファイルを含む電子メールメッセージの ID。",
53
+ "Select the email message to reply to.": "返信するメールメッセージを選択します。",
31
54
  "If enabled, creates draft without sending.": "有効にした場合、送信せずに下書きを作成します。",
55
+ "Select the email message to add the label to.": "ラベルを追加する電子メールメッセージを選択します。",
56
+ "Categories to add to the email.": "メールに追加するカテゴリ。",
57
+ "Select the email message to remove the label from.": "ラベルを削除するメールメッセージを選択します。",
58
+ "Categories to remove from the email.": "メールから削除するカテゴリ。",
59
+ "Select the email message to move.": "移動する電子メールメッセージを選択します。",
60
+ "The folder to move the email to.": "メールを移動するフォルダ。",
61
+ "Select the draft email message to send.": "送信する下書きメールメッセージを選択します。",
62
+ "Select the email message to forward.": "転送するメールメッセージを選択します。",
63
+ "Optional comment to include with the forwarded message.": "転送メッセージに含める任意のコメント。",
64
+ "Search terms to find emails (e.g., \"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")": "メールを検索する語句(例:\"from:john@example.com\", \"subject:urgent\", \"hasAttachments:true\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "特定のフォルダを検索します。すべてのフォルダを検索するには空のままにします。",
66
+ "Maximum number of results to return (1-1000).": "返す結果の最大数(1-1000)",
32
67
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
33
68
  "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "削除",
41
76
  "HEAD": "頭",
42
77
  "New Email": "新しいメール",
43
- "Triggers when a new email is received in the inbox.": "受信トレイに新しいメールを受信したときにトリガーします。"
78
+ "New Email in Folder": "フォルダ内の新しいメール",
79
+ "New Attachment": "新しい添付ファイル",
80
+ "Triggers when a new email is received in the inbox.": "受信トレイに新しいメールを受信したときにトリガーします。",
81
+ "Triggers when a new email is delivered into the specified folder.": "指定したフォルダに新しいメールが配信されたときにトリガーされます。",
82
+ "Triggers when a new email containing one or more attachments arrives.": "添付ファイルを含む新しいメールが到着したときにトリガーされます。",
83
+ "Monitor attachments in a specific folder. Leave empty to monitor all folders.": "特定のフォルダ内の添付ファイルを監視します。すべてのフォルダを監視するには空白のままにします。"
44
84
  }
package/src/i18n/nl.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "E-mail verzenden",
5
4
  "Download Attachment": "Bijlage downloaden",
6
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
+ "Move Email to Folder": "Verplaats E-mail naar map",
10
+ "Send Draft Email": "Concept E-mail verzenden",
11
+ "Forward Email": "E-mail doorsturen",
12
+ "Find Email": "Zoek e-mail",
7
13
  "Custom API Call": "Custom API Call",
8
14
  "Sends an email using Microsoft Outlook.": "Stuurt een e-mail met Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Bijlagen van een specifiek e-mailbericht downloaden.",
10
16
  "Reply to an outlook email.": "Reageer op een e-mail met perspectief.",
17
+ "Creates a draft email message.": "Maakt een concept voor een e-mailbericht.",
18
+ "Adds a category (label) to an email message.": "Voegt een categorie (label) toe aan een e-mail bericht.",
19
+ "Removes a category (label) from an email message.": "Verwijdert een categorie (label) uit een e-mail bericht.",
20
+ "Moves an email message to a specific folder.": "Verplaatst een e-mailbericht naar een specifieke map.",
21
+ "Sends a draft email message.": "Stuurt een conceptbericht",
22
+ "Forwards an email message.": "Een e-mailbericht doorsturen.",
23
+ "Searches for emails using full-text search.": "Zoekt naar e-mails met full-text zoeken.",
11
24
  "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
12
25
  "To Email(s)": "Naar E-mail(s)",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "Lichaam",
18
31
  "Attachments": "Bijlagen",
19
32
  "Message ID": "Bericht ID",
33
+ "Email": "E-mail",
20
34
  "Reply Body": "Antwoord inhoud",
21
35
  "CC Recipients": "CC Ontvangers",
22
36
  "BCC Recipients": "BCC Ontvangers",
23
37
  "Create Draft": "Concept maken",
38
+ "Categories": "Categoriechar@@0n",
39
+ "Categories to Remove": "Te verwijderen categorieën",
40
+ "Destination Folder": "Doelmap map",
41
+ "Draft Email": "Ontwerp E-mail",
42
+ "Comment": "Opmerking",
43
+ "Search Query": "Zoek query",
44
+ "Folder": "Map",
45
+ "Max Results": "Max. aantal resultaten",
24
46
  "Method": "Methode",
25
47
  "Headers": "Kopteksten",
26
48
  "Query Parameters": "Query parameters",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "Geen fout bij fout",
29
51
  "Timeout (in seconds)": "Time-out (in seconden)",
30
52
  "The ID of the email message containing the attachment.": "Het ID van het e-mailbericht met de bijlage.",
53
+ "Select the email message to reply to.": "Selecteer het e-mailbericht waarop u wilt reageren.",
31
54
  "If enabled, creates draft without sending.": "Indien ingeschakeld, wordt concept aangemaakt zonder verzending.",
55
+ "Select the email message to add the label to.": "Selecteer het e-mailbericht waar het label aan toe te voegen.",
56
+ "Categories to add to the email.": "Categorieën toe te voegen aan de e-mail.",
57
+ "Select the email message to remove the label from.": "Selecteer het e-mailbericht waar het label van verwijderd moet worden.",
58
+ "Categories to remove from the email.": "Categorieën om te verwijderen van de e-mail.",
59
+ "Select the email message to move.": "Selecteer het te verplaatsen e-mailbericht.",
60
+ "The folder to move the email to.": "De map waarnaar de e-mail moet worden verplaatst.",
61
+ "Select the draft email message to send.": "Selecteer het ontwerp van het e-mailbericht dat u wilt verzenden.",
62
+ "Select the email message to forward.": "Selecteer het e-mailbericht om door te gaan.",
63
+ "Optional comment to include with the forwarded message.": "Optioneel commentaar om mee te nemen met het doorgestuurde bericht.",
64
+ "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\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "Zoek in een specifieke map. Laat leeg om in alle mappen te zoeken.",
66
+ "Maximum number of results to return (1-1000).": "Maximum aantal resultaten om terug te keren (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
33
68
  "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "VERWIJDEREN",
41
76
  "HEAD": "HOOFD",
42
77
  "New Email": "Nieuw e-mailadres",
43
- "Triggers when a new email is received in the inbox.": "Triggert wanneer een nieuwe e-mail wordt ontvangen in de inbox."
78
+ "New Email in Folder": "Nieuw e-mailadres in map",
79
+ "New Attachment": "Nieuwe bijlage",
80
+ "Triggers when a new email is received in the inbox.": "Triggert wanneer een nieuwe e-mail wordt ontvangen in de inbox.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Triggert wanneer een nieuwe e-mail wordt verstuurd naar de opgegeven map.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Triggert wanneer er een nieuwe e-mail met één of meer bijlagen arriveert.",
83
+ "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."
44
84
  }
package/src/i18n/pt.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "Enviar e-mail",
5
4
  "Download Attachment": "Baixar anexo",
6
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
+ "Move Email to Folder": "Mover e-mail para pasta",
10
+ "Send Draft Email": "Enviar e-mail de rascunho",
11
+ "Forward Email": "Encaminhar Email",
12
+ "Find Email": "Encontrar E-mail",
7
13
  "Custom API Call": "Chamada de API personalizada",
8
14
  "Sends an email using Microsoft Outlook.": "Envia um email usando o Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Download de anexos de uma mensagem de e-mail específica.",
10
16
  "Reply to an outlook email.": "Responde a um e-mail de antecipação.",
17
+ "Creates a draft email message.": "Cria uma mensagem de e-mail de rascunho.",
18
+ "Adds a category (label) to an email message.": "Adiciona uma categoria (etiqueta) a uma mensagem de e-mail.",
19
+ "Removes a category (label) from an email message.": "Remove uma categoria (etiqueta) de uma mensagem de e-mail.",
20
+ "Moves an email message to a specific folder.": "Move uma mensagem de e-mail para uma pasta específica.",
21
+ "Sends a draft email message.": "Envia uma mensagem de e-mail de rascunho.",
22
+ "Forwards an email message.": "Envia uma mensagem de e-mail.",
23
+ "Searches for emails using full-text search.": "Pesquisa por e-mails usando pesquisa de texto completo.",
11
24
  "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
12
25
  "To Email(s)": "Para e-mail(s)",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "Conteúdo",
18
31
  "Attachments": "Anexos",
19
32
  "Message ID": "ID da mensagem",
33
+ "Email": "e-mail",
20
34
  "Reply Body": "Corpo da Resposta",
21
35
  "CC Recipients": "Destinatários CC",
22
36
  "BCC Recipients": "Destinatários do BCC",
23
37
  "Create Draft": "Criar rascunho",
38
+ "Categories": "categorias",
39
+ "Categories to Remove": "Categorias para Remover",
40
+ "Destination Folder": "Pasta de destino",
41
+ "Draft Email": "E-mail do rascunho",
42
+ "Comment": "Comentar",
43
+ "Search Query": "Consulta de Pesquisa",
44
+ "Folder": "Pasta",
45
+ "Max Results": "Resultados no Máx.",
24
46
  "Method": "Método",
25
47
  "Headers": "Cabeçalhos",
26
48
  "Query Parameters": "Parâmetros da consulta",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "Nenhum erro no Failure",
29
51
  "Timeout (in seconds)": "Tempo limite (em segundos)",
30
52
  "The ID of the email message containing the attachment.": "A identificação da mensagem de e-mail que contém o anexo.",
53
+ "Select the email message to reply to.": "Selecione a mensagem de e-mail para responder.",
31
54
  "If enabled, creates draft without sending.": "Se ativado, cria rascunho sem enviar.",
55
+ "Select the email message to add the label to.": "Selecione a mensagem de e-mail para adicionar a etiqueta.",
56
+ "Categories to add to the email.": "Categorias para adicionar ao e-mail.",
57
+ "Select the email message to remove the label from.": "Selecione a mensagem de e-mail para remover a etiqueta.",
58
+ "Categories to remove from the email.": "Categorias para remover do e-mail.",
59
+ "Select the email message to move.": "Selecione a mensagem de e-mail para mover",
60
+ "The folder to move the email to.": "A pasta para mover o e-mail para.",
61
+ "Select the draft email message to send.": "Selecione rascunho da mensagem de e-mail para enviar.",
62
+ "Select the email message to forward.": "Selecione a mensagem de e-mail para avançar.",
63
+ "Optional comment to include with the forwarded message.": "Comentário opcional para incluir com a mensagem encaminhada.",
64
+ "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\")",
65
+ "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.",
66
+ "Maximum number of results to return (1-1000).": "Número máximo de resultados a retornar (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
33
68
  "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "EXCLUIR",
41
76
  "HEAD": "CABEÇA",
42
77
  "New Email": "Novo E-mail",
43
- "Triggers when a new email is received in the inbox.": "Aciona quando um novo e-mail é recebido na caixa de entrada."
78
+ "New Email in Folder": "Novo e-mail na pasta",
79
+ "New Attachment": "Novo Anexo",
80
+ "Triggers when a new email is received in the inbox.": "Aciona quando um novo e-mail é recebido na caixa de entrada.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Aciona quando um novo e-mail é entregue na pasta especificada.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Dispara quando um novo email contendo um ou mais anexos chegar.",
83
+ "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."
44
84
  }
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "Send Email",
5
4
  "Download Attachment": "Download Attachment",
6
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
+ "Move Email to Folder": "Move Email to Folder",
10
+ "Send Draft Email": "Send Draft Email",
11
+ "Forward Email": "Forward Email",
12
+ "Find Email": "Find Email",
7
13
  "Custom API Call": "Custom API Call",
8
14
  "Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Download attachments from a specific email message.",
10
16
  "Reply to an outlook email.": "Reply to an outlook email.",
17
+ "Creates a draft email message.": "Creates a draft email message.",
18
+ "Adds a category (label) to an email message.": "Adds a category (label) to an email message.",
19
+ "Removes a category (label) from an email message.": "Removes a category (label) from an email message.",
20
+ "Moves an email message to a specific folder.": "Moves an email message to a specific folder.",
21
+ "Sends a draft email message.": "Sends a draft email message.",
22
+ "Forwards an email message.": "Forwards an email message.",
23
+ "Searches for emails using full-text search.": "Searches for emails using full-text search.",
11
24
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
12
25
  "To Email(s)": "To Email(s)",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "Body",
18
31
  "Attachments": "Attachments",
19
32
  "Message ID": "Message ID",
33
+ "Email": "Email",
20
34
  "Reply Body": "Reply Body",
21
35
  "CC Recipients": "CC Recipients",
22
36
  "BCC Recipients": "BCC Recipients",
23
37
  "Create Draft": "Create Draft",
38
+ "Categories": "Categories",
39
+ "Categories to Remove": "Categories to Remove",
40
+ "Destination Folder": "Destination Folder",
41
+ "Draft Email": "Draft Email",
42
+ "Comment": "Comment",
43
+ "Search Query": "Search Query",
44
+ "Folder": "Folder",
45
+ "Max Results": "Max Results",
24
46
  "Method": "Method",
25
47
  "Headers": "Headers",
26
48
  "Query Parameters": "Query Parameters",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "No Error on Failure",
29
51
  "Timeout (in seconds)": "Timeout (in seconds)",
30
52
  "The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
53
+ "Select the email message to reply to.": "Select the email message to reply to.",
31
54
  "If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
55
+ "Select the email message to add the label to.": "Select the email message to add the label to.",
56
+ "Categories to add to the email.": "Categories to add to the email.",
57
+ "Select the email message to remove the label from.": "Select the email message to remove the label from.",
58
+ "Categories to remove from the email.": "Categories to remove from the email.",
59
+ "Select the email message to move.": "Select the email message to move.",
60
+ "The folder to move the email to.": "The folder to move the email to.",
61
+ "Select the draft email message to send.": "Select the draft email message to send.",
62
+ "Select the email message to forward.": "Select the email message to forward.",
63
+ "Optional comment to include with the forwarded message.": "Optional comment to include with the forwarded message.",
64
+ "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\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "Search in a specific folder. Leave empty to search all folders.",
66
+ "Maximum number of results to return (1-1000).": "Maximum number of results to return (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
33
68
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "DELETE",
41
76
  "HEAD": "HEAD",
42
77
  "New Email": "New Email",
43
- "Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
78
+ "New Email in Folder": "New Email in Folder",
79
+ "New Attachment": "New Attachment",
80
+ "Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Triggers when a new email is delivered into the specified folder.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Triggers when a new email containing one or more attachments arrives.",
83
+ "Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Monitor attachments in a specific folder. Leave empty to monitor all folders."
44
84
  }
package/src/i18n/zh.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
- "Microsoft Outlook": "Microsoft Outlook",
3
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",
4
3
  "Send Email": "Send Email",
5
4
  "Download Attachment": "Download Attachment",
6
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
+ "Move Email to Folder": "Move Email to Folder",
10
+ "Send Draft Email": "Send Draft Email",
11
+ "Forward Email": "Forward Email",
12
+ "Find Email": "Find Email",
7
13
  "Custom API Call": "自定义 API 呼叫",
8
14
  "Sends an email using Microsoft Outlook.": "Sends an email using Microsoft Outlook.",
9
15
  "Download attachments from a specific email message.": "Download attachments from a specific email message.",
10
16
  "Reply to an outlook email.": "Reply to an outlook email.",
17
+ "Creates a draft email message.": "Creates a draft email message.",
18
+ "Adds a category (label) to an email message.": "Adds a category (label) to an email message.",
19
+ "Removes a category (label) from an email message.": "Removes a category (label) from an email message.",
20
+ "Moves an email message to a specific folder.": "Moves an email message to a specific folder.",
21
+ "Sends a draft email message.": "Sends a draft email message.",
22
+ "Forwards an email message.": "Forwards an email message.",
23
+ "Searches for emails using full-text search.": "Searches for emails using full-text search.",
11
24
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
12
25
  "To Email(s)": "To Email(s)",
13
26
  "CC Email(s)": "CC Email(s)",
@@ -17,10 +30,19 @@
17
30
  "Body": "正文内容",
18
31
  "Attachments": "Attachments",
19
32
  "Message ID": "Message ID",
33
+ "Email": "电子邮件地址",
20
34
  "Reply Body": "Reply Body",
21
35
  "CC Recipients": "CC Recipients",
22
36
  "BCC Recipients": "BCC Recipients",
23
37
  "Create Draft": "Create Draft",
38
+ "Categories": "Categories",
39
+ "Categories to Remove": "Categories to Remove",
40
+ "Destination Folder": "Destination Folder",
41
+ "Draft Email": "Draft Email",
42
+ "Comment": "Comment",
43
+ "Search Query": "Search Query",
44
+ "Folder": "Folder",
45
+ "Max Results": "Max Results",
24
46
  "Method": "方法",
25
47
  "Headers": "信头",
26
48
  "Query Parameters": "查询参数",
@@ -28,7 +50,20 @@
28
50
  "No Error on Failure": "失败时没有错误",
29
51
  "Timeout (in seconds)": "超时(秒)",
30
52
  "The ID of the email message containing the attachment.": "The ID of the email message containing the attachment.",
53
+ "Select the email message to reply to.": "Select the email message to reply to.",
31
54
  "If enabled, creates draft without sending.": "If enabled, creates draft without sending.",
55
+ "Select the email message to add the label to.": "Select the email message to add the label to.",
56
+ "Categories to add to the email.": "Categories to add to the email.",
57
+ "Select the email message to remove the label from.": "Select the email message to remove the label from.",
58
+ "Categories to remove from the email.": "Categories to remove from the email.",
59
+ "Select the email message to move.": "Select the email message to move.",
60
+ "The folder to move the email to.": "The folder to move the email to.",
61
+ "Select the draft email message to send.": "Select the draft email message to send.",
62
+ "Select the email message to forward.": "Select the email message to forward.",
63
+ "Optional comment to include with the forwarded message.": "Optional comment to include with the forwarded message.",
64
+ "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\")",
65
+ "Search in a specific folder. Leave empty to search all folders.": "Search in a specific folder. Leave empty to search all folders.",
66
+ "Maximum number of results to return (1-1000).": "Maximum number of results to return (1-1000).",
32
67
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
33
68
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
34
69
  "HTML": "HTML",
@@ -40,5 +75,10 @@
40
75
  "DELETE": "删除",
41
76
  "HEAD": "黑色",
42
77
  "New Email": "New Email",
43
- "Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox."
78
+ "New Email in Folder": "New Email in Folder",
79
+ "New Attachment": "New Attachment",
80
+ "Triggers when a new email is received in the inbox.": "Triggers when a new email is received in the inbox.",
81
+ "Triggers when a new email is delivered into the specified folder.": "Triggers when a new email is delivered into the specified folder.",
82
+ "Triggers when a new email containing one or more attachments arrives.": "Triggers when a new email containing one or more attachments arrives.",
83
+ "Monitor attachments in a specific folder. Leave empty to monitor all folders.": "Monitor attachments in a specific folder. Leave empty to monitor all folders."
44
84
  }