@activepieces/piece-savvycal 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/src/i18n/de.json +128 -72
- package/src/i18n/es.json +129 -73
- package/src/i18n/fr.json +105 -76
- package/src/i18n/ja.json +128 -72
- package/src/i18n/nl.json +128 -72
- package/src/i18n/pt.json +129 -73
- package/src/i18n/translation.json +61 -58
- package/src/i18n/zh.json +98 -42
- package/src/index.js +7 -7
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-event.d.ts +5 -0
- package/src/lib/actions/create-event.js +139 -9
- package/src/lib/actions/create-event.js.map +1 -1
- package/src/lib/actions/list-events.js +6 -0
- package/src/lib/actions/list-events.js.map +1 -1
- package/src/lib/auth.d.ts +2 -10
- package/src/lib/auth.js +4 -3
- package/src/lib/auth.js.map +1 -1
- package/src/lib/common/index.d.ts +15 -0
package/src/i18n/nl.json
CHANGED
|
@@ -1,74 +1,130 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"Find Events by Attendee Email": "
|
|
8
|
-
"
|
|
9
|
-
"Get
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"Attendee Email": "Attendee Email",
|
|
34
|
-
"Email address of the person booking the meeting.": "Email address of the person booking the meeting.",
|
|
35
|
-
"The email address of the attendee to search for.": "The email address of the attendee to search for.",
|
|
36
|
-
"Start After": "Start After",
|
|
37
|
-
"Only return events that start after this date and time.": "Only return events that start after this date and time.",
|
|
38
|
-
"Only search events starting after this date. Use this to limit the search scope and improve performance.": "Only search events starting after this date. Use this to limit the search scope and improve performance.",
|
|
39
|
-
"Start Before": "Start Before",
|
|
40
|
-
"Only return events that start before this date and time.": "Only return events that start before this date and time.",
|
|
41
|
-
"Only search events starting before this date.": "Only search events starting before this date.",
|
|
42
|
-
"State": "State",
|
|
43
|
-
"Filter events by their current status. Leave empty to return all statuses.": "Filter events by their current status. Leave empty to return all statuses.",
|
|
44
|
-
"Maximum Results": "Maximum Results",
|
|
45
|
-
"Maximum number of events to return. Leave empty to return all matching events.": "Maximum number of events to return. Leave empty to return all matching events.",
|
|
46
|
-
"Event Types": "Event Types",
|
|
47
|
-
"Select which event types to trigger on. Leave empty to trigger on all event types.": "Select which event types to trigger on. Leave empty to trigger on all event types.",
|
|
48
|
-
"All": "All",
|
|
49
|
-
"Confirmed": "Confirmed",
|
|
50
|
-
"Canceled": "Canceled",
|
|
51
|
-
"Event Created": "Event Created",
|
|
52
|
-
"Event Requested": "Event Requested",
|
|
53
|
-
"Event Approved": "Event Approved",
|
|
54
|
-
"Event Declined": "Event Declined",
|
|
55
|
-
"Event Rescheduled": "Event Rescheduled",
|
|
56
|
-
"Event Changed": "Event Changed",
|
|
57
|
-
"Event Canceled": "Event Canceled",
|
|
58
|
-
"Checkout Pending": "Checkout Pending",
|
|
59
|
-
"Checkout Expired": "Checkout Expired",
|
|
60
|
-
"Checkout Completed": "Checkout Completed",
|
|
61
|
-
"Attendee Added": "Attendee Added",
|
|
62
|
-
"Attendee Canceled": "Attendee Canceled",
|
|
63
|
-
"Attendee Rescheduled": "Attendee Rescheduled",
|
|
64
|
-
"Poll Response Created": "Poll Response Created",
|
|
65
|
-
"Poll Response Updated": "Poll Response Updated",
|
|
66
|
-
"Workflow Action Triggered": "Workflow Action Triggered",
|
|
67
|
-
"Please connect your account first": "Please connect your account first",
|
|
68
|
-
"Failed to load scheduling links.": "Failed to load scheduling links.",
|
|
69
|
-
"Failed to load scheduling links. Check your connection.": "Failed to load scheduling links. Check your connection.",
|
|
2
|
+
"Scheduling tool that lets invitees overlay their calendar when picking a time.": "Planningstool waarmee genodigden hun kalender kunnen overslaan wanneer ze een tijd kiezen.",
|
|
3
|
+
"Create Event": "Gebeurtenis aanmaken",
|
|
4
|
+
"Cancel Event": "Gebeurtenis annuleren",
|
|
5
|
+
"Get Event": "Verkrijg Evenement",
|
|
6
|
+
"List Events": "Lijst gebeurtenissen",
|
|
7
|
+
"Find Events by Attendee Email": "Vind evenementen via de Deelnemer E-Mail",
|
|
8
|
+
"List Scheduling Links": "Lijst planner links",
|
|
9
|
+
"Get Scheduling Link": "Scheduling Link opvragen",
|
|
10
|
+
"Get Available Slots": "Beschikbare slots krijgen",
|
|
11
|
+
"Toggle Scheduling Link": "Schakel Planning Link",
|
|
12
|
+
"Duplicate Scheduling Link": "Dupliceer Planning Link",
|
|
13
|
+
"Delete Scheduling Link": "Verwijder planner Link",
|
|
14
|
+
"List Workflows": "Lijst Workflows",
|
|
15
|
+
"Get Workflow Rules": "Workflowregels ophalen",
|
|
16
|
+
"Get Current User": "Verkrijg huidige gebruiker",
|
|
17
|
+
"Custom API Call": "Custom API Call",
|
|
18
|
+
"Books a meeting on a scheduling link at a specific time slot.": "Boekt een vergadering op een planningslink op een specifiek tijdstip.",
|
|
19
|
+
"Cancels a scheduled meeting in SavvyCal.": "Annuleert een geplande vergadering in SavvyCal.",
|
|
20
|
+
"Retrieves the details of a specific scheduled meeting by its ID.": "Haal de details op van een specifieke geplande vergadering via het ID.",
|
|
21
|
+
"Returns a list of scheduled meetings from your SavvyCal account.": "Geeft een lijst van geplande vergaderingen terug van uw SavvyCal account.",
|
|
22
|
+
"Returns all events where the attendee's email matches the given address.": "Retourneert alle gebeurtenissen waar de aanwezige e-mail overeenkomt met het opgegeven adres.",
|
|
23
|
+
"Returns all scheduling links configured in your SavvyCal account.": "Retourneert alle geplande links geconfigureerd in uw SavvyCal account.",
|
|
24
|
+
"Retrieves the details of a specific scheduling link by its ID.": "Ophalen van de details van een specifieke planningslink via de ID.",
|
|
25
|
+
"Returns available time slots for booking on a scheduling link. Useful for displaying availability or for picking a slot before calling Create Event.": "Geeft beschikbare tijdsvakjes terug om te reserveren op een planningslink. Handig voor het tonen van beschikbaarheid of voor het kiezen van een vakje voordat u een Aanmaken gebeurtenis aanroepen.",
|
|
26
|
+
"Switches a scheduling link between active and disabled states.": "Hiermee schakelt u een planningslink tussen actieve en gehandicapte staten.",
|
|
27
|
+
"Creates a copy of an existing scheduling link.": "Maakt een kopie van een bestaande planningslink.",
|
|
28
|
+
"Permanently deletes a scheduling link from your SavvyCal account.": "Verwijdert permanent een planningslink van je SavvyCal account.",
|
|
29
|
+
"Returns all workflows configured in your SavvyCal account.": "Retourneert alle workflows geconfigureerd in uw SavvyCal-account.",
|
|
30
|
+
"Returns the rules configured for a specific workflow.": "Geeft de regels geconfigureerd voor een specifieke workflow.",
|
|
31
|
+
"Retrieves the profile of the currently authenticated SavvyCal user.": "Ophalen van het profiel van de momenteel geverifieerde SavvyCal gebruiker.",
|
|
32
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
70
33
|
"Team": "Team",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
34
|
+
"Scheduling Link": "Planning link",
|
|
35
|
+
"Start Time": "Starttijd",
|
|
36
|
+
"End Time": "Eind Tijd",
|
|
37
|
+
"Attendee Name": "Naam deelnemer",
|
|
38
|
+
"Attendee Email": "Aanwezige e-mail",
|
|
39
|
+
"Time Zone": "Tijd Zone",
|
|
40
|
+
"Phone Number": "Telefoon nummer",
|
|
41
|
+
"Custom Fields": "Aangepaste velden",
|
|
42
|
+
"Metadata": "Metagegevens",
|
|
43
|
+
"Event ID": "Gebeurtenis ID",
|
|
44
|
+
"State": "Provincie",
|
|
45
|
+
"Start After": "Start na",
|
|
46
|
+
"Start Before": "Start voor",
|
|
47
|
+
"Scheduling Links": "Plannen Links",
|
|
48
|
+
"Maximum Results": "Maximaal aantal resultaten",
|
|
49
|
+
"Workflow": "Werkstroom",
|
|
50
|
+
"Method": "Methode",
|
|
51
|
+
"Headers": "Kopteksten",
|
|
52
|
+
"Query Parameters": "Query parameters",
|
|
53
|
+
"Body Type": "Type lichaam",
|
|
54
|
+
"Body": "Lichaam",
|
|
55
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
56
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
57
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
58
|
+
"Follow redirects": "Volg omleidingen",
|
|
59
|
+
"Filter scheduling links by team. Leave empty to show all teams.": "Filter op schema links door team. Laat leeg om alle teams te laten zien.",
|
|
60
|
+
"Select the scheduling link to book a meeting on.": "Selecteer de planningslink om een vergadering aan te boeken.",
|
|
61
|
+
"The start date and time of the meeting. Must match an available slot on the scheduling link.": "De startdatum en tijd van de vergadering. Moet overeenkomen met een beschikbaar slot op de planningslink.",
|
|
62
|
+
"The End date and time of the meeting": "De einddatum en tijd van de vergadering",
|
|
63
|
+
"Full name of the person booking the meeting.": "Volledige naam van de persoon die de vergadering heeft georganiseerd.",
|
|
64
|
+
"Email address of the person booking the meeting.": "E-mailadres van de persoon die de vergadering boekt.",
|
|
65
|
+
"Attendee's local time zone in Olson format (e.g. America/New_York, Europe/London, Africa/Lagos).": "Attende's lokale tijdzone in Olson formaat (bijv. Amerika/New_York, Europe/Londen, Afrika/Lagos).",
|
|
66
|
+
"Attendee's phone number in international format (e.g. +15555555555). Required only if the scheduling link asks for it.": "Het telefoonnummer van de deelnemer in internationaal formaat (bijv. +155555555). Alleen vereist als de planningslink hierom vraagt.",
|
|
67
|
+
"Additional questions configured on the scheduling link (e.g. Company, Why are we meeting?). Filled in dynamically based on the selected link.": "Extra vragen geconfigureerd op de planningslink (bv. Bedrijf, waarom komen we bij?). Ingevuld op basis van de geselecteerde link.",
|
|
68
|
+
"Custom key/value pairs to attach to the event. Useful for tracking the source flow or correlating with external systems.": "Aangepaste sleutel/waarde-paren om aan de gebeurtenis te koppelen. Handig voor het bijhouden van de bronstroom of correlatie met externe systemen.",
|
|
69
|
+
"The unique ID of the event to cancel. You can find this from the output of a trigger or the List Events / Get Event actions.": "Het unieke ID van het evenement om te annuleren. Je kunt dit vinden in de uitvoer van een trigger of de Lijst Gebeurtenissen / neem Event acties.",
|
|
70
|
+
"The unique ID of the event. You can find this in the event URL in SavvyCal, or from the output of a trigger or List Events action.": "Het unieke ID van de gebeurtenis. Je vindt dit in de event-URL in SavvyCal, of in de uitvoer van een trigger- of lijstgebeurtenisactie.",
|
|
71
|
+
"Filter events by their current status. Leave empty to return all statuses.": "Afspraken filteren op hun huidige status. Laat leeg om alle statussen terug te geven.",
|
|
72
|
+
"Only return events that start after this date and time.": "Geeft alleen de gebeurtenis terug die begint na deze datum en tijd.",
|
|
73
|
+
"Only return events that start before this date and time.": "Geeft alleen de gebeurtenis weer die voor deze datum en tijd begint.",
|
|
74
|
+
"Only return events booked through the selected scheduling links. Leave empty for all links.": "Geeft alleen gereserveerde events weer via de geselecteerde planningslinks. Laat leeg voor alle links.",
|
|
75
|
+
"Maximum number of events to return. Leave empty to return all matching events.": "Maximum aantal gebeurtenissen om te retourneren. Laat leeg om alle overeenkomende evenementen te retourneren.",
|
|
76
|
+
"The email address of the attendee to search for.": "Het e-mailadres van de aanwezige om naar te zoeken.",
|
|
77
|
+
"Only search events starting after this date. Use this to limit the search scope and improve performance.": "Zoek alleen naar gebeurtenissen die beginnen na deze datum. Gebruik dit om het zoekbereik te beperken en de prestaties te verbeteren.",
|
|
78
|
+
"Only search events starting before this date.": "Zoek alleen naar gebeurtenissen die beginnen voor deze datum.",
|
|
79
|
+
"Select the scheduling link to retrieve.": "Selecteer de planningslink om op te halen.",
|
|
80
|
+
"Select the scheduling link to query slots for.": "Selecteer de planningslink om de slots te vinden.",
|
|
81
|
+
"Select the scheduling link to toggle.": "Selecteer de planningslink om te schakelen.",
|
|
82
|
+
"Select the scheduling link to duplicate.": "Selecteer de planningslink om te dupliceren.",
|
|
83
|
+
"Select the scheduling link to delete. This action cannot be undone.": "Selecteer de planningslink om te verwijderen. Deze actie kan niet ongedaan worden gemaakt.",
|
|
84
|
+
"Select the workflow whose rules you want to retrieve.": "Selecteer de workflow wiens regels u wilt ophalen.",
|
|
85
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
86
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
87
|
+
"Confirmed": "Bevestigd",
|
|
88
|
+
"Canceled": "Geannuleerd",
|
|
89
|
+
"Awaiting Reschedule": "Wachtend op Reschedule",
|
|
90
|
+
"Awaiting Checkout": "In afwachting van betaling",
|
|
91
|
+
"Checkout Expired": "Checkout verlopen",
|
|
92
|
+
"Awaiting Approval": "In afwachting van goedkeuring",
|
|
93
|
+
"Declined": "Geweigerd",
|
|
94
|
+
"Tentative": "Voorlopig",
|
|
95
|
+
"GET": "KRIJG",
|
|
96
|
+
"POST": "POSTE",
|
|
97
|
+
"PATCH": "BEKIJK",
|
|
98
|
+
"PUT": "PUT",
|
|
99
|
+
"DELETE": "VERWIJDEREN",
|
|
100
|
+
"HEAD": "HOOFD",
|
|
101
|
+
"None": "geen",
|
|
102
|
+
"JSON": "JSON",
|
|
103
|
+
"Form Data": "Formulieren gegevens",
|
|
104
|
+
"Raw": "Onbewerkte",
|
|
105
|
+
"New Event": "Nieuwe gebeurtenis",
|
|
106
|
+
"New Poll Response": "Nieuw poll antwoord",
|
|
107
|
+
"Workflow Action Triggered": "Workflow Actie geactiveerd",
|
|
108
|
+
"Triggers when a SavvyCal event occurs. Select one or more event types, or leave empty to trigger on all types.": "Triggert wanneer een SavvyCal event plaatsvindt. Selecteer een of meer event types, of laat leeg om op alle typen te activeren.",
|
|
109
|
+
"Triggers when a poll response is created or updated in SavvyCal.": "Triggert wanneer een poll reactie wordt aangemaakt of bijgewerkt in SavvyCal.",
|
|
110
|
+
"Triggers when a workflow action is triggered in SavvyCal.": "Triggert wanneer een werkstroomactie wordt geactiveerd in SavvyCal.",
|
|
111
|
+
"Event Types": "Event Types",
|
|
112
|
+
"Poll Response Types": "Poll antwoord-types",
|
|
113
|
+
"Select which event types to trigger on. Leave empty to trigger on all event types.": "Selecteer aan welke event types u wilt starten. Laat leeg om te triggeren op alle event types.",
|
|
114
|
+
"Only trigger for events on the selected scheduling links. Leave empty to trigger for all links.": "Alleen triggeren voor afspraken op de geselecteerde planningslinks. Laat leeg om alle links te activeren.",
|
|
115
|
+
"Select which poll response types to trigger on. Leave empty to trigger on all poll response types.": "Selecteer aan welke pollantwoordtypes u wilt toevoegen. Laat leeg om te leiden voor alle reactie types van de polis.",
|
|
116
|
+
"Event Created": "Event aangemaakt",
|
|
117
|
+
"Event Requested": "Evenement aangevraagd",
|
|
118
|
+
"Event Approved": "Gebeurtenis goedgekeurd",
|
|
119
|
+
"Event Declined": "Afspraak geweigerd",
|
|
120
|
+
"Event Rescheduled": "Evenement verplaatst",
|
|
121
|
+
"Event Changed": "Afspraak gewijzigd",
|
|
122
|
+
"Event Canceled": "Afspraak Geannuleerd",
|
|
123
|
+
"Checkout Pending": "Afrekenen in behandeling",
|
|
124
|
+
"Checkout Completed": "Afrekenen voltooid",
|
|
125
|
+
"Attendee Added": "Aanwezige toegevoegd",
|
|
126
|
+
"Attendee Canceled": "Aanwezige geannuleerd",
|
|
127
|
+
"Attendee Rescheduled": "Aanwezige Verzet",
|
|
128
|
+
"Poll Response Created": "Poll Response Gemaakt",
|
|
129
|
+
"Poll Response Updated": "Poll Response Bijgewerkt"
|
|
130
|
+
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,74 +1,130 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"Find Events by Attendee Email": "
|
|
8
|
-
"
|
|
9
|
-
"Get
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"Filter
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
2
|
+
"Scheduling tool that lets invitees overlay their calendar when picking a time.": "Ferramenta de agendamento que permite que os convidados sobreponham o calendário quando escolherem o horário estabelecido.",
|
|
3
|
+
"Create Event": "Criar evento",
|
|
4
|
+
"Cancel Event": "Cancelar evento",
|
|
5
|
+
"Get Event": "Obter o evento",
|
|
6
|
+
"List Events": "Listar eventos",
|
|
7
|
+
"Find Events by Attendee Email": "Encontrar eventos por e-mail do participante",
|
|
8
|
+
"List Scheduling Links": "Listar links de agendamento",
|
|
9
|
+
"Get Scheduling Link": "Obter link de agendamento",
|
|
10
|
+
"Get Available Slots": "Obter espaços disponíveis",
|
|
11
|
+
"Toggle Scheduling Link": "Alternar link de agendamento",
|
|
12
|
+
"Duplicate Scheduling Link": "Duplicar link de agendamento",
|
|
13
|
+
"Delete Scheduling Link": "Excluir link de agendamento",
|
|
14
|
+
"List Workflows": "Listar Workflows",
|
|
15
|
+
"Get Workflow Rules": "Obter regras de workflow",
|
|
16
|
+
"Get Current User": "Obter Usuário Atual",
|
|
17
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
18
|
+
"Books a meeting on a scheduling link at a specific time slot.": "Reserve uma reunião com um link de agendamento em um horário específico.",
|
|
19
|
+
"Cancels a scheduled meeting in SavvyCal.": "Cancela uma reunião agendada para SavvyCal.",
|
|
20
|
+
"Retrieves the details of a specific scheduled meeting by its ID.": "Recupera detalhes de uma reunião agendada específica por sua ID.",
|
|
21
|
+
"Returns a list of scheduled meetings from your SavvyCal account.": "Retorna uma lista das reuniões agendadas da sua conta SavvyCal.",
|
|
22
|
+
"Returns all events where the attendee's email matches the given address.": "Retorna todos os eventos nos quais o e-mail do participante corresponde ao endereço fornecido.",
|
|
23
|
+
"Returns all scheduling links configured in your SavvyCal account.": "Retorna todos os links de agendamento configurados na sua conta SavvyCal.",
|
|
24
|
+
"Retrieves the details of a specific scheduling link by its ID.": "Recupera detalhes de um link de agendamento específico por sua ID.",
|
|
25
|
+
"Returns available time slots for booking on a scheduling link. Useful for displaying availability or for picking a slot before calling Create Event.": "Retorna horários disponíveis para pedidos em um link de agendamento. Útil para exibir a disponibilidade ou para escolher um slot antes de chamar Criar evento.",
|
|
26
|
+
"Switches a scheduling link between active and disabled states.": "Alterna um link de agendamento entre estados ativos e desativados.",
|
|
27
|
+
"Creates a copy of an existing scheduling link.": "Cria uma cópia de um link de agendamento existente.",
|
|
28
|
+
"Permanently deletes a scheduling link from your SavvyCal account.": "Exclui permanentemente um link de agendamento da sua conta SavvyCal.",
|
|
29
|
+
"Returns all workflows configured in your SavvyCal account.": "Retorna todos os fluxos de trabalho configurados em sua conta SavvyCal.",
|
|
30
|
+
"Returns the rules configured for a specific workflow.": "Retorna as regras configuradas para um fluxo de trabalho específico.",
|
|
31
|
+
"Retrieves the profile of the currently authenticated SavvyCal user.": "Obtém o perfil do usuário SavvyCal atualmente autenticado.",
|
|
32
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
33
|
+
"Team": "Equipe",
|
|
34
|
+
"Scheduling Link": "Link de Agendamento",
|
|
35
|
+
"Start Time": "Hora de início",
|
|
36
|
+
"End Time": "Hora de término",
|
|
37
|
+
"Attendee Name": "Nome do Participante",
|
|
38
|
+
"Attendee Email": "Email do Participante",
|
|
39
|
+
"Time Zone": "Fuso Horário",
|
|
40
|
+
"Phone Number": "Número de telefone",
|
|
41
|
+
"Custom Fields": "Campos Personalizados",
|
|
42
|
+
"Metadata": "Metadados",
|
|
43
|
+
"Event ID": "Código do evento",
|
|
44
|
+
"State": "Estado:",
|
|
45
|
+
"Start After": "Iniciar após",
|
|
46
|
+
"Start Before": "Iniciar antes",
|
|
47
|
+
"Scheduling Links": "Agendamento de Links",
|
|
48
|
+
"Maximum Results": "Resultados máximos",
|
|
49
|
+
"Workflow": "Workflow",
|
|
50
|
+
"Method": "Método",
|
|
51
|
+
"Headers": "Cabeçalhos",
|
|
52
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
53
|
+
"Body Type": "Tipo de Corpo",
|
|
54
|
+
"Body": "Conteúdo",
|
|
55
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
56
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
57
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
58
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
59
|
+
"Filter scheduling links by team. Leave empty to show all teams.": "Filtrar links de agendamento por equipe. Deixe em branco para mostrar todas as equipes.",
|
|
60
|
+
"Select the scheduling link to book a meeting on.": "Selecione o link de agendamento para reservar uma reunião.",
|
|
61
|
+
"The start date and time of the meeting. Must match an available slot on the scheduling link.": "A data de início e a hora da reunião. Deve combinar um horário disponível no link de agendamento.",
|
|
62
|
+
"The End date and time of the meeting": "A data de término e a hora da reunião",
|
|
63
|
+
"Full name of the person booking the meeting.": "Nome completo da pessoa que reserva a reunião.",
|
|
64
|
+
"Email address of the person booking the meeting.": "Endereço e-mail da pessoa que reserva a reunião.",
|
|
65
|
+
"Attendee's local time zone in Olson format (e.g. America/New_York, Europe/London, Africa/Lagos).": "O fuso horário local da atenção em formato Olson (por exemplo, América/New_York, Europa/Londres, África/Lagos).",
|
|
66
|
+
"Attendee's phone number in international format (e.g. +15555555555). Required only if the scheduling link asks for it.": "O número de telefone do participante no formato internacional (por exemplo, +1555555555555). Necessário somente se o link de agendamento pedir.",
|
|
67
|
+
"Additional questions configured on the scheduling link (e.g. Company, Why are we meeting?). Filled in dynamically based on the selected link.": "Perguntas adicionais configuradas no link de agendamento (por exemplo, Empresa, por que estamos nos reunindo?). Preenchido dinamicamente com base no link selecionado.",
|
|
68
|
+
"Custom key/value pairs to attach to the event. Useful for tracking the source flow or correlating with external systems.": "Pares chave/valor personalizados para anexar ao evento. Útil para rastrear o fluxo da fonte ou correlacionado com sistemas externos.",
|
|
69
|
+
"The unique ID of the event to cancel. You can find this from the output of a trigger or the List Events / Get Event actions.": "A ID única do evento para cancelar. Você pode encontrar isso a partir da saída de um gatilho ou da lista de eventos / Obter ações de eventos.",
|
|
70
|
+
"The unique ID of the event. You can find this in the event URL in SavvyCal, or from the output of a trigger or List Events action.": "O ID exclusivo do evento. Você pode encontrar isso no URL do evento do SavvyCal, ou na saída de uma ação de gatilho ou lista de eventos.",
|
|
71
|
+
"Filter events by their current status. Leave empty to return all statuses.": "Filtrar eventos pelo seu estado atual. Deixe em branco para retornar todos os status.",
|
|
72
|
+
"Only return events that start after this date and time.": "Somente retornar eventos que comecem depois desta data e hora.",
|
|
73
|
+
"Only return events that start before this date and time.": "Somente retornar eventos que comecem antes desta data e hora.",
|
|
74
|
+
"Only return events booked through the selected scheduling links. Leave empty for all links.": "Somente eventos de retorno reservados através dos links de agendamento selecionados. Deixe em branco para todos os links.",
|
|
75
|
+
"Maximum number of events to return. Leave empty to return all matching events.": "Número máximo de eventos para retornar. Deixe em branco para devolver todos os eventos correspondentes.",
|
|
76
|
+
"The email address of the attendee to search for.": "O endereço de e-mail do participante para procurar.",
|
|
77
|
+
"Only search events starting after this date. Use this to limit the search scope and improve performance.": "Procurar eventos que comecem depois desta data. Use-o para limitar o escopo da busca e melhorar o desempenho.",
|
|
78
|
+
"Only search events starting before this date.": "Procurar apenas eventos que comecem antes desta data.",
|
|
79
|
+
"Select the scheduling link to retrieve.": "Selecione o link de agendamento para recuperar.",
|
|
80
|
+
"Select the scheduling link to query slots for.": "Selecione o link de agendamento para os espaços de consulta.",
|
|
81
|
+
"Select the scheduling link to toggle.": "Selecione o link de agendamento para alternar.",
|
|
82
|
+
"Select the scheduling link to duplicate.": "Selecione o link de agendamento para duplicar.",
|
|
83
|
+
"Select the scheduling link to delete. This action cannot be undone.": "Selecione o link de agendamento para excluir. Esta ação não pode ser desfeita.",
|
|
84
|
+
"Select the workflow whose rules you want to retrieve.": "Selecione o fluxo de trabalho cujas regras você deseja recuperar.",
|
|
85
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
86
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
87
|
+
"Confirmed": "Confirmado",
|
|
88
|
+
"Canceled": "Cancelado",
|
|
89
|
+
"Awaiting Reschedule": "Aguardando Reagendamento",
|
|
90
|
+
"Awaiting Checkout": "Aguardando Pagamento",
|
|
91
|
+
"Checkout Expired": "Checkout expirado",
|
|
92
|
+
"Awaiting Approval": "Aguardando Aprovação",
|
|
93
|
+
"Declined": "Recusado",
|
|
94
|
+
"Tentative": "Tentativa",
|
|
95
|
+
"GET": "OBTER",
|
|
96
|
+
"POST": "POSTAR",
|
|
97
|
+
"PATCH": "COMPRAR",
|
|
98
|
+
"PUT": "COLOCAR",
|
|
99
|
+
"DELETE": "EXCLUIR",
|
|
100
|
+
"HEAD": "CABEÇA",
|
|
101
|
+
"None": "Nenhuma",
|
|
102
|
+
"JSON": "JSON",
|
|
103
|
+
"Form Data": "Dados de Formulário",
|
|
104
|
+
"Raw": "RAW",
|
|
105
|
+
"New Event": "Novo evento",
|
|
106
|
+
"New Poll Response": "Nova resposta de enquete",
|
|
107
|
+
"Workflow Action Triggered": "Ação de workflow acionada",
|
|
108
|
+
"Triggers when a SavvyCal event occurs. Select one or more event types, or leave empty to trigger on all types.": "Aciona quando ocorre um evento SavvyCal. Selecione um ou mais tipos de evento, ou deixe em branco para ativar em todos os tipos.",
|
|
109
|
+
"Triggers when a poll response is created or updated in SavvyCal.": "Aciona quando uma resposta da enquete é criada ou atualizada na SavvyCal.",
|
|
110
|
+
"Triggers when a workflow action is triggered in SavvyCal.": "Aciona quando uma ação de fluxo de trabalho é acionada no SavvyCal.",
|
|
111
|
+
"Event Types": "Tipos de Evento",
|
|
112
|
+
"Poll Response Types": "Tipos de Resposta da Enquete",
|
|
113
|
+
"Select which event types to trigger on. Leave empty to trigger on all event types.": "Selecione quais tipos de evento serão acionados. Deixe em branco para acionar em todos os tipos de eventos.",
|
|
114
|
+
"Only trigger for events on the selected scheduling links. Leave empty to trigger for all links.": "Apenas o gatilho para eventos nos links de agendamento selecionados. Deixe em branco para acionar todos os links.",
|
|
115
|
+
"Select which poll response types to trigger on. Leave empty to trigger on all poll response types.": "Selecione quais tipos de resposta da enquete serão ativados. Deixe em branco para ativar em todos os tipos de resposta da enquete.",
|
|
116
|
+
"Event Created": "Evento criado",
|
|
117
|
+
"Event Requested": "Evento solicitado",
|
|
118
|
+
"Event Approved": "Evento aprovado",
|
|
119
|
+
"Event Declined": "Evento recusado",
|
|
120
|
+
"Event Rescheduled": "Evento reagendado",
|
|
121
|
+
"Event Changed": "Evento Alterado",
|
|
122
|
+
"Event Canceled": "Evento cancelado",
|
|
123
|
+
"Checkout Pending": "Checkout Pendente",
|
|
124
|
+
"Checkout Completed": "Compra concluída",
|
|
125
|
+
"Attendee Added": "Participante adicionado",
|
|
126
|
+
"Attendee Canceled": "Participante cancelado",
|
|
127
|
+
"Attendee Rescheduled": "Participante reagendado",
|
|
128
|
+
"Poll Response Created": "Resposta de Enquete Criada",
|
|
129
|
+
"Poll Response Updated": "Resposta de Enquete Atualizada"
|
|
130
|
+
}
|