@activepieces/piece-microsoft-outlook 0.2.13 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/package.json +4 -4
  2. package/src/i18n/de.json +102 -0
  3. package/src/i18n/es.json +102 -0
  4. package/src/i18n/fr.json +102 -0
  5. package/src/i18n/ja.json +102 -0
  6. package/src/i18n/nl.json +102 -0
  7. package/src/i18n/pt.json +102 -0
  8. package/src/i18n/ru.json +41 -0
  9. package/src/i18n/translation.json +102 -0
  10. package/src/i18n/vi.json +41 -0
  11. package/src/i18n/zh.json +102 -0
  12. package/src/index.d.ts +1 -0
  13. package/src/index.d.ts.map +1 -0
  14. package/src/lib/actions/add-label-to-email.d.ts +1 -0
  15. package/src/lib/actions/add-label-to-email.d.ts.map +1 -0
  16. package/src/lib/actions/create-draft-email.d.ts +1 -0
  17. package/src/lib/actions/create-draft-email.d.ts.map +1 -0
  18. package/src/lib/actions/download-email-attachment.d.ts +1 -0
  19. package/src/lib/actions/download-email-attachment.d.ts.map +1 -0
  20. package/src/lib/actions/find-email.d.ts +1 -0
  21. package/src/lib/actions/find-email.d.ts.map +1 -0
  22. package/src/lib/actions/forward-email.d.ts +1 -0
  23. package/src/lib/actions/forward-email.d.ts.map +1 -0
  24. package/src/lib/actions/move-email-to-folder.d.ts +1 -0
  25. package/src/lib/actions/move-email-to-folder.d.ts.map +1 -0
  26. package/src/lib/actions/remove-label-from-email.d.ts +1 -0
  27. package/src/lib/actions/remove-label-from-email.d.ts.map +1 -0
  28. package/src/lib/actions/reply-email.d.ts +1 -0
  29. package/src/lib/actions/reply-email.d.ts.map +1 -0
  30. package/src/lib/actions/request-approval-send-email.d.ts +1 -0
  31. package/src/lib/actions/request-approval-send-email.d.ts.map +1 -0
  32. package/src/lib/actions/send-draft-email.d.ts +1 -0
  33. package/src/lib/actions/send-draft-email.d.ts.map +1 -0
  34. package/src/lib/actions/send-email.d.ts +1 -0
  35. package/src/lib/actions/send-email.d.ts.map +1 -0
  36. package/src/lib/common/auth.d.ts +1 -0
  37. package/src/lib/common/auth.d.ts.map +1 -0
  38. package/src/lib/common/props.d.ts +1 -0
  39. package/src/lib/common/props.d.ts.map +1 -0
  40. package/src/lib/triggers/new-attachment.d.ts +1 -0
  41. package/src/lib/triggers/new-attachment.d.ts.map +1 -0
  42. package/src/lib/triggers/new-email-in-folder.d.ts +1 -0
  43. package/src/lib/triggers/new-email-in-folder.d.ts.map +1 -0
  44. package/src/lib/triggers/new-email.d.ts +1 -0
  45. package/src/lib/triggers/new-email.d.ts.map +1 -0
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@activepieces/piece-microsoft-outlook",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "dependencies": {
7
- "@activepieces/pieces-common": "0.11.7",
8
- "@activepieces/pieces-framework": "0.25.6",
9
- "@activepieces/shared": "0.40.1",
7
+ "@activepieces/pieces-common": "0.12.0",
8
+ "@activepieces/pieces-framework": "0.26.0",
9
+ "@activepieces/shared": "0.50.1",
10
10
  "@microsoft/microsoft-graph-client": "3.0.7",
11
11
  "@microsoft/microsoft-graph-types": "2.40.0",
