@activepieces/piece-google-calendar 0.8.3 → 0.9.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 (98) hide show
  1. package/package.json +11 -22
  2. package/src/index.d.ts +6 -2
  3. package/src/index.d.ts.map +1 -0
  4. package/src/index.js +8 -17
  5. package/src/index.js.map +1 -1
  6. package/src/lib/actions/add-attendees.action.d.ts +9 -2
  7. package/src/lib/actions/add-attendees.action.d.ts.map +1 -0
  8. package/src/lib/actions/add-attendees.action.js +2 -5
  9. package/src/lib/actions/add-attendees.action.js.map +1 -1
  10. package/src/lib/actions/add-calendar-to-calendarlist.d.ts +5 -1
  11. package/src/lib/actions/add-calendar-to-calendarlist.d.ts.map +1 -0
  12. package/src/lib/actions/add-calendar-to-calendarlist.js +3 -5
  13. package/src/lib/actions/add-calendar-to-calendarlist.js.map +1 -1
  14. package/src/lib/actions/create-event.d.ts +13 -3
  15. package/src/lib/actions/create-event.d.ts.map +1 -0
  16. package/src/lib/actions/create-event.js +2 -5
  17. package/src/lib/actions/create-event.js.map +1 -1
  18. package/src/lib/actions/create-quick-event.d.ts +9 -2
  19. package/src/lib/actions/create-quick-event.d.ts.map +1 -0
  20. package/src/lib/actions/create-quick-event.js +2 -3
  21. package/src/lib/actions/create-quick-event.js.map +1 -1
  22. package/src/lib/actions/delete-event.action.d.ts +9 -2
  23. package/src/lib/actions/delete-event.action.d.ts.map +1 -0
  24. package/src/lib/actions/delete-event.action.js +2 -5
  25. package/src/lib/actions/delete-event.action.js.map +1 -1
  26. package/src/lib/actions/find-busy-free-periods.d.ts +9 -2
  27. package/src/lib/actions/find-busy-free-periods.d.ts.map +1 -0
  28. package/src/lib/actions/find-busy-free-periods.js +3 -4
  29. package/src/lib/actions/find-busy-free-periods.js.map +1 -1
  30. package/src/lib/actions/get-event-by-id.d.ts +9 -2
  31. package/src/lib/actions/get-event-by-id.d.ts.map +1 -0
  32. package/src/lib/actions/get-event-by-id.js +2 -3
  33. package/src/lib/actions/get-event-by-id.js.map +1 -1
  34. package/src/lib/actions/get-events.d.ts +9 -2
  35. package/src/lib/actions/get-events.d.ts.map +1 -0
  36. package/src/lib/actions/get-events.js +2 -3
  37. package/src/lib/actions/get-events.js.map +1 -1
  38. package/src/lib/actions/update-event.action.d.ts +13 -3
  39. package/src/lib/actions/update-event.action.d.ts.map +1 -0
  40. package/src/lib/actions/update-event.action.js +2 -5
  41. package/src/lib/actions/update-event.action.js.map +1 -1
  42. package/src/lib/auth.d.ts +11 -0
  43. package/src/lib/auth.d.ts.map +1 -0
  44. package/src/lib/auth.js +86 -0
  45. package/src/lib/auth.js.map +1 -0
  46. package/src/lib/common/helper.d.ts +9 -8
  47. package/src/lib/common/helper.d.ts.map +1 -0
  48. package/src/lib/common/helper.js +7 -6
  49. package/src/lib/common/helper.js.map +1 -1
  50. package/src/lib/common/index.d.ts +17 -3
  51. package/src/lib/common/index.d.ts.map +1 -0
  52. package/src/lib/common/index.js +14 -9
  53. package/src/lib/common/index.js.map +1 -1
  54. package/src/lib/common/types.d.ts +1 -0
  55. package/src/lib/common/types.d.ts.map +1 -0
  56. package/src/lib/common/types.js.map +1 -1
  57. package/src/lib/triggers/calendar-event.d.ts +33 -8
  58. package/src/lib/triggers/calendar-event.d.ts.map +1 -0
  59. package/src/lib/triggers/calendar-event.js +2 -2
  60. package/src/lib/triggers/calendar-event.js.map +1 -1
  61. package/src/lib/triggers/event-cancelled.d.ts +61 -12
  62. package/src/lib/triggers/event-cancelled.d.ts.map +1 -0
  63. package/src/lib/triggers/event-cancelled.js +3 -3
  64. package/src/lib/triggers/event-cancelled.js.map +1 -1
  65. package/src/lib/triggers/event-ends.d.ts +61 -12
  66. package/src/lib/triggers/event-ends.d.ts.map +1 -0
  67. package/src/lib/triggers/event-ends.js +3 -4
  68. package/src/lib/triggers/event-ends.js.map +1 -1
  69. package/src/lib/triggers/event-start-time-before.d.ts +61 -12
  70. package/src/lib/triggers/event-start-time-before.d.ts.map +1 -0
  71. package/src/lib/triggers/event-start-time-before.js +3 -4
  72. package/src/lib/triggers/event-start-time-before.js.map +1 -1
  73. package/src/lib/triggers/new-calendar.d.ts +17 -4
  74. package/src/lib/triggers/new-calendar.d.ts.map +1 -0
  75. package/src/lib/triggers/new-calendar.js +2 -2
  76. package/src/lib/triggers/new-calendar.js.map +1 -1
  77. package/src/lib/triggers/new-event-matching-search.d.ts +33 -8
  78. package/src/lib/triggers/new-event-matching-search.d.ts.map +1 -0
  79. package/src/lib/triggers/new-event-matching-search.js +2 -3
  80. package/src/lib/triggers/new-event-matching-search.js.map +1 -1
  81. package/src/lib/triggers/new-event.d.ts +33 -8
  82. package/src/lib/triggers/new-event.d.ts.map +1 -0
  83. package/src/lib/triggers/new-event.js +1 -2
  84. package/src/lib/triggers/new-event.js.map +1 -1
  85. package/README.md +0 -7
  86. package/src/i18n/ca.json +0 -71
  87. package/src/i18n/de.json +0 -151
  88. package/src/i18n/es.json +0 -151
  89. package/src/i18n/fr.json +0 -151
  90. package/src/i18n/hi.json +0 -71
  91. package/src/i18n/id.json +0 -71
  92. package/src/i18n/ja.json +0 -151
  93. package/src/i18n/nl.json +0 -151
  94. package/src/i18n/pt.json +0 -151
  95. package/src/i18n/ru.json +0 -71
  96. package/src/i18n/translation.json +0 -151
  97. package/src/i18n/vi.json +0 -71
  98. package/src/i18n/zh.json +0 -151
