@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/fr.json
CHANGED
|
@@ -1,80 +1,118 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Personal Access Token (Private Key)": "Jeton d'accès personnel (Clé privée)",
|
|
4
|
-
"Cancel Event": "Annuler un événement",
|
|
5
|
-
"Cancels a scheduled meeting in SavvyCal.": "Annule une réunion planifiée dans SavvyCal.",
|
|
2
|
+
"Scheduling tool that lets invitees overlay their calendar when picking a time.": "Outil de planification qui permet aux invités de superposer leur calendrier lors de la sélection d'une heure.",
|
|
6
3
|
"Create Event": "Créer un événement",
|
|
7
|
-
"
|
|
8
|
-
"Find Events by Attendee Email": "Trouver des événements par e-mail du participant",
|
|
9
|
-
"Returns all events where the attendee's email matches the given address.": "Retourne tous les événements dont l'e-mail du participant correspond à l'adresse fournie.",
|
|
10
|
-
"Get Current User": "Obtenir l'utilisateur actuel",
|
|
11
|
-
"Retrieves the profile of the currently authenticated SavvyCal user.": "Récupère le profil de l'utilisateur SavvyCal actuellement authentifié.",
|
|
4
|
+
"Cancel Event": "Annuler l'événement",
|
|
12
5
|
"Get Event": "Obtenir un événement",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"Delete Scheduling Link": "Supprimer
|
|
21
|
-
"
|
|
22
|
-
"
|
|
6
|
+
"List Events": "Liste des événements",
|
|
7
|
+
"Find Events by Attendee Email": "Trouver des événements par e-mail des participants",
|
|
8
|
+
"List Scheduling Links": "Liste des liens de planification",
|
|
9
|
+
"Get Scheduling Link": "Obtenir le lien de planification",
|
|
10
|
+
"Get Available Slots": "Obtenir des emplacements disponibles",
|
|
11
|
+
"Toggle Scheduling Link": "Activer/désactiver le lien de planification",
|
|
12
|
+
"Duplicate Scheduling Link": "Dupliquer le lien de planification",
|
|
13
|
+
"Delete Scheduling Link": "Supprimer le lien de planification",
|
|
14
|
+
"List Workflows": "Lister les Workflows",
|
|
15
|
+
"Get Workflow Rules": "Obtenir les règles de flux de travail",
|
|
16
|
+
"Get Current User": "Obtenir l'utilisateur actuel",
|
|
17
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
18
|
+
"Books a meeting on a scheduling link at a specific time slot.": "Réalise une réunion sur un lien de planification à un créneau horaire spécifique.",
|
|
19
|
+
"Cancels a scheduled meeting in SavvyCal.": "Annule une réunion prévue à SavvyCal.",
|
|
20
|
+
"Retrieves the details of a specific scheduled meeting by its ID.": "Récupère les détails d'une réunion planifiée spécifique par son ID.",
|
|
21
|
+
"Returns a list of scheduled meetings from your SavvyCal account.": "Renvoie une liste des réunions planifiées depuis votre compte SavvyCal.",
|
|
22
|
+
"Returns all events where the attendee's email matches the given address.": "Renvoie tous les événements où l'email du participant correspond à l'adresse indiquée.",
|
|
23
|
+
"Returns all scheduling links configured in your SavvyCal account.": "Renvoie tous les liens de planification configurés dans votre compte SavvyCal.",
|
|
24
|
+
"Retrieves the details of a specific scheduling link by its ID.": "Récupère les détails d'un lien de planification spécifique par son 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.": "Renvoie les créneaux horaires disponibles pour la réservation sur un lien de planification. Utile pour afficher la disponibilité ou pour choisir un créneau avant d'appeler l'événement Créer.",
|
|
26
|
+
"Switches a scheduling link between active and disabled states.": "Bascule un lien de planification entre les états actifs et désactivés.",
|
|
23
27
|
"Creates a copy of an existing scheduling link.": "Crée une copie d'un lien de planification existant.",
|
|
24
|
-
"
|
|
25
|
-
"Switches a scheduling link between active and disabled states.": "Bascule un lien de planification entre les états actif et désactivé.",
|
|
26
|
-
"Get Available Slots": "Obtenir les créneaux disponibles",
|
|
27
|
-
"Returns available time slots for booking on a scheduling link. Useful for displaying availability or for picking a slot before calling Create Event.": "Retourne les créneaux disponibles pour réserver sur un lien de planification. Utile pour afficher la disponibilité ou choisir un créneau avant d'appeler Créer un événement.",
|
|
28
|
-
"List Workflows": "Lister les workflows",
|
|
28
|
+
"Permanently deletes a scheduling link from your SavvyCal account.": "Supprime définitivement un lien de planification de votre compte SavvyCal.",
|
|
29
29
|
"Returns all workflows configured in your SavvyCal account.": "Retourne tous les workflows configurés dans votre compte SavvyCal.",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"Select the scheduling link to duplicate.": "Sélectionnez le lien de planification à dupliquer.",
|
|
35
|
-
"Select the scheduling link to toggle.": "Sélectionnez le lien de planification à activer/désactiver.",
|
|
36
|
-
"Select the scheduling link to query slots for.": "Sélectionnez le lien de planification dont vous voulez les créneaux.",
|
|
37
|
-
"Workflow": "Workflow",
|
|
38
|
-
"Select the workflow whose rules you want to retrieve.": "Sélectionnez le workflow dont vous voulez récupérer les règles.",
|
|
39
|
-
"Failed to load workflows.": "Impossible de charger les workflows.",
|
|
40
|
-
"New Event": "Nouvel événement",
|
|
41
|
-
"Triggers when a SavvyCal event occurs. Select one or more event types, or leave empty to trigger on all types.": "Se déclenche lors d'un événement SavvyCal. Sélectionnez un ou plusieurs types, ou laissez vide pour tous les types.",
|
|
42
|
-
"Event Types": "Types d'événements",
|
|
43
|
-
"Select which event types to trigger on. Leave empty to trigger on all event types.": "Sélectionnez les types d'événements sur lesquels se déclencher. Laisser vide pour tous les types.",
|
|
44
|
-
"New Poll Response": "Nouvelle réponse au sondage",
|
|
45
|
-
"Triggers when a poll response is created or updated in SavvyCal.": "Se déclenche lors de la création ou la mise à jour d'une réponse à un sondage dans SavvyCal.",
|
|
46
|
-
"Poll Response Types": "Types de réponse au sondage",
|
|
47
|
-
"Select which poll response types to trigger on. Leave empty to trigger on all poll response types.": "Sélectionnez les types de réponse au sondage. Laisser vide pour tous les types.",
|
|
48
|
-
"Triggers when a workflow action is triggered in SavvyCal.": "Se déclenche lorsqu'une action de workflow est déclenchée dans SavvyCal.",
|
|
49
|
-
"Event ID": "Identifiant de l'événement",
|
|
50
|
-
"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.": "L'identifiant unique de l'événement à annuler. Vous pouvez le trouver dans la sortie d'un déclencheur ou des actions Lister les événements / Obtenir un événement.",
|
|
51
|
-
"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.": "L'identifiant unique de l'événement. Vous pouvez le trouver dans l'URL de l'événement dans SavvyCal, ou dans la sortie d'un déclencheur ou de l'action Lister les événements.",
|
|
30
|
+
"Returns the rules configured for a specific workflow.": "Retourne les règles configurées pour un flux de travail spécifique.",
|
|
31
|
+
"Retrieves the profile of the currently authenticated SavvyCal user.": "Récupère le profil de l'utilisateur SavvyCal actuellement authentifié.",
|
|
32
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
33
|
+
"Team": "Équipe",
|
|
52
34
|
"Scheduling Link": "Lien de planification",
|
|
53
|
-
"
|
|
54
|
-
"Select the scheduling link to book a meeting on.": "Sélectionnez le lien de planification sur lequel réserver une réunion.",
|
|
55
|
-
"Only trigger for events on the selected scheduling links. Leave empty to trigger for all links.": "Se déclencher uniquement pour les événements sur les liens de planification sélectionnés. Laisser vide pour tous les liens.",
|
|
56
|
-
"Only return events booked through the selected scheduling links. Leave empty for all links.": "Ne retourner que les événements réservés via les liens de planification sélectionnés. Laisser vide pour tous les liens.",
|
|
57
|
-
"Start Time": "Heure de début",
|
|
58
|
-
"The start date and time of the meeting. Must match an available slot on the scheduling link.": "La date et l'heure de début de la réunion. Doit correspondre à un créneau disponible sur le lien de planification.",
|
|
35
|
+
"Start Time": "Start Time",
|
|
59
36
|
"End Time": "Heure de fin",
|
|
60
|
-
"The End date and time of the meeting": "La date et l'heure de fin de la réunion",
|
|
61
37
|
"Attendee Name": "Nom du participant",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
38
|
+
"Attendee Email": "Courriel des participants",
|
|
39
|
+
"Time Zone": "Fuseau horaire",
|
|
40
|
+
"Phone Number": "Numéro de téléphone",
|
|
41
|
+
"Custom Fields": "Champs personnalisés",
|
|
42
|
+
"Metadata": "Métadonnées",
|
|
43
|
+
"Event ID": "ID de l'événement",
|
|
44
|
+
"State": "État",
|
|
66
45
|
"Start After": "Commencer après",
|
|
67
|
-
"Only return events that start after this date and time.": "Ne retourner que les événements qui commencent après cette date et heure.",
|
|
68
|
-
"Only search events starting after this date. Use this to limit the search scope and improve performance.": "Ne rechercher que les événements commençant après cette date. Utilisez ceci pour limiter la portée de la recherche et améliorer les performances.",
|
|
69
46
|
"Start Before": "Commencer avant",
|
|
70
|
-
"
|
|
71
|
-
"Only search events starting before this date.": "Ne rechercher que les événements commençant avant cette date.",
|
|
72
|
-
"State": "Statut",
|
|
73
|
-
"Filter events by their current status. Leave empty to return all statuses.": "Filtrer les événements selon leur statut actuel. Laisser vide pour retourner tous les statuts.",
|
|
47
|
+
"Scheduling Links": "Liens de planification",
|
|
74
48
|
"Maximum Results": "Nombre maximum de résultats",
|
|
49
|
+
"Workflow": "Flux de travail",
|
|
50
|
+
"Method": "Méthode",
|
|
51
|
+
"Headers": "Headers",
|
|
52
|
+
"Query Parameters": "Paramètres de requête",
|
|
53
|
+
"Body Type": "Body Type",
|
|
54
|
+
"Body": "Body",
|
|
55
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
56
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
57
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
58
|
+
"Follow redirects": "Suivre les redirections",
|
|
59
|
+
"Filter scheduling links by team. Leave empty to show all teams.": "Filtrer les liens de planification par équipe. Laisser vide pour afficher toutes les équipes.",
|
|
60
|
+
"Select the scheduling link to book a meeting on.": "Sélectionnez le lien de planification pour réserver une réunion.",
|
|
61
|
+
"The start date and time of the meeting. Must match an available slot on the scheduling link.": "La date et l'heure de début de la réunion. Doit correspondre à un créneau disponible sur le lien de planification.",
|
|
62
|
+
"The End date and time of the meeting": "La date et l'heure de fin de la réunion",
|
|
63
|
+
"Full name of the person booking the meeting.": "Nom complet de la personne qui a réservé la réunion.",
|
|
64
|
+
"Email address of the person booking the meeting.": "Adresse e-mail de la personne qui a réservé la réunion.",
|
|
65
|
+
"Attendee's local time zone in Olson format (e.g. America/New_York, Europe/London, Africa/Lagos).": "Le fuseau horaire local des participants au format Olson (ex: Amérique/New_York, Europe/Londres, Afrique/Lagos).",
|
|
66
|
+
"Attendee's phone number in international format (e.g. +15555555555). Required only if the scheduling link asks for it.": "Numéro de téléphone du participant au format international (par exemple +15555555555). Requis uniquement si le lien de planification le demande.",
|
|
67
|
+
"Additional questions configured on the scheduling link (e.g. Company, Why are we meeting?). Filled in dynamically based on the selected link.": "Questions supplémentaires configurées sur le lien de planification (par exemple, l'entreprise, pourquoi sommes-nous rencontrés?). Rempli dynamiquement en fonction du lien sélectionné.",
|
|
68
|
+
"Custom key/value pairs to attach to the event. Useful for tracking the source flow or correlating with external systems.": "Paires clé/valeur personnalisées à attacher à l'événement. Utile pour suivre le flux source ou corrélés avec des systèmes externes.",
|
|
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.": "L'ID unique de l'événement à annuler. Vous pouvez le trouver à partir de la sortie d'un déclencheur ou de la liste des événements / Obtenir des actions d'événements.",
|
|
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.": "L'ID unique de l'événement. Vous pouvez le trouver dans l'URL de l'événement dans SavvyCal, ou à partir de la sortie d'une action de déclencheur ou de liste d'événements.",
|
|
71
|
+
"Filter events by their current status. Leave empty to return all statuses.": "Filtrer les événements par leur statut actuel. Laisser vide pour retourner tous les statuts.",
|
|
72
|
+
"Only return events that start after this date and time.": "Renvoie uniquement les événements qui commencent après cette date et cette heure.",
|
|
73
|
+
"Only return events that start before this date and time.": "Renvoie uniquement les événements qui commencent avant cette date et cette heure.",
|
|
74
|
+
"Only return events booked through the selected scheduling links. Leave empty for all links.": "Renvoie uniquement les événements réservés via les liens de planification sélectionnés. Laisser vide pour tous les liens.",
|
|
75
75
|
"Maximum number of events to return. Leave empty to return all matching events.": "Nombre maximum d'événements à retourner. Laisser vide pour retourner tous les événements correspondants.",
|
|
76
|
+
"The email address of the attendee to search for.": "L'adresse email du participant à rechercher.",
|
|
77
|
+
"Only search events starting after this date. Use this to limit the search scope and improve performance.": "Rechercher uniquement les événements à partir de cette date. Utilisez ceci pour limiter la portée de la recherche et améliorer les performances.",
|
|
78
|
+
"Only search events starting before this date.": "Rechercher uniquement les événements commençant avant cette date.",
|
|
79
|
+
"Select the scheduling link to retrieve.": "Sélectionnez le lien de planification à récupérer.",
|
|
80
|
+
"Select the scheduling link to query slots for.": "Sélectionnez le lien de planification pour les créneaux de requête.",
|
|
81
|
+
"Select the scheduling link to toggle.": "Sélectionnez le lien de planification pour activer/désactiver.",
|
|
82
|
+
"Select the scheduling link to duplicate.": "Sélectionnez le lien de planification à dupliquer.",
|
|
83
|
+
"Select the scheduling link to delete. This action cannot be undone.": "Sélectionnez le lien de planification à supprimer. Cette action ne peut pas être annulée.",
|
|
84
|
+
"Select the workflow whose rules you want to retrieve.": "Sélectionnez le workflow dont vous voulez récupérer les règles.",
|
|
85
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
86
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
76
87
|
"Confirmed": "Confirmé",
|
|
77
88
|
"Canceled": "Annulé",
|
|
89
|
+
"Awaiting Reschedule": "En attente de replanification",
|
|
90
|
+
"Awaiting Checkout": "En attente de paiement",
|
|
91
|
+
"Checkout Expired": "Le paiement a expiré",
|
|
92
|
+
"Awaiting Approval": "En attente d'approbation",
|
|
93
|
+
"Declined": "Refusé",
|
|
94
|
+
"Tentative": "Tentative",
|
|
95
|
+
"GET": "GET",
|
|
96
|
+
"POST": "POST",
|
|
97
|
+
"PATCH": "PATCH",
|
|
98
|
+
"PUT": "PUT",
|
|
99
|
+
"DELETE": "DELETE",
|
|
100
|
+
"HEAD": "HEAD",
|
|
101
|
+
"None": "Aucun",
|
|
102
|
+
"JSON": "JSON",
|
|
103
|
+
"Form Data": "Données du formulaire",
|
|
104
|
+
"Raw": "Brut",
|
|
105
|
+
"New Event": "Nouvel événement",
|
|
106
|
+
"New Poll Response": "Nouvelle réponse au sondage",
|
|
107
|
+
"Workflow Action Triggered": "Action du flux de travail déclenchée",
|
|
108
|
+
"Triggers when a SavvyCal event occurs. Select one or more event types, or leave empty to trigger on all types.": "Déclenche lorsqu'un événement SavvyCal se produit. Sélectionnez un ou plusieurs types d'événements, ou laissez vide pour déclencher sur tous les types.",
|
|
109
|
+
"Triggers when a poll response is created or updated in SavvyCal.": "Déclenche lorsqu'un sondage de réponse est créé ou mis à jour dans SavvyCal.",
|
|
110
|
+
"Triggers when a workflow action is triggered in SavvyCal.": "Déclenche quand une action de workflow est déclenchée dans SavvyCal.",
|
|
111
|
+
"Event Types": "Types d'événements",
|
|
112
|
+
"Poll Response Types": "Types de réponse au sondage",
|
|
113
|
+
"Select which event types to trigger on. Leave empty to trigger on all event types.": "Sélectionnez les types d'événements à activer. Laissez vide pour déclencher sur tous les types d'événements.",
|
|
114
|
+
"Only trigger for events on the selected scheduling links. Leave empty to trigger for all links.": "Déclenche uniquement les événements sur les liens de planification sélectionnés. Laisser vide pour déclencher tous les liens.",
|
|
115
|
+
"Select which poll response types to trigger on. Leave empty to trigger on all poll response types.": "Sélectionnez les types de réponses de sondage à activer. Laissez vide pour déclencher sur tous les types de réponses de sondage.",
|
|
78
116
|
"Event Created": "Événement créé",
|
|
79
117
|
"Event Requested": "Événement demandé",
|
|
80
118
|
"Event Approved": "Événement approuvé",
|
|
@@ -83,19 +121,10 @@
|
|
|
83
121
|
"Event Changed": "Événement modifié",
|
|
84
122
|
"Event Canceled": "Événement annulé",
|
|
85
123
|
"Checkout Pending": "Paiement en attente",
|
|
86
|
-
"Checkout
|
|
87
|
-
"Checkout Completed": "Paiement complété",
|
|
124
|
+
"Checkout Completed": "Paiement terminé",
|
|
88
125
|
"Attendee Added": "Participant ajouté",
|
|
89
126
|
"Attendee Canceled": "Participant annulé",
|
|
90
127
|
"Attendee Rescheduled": "Participant reprogrammé",
|
|
91
|
-
"Poll Response Created": "Réponse
|
|
92
|
-
"Poll Response Updated": "Réponse
|
|
93
|
-
|
|
94
|
-
"Please connect your account first": "Veuillez d'abord connecter votre compte",
|
|
95
|
-
"Failed to load scheduling links.": "Impossible de charger les liens de planification.",
|
|
96
|
-
"Failed to load scheduling links. Check your connection.": "Impossible de charger les liens de planification. Vérifiez votre connexion.",
|
|
97
|
-
"Team": "Équipe",
|
|
98
|
-
"Filter scheduling links by team. Leave empty to show all teams.": "Filtrer les liens de planification par équipe. Laisser vide pour toutes les équipes.",
|
|
99
|
-
"Personal": "Personnel",
|
|
100
|
-
"Failed to load teams.": "Impossible de charger les équipes."
|
|
101
|
-
}
|
|
128
|
+
"Poll Response Created": "Réponse du sondage créée",
|
|
129
|
+
"Poll Response Updated": "Réponse du sondage mise à jour"
|
|
130
|
+
}
|
package/src/i18n/ja.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.": "招待者が時間を選択する際にカレンダーをオーバーレイさせるスケジューリングツール。",
|
|
3
|
+
"Create Event": "イベントを作成",
|
|
4
|
+
"Cancel Event": "イベントをキャンセル",
|
|
5
|
+
"Get Event": "イベントを取得",
|
|
6
|
+
"List Events": "イベントの一覧",
|
|
7
|
+
"Find Events by Attendee Email": "出席者メールによるイベントの検索",
|
|
8
|
+
"List Scheduling Links": "スケジューリングリンクの一覧",
|
|
9
|
+
"Get Scheduling Link": "スケジューリングリンクを取得",
|
|
10
|
+
"Get Available Slots": "利用可能なスロットを取得",
|
|
11
|
+
"Toggle Scheduling Link": "スケジューリングリンクの切り替え",
|
|
12
|
+
"Duplicate Scheduling Link": "スケジューリングリンクを複製",
|
|
13
|
+
"Delete Scheduling Link": "スケジューリングリンクを削除",
|
|
14
|
+
"List Workflows": "ワークフローの一覧",
|
|
15
|
+
"Get Workflow Rules": "ワークフロー ルールを取得",
|
|
16
|
+
"Get Current User": "現在のユーザーを取得",
|
|
17
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
18
|
+
"Books a meeting on a scheduling link at a specific time slot.": "特定の時間帯のスケジューリングリンク上の会議を予約します。",
|
|
19
|
+
"Cancels a scheduled meeting in SavvyCal.": "SavvyCalでスケジュールされたミーティングをキャンセルします.",
|
|
20
|
+
"Retrieves the details of a specific scheduled meeting by its ID.": "特定の会議の詳細を ID で取得します。",
|
|
21
|
+
"Returns a list of scheduled meetings from your SavvyCal account.": "SavvyCalアカウントからスケジュールされたミーティングのリストを返します。",
|
|
22
|
+
"Returns all events where the attendee's email matches the given address.": "参加者のメールが指定されたアドレスに一致するすべてのイベントを返します。",
|
|
23
|
+
"Returns all scheduling links configured in your SavvyCal account.": "SavvyCalアカウントで設定されたすべてのスケジューリングリンクを返します。",
|
|
24
|
+
"Retrieves the details of a specific scheduling link by its ID.": "特定のスケジューリングリンクの詳細を 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.": "スケジューリングリンクで予約可能な時間帯を返します。空室状況を表示したり、Create Eventを呼び出す前にスロットを選択したりするのに便利です。",
|
|
26
|
+
"Switches a scheduling link between active and disabled states.": "アクティブ状態と無効状態の間のスケジューリングリンクを切り替えます。",
|
|
27
|
+
"Creates a copy of an existing scheduling link.": "既存のスケジューリングリンクのコピーを作成します。",
|
|
28
|
+
"Permanently deletes a scheduling link from your SavvyCal account.": "SavvyCalアカウントからスケジューリングリンクを完全に削除します。",
|
|
29
|
+
"Returns all workflows configured in your SavvyCal account.": "SavvyCalアカウントで設定されたすべてのワークフローを返します。",
|
|
30
|
+
"Returns the rules configured for a specific workflow.": "特定のワークフローに設定されたルールを返します。",
|
|
31
|
+
"Retrieves the profile of the currently authenticated SavvyCal user.": "現在認証されているSavvyCalユーザーのプロファイルを取得します。",
|
|
32
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
70
33
|
"Team": "Team",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
34
|
+
"Scheduling Link": "スケジュールリンク",
|
|
35
|
+
"Start Time": "開始時刻",
|
|
36
|
+
"End Time": "終了時刻",
|
|
37
|
+
"Attendee Name": "参加者名",
|
|
38
|
+
"Attendee Email": "出席者メール",
|
|
39
|
+
"Time Zone": "タイムゾーン",
|
|
40
|
+
"Phone Number": "電話番号",
|
|
41
|
+
"Custom Fields": "カスタムフィールド",
|
|
42
|
+
"Metadata": "メタデータ",
|
|
43
|
+
"Event ID": "イベントID",
|
|
44
|
+
"State": "都道府県:",
|
|
45
|
+
"Start After": "開始後",
|
|
46
|
+
"Start Before": "開始前",
|
|
47
|
+
"Scheduling Links": "スケジュールリンク",
|
|
48
|
+
"Maximum Results": "最大結果",
|
|
49
|
+
"Workflow": "ワークフロー",
|
|
50
|
+
"Method": "方法",
|
|
51
|
+
"Headers": "ヘッダー",
|
|
52
|
+
"Query Parameters": "クエリパラメータ",
|
|
53
|
+
"Body Type": "ボディタイプ",
|
|
54
|
+
"Body": "本文",
|
|
55
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
56
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
57
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
58
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
59
|
+
"Filter scheduling links by team. Leave empty to show all teams.": "チームでスケジューリングリンクをフィルターします。すべてのチームを表示するには空のままにします。",
|
|
60
|
+
"Select the scheduling link to book a meeting on.": "会議を予約するスケジューリングリンクを選択します。",
|
|
61
|
+
"The start date and time of the meeting. Must match an available slot on the scheduling link.": "ミーティングの開始日時です.スケジューリングリンクの利用可能なスロットと一致する必要があります.",
|
|
62
|
+
"The End date and time of the meeting": "会議の終了日時",
|
|
63
|
+
"Full name of the person booking the meeting.": "会議を予約する人のフルネーム。",
|
|
64
|
+
"Email address of the person booking the meeting.": "ミーティングを予約した人のメールアドレス。",
|
|
65
|
+
"Attendee's local time zone in Olson format (e.g. America/New_York, Europe/London, Africa/Lagos).": "オルソン形式の出席者の現地タイムゾーン(例:アメリカ/ニューヨーク/ヨーク/ヨーロッパ/ロンドン/アフリカ/ラゴス)",
|
|
66
|
+
"Attendee's phone number in international format (e.g. +15555555555). Required only if the scheduling link asks for it.": "国際フォーマットの出席者の電話番号(例:+5555555)。スケジューリングリンクが必要な場合にのみ必要です。",
|
|
67
|
+
"Additional questions configured on the scheduling link (e.g. Company, Why are we meeting?). Filled in dynamically based on the selected link.": "スケジューリングリンクに設定された追加の質問(例:会社、会議の理由)。選択したリンクに基づいて動的に入力されます。",
|
|
68
|
+
"Custom key/value pairs to attach to the event. Useful for tracking the source flow or correlating with external systems.": "イベントにアタッチするカスタムキーと値のペア。ソースフローの追跡や外部システムとの相関に便利です。",
|
|
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.": "キャンセルするイベントの一意のID。 トリガーの出力、またはイベントのリスト/イベントの取得アクションからこれを確認できます。",
|
|
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.": "イベントの一意のID。 イベントURLのSavvyCal、またはトリガーまたはリストイベントアクションの出力からこれを見つけることができます。",
|
|
71
|
+
"Filter events by their current status. Leave empty to return all statuses.": "現在の状態でイベントをフィルタリングします。すべてのステータスを返すには空のままにしてください。",
|
|
72
|
+
"Only return events that start after this date and time.": "この日付と時刻の後に始まるイベントのみを返します。",
|
|
73
|
+
"Only return events that start before this date and time.": "この日付と時刻より前に始まるイベントのみを返します。",
|
|
74
|
+
"Only return events booked through the selected scheduling links. Leave empty for all links.": "選択したスケジューリングリンクを通じて予約されたイベントのみを返します。すべてのリンクに対して空のままにします。",
|
|
75
|
+
"Maximum number of events to return. Leave empty to return all matching events.": "返却するイベントの最大数。一致するすべてのイベントを返す場合は空のままにします。",
|
|
76
|
+
"The email address of the attendee to search for.": "検索する出席者のメールアドレス。",
|
|
77
|
+
"Only search events starting after this date. Use this to limit the search scope and improve performance.": "この日付以降に始まる検索イベントのみです。検索範囲を制限し、パフォーマンスを向上させるには、これを使用してください。",
|
|
78
|
+
"Only search events starting before this date.": "この日付より前に開始されているイベントのみを検索します。",
|
|
79
|
+
"Select the scheduling link to retrieve.": "取得するスケジューリングリンクを選択します。",
|
|
80
|
+
"Select the scheduling link to query slots for.": "スロットをクエリするスケジューリングリンクを選択します。",
|
|
81
|
+
"Select the scheduling link to toggle.": "切り替えるスケジューリングリンクを選択します。",
|
|
82
|
+
"Select the scheduling link to duplicate.": "複製するスケジューリングリンクを選択します。",
|
|
83
|
+
"Select the scheduling link to delete. This action cannot be undone.": "削除するスケジューリングリンクを選択してください。この操作は元に戻せません。",
|
|
84
|
+
"Select the workflow whose rules you want to retrieve.": "ルールを取得するワークフローを選択します。",
|
|
85
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
86
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
87
|
+
"Confirmed": "確認済み",
|
|
88
|
+
"Canceled": "キャンセルしました",
|
|
89
|
+
"Awaiting Reschedule": "リスケジュール待ち",
|
|
90
|
+
"Awaiting Checkout": "チェックアウトを待っています",
|
|
91
|
+
"Checkout Expired": "チェックアウト有効期限",
|
|
92
|
+
"Awaiting Approval": "承認待ち",
|
|
93
|
+
"Declined": "辞退しました",
|
|
94
|
+
"Tentative": "暫定的",
|
|
95
|
+
"GET": "GET",
|
|
96
|
+
"POST": "POST",
|
|
97
|
+
"PATCH": "PATCH",
|
|
98
|
+
"PUT": "PUT",
|
|
99
|
+
"DELETE": "DELETE",
|
|
100
|
+
"HEAD": "HEAD",
|
|
101
|
+
"None": "なし",
|
|
102
|
+
"JSON": "JSON",
|
|
103
|
+
"Form Data": "フォームデータ",
|
|
104
|
+
"Raw": "Raw",
|
|
105
|
+
"New Event": "新しいイベント",
|
|
106
|
+
"New Poll Response": "新しいアンケート回答",
|
|
107
|
+
"Workflow Action Triggered": "トリガーされたワークフローアクション",
|
|
108
|
+
"Triggers when a SavvyCal event occurs. Select one or more event types, or leave empty to trigger on all types.": "SavvyCalイベントが発生したときにトリガーされます。1つ以上のイベントタイプを選択するか、すべてのタイプでトリガーするには空のままにしてください。",
|
|
109
|
+
"Triggers when a poll response is created or updated in SavvyCal.": "SavvyCalで投票応答が作成または更新されたときにトリガします。",
|
|
110
|
+
"Triggers when a workflow action is triggered in SavvyCal.": "SavvyCalでワークフローアクションがトリガーされたときにトリガーされます。",
|
|
111
|
+
"Event Types": "イベントタイプ",
|
|
112
|
+
"Poll Response Types": "アンケート応答タイプ",
|
|
113
|
+
"Select which event types to trigger on. Leave empty to trigger on all event types.": "トリガーするイベントタイプを選択します。すべてのイベントタイプでトリガーする場合は空のままにします。",
|
|
114
|
+
"Only trigger for events on the selected scheduling links. Leave empty to trigger for all links.": "選択したスケジューリングリンク上のイベントのみトリガーします。すべてのリンクをトリガーするには空のままにします。",
|
|
115
|
+
"Select which poll response types to trigger on. Leave empty to trigger on all poll response types.": "トリガーするアンケートの種類を選択します。空の場合、すべてのアンケートの回答タイプでトリガーします。",
|
|
116
|
+
"Event Created": "イベントが作成されました",
|
|
117
|
+
"Event Requested": "要求されたイベント",
|
|
118
|
+
"Event Approved": "承認されたイベント",
|
|
119
|
+
"Event Declined": "イベントが拒否されました",
|
|
120
|
+
"Event Rescheduled": "イベントのスケジュールを変更しました",
|
|
121
|
+
"Event Changed": "イベントが変更されました",
|
|
122
|
+
"Event Canceled": "イベントがキャンセルされました",
|
|
123
|
+
"Checkout Pending": "チェックアウト保留中",
|
|
124
|
+
"Checkout Completed": "チェックアウト完了",
|
|
125
|
+
"Attendee Added": "参加者が追加されました",
|
|
126
|
+
"Attendee Canceled": "参加者がキャンセルされました",
|
|
127
|
+
"Attendee Rescheduled": "出席者のスケジュール変更",
|
|
128
|
+
"Poll Response Created": "アンケート回答が作成されました",
|
|
129
|
+
"Poll Response Updated": "アンケートの回答が更新されました"
|
|
130
|
+
}
|