12
12
  "dayjs": "1.11.9",
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nWenn du deine eigene eigene Azure App anstelle der Standard Activepieces App verwenden möchtest, folge der [Azure App Erstellungsanleitung](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n setzte die **Umleitungs-URI** auf {{redirectUrl}} und füge folgende **Microsoft Graph (Delegiert) Berechtigungen** unter **API Berechtigungen**:\n - Benutzer hinzu. ead\n - Mail.ReadSchreiben\n - Mail.Senden Sie\n - Kalender.Lesen Sie\n - offline_access\n",
3
+ "Send Email": "E-Mail senden",
4
+ "Download Attachment": "Anhang herunterladen",
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
+ "Request Approval in Email": "Genehmigung in E-Mail anfordern",
10
+ "Move Email to Folder": "E-Mail in Ordner verschieben",
11
+ "Send Draft Email": "Entwurf E-Mail senden",
12
+ "Forward Email": "E-Mail weiterleiten",
13
+ "Find Email": "E-Mail finden",
14
+ "Custom API Call": "Eigener API-Aufruf",
15
+ "Sends an email using Microsoft Outlook.": "Sendet eine E-Mail mit Microsoft Outlook.",
16
+ "Download attachments from a specific email message.": "Laden Sie Anhänge von einer bestimmten E-Mail herunter.",
17
+ "Reply to an outlook email.": "Auf eine Outlook-E-Mail antworten.",
18
+ "Creates a draft email message.": "Erstellt eine E-Mail-Entwurfs-Nachricht.",
19
+ "Adds a category (label) to an email message.": "Fügt einer E-Mail eine Kategorie (Label) hinzu.",
20
+ "Removes a category (label) from an email message.": "Entfernt eine Kategorie (Label) aus einer E-Mail-Nachricht.",
21
+ "Send approval request email and then wait until the email is approved or disapproved": "Senden Sie eine Bestätigungs-E-Mail und warten Sie, bis die E-Mail genehmigt oder abgelehnt wurde",
22
+ "Moves an email message to a specific folder.": "Verschiebt eine E-Mail in einen bestimmten Ordner.",
23
+ "Sends a draft email message.": "Sendet eine E-Mail Entwurfsnachricht.",
24
+ "Forwards an email message.": "Eine E-Mail weiterleiten.",
25
+ "Searches for emails using full-text search.": "Sucht nach E-Mails mit Volltextsuche.",
26
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
27
+ "To Email(s)": "An E-Mail(s)",
28
+ "CC Email(s)": "CC Email(s)",
29
+ "BCC Email(s)": "BCC E-Mail(s)",
30
+ "Subject": "Betreff",
31
+ "Body Format": "Body Format",
32
+ "Body": "Körper",
33
+ "Attachments": "Anhänge",
34
+ "Message ID": "Nachrichten-ID",
35
+ "Email": "E-Mail",
36
+ "Reply Body": "Antwort-Körper",
37
+ "CC Recipients": "CC-Empfänger",
38
+ "BCC Recipients": "BCC-Empfänger",
39
+ "Create Draft": "Entwurf erstellen",
40
+ "Categories": "Kategorien",
41
+ "Categories to Remove": "Zu entfernende Kategorien",
42
+ "To Email Address": "An E-Mail-Adresse",
43
+ "Destination Folder": "Zielordner",
44
+ "Draft Email": "Entwurf E-Mail",
45
+ "Comment": "Kommentar",
46
+ "Search Query": "Suchanfrage",
47
+ "Folder": "Ordner",
48
+ "Max Results": "Maximale Ergebnisse",
49
+ "Method": "Methode",
50
+ "Headers": "Kopfzeilen",
51
+ "Query Parameters": "Abfrageparameter",
52
+ "Body Type": "Körpertyp",
53
+ "Response is Binary ?": "Antwort ist binär?",
54
+ "No Error on Failure": "Kein Fehler bei Fehler",
55
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
56
+ "Follow redirects": "Weiterleitungen folgen",
57
+ "The ID of the email message containing the attachment.": "Die ID der E-Mail-Nachricht, die den Anhang enthält.",
58
+ "Select the email message to reply to.": "Wählen Sie die E-Mail-Nachricht, auf die Sie antworten möchten.",
59
+ "If enabled, creates draft without sending.": "Wenn aktiviert, erstellt Entwurf ohne zu senden.",
60
+ "Select the email message to add the label to.": "Wählen Sie die E-Mail-Nachricht, zu der die Bezeichnung hinzugefügt werden soll.",
61
+ "Categories to add to the email.": "Kategorien, die zur E-Mail hinzugefügt werden sollen.",
62
+ "Select the email message to remove the label from.": "Wählen Sie die E-Mail-Nachricht, von der die Bezeichnung entfernt werden soll.",
63
+ "Categories to remove from the email.": "Kategorien aus der E-Mail zu entfernen.",
64
+ "The email address of the recipient who will receive the approval request.": "Die E-Mail-Adresse des Empfängers, der die Genehmigungsanfrage erhalten wird.",
65
+ "The subject of the approval request email.": "Der Betreff der Bestätigungs-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.": "Der Hauptinhalt der E-Mail. Sie können Details über die Zustimmungsanfrage hier im HTML-Format oder im Klartext angeben.",
67
+ "Select the email message to move.": "Wählen Sie die zu verschiebende E-Mail-Nachricht.",
68
+ "The folder to move the email to.": "Der Ordner, an den die E-Mail verschoben wird.",
69
+ "Select the draft email message to send.": "Wählen Sie den zu sendenden Entwurf der E-Mail-Nachricht.",
70
+ "Select the email message to forward.": "Wählen Sie die E-Mail-Nachricht, die weitergeleitet werden soll.",
71
+ "Optional comment to include with the forwarded message.": "Optionaler Kommentar mit der weitergeleiteten Nachricht.",
72
+ "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\")",
73
+ "Search in a specific folder. Leave empty to search all folders.": "Suche in einem bestimmten Ordner. Leer lassen, um alle Ordner zu durchsuchen.",
74
+ "Maximum number of results to return (1-1000).": "Maximale Ergebnisanzahl (1-1000).",
75
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
76
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
77
+ "HTML": "HTML",
78
+ "Text": "Text",
79
+ "GET": "ERHALTEN",
80
+ "POST": "POST",
81
+ "PATCH": "PATCH",
82
+ "PUT": "PUT",
83
+ "DELETE": "LÖSCHEN",
84
+ "HEAD": "HEAD",
85
+ "None": "Keine",
86
+ "JSON": "JSON",
87
+ "Form Data": "Formulardaten",
88
+ "Raw": "Rohe",
89
+ "New Email": "Neue E-Mail",
90
+ "New Email in Folder": "Neue E-Mail im Ordner",
91
+ "New Attachment": "Neuer Anhang",
92
+ "Triggers when a new email is received in the inbox.": "Wird ausgelöst, wenn eine neue E-Mail im Posteingang empfangen wird.",
93
+ "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.",
94
+ "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.",
95
+ "From (Sender Email)": "Von (Sender E-Mail)",
96
+ "To (Recipient Email)": "An (Empfänger E-Mail)",
97
+ "Attachment Name Filter": "Anhang-Namensfilter",
98
+ "Filter emails from a specific sender (optional). Leave empty to for all senders.": "E-Mails von einem bestimmten Absender filtern (optional). Leer lassen für alle Absender.",
99
+ "Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "E-Mails nach einem bestimmten Empfänger filtern (optional). Leer lassen für alle Empfänger.",
100
+ "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.",
101
+ "Filter attachments by name (contains). Leave empty to include all attachments.": "Anhänge nach Namen filtern (enthalten). Leer lassen um alle Anhänge hinzuzufügen."
102
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n",
3
+ "Send Email": "Enviar Email",
4
+ "Download Attachment": "Descargar adjunto",
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
+ "Request Approval in Email": "Solicitud de aprobación en el correo electrónico",
10
+ "Move Email to Folder": "Mover correo a la carpeta",
11
+ "Send Draft Email": "Enviar Email borrador",
12
+ "Forward Email": "Reenviar Email",
13
+ "Find Email": "Buscar Email",
14
+ "Custom API Call": "Llamada API personalizada",
15
+ "Sends an email using Microsoft Outlook.": "Envía un correo electrónico usando Microsoft Outlook.",
16
+ "Download attachments from a specific email message.": "Descargar archivos adjuntos de un mensaje de correo electrónico específico.",
17
+ "Reply to an outlook email.": "Responder a un correo electrónico de perspectiva.",
18
+ "Creates a draft email message.": "Crea un borrador de mensaje de correo electrónico.",
19
+ "Adds a category (label) to an email message.": "Añade una categoría (etiqueta) a un mensaje de correo electrónico.",
20
+ "Removes a category (label) from an email message.": "Elimina una categoría (etiqueta) de un mensaje de correo electrónico.",
21
+ "Send approval request email and then wait until the email is approved or disapproved": "Enviar correo electrónico de solicitud de aprobación y luego esperar hasta que el correo electrónico sea aprobado o desaprobado",
22
+ "Moves an email message to a specific folder.": "Mueve un mensaje de correo electrónico a una carpeta específica.",
23
+ "Sends a draft email message.": "Envía un borrador de mensaje de correo electrónico.",
24
+ "Forwards an email message.": "Reenviar un mensaje de correo electrónico.",
25
+ "Searches for emails using full-text search.": "Busca correos electrónicos usando búsqueda de texto completo.",
26
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
27
+ "To Email(s)": "A Email(s)",
28
+ "CC Email(s)": "CC Email(s)",
29
+ "BCC Email(s)": "Correo electrónico BCC",
30
+ "Subject": "Asunto",
31
+ "Body Format": "Formato del cuerpo",
32
+ "Body": "Cuerpo",
33
+ "Attachments": "Adjuntos",
34
+ "Message ID": "ID del mensaje",
35
+ "Email": "E-mail",
36
+ "Reply Body": "Responder cuerpo",
37
+ "CC Recipients": "Destinatarios CC",
38
+ "BCC Recipients": "Destinatarios BCC",
39
+ "Create Draft": "Crear borrador",
40
+ "Categories": "Categorías",
41
+ "Categories to Remove": "Categorías a eliminar",
42
+ "To Email Address": "A la dirección de correo",
43
+ "Destination Folder": "Carpeta de destino",
44
+ "Draft Email": "Email borrador",
45
+ "Comment": "Comentario",
46
+ "Search Query": "Buscar consulta",
47
+ "Folder": "Carpeta",
48
+ "Max Results": "Resultados máximos",
49
+ "Method": "Método",
50
+ "Headers": "Encabezados",
51
+ "Query Parameters": "Parámetros de consulta",
52
+ "Body Type": "Tipo de cuerpo",
53
+ "Response is Binary ?": "¿Respuesta es binaria?",
54
+ "No Error on Failure": "No hay ningún error en fallo",
55
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
56
+ "Follow redirects": "Seguir redirecciones",
57
+ "The ID of the email message containing the attachment.": "El ID del mensaje de correo electrónico que contiene el adjunto.",
58
+ "Select the email message to reply to.": "Seleccione el mensaje de correo electrónico al que responder.",
59
+ "If enabled, creates draft without sending.": "Si está activado, crea borrador sin enviar.",
60
+ "Select the email message to add the label to.": "Seleccione el mensaje de correo electrónico al que añadir la etiqueta.",
61
+ "Categories to add to the email.": "Categorías a añadir al correo electrónico.",
62
+ "Select the email message to remove the label from.": "Seleccione el mensaje de correo electrónico para eliminar la etiqueta.",
63
+ "Categories to remove from the email.": "Categorías a eliminar del correo electrónico.",
64
+ "The email address of the recipient who will receive the approval request.": "La dirección de correo electrónico del destinatario que recibirá la solicitud de aprobación.",
65
+ "The subject of the approval request email.": "El asunto del correo electrónico de solicitud de aprobación.",
66
+ "The main content of the email. You can include details about the approval request here in the html format or plain text.": "El contenido principal del correo electrónico. Puede incluir detalles sobre la solicitud de aprobación aquí en el formato html o texto plano.",
67
+ "Select the email message to move.": "Seleccione el mensaje de correo electrónico a mover.",
68
+ "The folder to move the email to.": "La carpeta a la que mover el correo electrónico.",
69
+ "Select the draft email message to send.": "Seleccione el borrador de mensaje de correo electrónico a enviar.",
70
+ "Select the email message to forward.": "Seleccione el mensaje de correo electrónico a continuación.",
71
+ "Optional comment to include with the forwarded message.": "Comentario opcional para incluir con el mensaje reenviado.",
72
+ "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\")",
73
+ "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.",
74
+ "Maximum number of results to return (1-1000).": "Número máximo de resultados a devolver (1-1000).",
75
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
76
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
77
+ "HTML": "HTML",
78
+ "Text": "Texto",
79
+ "GET": "RECOGER",
80
+ "POST": "POST",
81
+ "PATCH": "PATCH",
82
+ "PUT": "PUT",
83
+ "DELETE": "BORRAR",
84
+ "HEAD": "LIMPIO",
85
+ "None": "Ninguna",
86
+ "JSON": "JSON",
87
+ "Form Data": "Datos de Formulario",
88
+ "Raw": "Rápido",
89
+ "New Email": "Nuevo Email",
90
+ "New Email in Folder": "Nuevo correo en la carpeta",
91
+ "New Attachment": "Nuevo adjunto",
92
+ "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.",
93
+ "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.",
94
+ "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.",
95
+ "From (Sender Email)": "Desde (correo electrónico del remitente)",
96
+ "To (Recipient Email)": "Para (Email del destinatario)",
97
+ "Attachment Name Filter": "Filtro de nombre adjunto",
98
+ "Filter emails from a specific sender (optional). Leave empty to for all senders.": "Filtrar correos de un remitente específico (opcional). Dejar en blanco para todos los remitentes.",
99
+ "Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "Filtrar correos electrónicos a un destinatario específico (opcional). Dejar en blanco para todos los destinatarios.",
100
+ "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.",
101
+ "Filter attachments by name (contains). Leave empty to include all attachments.": "Filtrar archivos adjuntos por nombre (contiene). Dejar en blanco para incluir todos los archivos adjuntos."
102
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n",
3
+ "Send Email": "Envoyer un e-mail",
4
+ "Download Attachment": "Télécharger la pièce jointe",
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
+ "Request Approval in Email": "Demande d'approbation dans l'e-mail",
10
+ "Move Email to Folder": "Déplacer l'e-mail vers le dossier",
11
+ "Send Draft Email": "Envoyer un brouillon d'email",
12
+ "Forward Email": "Transférer l'email",
13
+ "Find Email": "Trouver un e-mail",
14
+ "Custom API Call": "Appel API personnalisé",
15
+ "Sends an email using Microsoft Outlook.": "Envoie un e-mail en utilisant Microsoft Outlook.",
16
+ "Download attachments from a specific email message.": "Télécharger les pièces jointes à partir d'un courriel spécifique.",
17
+ "Reply to an outlook email.": "Répondre à un e-mail Outlook.",
18
+ "Creates a draft email message.": "Crée un brouillon de courriel.",
19
+ "Adds a category (label) to an email message.": "Ajoute une catégorie (étiquette) à un message électronique.",
20
+ "Removes a category (label) from an email message.": "Supprime une catégorie (étiquette) d'un message électronique.",
21
+ "Send approval request email and then wait until the email is approved or disapproved": "Envoyez un e-mail de demande d'approbation puis attendez que l'e-mail soit approuvé ou désapprouvé",
22
+ "Moves an email message to a specific folder.": "Déplace un courriel vers un dossier spécifique.",
23
+ "Sends a draft email message.": "Envoie un message électronique brouillon.",
24
+ "Forwards an email message.": "Transfère un message email.",
25
+ "Searches for emails using full-text search.": "Recherche des e-mails en utilisant la recherche en texte complet.",
26
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
27
+ "To Email(s)": "E-mail(S) À",
28
+ "CC Email(s)": "Email(s) CC",
29
+ "BCC Email(s)": "E-mail(s) BCC",
30
+ "Subject": "Sujet",
31
+ "Body Format": "Format du corps",
32
+ "Body": "Corps",
33
+ "Attachments": "Pièces jointes",
34
+ "Message ID": "ID du message",
35
+ "Email": "Courriel",
36
+ "Reply Body": "Corps de la réponse",
37
+ "CC Recipients": "Destinataires CC",
38
+ "BCC Recipients": "Destinataires BCC",
39
+ "Create Draft": "Créer un brouillon",
40
+ "Categories": "Catégories",
41
+ "Categories to Remove": "Catégories à supprimer",
42
+ "To Email Address": "À l'adresse e-mail",
43
+ "Destination Folder": "Dossier de destination",
44
+ "Draft Email": "Courriel brouillon",
45
+ "Comment": "Commenter",
46
+ "Search Query": "Requête de recherche",
47
+ "Folder": "Dossier",
48
+ "Max Results": "Nombre maximum de résultats",
49
+ "Method": "Méthode",
50
+ "Headers": "En-têtes",
51
+ "Query Parameters": "Paramètres de requête",
52
+ "Body Type": "Body Type",
53
+ "Response is Binary ?": "La réponse est Binaire ?",
54
+ "No Error on Failure": "Aucune erreur en cas d'échec",
55
+ "Timeout (in seconds)": "Délai d'attente (en secondes)",
56
+ "Follow redirects": "Suivre les redirections",
57
+ "The ID of the email message containing the attachment.": "L'ID du message contenant la pièce jointe.",
58
+ "Select the email message to reply to.": "Sélectionnez le courriel auquel vous souhaitez répondre.",
59
+ "If enabled, creates draft without sending.": "Si activé, crée un brouillon sans l'envoyer.",
60
+ "Select the email message to add the label to.": "Sélectionnez le message de courriel auquel ajouter l'étiquette.",
61
+ "Categories to add to the email.": "Catégories à ajouter à l'email.",
62
+ "Select the email message to remove the label from.": "Sélectionnez le message de courriel dont vous voulez supprimer l'étiquette.",
63
+ "Categories to remove from the email.": "Catégories à supprimer de l'email.",
64
+ "The email address of the recipient who will receive the approval request.": "L'adresse e-mail du destinataire qui recevra la demande d'approbation.",
65
+ "The subject of the approval request email.": "Le sujet de l'e-mail de demande d'approbation.",
66
+ "The main content of the email. You can include details about the approval request here in the html format or plain text.": "Le contenu principal de l'e-mail. Vous pouvez inclure des détails sur la demande d'approbation ici au format html ou en texte brut.",
67
+ "Select the email message to move.": "Sélectionnez le message e-mail à déplacer.",
68
+ "The folder to move the email to.": "Le dossier vers lequel déplacer l'email.",
69
+ "Select the draft email message to send.": "Sélectionnez le brouillon de courriel à envoyer.",
70
+ "Select the email message to forward.": "Sélectionnez le courriel à transférer.",
71
+ "Optional comment to include with the forwarded message.": "Commentaire facultatif à inclure avec le message envoyé.",
72
+ "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\")",
73
+ "Search in a specific folder. Leave empty to search all folders.": "Rechercher dans un dossier spécifique. Laisser vide pour rechercher tous les dossiers.",
74
+ "Maximum number of results to return (1-1000).": "Nombre maximum de résultats à retourner (1-1000).",
75
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
76
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
77
+ "HTML": "HTML",
78
+ "Text": "Texte",
79
+ "GET": "GET",
80
+ "POST": "POST",
81
+ "PATCH": "PATCH",
82
+ "PUT": "PUT",
83
+ "DELETE": "DELETE",
84
+ "HEAD": "HEAD",
85
+ "None": "Aucun",
86
+ "JSON": "JSON",
87
+ "Form Data": "Données du formulaire",
88
+ "Raw": "Brut",
89
+ "New Email": "Nouvel e-mail",
90
+ "New Email in Folder": "Nouveau courriel dans le dossier",
91
+ "New Attachment": "Nouvelle pièce jointe",
92
+ "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.",
93
+ "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é.",
94
+ "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.",
95
+ "From (Sender Email)": "De (Courriel expéditeur)",
96
+ "To (Recipient Email)": "À (Courriel du destinataire)",
97
+ "Attachment Name Filter": "Filtre de nom de pièce jointe",
98
+ "Filter emails from a specific sender (optional). Leave empty to for all senders.": "Filtrer les e-mails d'un expéditeur spécifique (facultatif). Laisser vide pour tous les expéditeurs.",
99
+ "Filter emails to a specific recipient (optional). Leave empty to for all recipients.": "Filtrer les e-mails à un destinataire spécifique (facultatif). Laisser vide pour tous les destinataires.",
100
+ "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.",
101
+ "Filter attachments by name (contains). Leave empty to include all attachments.": "Filtrer les pièces jointes par nom (contient). Laisser vide pour inclure toutes les pièces jointes."
102
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\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
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nAls u uw eigen aangepaste Azure app wilt gebruiken in plaats van de standaard Activepieces app, Volg de [Azure app creatie handleiding] (https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n zet de **Redirect URI** naar {{redirectUrl}} en voeg de volgende **Microsoft Graph (Delegated) permissies** toe onder **API permissies**:\n - gebruiker. ead\n - Mail.ReadWrite\n - Mail.Send\n - Kalendars.Lees\n - offline_access\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
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\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
+ }
@@ -0,0 +1,41 @@
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
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\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
+ }
@@ -0,0 +1,41 @@
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
+ }
@@ -0,0 +1,102 @@
1
+ {
2
+ "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\n": "\nIf you’d like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - User.Read\n - Mail.ReadWrite\n - Mail.Send\n - Calendars.Read\n - offline_access\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
+ }
package/src/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export declare const microsoftOutlook: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,gBAAgB,+JAgC3B,CAAC"}
@@ -2,3 +2,4 @@ export declare const addLabelToEmailAction: import("@activepieces/pieces-framewo
2
2
  messageId: import("@activepieces/pieces-framework").DropdownProperty<string | undefined, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string | undefined, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
3
3
  categories: import("@activepieces/pieces-framework").ArrayProperty<true>;
4
4
  }>;
