@scopieflows/app-gmail 0.11.0

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 (63) hide show
  1. package/README.md +7 -0
  2. package/package.json +32 -0
  3. package/src/i18n/ca.json +63 -0
  4. package/src/i18n/de.json +66 -0
  5. package/src/i18n/es.json +66 -0
  6. package/src/i18n/fr.json +66 -0
  7. package/src/i18n/hi.json +63 -0
  8. package/src/i18n/id.json +63 -0
  9. package/src/i18n/ja.json +66 -0
  10. package/src/i18n/nl.json +66 -0
  11. package/src/i18n/pt.json +66 -0
  12. package/src/i18n/ru.json +63 -0
  13. package/src/i18n/translation.json +66 -0
  14. package/src/i18n/vi.json +63 -0
  15. package/src/i18n/zh.json +66 -0
  16. package/src/index.d.ts +2 -0
  17. package/src/index.js +78 -0
  18. package/src/index.js.map +1 -0
  19. package/src/lib/actions/create-draft-reply-action.d.ts +10 -0
  20. package/src/lib/actions/create-draft-reply-action.js +262 -0
  21. package/src/lib/actions/create-draft-reply-action.js.map +1 -0
  22. package/src/lib/actions/get-mail-action.d.ts +3 -0
  23. package/src/lib/actions/get-mail-action.js +37 -0
  24. package/src/lib/actions/get-mail-action.js.map +1 -0
  25. package/src/lib/actions/get-thread-action.d.ts +5 -0
  26. package/src/lib/actions/get-thread-action.js +44 -0
  27. package/src/lib/actions/get-thread-action.js.map +1 -0
  28. package/src/lib/actions/reply-to-email-action.d.ts +9 -0
  29. package/src/lib/actions/reply-to-email-action.js +195 -0
  30. package/src/lib/actions/reply-to-email-action.js.map +1 -0
  31. package/src/lib/actions/request-approval-in-email.d.ts +11 -0
  32. package/src/lib/actions/request-approval-in-email.js +176 -0
  33. package/src/lib/actions/request-approval-in-email.js.map +1 -0
  34. package/src/lib/actions/search-email-action.d.ts +15 -0
  35. package/src/lib/actions/search-email-action.js +180 -0
  36. package/src/lib/actions/search-email-action.js.map +1 -0
  37. package/src/lib/actions/send-email-action.d.ts +14 -0
  38. package/src/lib/actions/send-email-action.js +191 -0
  39. package/src/lib/actions/send-email-action.js.map +1 -0
  40. package/src/lib/common/data.d.ts +131 -0
  41. package/src/lib/common/data.js +208 -0
  42. package/src/lib/common/data.js.map +1 -0
  43. package/src/lib/common/models.d.ts +85 -0
  44. package/src/lib/common/models.js +26 -0
  45. package/src/lib/common/models.js.map +1 -0
  46. package/src/lib/common/props.d.ts +11 -0
  47. package/src/lib/common/props.js +229 -0
  48. package/src/lib/common/props.js.map +1 -0
  49. package/src/lib/triggers/new-attachment.d.ts +171 -0
  50. package/src/lib/triggers/new-attachment.js +128 -0
  51. package/src/lib/triggers/new-attachment.js.map +1 -0
  52. package/src/lib/triggers/new-conversation.d.ts +46 -0
  53. package/src/lib/triggers/new-conversation.js +310 -0
  54. package/src/lib/triggers/new-conversation.js.map +1 -0
  55. package/src/lib/triggers/new-email.d.ts +27 -0
  56. package/src/lib/triggers/new-email.js +117 -0
  57. package/src/lib/triggers/new-email.js.map +1 -0
  58. package/src/lib/triggers/new-label.d.ts +2 -0
  59. package/src/lib/triggers/new-label.js +79 -0
  60. package/src/lib/triggers/new-label.js.map +1 -0
  61. package/src/lib/triggers/new-labeled-email.d.ts +62 -0
  62. package/src/lib/triggers/new-labeled-email.js +142 -0
  63. package/src/lib/triggers/new-labeled-email.js.map +1 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # pieces-gmail
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running lint
6
+
7
+ Run `nx lint pieces-gmail` to execute the lint via [ESLint](https://eslint.org/).
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@scopieflows/app-gmail",
3
+ "version": "0.11.0",
4
+ "dependencies": {
5
+ "@sinclair/typebox": "0.34.11",
6
+ "ai": "^6.0.0",
7
+ "axios": "1.13.1",
8
+ "axios-retry": "4.4.1",
9
+ "dayjs": "1.11.9",
10
+ "deepmerge-ts": "7.1.0",
11
+ "form-data": "4.0.4",
12
+ "googleapis": "129.0.0",
13
+ "i18next": "23.13.0",
14
+ "mailparser": "3.7.5",
15
+ "mime-types": "2.1.35",
16
+ "nanoid": "3.3.8",
17
+ "nodemailer": "7.0.11",
18
+ "semver": "7.6.0",
19
+ "socket.io-client": "4.8.1",
20
+ "zod": "4.1.13",
21
+ "@scopieflows/pieces-common": "0.11.2",
22
+ "@scopieflows/pieces-framework": "0.25.0",
23
+ "@scopieflows/shared": "0.33.0",
24
+ "tslib": "2.6.2"
25
+ },
26
+ "resolutions": {
27
+ "rollup": "npm:@rollup/wasm-node"
28
+ },
29
+ "types": "./src/index.d.ts",
30
+ "main": "./src/index.js",
31
+ "type": "commonjs"
32
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "Gmail": "Gmail",
3
+ "Email service by Google": "Email service by Google",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send an email through a Gmail account": "Send an email through a Gmail account",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "Receiver Email (To)": "Receiver Email (To)",
9
+ "CC Email": "CC Email",
10
+ "BCC Email": "BCC Email",
11
+ "Subject": "Subject",
12
+ "Body Type": "Body Type",
13
+ "Body": "Body",
14
+ "Reply-To Email": "Reply-To Email",
15
+ "Sender Name": "Sender Name",
16
+ "Sender Email": "Sender Email",
17
+ "Attachment": "Attachment",
18
+ "Attachment Name": "Attachment Name",
19
+ "In reply to": "In reply to",
20
+ "Create draft": "Create draft",
21
+ "Method": "Method",
22
+ "Headers": "Headers",
23
+ "Query Parameters": "Query Parameters",
24
+ "No Error on Failure": "No Error on Failure",
25
+ "Timeout (in seconds)": "Timeout (in seconds)",
26
+ "Body for the email you want to send": "Body for the email you want to send",
27
+ "Email address to set as the \"Reply-To\" header": "Email address to set as the \"Reply-To\" header",
28
+ "The address must be listed in your GMail account's settings": "The address must be listed in your GMail account's settings",
29
+ "File to attach to the email you want to send": "File to attach to the email you want to send",
30
+ "In case you want to change the name of the attachment": "In case you want to change the name of the attachment",
31
+ "Reply to this Message-ID": "Reply to this Message-ID",
32
+ "Create draft without sending the actual email": "Create draft without sending the actual email",
33
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
34
+ "plain text": "plain text",
35
+ "html": "html",
36
+ "GET": "GET",
37
+ "POST": "POST",
38
+ "PATCH": "PATCH",
39
+ "PUT": "PUT",
40
+ "DELETE": "DELETE",
41
+ "HEAD": "HEAD",
42
+ "New Email": "New Email",
43
+ "New Labeled Email": "New Labeled Email",
44
+ "Triggers when new mail is found in your Gmail inbox": "Triggers when new mail is found in your Gmail inbox",
45
+ "Triggers when a label is added to an email": "Triggers when a label is added to an email",
46
+ "Email subject": "Email subject",
47
+ "Email sender": "Email sender",
48
+ "Email recipient": "Email recipient",
49
+ "Label": "Label",
50
+ "Category": "Category",
51
+ "The email subject": "The email subject",
52
+ "Optional filteration, leave empty to filter based on the email sender": "Optional filteration, leave empty to filter based on the email sender",
53
+ "Optional filteration, leave empty to filter based on the email recipient": "Optional filteration, leave empty to filter based on the email recipient",
54
+ "Optional filteration, leave unselected to filter based on the email label": "Optional filteration, leave unselected to filter based on the email label",
55
+ "Optional filteration, leave unselected to filter based on the email category": "Optional filteration, leave unselected to filter based on the email category",
56
+ "Primary": "Primary",
57
+ "Social": "Social",
58
+ "Promotions": "Promotions",
59
+ "Updates": "Updates",
60
+ "Forums": "Forums",
61
+ "Reservations": "Reservations",
62
+ "Purchases": "Purchases"
63
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "Email service by Google": "E-Mail-Dienst von Google",
3
+ "Send Email": "E-Mail senden",
4
+ "Custom API Call": "Eigener API-Aufruf",
5
+ "Send an email through a Gmail account": "Senden Sie eine E-Mail über ein Gmail-Konto",
6
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
7
+ "Receiver Email (To)": "Empfänger E-Mail (An)",
8
+ "CC Email": "CC E-Mail",
9
+ "BCC Email": "BCC E-Mail",
10
+ "Subject": "Betreff",
11
+ "Body Type": "Körpertyp",
12
+ "Body": "Körper",
13
+ "Reply-To Email": "Antwort-An E-Mail",
14
+ "Sender Name": "Absendername",
15
+ "Sender Email": "Absender-E-Mail",
16
+ "Attachments": "Anhänge",
17
+ "In reply to": "In Antwort auf",
18
+ "Create draft": "Entwurf erstellen",
19
+ "Method": "Methode",
20
+ "Headers": "Kopfzeilen",
21
+ "Query Parameters": "Abfrageparameter",
22
+ "Response is Binary ?": "Antwort ist binär?",
23
+ "No Error on Failure": "Kein Fehler bei Fehler",
24
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
25
+ "Follow redirects": "Weiterleitungen folgen",
26
+ "Body for the email you want to send": "Body für die E-Mail, die Sie senden möchten",
27
+ "Email address to set as the \"Reply-To\" header": "E-Mail-Adresse, die als \"Antwort-An\"-Header festgelegt wird",
28
+ "The address must be listed in your GMail account's settings": "Die Adresse muss in den Einstellungen Ihres GMail-Kontos aufgelistet werden",
29
+ "Reply to this Message-ID": "Auf diese Nachrichten-ID antworten",
30
+ "Create draft without sending the actual email": "Erstellen Sie einen Entwurf, ohne die eigentliche E-Mail zu senden",
31
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
32
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
33
+ "plain text": "schlichter Text",
34
+ "html": "html",
35
+ "GET": "ERHALTEN",
36
+ "POST": "POST",
37
+ "PATCH": "PATCH",
38
+ "PUT": "PUT",
39
+ "DELETE": "LÖSCHEN",
40
+ "HEAD": "HEAD",
41
+ "None": "Keine",
42
+ "JSON": "JSON",
43
+ "Form Data": "Formulardaten",
44
+ "Raw": "Rohe",
45
+ "New Email": "Neue E-Mail",
46
+ "New Labeled Email": "Neue etikettierte E-Mail",
47
+ "Triggers when new mail is found in your Gmail inbox": "Auslöser wenn neue Nachrichten in Ihrem Google Mail-Posteingang gefunden werden",
48
+ "Triggers when a label is added to an email": "Löst aus, wenn ein Label zu einer E-Mail hinzugefügt wird",
49
+ "Email subject": "E-Mail-Betreff",
50
+ "Email sender": "E-Mail Absender",
51
+ "Email recipient": "E-Mail-Empfänger",
52
+ "Label": "Label",
53
+ "Category": "Kategorie",
54
+ "The email subject": "Der E-Mail-Betreff",
55
+ "Optional filteration, leave empty to filter based on the email sender": "Optionale Filterung, leer lassen, um nach dem E-Mail-Absender zu filtern",
56
+ "Optional filteration, leave empty to filter based on the email recipient": "Optionale Filterung, leer lassen, um nach dem E-Mail-Empfänger zu filtern",
57
+ "Optional filteration, leave unselected to filter based on the email label": "Optionale Filterung, lassen Sie nicht ausgewählt, um nach der E-Mail-Bezeichnung zu filtern",
58
+ "Optional filteration, leave unselected to filter based on the email category": "Optionale Filterung, lassen Sie nicht ausgewählt um nach der E-Mail-Kategorie zu filtern",
59
+ "Primary": "Primär",
60
+ "Social": "Soziale",
61
+ "Promotions": "Promotionen",
62
+ "Updates": "Updates",
63
+ "Forums": "Foren",
64
+ "Reservations": "Reservierungen",
65
+ "Purchases": "Einkäufe"
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "Email service by Google": "Servicio de correo por Google",
3
+ "Send Email": "Enviar Email",
4
+ "Custom API Call": "Llamada API personalizada",
5
+ "Send an email through a Gmail account": "Enviar un correo electrónico a través de una cuenta de Gmail",
6
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
7
+ "Receiver Email (To)": "Email del receptor (Para)",
8
+ "CC Email": "Email CC",
9
+ "BCC Email": "Correo BCC",
10
+ "Subject": "Asunto",
11
+ "Body Type": "Tipo de cuerpo",
12
+ "Body": "Cuerpo",
13
+ "Reply-To Email": "Responder a Email",
14
+ "Sender Name": "Nombre del remitente",
15
+ "Sender Email": "Email del remitente",
16
+ "Attachments": "Adjuntos",
17
+ "In reply to": "En respuesta a",
18
+ "Create draft": "Crear borrador",
19
+ "Method": "Método",
20
+ "Headers": "Encabezados",
21
+ "Query Parameters": "Parámetros de consulta",
22
+ "Response is Binary ?": "¿Respuesta es binaria?",
23
+ "No Error on Failure": "No hay ningún error en fallo",
24
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
25
+ "Follow redirects": "Seguir redirecciones",
26
+ "Body for the email you want to send": "Cuerpo para el correo electrónico que desea enviar",
27
+ "Email address to set as the \"Reply-To\" header": "Dirección de correo electrónico a establecer como la cabecera \"Responder a\"",
28
+ "The address must be listed in your GMail account's settings": "La dirección debe aparecer en la configuración de su cuenta de GMail",
29
+ "Reply to this Message-ID": "Responder a este mensaje-ID",
30
+ "Create draft without sending the actual email": "Crear borrador sin enviar el correo electrónico actual",
31
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
32
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
33
+ "plain text": "texto plano",
34
+ "html": "html",
35
+ "GET": "RECOGER",
36
+ "POST": "POST",
37
+ "PATCH": "PATCH",
38
+ "PUT": "PUT",
39
+ "DELETE": "BORRAR",
40
+ "HEAD": "LIMPIO",
41
+ "None": "Ninguna",
42
+ "JSON": "JSON",
43
+ "Form Data": "Datos de Formulario",
44
+ "Raw": "Rápido",
45
+ "New Email": "Nuevo Email",
46
+ "New Labeled Email": "Nuevo Email Etiquetado",
47
+ "Triggers when new mail is found in your Gmail inbox": "Dispara cuando se encuentra un nuevo correo en tu bandeja de entrada de Gmail",
48
+ "Triggers when a label is added to an email": "Dispara cuando se agrega una etiqueta a un correo electrónico",
49
+ "Email subject": "Asunto del email",
50
+ "Email sender": "Remitente de email",
51
+ "Email recipient": "Destinatario de email",
52
+ "Label": "Etiqueta",
53
+ "Category": "Categoría",
54
+ "The email subject": "El asunto del correo electrónico",
55
+ "Optional filteration, leave empty to filter based on the email sender": "Filtro opcional, dejar vacío para filtrar basado en el remitente de correo electrónico",
56
+ "Optional filteration, leave empty to filter based on the email recipient": "Filtro opcional, dejar vacío para filtrar basado en el destinatario del correo electrónico",
57
+ "Optional filteration, leave unselected to filter based on the email label": "Filtro opcional, dejar sin seleccionar para filtrar basado en la etiqueta de correo electrónico",
58
+ "Optional filteration, leave unselected to filter based on the email category": "Filtro opcional, dejar sin seleccionar para filtrar basado en la categoría de correo electrónico",
59
+ "Primary": "Principal",
60
+ "Social": "Social",
61
+ "Promotions": "Promociones",
62
+ "Updates": "Actualizaciones",
63
+ "Forums": "Foros",
64
+ "Reservations": "Reservas",
65
+ "Purchases": "Compras"
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "Email service by Google": "Service de messagerie par Google",
3
+ "Send Email": "Envoyer un e-mail",
4
+ "Custom API Call": "Appel API personnalisé",
5
+ "Send an email through a Gmail account": "Envoyer un email via un compte Gmail",
6
+ "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un endpoint spécifique",
7
+ "Receiver Email (To)": "E-mail du destinataire (À)",
8
+ "CC Email": "E-mail CC",
9
+ "BCC Email": "E-mail BCC",
10
+ "Subject": "Sujet",
11
+ "Body Type": "Type de Corps",
12
+ "Body": "Corps",
13
+ "Reply-To Email": "E-mail répondre-à",
14
+ "Sender Name": "Nom de l'expéditeur",
15
+ "Sender Email": "E-mail de l'expéditeur",
16
+ "Attachments": "Fichiers joints",
17
+ "In reply to": "En réponse à",
18
+ "Create draft": "Créer un brouillon",
19
+ "Method": "Méthode",
20
+ "Headers": "En-têtes",
21
+ "Query Parameters": "Paramètres de requête",
22
+ "Response is Binary ?": "La réponse est Binaire ?",
23
+ "No Error on Failure": "Aucune erreur en cas d'échec",
24
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
25
+ "Follow redirects": "Suivre les redirections",
26
+ "Body for the email you want to send": "Corps de l'e-mail que vous souhaitez envoyer",
27
+ "Email address to set as the \"Reply-To\" header": "Adresse e-mail à définir comme en-tête de \"Répondre à\"",
28
+ "The address must be listed in your GMail account's settings": "L'adresse doit être listée dans les paramètres de votre compte Gmail",
29
+ "Reply to this Message-ID": "Répondre à cet ID de message",
30
+ "Create draft without sending the actual email": "Créer un brouillon sans envoyer l'e-mail actuel",
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.",
33
+ "plain text": "texte brut",
34
+ "html": "html",
35
+ "GET": "GET",
36
+ "POST": "POST",
37
+ "PATCH": "PATCH",
38
+ "PUT": "PUT",
39
+ "DELETE": "DELETE",
40
+ "HEAD": "HEAD",
41
+ "None": "Aucun",
42
+ "JSON": "JSON",
43
+ "Form Data": "Données du formulaire",
44
+ "Raw": "Brut",
45
+ "New Email": "Nouvel e-mail",
46
+ "New Labeled Email": "Nouvel e-mail libellé",
47
+ "Triggers when new mail is found in your Gmail inbox": "Se déclenche quand un nouveau courrier est trouvé dans votre boîte de réception Gmail",
48
+ "Triggers when a label is added to an email": "Se déclenche quand un label est ajouté à un e-mail",
49
+ "Email subject": "Sujet de l'e-mail",
50
+ "Email sender": "Expéditeur de l'e-mail",
51
+ "Email recipient": "Destinataire de l'e-mail",
52
+ "Label": "Libellé",
53
+ "Category": "Catégorie",
54
+ "The email subject": "Le sujet de l'e-mail",
55
+ "Optional filteration, leave empty to filter based on the email sender": "Filtrage facultatif, laisser vide pour filtrer en fonction de l'expéditeur de l'e-mail",
56
+ "Optional filteration, leave empty to filter based on the email recipient": "Filtrage facultatif, laisser vide pour filtrer en fonction du destinataire de l'e-mail",
57
+ "Optional filteration, leave unselected to filter based on the email label": "Filtrage optionnel, laisser non sélectionné pour filtrer sur la base du libellé de l'e-mail",
58
+ "Optional filteration, leave unselected to filter based on the email category": "Filtrage optionnel, laisser non sélectionné pour filtrer selon la catégorie d'email",
59
+ "Primary": "Primaire",
60
+ "Social": "Réseaux sociaux",
61
+ "Promotions": "Promotions",
62
+ "Updates": "Mises à jour",
63
+ "Forums": "Forums",
64
+ "Reservations": "Réservations",
65
+ "Purchases": "Achats"
66
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "Gmail": "Gmail",
3
+ "Email service by Google": "Email service by Google",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send an email through a Gmail account": "Send an email through a Gmail account",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "Receiver Email (To)": "Receiver Email (To)",
9
+ "CC Email": "CC Email",
10
+ "BCC Email": "BCC Email",
11
+ "Subject": "Subject",
12
+ "Body Type": "Body Type",
13
+ "Body": "Body",
14
+ "Reply-To Email": "Reply-To Email",
15
+ "Sender Name": "Sender Name",
16
+ "Sender Email": "Sender Email",
17
+ "Attachment": "Attachment",
18
+ "Attachment Name": "Attachment Name",
19
+ "In reply to": "In reply to",
20
+ "Create draft": "Create draft",
21
+ "Method": "Method",
22
+ "Headers": "Headers",
23
+ "Query Parameters": "Query Parameters",
24
+ "No Error on Failure": "No Error on Failure",
25
+ "Timeout (in seconds)": "Timeout (in seconds)",
26
+ "Body for the email you want to send": "Body for the email you want to send",
27
+ "Email address to set as the \"Reply-To\" header": "Email address to set as the \"Reply-To\" header",
28
+ "The address must be listed in your GMail account's settings": "The address must be listed in your GMail account's settings",
29
+ "File to attach to the email you want to send": "File to attach to the email you want to send",
30
+ "In case you want to change the name of the attachment": "In case you want to change the name of the attachment",
31
+ "Reply to this Message-ID": "Reply to this Message-ID",
32
+ "Create draft without sending the actual email": "Create draft without sending the actual email",
33
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
34
+ "plain text": "plain text",
35
+ "html": "html",
36
+ "GET": "GET",
37
+ "POST": "POST",
38
+ "PATCH": "PATCH",
39
+ "PUT": "PUT",
40
+ "DELETE": "DELETE",
41
+ "HEAD": "HEAD",
42
+ "New Email": "New Email",
43
+ "New Labeled Email": "New Labeled Email",
44
+ "Triggers when new mail is found in your Gmail inbox": "Triggers when new mail is found in your Gmail inbox",
45
+ "Triggers when a label is added to an email": "Triggers when a label is added to an email",
46
+ "Email subject": "Email subject",
47
+ "Email sender": "Email sender",
48
+ "Email recipient": "Email recipient",
49
+ "Label": "Label",
50
+ "Category": "Category",
51
+ "The email subject": "The email subject",
52
+ "Optional filteration, leave empty to filter based on the email sender": "Optional filteration, leave empty to filter based on the email sender",
53
+ "Optional filteration, leave empty to filter based on the email recipient": "Optional filteration, leave empty to filter based on the email recipient",
54
+ "Optional filteration, leave unselected to filter based on the email label": "Optional filteration, leave unselected to filter based on the email label",
55
+ "Optional filteration, leave unselected to filter based on the email category": "Optional filteration, leave unselected to filter based on the email category",
56
+ "Primary": "Primary",
57
+ "Social": "Social",
58
+ "Promotions": "Promotions",
59
+ "Updates": "Updates",
60
+ "Forums": "Forums",
61
+ "Reservations": "Reservations",
62
+ "Purchases": "Purchases"
63
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "Gmail": "Gmail",
3
+ "Email service by Google": "Email service by Google",
4
+ "Send Email": "Send Email",
5
+ "Custom API Call": "Custom API Call",
6
+ "Send an email through a Gmail account": "Send an email through a Gmail account",
7
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8
+ "Receiver Email (To)": "Receiver Email (To)",
9
+ "CC Email": "CC Email",
10
+ "BCC Email": "BCC Email",
11
+ "Subject": "Subject",
12
+ "Body Type": "Body Type",
13
+ "Body": "Body",
14
+ "Reply-To Email": "Reply-To Email",
15
+ "Sender Name": "Sender Name",
16
+ "Sender Email": "Sender Email",
17
+ "Attachment": "Attachment",
18
+ "Attachment Name": "Attachment Name",
19
+ "In reply to": "In reply to",
20
+ "Create draft": "Create draft",
21
+ "Method": "Method",
22
+ "Headers": "Headers",
23
+ "Query Parameters": "Query Parameters",
24
+ "No Error on Failure": "No Error on Failure",
25
+ "Timeout (in seconds)": "Timeout (in seconds)",
26
+ "Body for the email you want to send": "Body for the email you want to send",
27
+ "Email address to set as the \"Reply-To\" header": "Email address to set as the \"Reply-To\" header",
28
+ "The address must be listed in your GMail account's settings": "The address must be listed in your GMail account's settings",
29
+ "File to attach to the email you want to send": "File to attach to the email you want to send",
30
+ "In case you want to change the name of the attachment": "In case you want to change the name of the attachment",
31
+ "Reply to this Message-ID": "Reply to this Message-ID",
32
+ "Create draft without sending the actual email": "Create draft without sending the actual email",
33
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
34
+ "plain text": "plain text",
35
+ "html": "html",
36
+ "GET": "GET",
37
+ "POST": "POST",
38
+ "PATCH": "PATCH",
39
+ "PUT": "PUT",
40
+ "DELETE": "DELETE",
41
+ "HEAD": "HEAD",
42
+ "New Email": "New Email",
43
+ "New Labeled Email": "New Labeled Email",
44
+ "Triggers when new mail is found in your Gmail inbox": "Triggers when new mail is found in your Gmail inbox",
45
+ "Triggers when a label is added to an email": "Triggers when a label is added to an email",
46
+ "Email subject": "Email subject",
47
+ "Email sender": "Email sender",
48
+ "Email recipient": "Email recipient",
49
+ "Label": "Label",
50
+ "Category": "Category",
51
+ "The email subject": "The email subject",
52
+ "Optional filteration, leave empty to filter based on the email sender": "Optional filteration, leave empty to filter based on the email sender",
53
+ "Optional filteration, leave empty to filter based on the email recipient": "Optional filteration, leave empty to filter based on the email recipient",
54
+ "Optional filteration, leave unselected to filter based on the email label": "Optional filteration, leave unselected to filter based on the email label",
55
+ "Optional filteration, leave unselected to filter based on the email category": "Optional filteration, leave unselected to filter based on the email category",
56
+ "Primary": "Primary",
57
+ "Social": "Social",
58
+ "Promotions": "Promotions",
59
+ "Updates": "Updates",
60
+ "Forums": "Forums",
61
+ "Reservations": "Reservations",
62
+ "Purchases": "Purchases"
63
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "Email service by Google": "Google のメール サービス",
3
+ "Send Email": "メール送信",
4
+ "Custom API Call": "カスタムAPI呼び出し",
5
+ "Send an email through a Gmail account": "Gmail アカウントを通じてメールを送信",
6
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
7
+ "Receiver Email (To)": "受信者メールアドレス (宛先)",
8
+ "CC Email": "CCメール",
9
+ "BCC Email": "BCCのメール",
10
+ "Subject": "件名",
11
+ "Body Type": "ボディタイプ",
12
+ "Body": "本文",
13
+ "Reply-To Email": "返信先メールアドレス",
14
+ "Sender Name": "送信者名",
15
+ "Sender Email": "送信者メールアドレス",
16
+ "Attachments": "添付ファイル",
17
+ "In reply to": "返信先",
18
+ "Create draft": "下書きを作成",
19
+ "Method": "方法",
20
+ "Headers": "ヘッダー",
21
+ "Query Parameters": "クエリパラメータ",
22
+ "Response is Binary ?": "応答はバイナリですか?",
23
+ "No Error on Failure": "失敗時にエラーはありません",
24
+ "Timeout (in seconds)": "タイムアウト(秒)",
25
+ "Follow redirects": "リダイレクトをフォローする",
26
+ "Body for the email you want to send": "送信したいメールの本文",
27
+ "Email address to set as the \"Reply-To\" header": "\"Reply-To\" ヘッダーとして設定するメールアドレス",
28
+ "The address must be listed in your GMail account's settings": "アドレスはGmailアカウントの設定に登録されている必要があります",
29
+ "Reply to this Message-ID": "このメッセージIDへの返信",
30
+ "Create draft without sending the actual email": "実際のメールを送信せずに下書きを作成する",
31
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
32
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
33
+ "plain text": "プレーンテキスト",
34
+ "html": "html",
35
+ "GET": "取得",
36
+ "POST": "POST",
37
+ "PATCH": "PATCH",
38
+ "PUT": "PUT",
39
+ "DELETE": "削除",
40
+ "HEAD": "頭",
41
+ "None": "なし",
42
+ "JSON": "JSON",
43
+ "Form Data": "フォームデータ",
44
+ "Raw": "Raw",
45
+ "New Email": "新しいメール",
46
+ "New Labeled Email": "新しいラベル付きメール",
47
+ "Triggers when new mail is found in your Gmail inbox": "Gmailの受信トレイに新しいメールが見つかったときにトリガーします",
48
+ "Triggers when a label is added to an email": "電子メールにラベルが追加されたときにトリガーします",
49
+ "Email subject": "メールの件名",
50
+ "Email sender": "メール送信者",
51
+ "Email recipient": "受信者のメールアドレス",
52
+ "Label": "ラベル",
53
+ "Category": "カテゴリ",
54
+ "The email subject": "メールの件名",
55
+ "Optional filteration, leave empty to filter based on the email sender": "オプションのフィルタリング。メール送信者に基づいてフィルタリングするには空のままにしてください",
56
+ "Optional filteration, leave empty to filter based on the email recipient": "オプションのフィルタ、メールの受信者に基づいてフィルタリングするには空白のままにしてください",
57
+ "Optional filteration, leave unselected to filter based on the email label": "オプションのフィルタリング、メールラベルに基づいてフィルタリングするために未選択のままにしてください",
58
+ "Optional filteration, leave unselected to filter based on the email category": "オプションのフィルタ、メールカテゴリに基づいてフィルタリングするために未選択のままにしてください",
59
+ "Primary": "プライマリ(プライマリ)",
60
+ "Social": "ソーシャル",
61
+ "Promotions": "プロモーション",
62
+ "Updates": "更新",
63
+ "Forums": "フォーラム",
64
+ "Reservations": "予約",
65
+ "Purchases": "購入"
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "Email service by Google": "E-mail service door Google",
3
+ "Send Email": "E-mail verzenden",
4
+ "Custom API Call": "Custom API Call",
5
+ "Send an email through a Gmail account": "Stuur een e-mail via een Gmail account",
6
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
7
+ "Receiver Email (To)": "Ontvanger E-mail (Aan)",
8
+ "CC Email": "CC e-mail",
9
+ "BCC Email": "BCC e-mail",
10
+ "Subject": "Onderwerp",
11
+ "Body Type": "Type lichaam",
12
+ "Body": "Lichaam",
13
+ "Reply-To Email": "Antwoord-Aan E-mail",
14
+ "Sender Name": "Naam afzender",
15
+ "Sender Email": "E-mailadres afzender",
16
+ "Attachments": "Bijlagen",
17
+ "In reply to": "In antwoord op",
18
+ "Create draft": "Concept maken",
19
+ "Method": "Methode",
20
+ "Headers": "Kopteksten",
21
+ "Query Parameters": "Query parameters",
22
+ "Response is Binary ?": "Antwoord is binair?",
23
+ "No Error on Failure": "Geen fout bij fout",
24
+ "Timeout (in seconds)": "Time-out (in seconden)",
25
+ "Follow redirects": "Volg omleidingen",
26
+ "Body for the email you want to send": "Body voor de e-mail die u wilt verzenden",
27
+ "Email address to set as the \"Reply-To\" header": "E-mailadres om in te stellen als de \"Reply-To\" header",
28
+ "The address must be listed in your GMail account's settings": "Het adres moet worden vermeld in de instellingen van uw GMail account",
29
+ "Reply to this Message-ID": "Reageer op dit bericht-ID",
30
+ "Create draft without sending the actual email": "Concept maken zonder de werkelijke e-mail te verzenden",
31
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
32
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
33
+ "plain text": "onopgemaakte tekst",
34
+ "html": "html",
35
+ "GET": "KRIJG",
36
+ "POST": "POSTE",
37
+ "PATCH": "BEKIJK",
38
+ "PUT": "PUT",
39
+ "DELETE": "VERWIJDEREN",
40
+ "HEAD": "HOOFD",
41
+ "None": "geen",
42
+ "JSON": "JSON",
43
+ "Form Data": "Formulieren gegevens",
44
+ "Raw": "Onbewerkte",
45
+ "New Email": "Nieuw e-mailadres",
46
+ "New Labeled Email": "Nieuw label e-mailadres",
47
+ "Triggers when new mail is found in your Gmail inbox": "Triggert wanneer nieuwe mail gevonden is in uw Gmail inbox",
48
+ "Triggers when a label is added to an email": "Triggert wanneer een label wordt toegevoegd aan een e-mail",
49
+ "Email subject": "E-mail onderwerp",
50
+ "Email sender": "E-mail afzender",
51
+ "Email recipient": "E-mail ontvanger",
52
+ "Label": "Omschrijving",
53
+ "Category": "categorie",
54
+ "The email subject": "Het e-mail onderwerp",
55
+ "Optional filteration, leave empty to filter based on the email sender": "Optionele filtering, laat leeg om te filteren op basis van de afzender",
56
+ "Optional filteration, leave empty to filter based on the email recipient": "Optionele filtering, laat leeg om te filteren op basis van de e-mail ontvanger",
57
+ "Optional filteration, leave unselected to filter based on the email label": "Optionele filtering, laat niet geselecteerd om te filteren op basis van het e-maillabel",
58
+ "Optional filteration, leave unselected to filter based on the email category": "Optionele filtering, laat niet geselecteerd om te filteren op basis van de e-mail categorie",
59
+ "Primary": "Primair",
60
+ "Social": "Sociaal",
61
+ "Promotions": "Aanbiedingen",
62
+ "Updates": "Bijwerken",
63
+ "Forums": "Forums",
64
+ "Reservations": "Reserveringen",
65
+ "Purchases": "Aankopen"
66
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "Email service by Google": "Serviço de e-mail do Google",
3
+ "Send Email": "Enviar e-mail",
4
+ "Custom API Call": "Chamada de API personalizada",
5
+ "Send an email through a Gmail account": "Envie um e-mail através de uma conta do Gmail",
6
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
7
+ "Receiver Email (To)": "E-mail do destinatário (Para)",
8
+ "CC Email": "E-mail em CC",
9
+ "BCC Email": "E-mail de Cco",
10
+ "Subject": "Cargo",
11
+ "Body Type": "Tipo de Corpo",
12
+ "Body": "Conteúdo",
13
+ "Reply-To Email": "E-mail para resposta",
14
+ "Sender Name": "Nome do Remetente",
15
+ "Sender Email": "E-mail do remetente",
16
+ "Attachments": "Anexos",
17
+ "In reply to": "Em resposta a",
18
+ "Create draft": "Criar rascunho",
19
+ "Method": "Método",
20
+ "Headers": "Cabeçalhos",
21
+ "Query Parameters": "Parâmetros da consulta",
22
+ "Response is Binary ?": "A resposta é binária ?",
23
+ "No Error on Failure": "Nenhum erro no Failure",
24
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
25
+ "Follow redirects": "Seguir redirecionamentos",
26
+ "Body for the email you want to send": "Corpo para o e-mail que deseja enviar",
27
+ "Email address to set as the \"Reply-To\" header": "Endereço de e-mail para definir como cabeçalho \"Responder-Para\"",
28
+ "The address must be listed in your GMail account's settings": "O endereço deve ser listado nas configurações da sua conta do GMail",
29
+ "Reply to this Message-ID": "Responder a esta Mensagem-ID",
30
+ "Create draft without sending the actual email": "Criar rascunho sem enviar o próprio e-mail",
31
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
32
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
33
+ "plain text": "texto simples",
34
+ "html": "HTML",
35
+ "GET": "OBTER",
36
+ "POST": "POSTAR",
37
+ "PATCH": "COMPRAR",
38
+ "PUT": "COLOCAR",
39
+ "DELETE": "EXCLUIR",
40
+ "HEAD": "CABEÇA",
41
+ "None": "Nenhuma",
42
+ "JSON": "JSON",
43
+ "Form Data": "Dados de Formulário",
44
+ "Raw": "RAW",
45
+ "New Email": "Novo E-mail",
46
+ "New Labeled Email": "Novo E-mail Marcado",
47
+ "Triggers when new mail is found in your Gmail inbox": "Dispara quando novas mensagens forem encontradas em sua caixa de entrada do Gmail",
48
+ "Triggers when a label is added to an email": "Dispara quando uma etiqueta é adicionada a um email",
49
+ "Email subject": "Assunto do email",
50
+ "Email sender": "Remetente do e-mail",
51
+ "Email recipient": "Destinatário do e-mail",
52
+ "Label": "Descrição",
53
+ "Category": "categoria",
54
+ "The email subject": "O assunto do e-mail",
55
+ "Optional filteration, leave empty to filter based on the email sender": "Filtro opcional, deixe em branco para filtrar com base no remetente de e-mail",
56
+ "Optional filteration, leave empty to filter based on the email recipient": "Filtro opcional, deixe vazio para filtrar com base no destinatário de e-mail",
57
+ "Optional filteration, leave unselected to filter based on the email label": "Filtro opcional, deixe não selecionado para filtrar com base no rótulo de e-mail",
58
+ "Optional filteration, leave unselected to filter based on the email category": "Filtro opcional, deixe não selecionado para filtrar com base na categoria de e-mail",
59
+ "Primary": "Primário",
60
+ "Social": "Sócio",
61
+ "Promotions": "Promoções",
62
+ "Updates": "Atualizações",
63
+ "Forums": "Fóruns",
64
+ "Reservations": "Reservas",
65
+ "Purchases": "Compras"
66
+ }