package/src/i18n/nl.json DELETED
@@ -1,151 +0,0 @@
1
- {
2
- "Get organized and stay on schedule": "Organiseer en blijf op schema",
3
- "Add Attendees to Event": "Deelnemers toevoegen aan gebeurtenis",
4
- "Create Quick Event": "Maak Snel Evenement",
5
- "Create Event": "Gebeurtenis aanmaken",
6
- "Get all Events": "Alle gebeurtenissen ontvangen",
7
- "Update Event": "Gebeurtenis bijwerken",
8
- "Delete Event": "Afspraak verwijderen",
9
- "Find Busy/Free Periods in Calendar": "Vind Busy/Gratis Perioden in de kalender",
10
- "Get Event by ID": "Verkrijg Event via ID",
11
- "Custom API Call": "Custom API Call",
12
- "Add one or more person to existing event.": "Een of meer personen toevoegen aan bestaande gebeurtenis.",
13
- "Add Quick Calendar Event": "Snelle Agenda-gebeurtenis toevoegen",
14
- "Add Event": "Afspraak toevoegen",
15
- "Get Events": "Haal Evenementen op",
16
- "Updates an event in Google Calendar.": "Werkt een gebeurtenis bij in Google Agenda.",
17
- "Deletes an event from Google Calendar.": "Verwijdert een event van Google kalender.",
18
- "Finds free/busy calendar details from Google Calendar.": "Vindt vrije/drukke kalendergegevens van Google Agenda.",
19
- "Fetch event details by its unique ID from Google Calendar.": "Haal event details op met zijn unieke ID van Google Agenda.",
20
- "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
21
- "Calendar": "Kalender",
22
- "Event ID": "Gebeurtenis ID",
23
- "Attendees": "Aanwezigen",
24
- "Summary": "Summary",
25
- "Send Updates": "Updates verzenden",
26
- "Title of the event": "Titel van de gebeurtenis",
27
- "Start date time of the event": "Startdatum van de gebeurtenis",
28
- "End date time of the event": "Einddatum van de gebeurtenis",
29
- "Location": "Locatie",
30
- "Description": "Beschrijving",
31
- "Color": "Kleur",
32
- "Guests can modify": "Gasten kunnen aanpassen",
33
- "Guests can invite others": "Gasten kunnen anderen uitnodigen",
34
- "Guests can see other guests": "Gasten kunnen andere gasten zien",
35
- "Send Notifications": "Stuur meldingen",
36
- "Create Google Meet Link": "Creëer Google ontmoeting link",
37
- "Event types": "Event types",
38
- "Search Term": "Zoek term",
39
- "Date from": "Datum van",
40
- "Date to": "Datum tot",
41
- "Expand Recurring Event?": "Terugkerende gebeurtenis uitbreiden?",
42
- "Calendars": "Kalenders",
43
- "Start Time": "Starttijd",
44
- "End Time": "Eind Tijd",
45
- "Max Attendees": "Maximaal aantal aanwezigen",
46
- "Time Zone": "Tijd Zone",
47
- "Method": "Methode",
48
- "Headers": "Kopteksten",
49
- "Query Parameters": "Query parameters",
50
- "Body Type": "Type lichaam",
51
- "Body": "Lichaam",
52
- "Response is Binary ?": "Antwoord is binair?",
53
- "No Error on Failure": "Geen fout bij fout",
54
- "Timeout (in seconds)": "Time-out (in seconden)",
55
- "Follow redirects": "Volg omleidingen",
56
- "Emails of the attendees (guests)": "Emails van de deelnemers (gasten)",
57
- "The text describing the event to be created": "De tekst die de te maken gebeurtenis beschrijft",
58
- "Guests who should receive notifications about the creation of the new event.": "Gasten die meldingen moeten ontvangen over de creatie van het nieuwe evenement.",
59
- "By default it'll be 30 min post start time": "Standaard is het 30 minuten begintijd van het bericht",
60
- "Description of the event. You can use HTML tags here.": "Beschrijving van de gebeurtenis. U kunt hier HTML-tags gebruiken.",
61
- "Automatically create a Google Meet video conference link for this event": "Maak automatisch een videoconferentielink aan voor dit evenement op Google",
62
- "Select event types": "Afspraaktypes selecteren",
63
- "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Of u terugkerende gebeurtenissen wilt uitbreiden naar instanties en alleen individuele evenementen en herhalende evenementen teruggeven, maar niet de onderliggende terugkerende evenementen zelf.",
64
- "Select the calendars to check for busy periods.": "Selecteer de agenda's om te controleren op drukke periodes.",
65
- "The start of the time range to check.": "Het begin van het tijdsbereik om te controleren.",
66
- "The end of the time range to check.": "Het einde van het tijdsbereik om te controleren.",
67
- "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "De unieke ID van de gebeurtenis (bijv. \"abc123def456\"). U kunt dit vinden in de gebeurtenis-URL of in andere kalenderacties.",
68
- "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "Maximum aantal deelnemers om op te nemen in de reactie. Als er meer deelnemers zijn, wordt alleen de gebruiker geretourneerd.",
69
- "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Tijdzone voor het antwoord (bijv. \"Amerika/New_York\", \"Europa/London\"). Standaard ingesteld op de tijdzone van de kalender indien niet gespecificeerd.",
70
- "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
71
- "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
72
- "All": "Allemaal",
73
- "External Only": "Alleen externe",
74
- "none": "geen",
75
- "Yes, to everyone": "Ja, tegen iedereen",
76
- "To non-Google Calendar guests only": "Alleen naar niet-Google Agenda gasten",
77
- "To no one": "Naar niemand",
78
- "Default": "Standaard",
79
- "Out Of Office": "Buiten kantoor",
80
- "Focus Time": "Focus Tijd",
81
- "Working Location": "Werk locatie",
82
- "GET": "KRIJG",
83
- "POST": "POSTE",
84
- "PATCH": "BEKIJK",
85
- "PUT": "PUT",
86
- "DELETE": "VERWIJDEREN",
87
- "HEAD": "HOOFD",
88
- "None": "geen",
89
- "JSON": "JSON",
90
- "Form Data": "Formulieren gegevens",
91
- "Raw": "Onbewerkte",
92
- "New or Updated Event": "Nieuwe of Bijgewerkte gebeurtenis",
93
- "New Event": "Nieuwe gebeurtenis",
94
- "Event Ends": "Einde van evenement",
95
- "Event Start (Time Before)": "Start event (tijd voorheen)",
96
- "New Event Matching Search": "Nieuwe overeenkomende zoekopdracht",
97
- "Event Cancelled": "Afspraak geannuleerd",
98
- "New Calendar": "Nieuwe kalender",
99
- "Triggers when an event is added or updated": "Triggert wanneer een gebeurtenis wordt toegevoegd of bijgewerkt",
100
- "Fires when a new event is created in a calendar.": "Vuurt wanneer een nieuwe afspraak wordt gemaakt in een kalender.",
101
- "Fires when an event ends.": "Vuurt af wanneer een gebeurtenis eindigt.",
102
- "Fires at a specified amount of time before an event starts (e.g., a reminder).": "Vuurt op een bepaalde tijd voordat een afspraak begint (bijv. een herinnering).",
103
- "Fires when a new event is created that matches a specified search term.": "Vuurt wanneer een nieuwe gebeurtenis wordt gemaakt die overeenkomt met een gespecificeerde zoekterm.",
104
- "Fires when an event is canceled or deleted.": "Vuurt wanneer een event is geannuleerd of verwijderd.",
105
- "Fires when a new calendar is created or becomes accessible.": "Vuurt wanneer een nieuwe kalender wordt gemaakt of toegankelijk wordt.",
106
- "Event Types to Monitor": "Te monitoren event typen",
107
- "Search Filter": "Zoek filter",
108
- "Exclude All-Day Events": "All-Day Gebeurtenissen uitsluiten",
109
- "Target Specific Event": "Specifieke doelgebeurtenis",
110
- "Event": "Gebeurtenis",
111
- "Time Before": "Tijd voor",
112
- "Time Unit": "Eenheid van tijd",
113
- "Event Types": "Event Types",
114
- "Search In Fields": "Zoeken in velden",
115
- "Cancellation Reasons": "Reden van annulering",
116
- "Access Role Filter": "Toegang Rol Filter",
117
- "Calendar Name Filter": "Kalender naam filter",
118
- "Exclude Shared Calendars": "Gedeelde kalenders uitsluiten",
119
- "If true, the trigger will activate for every occurrence of a recurring event.": "Indien waar, dan zal de trigger activeren voor elke gebeurtenis van een terugkerende gebeurtenis.",
120
- "Filter by specific event types (leave empty to monitor all event types)": "Filter op specifieke event types (laat leeg om alle event types te controleren)",
121
- "Only trigger for events containing this text in title, description, or location (optional)": "Alleen trigger voor afspraken die deze tekst bevatten in titel, beschrijving of locatie (optioneel)",
122
- "Skip triggering for all-day events": "Trigeren voor dagelijkse afspraken overslaan",
123
- "Enable to monitor a specific event instead of all events in the calendar.": "Inschakelen om een specifieke gebeurtenis bij te houden in plaats van alle afspraken in de kalender.",
124
- "The amount of time before the event starts.": "De hoeveelheid tijd voordat het evenement begint.",
125
- "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).": "De trefwoorden om te zoeken in nieuwe afspraken (zoekt standaard tussen titel, beschrijving, locatie en deelnemers).",
126
- "Filter by specific event types (optional)": "Filter op specifieke event types (optioneel)",
127
- "Specify which fields to search in (leave empty to use Google's default search across all fields)": "Specificeer in welke velden gezocht moeten worden (laat leeg om de standaard zoekopdracht van Google te gebruiken voor alle velden)",
128
- "Filter by specific types of cancellations (optional)": "Filter op specifieke soorten annuleringen (optioneel)",
129
- "Only trigger for calendars with specific access roles (optional)": "Alleen activeren voor kalenders met specifieke toegangsrollen (optioneel)",
130
- "Only trigger for calendars containing this text in name or description (optional)": "Alleen trigger voor kalenders die deze tekst in naam of beschrijving (optioneel)",
131
- "Only trigger for calendars you own, not shared calendars": "Alleen voor kalenders die u eist, niet gedeelde kalenders",
132
- "Default Events": "Standaard Gebeurtenissen",
133
- "Birthday Events": "Verjaardag Evenementen",
134
- "Out of Office": "Buiten kantoor",
135
- "From Gmail": "Van Gmail",
136
- "Minutes": "minuten",
137
- "Hours": "Uren",
138
- "Days": "dagen",
139
- "Event Title/Summary": "Event Titel/Samenvatting",
140
- "Event Description": "Beschrijving gebeurtenis",
141
- "Event Location": "Locatie van gebeurtenis",
142
- "Attendee Names/Emails": "Aanwezige Naam/Emails",
143
- "Event Deleted": "Afspraak verwijderd",
144
- "Attendee Declined": "Deelnemer geweigerd",
145
- "Event Rescheduled": "Evenement verplaatst",
146
- "Other Cancellations": "Andere annuleringen",
147
- "Owner": "Eigenaar",
148
- "Writer": "Schrijver",
149
- "Reader": "Lezer",
150
- "Free/Busy Reader": "Gratis/Busy Reader"
151
- }
package/src/i18n/pt.json DELETED
@@ -1,151 +0,0 @@
1
- {
2
- "Get organized and stay on schedule": "Organize-se e mantenha o horário",
3
- "Add Attendees to Event": "Adicionar participantes ao evento",
4
- "Create Quick Event": "Criar Evento Rápido",
5
- "Create Event": "Criar evento",
6
- "Get all Events": "Receber todos os eventos",
7
- "Update Event": "Atualizar Evento",
8
- "Delete Event": "Apagar Evento",
9
- "Find Busy/Free Periods in Calendar": "Encontre Períodos Ocupados/Gratuitos no Calendário",
10
- "Get Event by ID": "Obter evento por ID",
11
- "Custom API Call": "Chamada de API personalizada",
12
- "Add one or more person to existing event.": "Adicione uma ou mais pessoas ao evento existente.",
13
- "Add Quick Calendar Event": "Adicionar evento ao calendário rápido",
14
- "Add Event": "Adicionar evento",
15
- "Get Events": "Obter Eventos",
16
- "Updates an event in Google Calendar.": "Atualiza um evento no Google Calendar.",
17
- "Deletes an event from Google Calendar.": "Exclui um evento do Google Agenda.",
18
- "Finds free/busy calendar details from Google Calendar.": "Localiza detalhes da agenda livre/ocupada no Google Calendar.",
19
- "Fetch event details by its unique ID from Google Calendar.": "Obter os detalhes do evento por seu ID exclusivo do Google Calendar.",
20
- "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
21
- "Calendar": "calendário",
22
- "Event ID": "Código do evento",
23
- "Attendees": "Participantes",
24
- "Summary": "Summary",
25
- "Send Updates": "Enviar Atualizações",
26
- "Title of the event": "Título do evento",
27
- "Start date time of the event": "Data de início do evento",
28
- "End date time of the event": "Data de término do evento",
29
- "Location": "Local:",
30
- "Description": "Descrição",
31
- "Color": "Cor",
32
- "Guests can modify": "Os convidados podem modificar",
33
- "Guests can invite others": "Os convidados podem convidar outros",
34
- "Guests can see other guests": "Os convidados podem ver outros convidados",
35
- "Send Notifications": "Enviar Notificações",
36
- "Create Google Meet Link": "Criar link do Google Meet",
37
- "Event types": "Tipos de evento",
38
- "Search Term": "Termo para pesquisa",
39
- "Date from": "Data inicial",
40
- "Date to": "Data final",
41
- "Expand Recurring Event?": "Expandir Evento Recorrente?",
42
- "Calendars": "Calendários",
43
- "Start Time": "Hora de início",
44
- "End Time": "Hora de término",
45
- "Max Attendees": "Máximo de participantes",
46
- "Time Zone": "Fuso Horário",
47
- "Method": "Método",
48
- "Headers": "Cabeçalhos",
49
- "Query Parameters": "Parâmetros da consulta",
50
- "Body Type": "Tipo de Corpo",
51
- "Body": "Conteúdo",
52
- "Response is Binary ?": "A resposta é binária ?",
53
- "No Error on Failure": "Nenhum erro no Failure",
54
- "Timeout (in seconds)": "Tempo limite (em segundos)",
55
- "Follow redirects": "Seguir redirecionamentos",
56
- "Emails of the attendees (guests)": "E-mails dos participantes (convidados)",
57
- "The text describing the event to be created": "O texto descrevendo o evento a ser criado",
58
- "Guests who should receive notifications about the creation of the new event.": "Convidados que devem receber notificações sobre a criação do novo evento.",
59
- "By default it'll be 30 min post start time": "Por padrão será 30 min hora de início da postagem",
60
- "Description of the event. You can use HTML tags here.": "Descrição do evento. Você pode usar tags HTML aqui.",
61
- "Automatically create a Google Meet video conference link for this event": "Criar automaticamente um link de videoconferência do Google Meet para este evento",
62
- "Select event types": "Selecione os tipos de eventos",
63
- "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Expandir os eventos recorrentes para instâncias e apenas retornar eventos únicos e instâncias de eventos recorrentes, mas não os próprios eventos recorrentes subjacentes.",
64
- "Select the calendars to check for busy periods.": "Selecione os calendários para verificar se há períodos ocupados.",
65
- "The start of the time range to check.": "O início do intervalo de tempo para verificar.",
66
- "The end of the time range to check.": "O fim do intervalo de tempo para verificar.",
67
- "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "O ID exclusivo do evento (por exemplo, \"abc123def456\"). Você pode encontrar isso na URL do evento ou em outras ações do calendário.",
68
- "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "O número máximo de participantes para incluir na resposta. Se houver mais participantes, apenas o participante será devolvido.",
69
- "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Fuso horário para a resposta (por exemplo, \"América/New_York\", \"Europa/Londres\"). O padrão é o fuso horário do calendário se não for especificado.",
70
- "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
71
- "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
72
- "All": "TODOS",
73
- "External Only": "Apenas externo",
74
- "none": "nenhuma",
75
- "Yes, to everyone": "Sim, para todos",
76
- "To non-Google Calendar guests only": "Apenas para participantes não-do Google Agenda",
77
- "To no one": "Para ninguém",
78
- "Default": "Padrão",
79
- "Out Of Office": "Fora de Escritório",
80
- "Focus Time": "Hora de Foco",
81
- "Working Location": "Local de trabalho",
82
- "GET": "OBTER",
83
- "POST": "POSTAR",
84
- "PATCH": "COMPRAR",
85
- "PUT": "COLOCAR",
86
- "DELETE": "EXCLUIR",
87
- "HEAD": "CABEÇA",
88
- "None": "Nenhuma",
89
- "JSON": "JSON",
90
- "Form Data": "Dados de Formulário",
91
- "Raw": "RAW",
92
- "New or Updated Event": "Evento novo ou atualizado",
93
- "New Event": "Novo evento",
94
- "Event Ends": "Fim do Evento",
95
- "Event Start (Time Before)": "Início do Evento (Tempo Anterior)",
96
- "New Event Matching Search": "Pesquisa de Correspondência de Novo Evento",
97
- "Event Cancelled": "Evento cancelado",
98
- "New Calendar": "Novo calendário",
99
- "Triggers when an event is added or updated": "Dispara quando um evento é adicionado ou atualizado",
100
- "Fires when a new event is created in a calendar.": "aciona quando um novo evento é criado em um calendário.",
101
- "Fires when an event ends.": "Atira quando um evento terminar.",
102
- "Fires at a specified amount of time before an event starts (e.g., a reminder).": "Atira a uma quantidade especificada de tempo antes do início de um evento (por exemplo, um lembrete).",
103
- "Fires when a new event is created that matches a specified search term.": "Atira quando um novo evento é criado que corresponde a um termo de pesquisa especificado.",
104
- "Fires when an event is canceled or deleted.": "Atira quando um evento é cancelado ou excluído.",
105
- "Fires when a new calendar is created or becomes accessible.": "Atira quando um novo calendário é criado ou se torna acessível.",
106
- "Event Types to Monitor": "Tipos de Evento para Monitorar",
107
- "Search Filter": "Filtro de Busca",
108
- "Exclude All-Day Events": "Excluir eventos do dia inteiro",
109
- "Target Specific Event": "Evento Específico do alvo",
110
- "Event": "Evento",
111
- "Time Before": "Tempo Antes",
112
- "Time Unit": "Unidade de tempo",
113
- "Event Types": "Tipos de Evento",
114
- "Search In Fields": "Pesquisar em Campos",
115
- "Cancellation Reasons": "Motivos de cancelamento",
116
- "Access Role Filter": "Filtro Função de Acesso",
117
- "Calendar Name Filter": "Nome do calendário",
118
- "Exclude Shared Calendars": "Excluir calendários compartilhados",
119
- "If true, the trigger will activate for every occurrence of a recurring event.": "Se verdadeiro, o gatilho será ativado para cada ocorrência de um evento recorrente.",
120
- "Filter by specific event types (leave empty to monitor all event types)": "Filtrar por tipos de evento específicos (deixe em branco para monitorar todos os tipos de eventos)",
121
- "Only trigger for events containing this text in title, description, or location (optional)": "Ativar apenas eventos que contenham este texto em título, descrição ou localização (opcional)",
122
- "Skip triggering for all-day events": "Pular disparo para eventos de dia inteiro",
123
- "Enable to monitor a specific event instead of all events in the calendar.": "Habilite para monitorar um evento específico em vez de todos os eventos na agenda.",
124
- "The amount of time before the event starts.": "O tempo antes do início do evento.",
125
- "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).": "A palavra-chave para procurar em novos eventos (pesquisa por título, descrição, localização e participantes por padrão).",
126
- "Filter by specific event types (optional)": "Filtrar por tipos de evento específicos (opcional)",
127
- "Specify which fields to search in (leave empty to use Google's default search across all fields)": "Especifique quais campos para pesquisar (deixe em branco para usar a pesquisa padrão do Google em todos os campos)",
128
- "Filter by specific types of cancellations (optional)": "Filtrar por tipos específicos de cancelamentos (opcional)",
129
- "Only trigger for calendars with specific access roles (optional)": "Selecionar calendários com papéis de acesso específicos (opcional)",
130
- "Only trigger for calendars containing this text in name or description (optional)": "Apenas gatilho para calendários que contenham este texto no nome ou descrição (opcional)",
131
- "Only trigger for calendars you own, not shared calendars": "Apenas gatilho para os calendários que você possui, não compartilhados",
132
- "Default Events": "Eventos Padrão",
133
- "Birthday Events": "Eventos de aniversário",
134
- "Out of Office": "Fora de Escritório",
135
- "From Gmail": "Do Gmail",
136
- "Minutes": "minutos",
137
- "Hours": "horas",
138
- "Days": "dias",
139
- "Event Title/Summary": "Título do Evento/Resumo",
140
- "Event Description": "Descrição do Evento",
141
- "Event Location": "Local do evento",
142
- "Attendee Names/Emails": "Nomes dos participantes/E-mails",
143
- "Event Deleted": "Evento excluído",
144
- "Attendee Declined": "Participante recusado",
145
- "Event Rescheduled": "Evento reagendado",
146
- "Other Cancellations": "Outros cancelamentos",
147
- "Owner": "Proprietário",
148
- "Writer": "Escritor",
149
- "Reader": "Leitor",
150
- "Free/Busy Reader": "Leitor Livre/Ocupado"
151
- }
package/src/i18n/ru.json DELETED
@@ -1,71 +0,0 @@
1
- {
2
- "Google Calendar": "Календарь Google",
3
- "Get organized and stay on schedule": "Организуйте и оставайтесь в расписании",
4
- "Add Attendees to Event": "Добавить участников к событию",
5
- "Create Quick Event": "Создать быстрое событие",
6
- "Create Event": "Создать событие",
7
- "Get all Events": "Получить все события",
8
- "Update Event": "Обновить событие",
9
- "Delete Event": "Удалить событие",
10
- "Custom API Call": "Пользовательский вызов API",
11
- "Add one or more person to existing event.": "Добавьте одного или нескольких людей к существующему событию.",
12
- "Add Quick Calendar Event": "Добавить событие быстрого календаря",
13
- "Add Event": "Добавить событие",
14
- "Get Events": "Получить события",
15
- "Updates an event in Google Calendar.": "Обновляет событие в календаре Google.",
16
- "Deletes an event from Google Calendar.": "Удаляет событие из Календаря Google.",
17
- "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
18
- "Calendar": "Календарь",
19
- "Event ID": "ID события",
20
- "Attendees": "Участники",
21
- "Summary": "Summary",
22
- "Send Updates": "Отправить обновления",
23
- "Title of the event": "Название события",
24
- "Start date time of the event": "Дата начала события",
25
- "End date time of the event": "Дата окончания события",
26
- "Location": "Местоположение",
27
- "Description": "Описание",
28
- "Color": "Цвет",
29
- "Guests can modify": "Гости могут изменять",
30
- "Guests can invite others": "Гости могут пригласить других",
31
- "Guests can see other guests": "Гости могут видеть других гостей",
32
- "Send Notifications": "Отправить уведомления",
33
- "Event types": "Типы событий",
34
- "Search Term": "Поиск термина",
35
- "Date from": "Дата с",
36
- "Date to": "Дата до",
37
- "Expand Recurring Event?": "Развернуть повторяющееся событие?",
38
- "Method": "Метод",
39
- "Headers": "Заголовки",
40
- "Query Parameters": "Параметры запроса",
41
- "Body": "Тело",
42
- "No Error on Failure": "Нет ошибок при ошибке",
43
- "Timeout (in seconds)": "Таймаут (в секундах)",
44
- "Emails of the attendees (guests)": "Письма участников (гостей)",
45
- "The text describing the event to be created": "Текст, описывающий создаваемый событие",
46
- "Guests who should receive notifications about the creation of the new event.": "Гости, которые должны получать уведомления о создании нового события.",
47
- "By default it'll be 30 min post start time": "По умолчанию он будет равен 30 минутам времени начала записи",
48
- "Description of the event. You can use HTML tags here.": "Описание события. Вы можете использовать HTML теги здесь.",
49
- "Select event types": "Выберите типы событий",
50
- "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Распределять повторяющиеся события в экземпляры и возвращать только разовые и повторяющиеся события, но не сами по себе.",
51
- "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
52
- "All": "Все",
53
- "External Only": "Только внешние",
54
- "none": "нет",
55
- "Yes, to everyone": "Да, всем",
56
- "To non-Google Calendar guests only": "Только гостям не Google Календаря",
57
- "To no one": "Никому",
58
- "Default": "По умолчанию",
59
- "Out Of Office": "Вне офиса",
60
- "Focus Time": "Время фокусировки",
61
- "Working Location": "Место работы",
62
- "GET": "ПОЛУЧИТЬ",
63
- "POST": "ПОСТ",
64
- "PATCH": "ПАТЧ",
65
- "PUT": "ПОКУПИТЬ",
66
- "DELETE": "УДАЛИТЬ",
67
- "HEAD": "HEAD",
68
- "New or Updated Event": "Новое или обновленное событие",
69
- "Triggers when an event is added or updated": "Триггеры при добавлении или обновлении события",
70
- "If true, the trigger will activate for every occurrence of a recurring event.": "Если включено, то триггер будет активирован для каждого вхождения повторяющегося события."
71
- }
@@ -1,151 +0,0 @@
1
- {
2
- "Get organized and stay on schedule": "Get organized and stay on schedule",
3
- "Add Attendees to Event": "Add Attendees to Event",
4
- "Create Quick Event": "Create Quick Event",
5
- "Create Event": "Create Event",
6
- "Get all Events": "Get all Events",
7
- "Update Event": "Update Event",
8
- "Delete Event": "Delete Event",
9
- "Find Busy/Free Periods in Calendar": "Find Busy/Free Periods in Calendar",
10
- "Get Event by ID": "Get Event by ID",
11
- "Custom API Call": "Custom API Call",
12
- "Add one or more person to existing event.": "Add one or more person to existing event.",
13
- "Add Quick Calendar Event": "Add Quick Calendar Event",
14
- "Add Event": "Add Event",
15
- "Get Events": "Get Events",
16
- "Updates an event in Google Calendar.": "Updates an event in Google Calendar.",
17
- "Deletes an event from Google Calendar.": "Deletes an event from Google Calendar.",
18
- "Finds free/busy calendar details from Google Calendar.": "Finds free/busy calendar details from Google Calendar.",
19
- "Fetch event details by its unique ID from Google Calendar.": "Fetch event details by its unique ID from Google Calendar.",
20
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
21
- "Calendar": "Calendar",
22
- "Event ID": "Event ID",
23
- "Attendees": "Attendees",
24
- "Summary": "Summary",
25
- "Send Updates": "Send Updates",
26
- "Title of the event": "Title of the event",
27
- "Start date time of the event": "Start date time of the event",
28
- "End date time of the event": "End date time of the event",
29
- "Location": "Location",
30
- "Description": "Description",
31
- "Color": "Color",
32
- "Guests can modify": "Guests can modify",
33
- "Guests can invite others": "Guests can invite others",
34
- "Guests can see other guests": "Guests can see other guests",
35
- "Send Notifications": "Send Notifications",
36
- "Create Google Meet Link": "Create Google Meet Link",
37
- "Event types": "Event types",
38
- "Search Term": "Search Term",
39
- "Date from": "Date from",
40
- "Date to": "Date to",
41
- "Expand Recurring Event?": "Expand Recurring Event?",
42
- "Calendars": "Calendars",
43
- "Start Time": "Start Time",
44
- "End Time": "End Time",
45
- "Max Attendees": "Max Attendees",
46
- "Time Zone": "Time Zone",
47
- "Method": "Method",
48
- "Headers": "Headers",
49
- "Query Parameters": "Query Parameters",
50
- "Body Type": "Body Type",
51
- "Body": "Body",
52
- "Response is Binary ?": "Response is Binary ?",
53
- "No Error on Failure": "No Error on Failure",
54
- "Timeout (in seconds)": "Timeout (in seconds)",
55
- "Follow redirects": "Follow redirects",
56
- "Emails of the attendees (guests)": "Emails of the attendees (guests)",
57
- "The text describing the event to be created": "The text describing the event to be created",
58
- "Guests who should receive notifications about the creation of the new event.": "Guests who should receive notifications about the creation of the new event.",
59
- "By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
60
- "Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
61
- "Automatically create a Google Meet video conference link for this event": "Automatically create a Google Meet video conference link for this event",
62
- "Select event types": "Select event types",
63
- "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.",
64
- "Select the calendars to check for busy periods.": "Select the calendars to check for busy periods.",
65
- "The start of the time range to check.": "The start of the time range to check.",
66
- "The end of the time range to check.": "The end of the time range to check.",
67
- "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.",
68
- "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.",
69
- "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.",
70
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
71
- "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
72
- "All": "All",
73
- "External Only": "External Only",
74
- "none": "none",
75
- "Yes, to everyone": "Yes, to everyone",
76
- "To non-Google Calendar guests only": "To non-Google Calendar guests only",
77
- "To no one": "To no one",
78
- "Default": "Default",
79
- "Out Of Office": "Out Of Office",
80
- "Focus Time": "Focus Time",
81
- "Working Location": "Working Location",
82
- "GET": "GET",
83
- "POST": "POST",
84
- "PATCH": "PATCH",
85
- "PUT": "PUT",
86
- "DELETE": "DELETE",
87
- "HEAD": "HEAD",
88
- "None": "None",
89
- "JSON": "JSON",
90
- "Form Data": "Form Data",
91
- "Raw": "Raw",
92
- "New or Updated Event": "New or Updated Event",
93
- "New Event": "New Event",
94
- "Event Ends": "Event Ends",
95
- "Event Start (Time Before)": "Event Start (Time Before)",
96
- "New Event Matching Search": "New Event Matching Search",
97
- "Event Cancelled": "Event Cancelled",
98
- "New Calendar": "New Calendar",
99
- "Triggers when an event is added or updated": "Triggers when an event is added or updated",
100
- "Fires when a new event is created in a calendar.": "Fires when a new event is created in a calendar.",
101
- "Fires when an event ends.": "Fires when an event ends.",
102
- "Fires at a specified amount of time before an event starts (e.g., a reminder).": "Fires at a specified amount of time before an event starts (e.g., a reminder).",
103
- "Fires when a new event is created that matches a specified search term.": "Fires when a new event is created that matches a specified search term.",
104
- "Fires when an event is canceled or deleted.": "Fires when an event is canceled or deleted.",
105
- "Fires when a new calendar is created or becomes accessible.": "Fires when a new calendar is created or becomes accessible.",
106
- "Event Types to Monitor": "Event Types to Monitor",
107
- "Search Filter": "Search Filter",
108
- "Exclude All-Day Events": "Exclude All-Day Events",
109
- "Target Specific Event": "Target Specific Event",
110
- "Event": "Event",
111
- "Time Before": "Time Before",
112
- "Time Unit": "Time Unit",
113
- "Event Types": "Event Types",
114
- "Search In Fields": "Search In Fields",
115
- "Cancellation Reasons": "Cancellation Reasons",
116
- "Access Role Filter": "Access Role Filter",
117
- "Calendar Name Filter": "Calendar Name Filter",
118
- "Exclude Shared Calendars": "Exclude Shared Calendars",
119
- "If true, the trigger will activate for every occurrence of a recurring event.": "If true, the trigger will activate for every occurrence of a recurring event.",
120
- "Filter by specific event types (leave empty to monitor all event types)": "Filter by specific event types (leave empty to monitor all event types)",
121
- "Only trigger for events containing this text in title, description, or location (optional)": "Only trigger for events containing this text in title, description, or location (optional)",
122
- "Skip triggering for all-day events": "Skip triggering for all-day events",
123
- "Enable to monitor a specific event instead of all events in the calendar.": "Enable to monitor a specific event instead of all events in the calendar.",
124
- "The amount of time before the event starts.": "The amount of time before the event starts.",
125
- "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).": "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).",
126
- "Filter by specific event types (optional)": "Filter by specific event types (optional)",
127
- "Specify which fields to search in (leave empty to use Google's default search across all fields)": "Specify which fields to search in (leave empty to use Google's default search across all fields)",
128
- "Filter by specific types of cancellations (optional)": "Filter by specific types of cancellations (optional)",
129
- "Only trigger for calendars with specific access roles (optional)": "Only trigger for calendars with specific access roles (optional)",
130
- "Only trigger for calendars containing this text in name or description (optional)": "Only trigger for calendars containing this text in name or description (optional)",
131
- "Only trigger for calendars you own, not shared calendars": "Only trigger for calendars you own, not shared calendars",
132
- "Default Events": "Default Events",
133
- "Birthday Events": "Birthday Events",
134
- "Out of Office": "Out of Office",
135
- "From Gmail": "From Gmail",
136
- "Minutes": "Minutes",
137
- "Hours": "Hours",
138
- "Days": "Days",
139
- "Event Title/Summary": "Event Title/Summary",
140
- "Event Description": "Event Description",
141
- "Event Location": "Event Location",
142
- "Attendee Names/Emails": "Attendee Names/Emails",
143
- "Event Deleted": "Event Deleted",
144
- "Attendee Declined": "Attendee Declined",
145
- "Event Rescheduled": "Event Rescheduled",
146
- "Other Cancellations": "Other Cancellations",
147
- "Owner": "Owner",
148
- "Writer": "Writer",
149
- "Reader": "Reader",
150
- "Free/Busy Reader": "Free/Busy Reader"
151
- }
package/src/i18n/vi.json DELETED
@@ -1,71 +0,0 @@
1
- {
2
- "Google Calendar": "Google Calendar",
3
- "Get organized and stay on schedule": "Get organized and stay on schedule",
4
- "Add Attendees to Event": "Add Attendees to Event",
5
- "Create Quick Event": "Create Quick Event",
6
- "Create Event": "Create Event",
7
- "Get all Events": "Get all Events",
8
- "Update Event": "Update Event",
9
- "Delete Event": "Delete Event",
10
- "Custom API Call": "Custom API Call",
11
- "Add one or more person to existing event.": "Add one or more person to existing event.",
12
- "Add Quick Calendar Event": "Add Quick Calendar Event",
13
- "Add Event": "Add Event",
14
- "Get Events": "Get Events",
15
- "Updates an event in Google Calendar.": "Updates an event in Google Calendar.",
16
- "Deletes an event from Google Calendar.": "Deletes an event from Google Calendar.",
17
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
- "Calendar": "Calendar",
19
- "Event ID": "Event ID",
20
- "Attendees": "Attendees",
21
- "Summary": "Summary",
22
- "Send Updates": "Send Updates",
23
- "Title of the event": "Title of the event",
24
- "Start date time of the event": "Start date time of the event",
25
- "End date time of the event": "End date time of the event",
26
- "Location": "Location",
27
- "Description": "Description",
28
- "Color": "Color",
29
- "Guests can modify": "Guests can modify",
30
- "Guests can invite others": "Guests can invite others",
31
- "Guests can see other guests": "Guests can see other guests",
32
- "Send Notifications": "Send Notifications",
33
- "Event types": "Event types",
34
- "Search Term": "Search Term",
35
- "Date from": "Date from",
36
- "Date to": "Date to",
37
- "Expand Recurring Event?": "Expand Recurring Event?",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "No Error on Failure": "No Error on Failure",
43
- "Timeout (in seconds)": "Timeout (in seconds)",
44
- "Emails of the attendees (guests)": "Emails of the attendees (guests)",
45
- "The text describing the event to be created": "The text describing the event to be created",
46
- "Guests who should receive notifications about the creation of the new event.": "Guests who should receive notifications about the creation of the new event.",
47
- "By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
48
- "Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
49
- "Select event types": "Select event types",
50
- "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.",
51
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
52
- "All": "Tất cả",
53
- "External Only": "External Only",
54
- "none": "none",
55
- "Yes, to everyone": "Yes, to everyone",
56
- "To non-Google Calendar guests only": "To non-Google Calendar guests only",
57
- "To no one": "To no one",
58
- "Default": "Default",
59
- "Out Of Office": "Out Of Office",
60
- "Focus Time": "Focus Time",
61
- "Working Location": "Working Location",
62
- "GET": "GET",
63
- "POST": "POST",
64
- "PATCH": "PATCH",
65
- "PUT": "PUT",
66
- "DELETE": "DELETE",
67
- "HEAD": "HEAD",
68
- "New or Updated Event": "New or Updated Event",
69
- "Triggers when an event is added or updated": "Triggers when an event is added or updated",
70
- "If true, the trigger will activate for every occurrence of a recurring event.": "If true, the trigger will activate for every occurrence of a recurring event."
71
- }