5
+ //# sourceMappingURL=add-label-to-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-label-to-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/add-label-to-email.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;EAqChC,CAAC"}
@@ -7,3 +7,4 @@ export declare const createDraftEmailAction: import("@activepieces/pieces-framew
7
7
  body: import("@activepieces/pieces-framework").LongTextProperty<true>;
8
8
  attachments: import("@activepieces/pieces-framework").ArrayProperty<true> | import("@activepieces/pieces-framework").ArrayProperty<false>;
9
9
  }>;
10
+ //# sourceMappingURL=create-draft-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-draft-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-draft-email.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;;;;;;;;EAsGjC,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export declare const downloadAttachmentAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
2
2
  messageId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
3
3
  }>;
4
+ //# sourceMappingURL=download-email-attachment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download-email-attachment.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/download-email-attachment.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB;;EA0CnC,CAAC"}
@@ -3,3 +3,4 @@ export declare const findEmailAction: import("@activepieces/pieces-framework").I
3
3
  folderId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
4
4
  top: import("@activepieces/pieces-framework").NumberProperty<false>;
5
5
  }>;
6
+ //# sourceMappingURL=find-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"find-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/find-email.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe;;;;EAiE1B,CAAC"}
@@ -3,3 +3,4 @@ export declare const forwardEmailAction: import("@activepieces/pieces-framework"
3
3
  recipients: import("@activepieces/pieces-framework").ArrayProperty<true>;
4
4
  comment: import("@activepieces/pieces-framework").LongTextProperty<false>;
5
5
  }>;
