@activepieces/piece-microsoft-outlook 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/i18n/fr.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-microsoft-outlook",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "dependencies": {
5
5
  "@microsoft/microsoft-graph-client": "3.0.7",
6
6
  "@microsoft/microsoft-graph-types": "2.40.0",
package/src/i18n/fr.json CHANGED
@@ -6,15 +6,15 @@
6
6
  "Custom API Call": "Appel API personnalisé",
7
7
  "Sends an email using Microsoft Outlook.": "Envoie un e-mail en utilisant Microsoft Outlook.",
8
8
  "Download attachments from a specific email message.": "Télécharger les pièces jointes à partir d'un courriel spécifique.",
9
- "Reply to an outlook email.": "Répondre à un e-mail de prospection.",
10
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
11
- "To Email(s)": "E-mail(s)",
12
- "CC Email(s)": "CC Email(s)",
9
+ "Reply to an outlook email.": "Répondre à un e-mail Outlook.",
10
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
11
+ "To Email(s)": "E-mail(S) À",
12
+ "CC Email(s)": "Email(s) CC",
13
13
  "BCC Email(s)": "E-mail(s) BCC",
14
14
  "Subject": "Sujet",
15
15
  "Body Format": "Format du corps",
16
16
  "Body": "Corps",
17
- "Attachments": "Fichiers joints",
17
+ "Attachments": "Pièces jointes",
18
18
  "Message ID": "ID du message",
19
19
  "Reply Body": "Corps de la réponse",
20
20
  "CC Recipients": "Destinataires CC",
@@ -27,17 +27,17 @@
27
27
  "No Error on Failure": "Aucune erreur en cas d'échec",
28
28
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
29
29
  "The ID of the email message containing the attachment.": "L'ID du message contenant la pièce jointe.",
30
- "If enabled, creates draft without sending.": "Si activé, crée un brouillon sans envoi.",
30
+ "If enabled, creates draft without sending.": "Si activé, crée un brouillon sans l'envoyer.",
31
31
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
32
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
32
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDF, les images, etc.",
33
33
  "HTML": "HTML",
34
- "Text": "Texte du texte",
35
- "GET": "OBTENIR",
36
- "POST": "POSTER",
34
+ "Text": "Texte",
35
+ "GET": "GET",
36
+ "POST": "POST",
37
37
  "PATCH": "PATCH",
38
- "PUT": "EFFACER",
39
- "DELETE": "SUPPRIMER",
40
- "HEAD": "TÊTE",
38
+ "PUT": "PUT",
39
+ "DELETE": "DELETE",
40
+ "HEAD": "HEAD",
41
41
  "New Email": "Nouvel e-mail",
42
- "Triggers when a new email is received in the inbox.": "Déclenche lorsqu'un nouvel e-mail est reçu dans la boîte de réception."
42
+ "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."
43
43
  }