6
+ //# sourceMappingURL=forward-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"forward-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/forward-email.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB;;;;EA2D7B,CAAC"}
@@ -2,3 +2,4 @@ export declare const moveEmailToFolderAction: import("@activepieces/pieces-frame
2
2
  messageId: import("@activepieces/pieces-framework").DropdownProperty<string | undefined, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string | undefined, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
3
3
  destinationFolderId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
4
4
  }>;
5
+ //# sourceMappingURL=move-email-to-folder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"move-email-to-folder.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/move-email-to-folder.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,uBAAuB;;;EAgClC,CAAC"}
@@ -2,3 +2,4 @@ export declare const removeLabelFromEmailAction: import("@activepieces/pieces-fr
2
2
  messageId: import("@activepieces/pieces-framework").DropdownProperty<string | undefined, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string | undefined, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
3
3
  categories: import("@activepieces/pieces-framework").ArrayProperty<true>;
4
4
  }>;
5
+ //# sourceMappingURL=remove-label-from-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-label-from-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/remove-label-from-email.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B;;;EAuCrC,CAAC"}
@@ -7,3 +7,4 @@ export declare const replyEmailAction: import("@activepieces/pieces-framework").
7
7
  attachments: import("@activepieces/pieces-framework").ArrayProperty<true> | import("@activepieces/pieces-framework").ArrayProperty<false>;
8
8
  draft: import("@activepieces/pieces-framework").CheckboxProperty<true>;
9
9
  }>;
10
+ //# sourceMappingURL=reply-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reply-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/reply-email.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;EA6J3B,CAAC"}
@@ -3,3 +3,4 @@ export declare const requestApprovalInMail: import("@activepieces/pieces-framewo
3
3
  subject: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
4
  body: import("@activepieces/pieces-framework").LongTextProperty<true>;
5
5
  }>;
6
+ //# sourceMappingURL=request-approval-send-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"request-approval-send-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/request-approval-send-email.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,qBAAqB;;;;EA2GhC,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export declare const sendDraftEmailAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
2
2
  messageId: import("@activepieces/pieces-framework").DropdownProperty<string | undefined, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string | undefined, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
3
3
  }>;
4
+ //# sourceMappingURL=send-draft-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-draft-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/send-draft-email.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;EA6B/B,CAAC"}
@@ -7,3 +7,4 @@ export declare const sendEmailAction: import("@activepieces/pieces-framework").I
7
7
  body: import("@activepieces/pieces-framework").LongTextProperty<true>;
8
8
  attachments: import("@activepieces/pieces-framework").ArrayProperty<true> | import("@activepieces/pieces-framework").ArrayProperty<false>;
9
9
  }>;
10
+ //# sourceMappingURL=send-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/send-email.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe;;;;;;;;EAyG1B,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const microsoftOutlookAuth: import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>;
2
+ //# sourceMappingURL=auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/auth.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,oBAAoB,+GA2B/B,CAAC"}
@@ -7,3 +7,4 @@ export declare const messageIdDropdown: (params: DropdownParams) => import("@act
7
7
  export declare const draftMessageIdDropdown: (params: DropdownParams) => import("@activepieces/pieces-framework").DropdownProperty<string | undefined, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string | undefined, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
8
8
  export declare const mailFolderIdDropdown: (params: DropdownParams) => import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
9
9
  export {};
10
+ //# sourceMappingURL=props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/lib/common/props.ts"],"names":[],"mappings":"AAKA,KAAK,cAAc,GAAG;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,iBAAiB,WAAY,cAAc,6YA4CrD,CAAC;AAEJ,eAAO,MAAM,sBAAsB,WAAY,cAAc,6YA4C1D,CAAC;AAEJ,eAAO,MAAM,oBAAoB,WAAY,cAAc,qXAyCxD,CAAC"}
@@ -16,3 +16,4 @@ export declare const newAttachmentTrigger: import("@activepieces/pieces-framewor
16
16
  sender: import("@activepieces/pieces-framework").ShortTextProperty<false>;
17
17
  attachmentNameFilter: import("@activepieces/pieces-framework").ShortTextProperty<false>;
18
18
  }>;
19
+ //# sourceMappingURL=new-attachment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new-attachment.d.ts","sourceRoot":"","sources":["../../../../src/lib/triggers/new-attachment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,eAAe,EAA4B,MAAM,gCAAgC,CAAC;AAsDzG,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;EAqG/B,CAAC"}
@@ -8,3 +8,4 @@ export declare const newEmailInFolderTrigger: import("@activepieces/pieces-frame
8
8
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
9
9
  folderId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
10
10
  }>;
11
+ //# sourceMappingURL=new-email-in-folder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new-email-in-folder.d.ts","sourceRoot":"","sources":["../../../../src/lib/triggers/new-email-in-folder.ts"],"names":[],"mappings":"AACA,OAAO,EAGN,eAAe,EAEf,MAAM,gCAAgC,CAAC;AAsDxC,eAAO,MAAM,uBAAuB;;;;;;;;EAkClC,CAAC"}
@@ -12,3 +12,4 @@ export declare const newEmailTrigger: import("@activepieces/pieces-framework").I
12
12
  sender: import("@activepieces/pieces-framework").ShortTextProperty<false>;
13
13
  recipient: import("@activepieces/pieces-framework").ShortTextProperty<false>;
14
14
  }>;
15
+ //# sourceMappingURL=new-email.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/triggers/new-email.ts"],"names":[],"mappings":"AACA,OAAO,EAEN,eAAe,EAGf,MAAM,gCAAgC,CAAC;AAgFxC,eAAO,MAAM,eAAe;;;;;;;;;;;;EAuC1B,CAAC"}