@activepieces/piece-onfleet 0.0.5 → 0.0.6
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 +30 -10
- package/src/i18n/de.json +194 -0
- package/src/i18n/es.json +194 -0
- package/src/i18n/fr.json +194 -0
- package/src/i18n/ja.json +194 -0
- package/src/i18n/nl.json +194 -0
- package/src/i18n/pt.json +194 -0
- package/src/i18n/ru.json +194 -0
- package/src/i18n/translation.json +194 -0
- package/src/i18n/vi.json +194 -0
- package/src/i18n/zh.json +194 -0
- package/src/index.js +6 -3
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-destination.js.map +1 -1
- package/src/lib/actions/create-hub.js.map +1 -1
- package/src/lib/actions/create-recipient.js +1 -1
- package/src/lib/actions/create-recipient.js.map +1 -1
- package/src/lib/actions/create-task.js +1 -1
- package/src/lib/actions/create-task.js.map +1 -1
- package/src/lib/actions/update-recipient.js +1 -1
- package/src/lib/actions/update-recipient.js.map +1 -1
- package/src/lib/common/index.js +11 -11
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/triggers/auto-dispatch-completed.js +6 -5
- package/src/lib/triggers/auto-dispatch-completed.js.map +1 -1
- package/src/lib/triggers/sms-recipient-opt-out.js +4 -3
- package/src/lib/triggers/sms-recipient-opt-out.js.map +1 -1
- package/src/lib/triggers/sms-recipient-response-missed.js +4 -3
- package/src/lib/triggers/sms-recipient-response-missed.js.map +1 -1
- package/src/lib/triggers/task-arrival.js +4 -3
- package/src/lib/triggers/task-arrival.js.map +1 -1
- package/src/lib/triggers/task-assigned.js +4 -3
- package/src/lib/triggers/task-assigned.js.map +1 -1
- package/src/lib/triggers/task-cloned.js +4 -3
- package/src/lib/triggers/task-cloned.js.map +1 -1
- package/src/lib/triggers/task-completed.js +4 -3
- package/src/lib/triggers/task-completed.js.map +1 -1
- package/src/lib/triggers/task-created.js +4 -3
- package/src/lib/triggers/task-created.js.map +1 -1
- package/src/lib/triggers/task-delayed.js +4 -3
- package/src/lib/triggers/task-delayed.js.map +1 -1
- package/src/lib/triggers/task-deleted.js +4 -3
- package/src/lib/triggers/task-deleted.js.map +1 -1
- package/src/lib/triggers/task-eta.js +4 -3
- package/src/lib/triggers/task-eta.js.map +1 -1
- package/src/lib/triggers/task-failed.js +4 -3
- package/src/lib/triggers/task-failed.js.map +1 -1
- package/src/lib/triggers/task-started.js +4 -3
- package/src/lib/triggers/task-started.js.map +1 -1
- package/src/lib/triggers/task-unassigned.js +4 -3
- package/src/lib/triggers/task-unassigned.js.map +1 -1
- package/src/lib/triggers/task-updated.js +4 -3
- package/src/lib/triggers/task-updated.js.map +1 -1
- package/src/lib/triggers/worker-created.js +4 -3
- package/src/lib/triggers/worker-created.js.map +1 -1
- package/src/lib/triggers/worker-deleted.js +4 -3
- package/src/lib/triggers/worker-deleted.js.map +1 -1
- package/src/lib/triggers/worker-duty-change.js +4 -3
- package/src/lib/triggers/worker-duty-change.js.map +1 -1
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Onfleet": "Onfleet",
|
|
3
|
+
"Last mile delivery software": "Logiciel de livraison pour le dernier kilomètre",
|
|
4
|
+
"\nTo get an API key, follow the steps below:\n1. Go to settings -> API & Webhooks.\n2. Click the plus sign under API Keys.\n3. Enter API key name and click create key.\n4. Copy the generated key to the input below.\n": "\nTo get an API key, follow the steps below:\n1. Go to settings -> API & Webhooks.\n2. Click the plus sign under API Keys.\n3. Enter API key name and click create key.\n4. Copy the generated key to the input below.\n",
|
|
5
|
+
"Create Recipient": "Créer un destinataire",
|
|
6
|
+
"Update Recipient": "Mettre à jour le destinataire",
|
|
7
|
+
"Get Recipient": "Obtenir le destinataire",
|
|
8
|
+
"Create Task": "Créer une tâche",
|
|
9
|
+
"Delete Task": "Supprimer la tâche",
|
|
10
|
+
"Force Complete Task": "Forcer la tâche complète",
|
|
11
|
+
"Clone Task": "Cloner la tâche",
|
|
12
|
+
"Update Task": "Tâche de mise à jour",
|
|
13
|
+
"Get Task": "Obtenir une tâche",
|
|
14
|
+
"Get Tasks": "Obtenir des tâches",
|
|
15
|
+
"Create Destination": "Créer une destination",
|
|
16
|
+
"Get Destination": "Obtenir la destination",
|
|
17
|
+
"Get Hubs": "Obtenir des Hubs",
|
|
18
|
+
"Create Hub": "Créer un Hub",
|
|
19
|
+
"Update Hub": "Mettre à jour le Hub",
|
|
20
|
+
"Get Organization": "Obtenir une organisation",
|
|
21
|
+
"Get Delegatee Details": "Obtenir les détails du délégué",
|
|
22
|
+
"Create Administrator": "Créer un administrateur",
|
|
23
|
+
"Update Administrator": "Mise à jour de l'administrateur",
|
|
24
|
+
"Get Administrators": "Obtenir les administrateurs",
|
|
25
|
+
"Delete Administrator": "Supprimer l'administrateur",
|
|
26
|
+
"Create Worker": "Créer un collaborateur",
|
|
27
|
+
"Delete Worker": "Supprimer l'employé",
|
|
28
|
+
"Get Worker": "Obtenir un collaborateur",
|
|
29
|
+
"Get Worker Schedule": "Obtenir le calendrier des collaborateurs-trices",
|
|
30
|
+
"Update Worker": "Mettre à jour l'employé",
|
|
31
|
+
"Create Team": "Créer une équipe",
|
|
32
|
+
"Delete Team": "Supprimer l'équipe",
|
|
33
|
+
"Get Team": "Obtenir une équipe",
|
|
34
|
+
"Get Teams": "Obtenir des équipes",
|
|
35
|
+
"Update Team": "Mettre à jour l'équipe",
|
|
36
|
+
"Get Container": "Obtenir le Conteneur",
|
|
37
|
+
"Custom API Call": "Appel API personnalisé",
|
|
38
|
+
"Creates a recipient": "Crée un destinataire",
|
|
39
|
+
"Updates a recipient": "Met à jour un destinataire",
|
|
40
|
+
"Gets a single recipient": "Renvoie un seul destinataire",
|
|
41
|
+
"Creates a task": "Crée une tâche",
|
|
42
|
+
"Deletes a task": "Supprime une tâche",
|
|
43
|
+
"Force completes a task": "Forcer la réalisation d'une tâche",
|
|
44
|
+
"Clones a task": "Clone une tâche",
|
|
45
|
+
"Updates a task": "Met à jour une tâche",
|
|
46
|
+
"Get a specific task": "Obtenir une tâche spécifique",
|
|
47
|
+
"Get many task": "Obtenir plusieurs tâches",
|
|
48
|
+
"Create a new destination": "Créer une nouvelle destination",
|
|
49
|
+
"Get a specific destination": "Obtenir une destination spécifique",
|
|
50
|
+
"Get many hubs": "Obtenir plusieurs concentrateurs",
|
|
51
|
+
"Create a new hub": "Créer un nouveau hub",
|
|
52
|
+
"Update an existing hub": "Mettre à jour un hub existant",
|
|
53
|
+
"Get your organization details": "Obtenez les détails de votre organisation",
|
|
54
|
+
"Get details of a connected organization": "Obtenir les détails d'une organisation connectée",
|
|
55
|
+
"Create a new administrator": "Créer un nouvel administrateur",
|
|
56
|
+
"Update an existing administrator": "Mettre à jour un administrateur existant",
|
|
57
|
+
"Get many administrators": "Obtenir plusieurs administrateurs",
|
|
58
|
+
"Delete an existing administrator": "Supprimer un administrateur existant",
|
|
59
|
+
"Create a new worker": "Créer un nouveau travailleur",
|
|
60
|
+
"Delete an existing worker": "Supprimer un travailleur existant",
|
|
61
|
+
"Get an existing worker's details": "Obtenir les détails d'un travailleur existant",
|
|
62
|
+
"Get an existing worker's schedule": "Obtenir un horaire de travail existant",
|
|
63
|
+
"Update an existing worker": "Mettre à jour un travailleur existant",
|
|
64
|
+
"Create a new team": "Créer une nouvelle équipe",
|
|
65
|
+
"Delete an existing team": "Supprimer une équipe existante",
|
|
66
|
+
"Gets an existing team": "Renvoie une équipe existante",
|
|
67
|
+
"Gets many existing team": "Obtient plusieurs équipes existantes",
|
|
68
|
+
"Update an existing team": "Mettre à jour une équipe existante",
|
|
69
|
+
"Get a specific container": "Obtenir un conteneur spécifique",
|
|
70
|
+
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
71
|
+
"Name": "Nom",
|
|
72
|
+
"Phone": "Téléphone",
|
|
73
|
+
"Notes": "Notes",
|
|
74
|
+
"Skip SMS Notifications": "Ignorer les notifications SMS",
|
|
75
|
+
"Skip Phone Number Validation": "Ignorer la validation du numéro de téléphone",
|
|
76
|
+
"Use Long Code for Text - Canadian Organizations Only": "Utiliser un code long pour le texte - Organisations canadiennes uniquement",
|
|
77
|
+
"Recipient ID": "ID du destinataire",
|
|
78
|
+
"Merchant ID": "ID marchand",
|
|
79
|
+
"Executor ID": "ID de l'exécuteur",
|
|
80
|
+
"Destination": "Destination",
|
|
81
|
+
"Unparsed Destination": "Destination non analysée",
|
|
82
|
+
"Use Recipient ID": "Utiliser l'ID du destinataire",
|
|
83
|
+
"Complete After": "Complété après",
|
|
84
|
+
"Complete Before": "Compléter avant",
|
|
85
|
+
"Pickup": "Enlèvement",
|
|
86
|
+
"Quantity": "Quantité",
|
|
87
|
+
"Recipient Name Override": "Surcharge du nom du destinataire",
|
|
88
|
+
"Recipient Notes Override": "Substitution des notes du destinataire",
|
|
89
|
+
"Recipient Skip SMS Override": "Substitution SMS ignorée du destinataire",
|
|
90
|
+
"Service Time": "Temps de service",
|
|
91
|
+
"Task ID": "Task ID",
|
|
92
|
+
"Complete as Success": "Compléter en tant que Succès",
|
|
93
|
+
"From": "A partir de",
|
|
94
|
+
"To": "À",
|
|
95
|
+
"State": "État",
|
|
96
|
+
"Destination ID": "ID de destination",
|
|
97
|
+
"Teams": "Équipes",
|
|
98
|
+
"Hub": "Centre central",
|
|
99
|
+
"Organization ID": "ID de l'organisation",
|
|
100
|
+
"Email": "Courriel",
|
|
101
|
+
"Phone Number": "Numéro de téléphone",
|
|
102
|
+
"Read Only": "Lecture seule",
|
|
103
|
+
"Administrator": "Administrateur",
|
|
104
|
+
"Capacity": "Capacité",
|
|
105
|
+
"Display Name": "Display Name",
|
|
106
|
+
"Worker": "Employé",
|
|
107
|
+
"Workers": "Collaborateurs-trices",
|
|
108
|
+
"Managers": "Responsables",
|
|
109
|
+
"Enable Self Assignment": "Activer l'auto-affectation",
|
|
110
|
+
"Team": "Équipe",
|
|
111
|
+
"Container Type": "Type de conteneur",
|
|
112
|
+
"Container ID": "ID du conteneur",
|
|
113
|
+
"Method": "Méthode",
|
|
114
|
+
"Headers": "En-têtes",
|
|
115
|
+
"Query Parameters": "Paramètres de requête",
|
|
116
|
+
"Body": "Corps",
|
|
117
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
118
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
119
|
+
"The recipient's full name": "Le nom complet du destinataire",
|
|
120
|
+
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "Un numéro de téléphone unique et valide selon le pays de l'organisation s'il n'y a pas de signe + principal. Si un numéro de téléphone a un signe + principal, il ne respectera pas les paramètres du pays de l'organisation.",
|
|
121
|
+
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Si vous cochez cette option, le système Onfleet utilisera par défaut un numéro de code long sans frais pour la communication par SMS.",
|
|
122
|
+
"The ID of the recipient you want to update": "L'ID du destinataire que vous souhaitez mettre à jour",
|
|
123
|
+
"The recipient's ID": "L'ID du destinataire",
|
|
124
|
+
"ID of the organization that will be displayed on the task": "ID de l'organisation qui sera affichée sur la tâche",
|
|
125
|
+
"ID of the organization that will be executing the task": "ID de l'organisation qui exécutera la tâche",
|
|
126
|
+
"The task destination": "La destination de la tâche",
|
|
127
|
+
"Check this box if the destination is a single unparsed string": "Cochez cette case si la destination est une seule chaîne non analysée",
|
|
128
|
+
"Check this box if you want to use an ID for the recipient": "Cochez cette case si vous souhaitez utiliser un ID pour le destinataire",
|
|
129
|
+
"The earliest time the task should be completed": "La première fois que la tâche doit être terminée",
|
|
130
|
+
"The latest time the task should be completed": "La dernière fois que la tâche doit être terminée",
|
|
131
|
+
"Whether the task is pickup": "Si la tâche est prise en charge",
|
|
132
|
+
"The number of units to be dropped off": "Le nombre d'unités à abandonner",
|
|
133
|
+
"Override the recipient name for this task only": "Remplacer le nom du destinataire pour cette tâche uniquement",
|
|
134
|
+
"Override the recipient notes for this task only": "Remplacer les notes de destinataire pour cette tâche uniquement",
|
|
135
|
+
"Override the recipient skip SMS option for this task only": "Remplacer l'option SMS du destinataire pour cette tâche uniquement",
|
|
136
|
+
"The number of minutes to be spent by the worker on arrival at this task's destination": "Le nombre de minutes à passer par le travailleur à l'arrivée à la destination de cette tâche",
|
|
137
|
+
"The ID of the task you want to delete": "L'ID de la tâche que vous voulez supprimer",
|
|
138
|
+
"The ID of the task you want to complete": "L'ID de la tâche que vous voulez terminer",
|
|
139
|
+
"Whether to complete the task as a success or not": "Compléter la tâche en tant que succès ou non",
|
|
140
|
+
"ID of the task you want to clone": "ID de la tâche que vous voulez cloner",
|
|
141
|
+
"ID of the task you want to update": "ID de la tâche que vous voulez mettre à jour",
|
|
142
|
+
"The ID of the destination you want to delete": "L'ID de la destination que vous voulez supprimer",
|
|
143
|
+
"Name of the hub": "Nom du hub",
|
|
144
|
+
"ID of the connected organization": "ID de l'organisation connectée",
|
|
145
|
+
"Full name": "Nom complet",
|
|
146
|
+
"Whether this administrator can perform write operations.": "Si cet administrateur peut effectuer des opérations d'écriture.",
|
|
147
|
+
"Name of the worker": "Nom du travailleur",
|
|
148
|
+
"The maximum number of units this worker can carry": "Le nombre maximum d'unités que ce travailleur peut transporter",
|
|
149
|
+
"Name of the team": "Nom de l'équipe",
|
|
150
|
+
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permet aux conducteurs d'auto-assigner des tâches qui sont dans le conteneur de l'équipe non assigné.",
|
|
151
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
152
|
+
"GET": "OBTENIR",
|
|
153
|
+
"POST": "POSTER",
|
|
154
|
+
"PATCH": "PATCH",
|
|
155
|
+
"PUT": "EFFACER",
|
|
156
|
+
"DELETE": "SUPPRIMER",
|
|
157
|
+
"HEAD": "TÊTE",
|
|
158
|
+
"Task Arrival": "Arrivée de la tâche",
|
|
159
|
+
"Task Assigned": "Tâche assignée",
|
|
160
|
+
"Task Cloned": "Tâche clonée",
|
|
161
|
+
"Task Completed": "Tâche terminée",
|
|
162
|
+
"Task Created": "Tâche créée",
|
|
163
|
+
"Task Delayed": "Tâche retardée",
|
|
164
|
+
"Task Deleted": "Tâche supprimée",
|
|
165
|
+
"Task ETA": "Task ETA",
|
|
166
|
+
"Task Failed": "Tâche échouée",
|
|
167
|
+
"Task Started": "Tâche démarrée",
|
|
168
|
+
"Task Unassigned": "Tâche non assignée",
|
|
169
|
+
"Task Updated": "Tâche mise à jour",
|
|
170
|
+
"Worker Created": "Collaborateur créé",
|
|
171
|
+
"Worker Deleted": "Collaborateur supprimé",
|
|
172
|
+
"Worker Duty Change": "Changement de devoir d'employé",
|
|
173
|
+
"Auto Dispatch Completed": "Expédition automatique terminée",
|
|
174
|
+
"SMS Recipient Opt Out": "Réception du destinataire SMS",
|
|
175
|
+
"SMS Recipient Response Missed": "Réponse du destinataire du SMS manquée",
|
|
176
|
+
"Triggers when a task worker arriving at or closer than threshold value provided, in meters": "Déclenche lorsqu'un travailleur de tâche arrive à ou plus près de la valeur de seuil fournie, en mètres",
|
|
177
|
+
"Triggers when a task is assigned": "Déclenche quand une tâche est assignée",
|
|
178
|
+
"Triggers when a task is cloned": "Déclenche quand une tâche est clonée",
|
|
179
|
+
"Triggers when a task is completed": "Déclenche quand une tâche est terminée",
|
|
180
|
+
"Triggers when a task is created": "Déclenche quand une tâche est créée",
|
|
181
|
+
"Triggers when a task is delayed": "Déclenche quand une tâche est retardée",
|
|
182
|
+
"Triggers when a task is deleted": "Déclenche quand une tâche est supprimée",
|
|
183
|
+
"Triggers when a task worker ETA less than or equal to threshold value provided, in seconds": "Déclenche lorsqu'un travailleur de tâche ETA inférieur ou égal à la valeur seuil fournie, en secondes",
|
|
184
|
+
"Triggers when a task has failed": "Déclenche quand une tâche a échoué",
|
|
185
|
+
"Triggers when a task is started": "Déclenche quand une tâche est démarrée",
|
|
186
|
+
"Triggers when a task is unassigned": "Déclenche quand une tâche n'est pas assignée",
|
|
187
|
+
"Triggers when a task is updated": "Déclenche quand une tâche est mise à jour",
|
|
188
|
+
"Triggers when a worker is created": "Déclenche quand un travailleur est créé",
|
|
189
|
+
"Triggers when a worker is deleted": "Déclenche lorsqu'un travailleur est supprimé",
|
|
190
|
+
"Triggers when a worker status changes": "Déclenche quand le statut du travailleur change",
|
|
191
|
+
"Triggers when team auto-dispatch calculation is completed": "Déclenche quand le calcul de l'envoi automatique de l'équipe est terminé",
|
|
192
|
+
"Triggers when a recipient opts out of SMS notifications": "Déclenche lorsqu'un destinataire se désactive des notifications SMS",
|
|
193
|
+
"Triggers when a recipient responds to a notification via SMS, but the organization is unable to handle it at that time": "Déclenche lorsqu'un destinataire répond à une notification par SMS, mais l'organisation est incapable de la gérer à ce moment-là"
|
|
194
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Onfleet": "Onfleet",
|
|
3
|
+
"Last mile delivery software": "ラストマイル配送ソフトウェア",
|
|
4
|
+
"\nTo get an API key, follow the steps below:\n1. Go to settings -> API & Webhooks.\n2. Click the plus sign under API Keys.\n3. Enter API key name and click create key.\n4. Copy the generated key to the input below.\n": "\nTo get an API key, follow the steps below:\n1. Go to settings -> API & Webhooks.\n2. Click the plus sign under API Keys.\n3. Enter API key name and click create key.\n4. Copy the generated key to the input below.\n",
|
|
5
|
+
"Create Recipient": "受信者を作成",
|
|
6
|
+
"Update Recipient": "受信者を更新",
|
|
7
|
+
"Get Recipient": "受信者を取得",
|
|
8
|
+
"Create Task": "タスクを作成",
|
|
9
|
+
"Delete Task": "タスクの削除",
|
|
10
|
+
"Force Complete Task": "タスクを強制完了",
|
|
11
|
+
"Clone Task": "タスクを複製",
|
|
12
|
+
"Update Task": "タスクの更新",
|
|
13
|
+
"Get Task": "タスクを取得",
|
|
14
|
+
"Get Tasks": "タスクを取得する",
|
|
15
|
+
"Create Destination": "宛先を作成",
|
|
16
|
+
"Get Destination": "目的地を取得する",
|
|
17
|
+
"Get Hubs": "ハブを入手",
|
|
18
|
+
"Create Hub": "ハブを作成",
|
|
19
|
+
"Update Hub": "ハブを更新",
|
|
20
|
+
"Get Organization": "組織を取得",
|
|
21
|
+
"Get Delegatee Details": "デリゲートの詳細を取得",
|
|
22
|
+
"Create Administrator": "管理者を作成",
|
|
23
|
+
"Update Administrator": "管理者を更新",
|
|
24
|
+
"Get Administrators": "管理者権限を取得",
|
|
25
|
+
"Delete Administrator": "管理者を削除",
|
|
26
|
+
"Create Worker": "ワーカーを作成",
|
|
27
|
+
"Delete Worker": "ワーカーを削除",
|
|
28
|
+
"Get Worker": "ワーカーになる",
|
|
29
|
+
"Get Worker Schedule": "ワーカースケジュールを取得",
|
|
30
|
+
"Update Worker": "ワーカーを更新",
|
|
31
|
+
"Create Team": "チームを作成",
|
|
32
|
+
"Delete Team": "チームを削除",
|
|
33
|
+
"Get Team": "チームを取得",
|
|
34
|
+
"Get Teams": "チームを取得",
|
|
35
|
+
"Update Team": "チームを更新",
|
|
36
|
+
"Get Container": "コンテナーを取得",
|
|
37
|
+
"Custom API Call": "カスタムAPI通話",
|
|
38
|
+
"Creates a recipient": "受信者を作成",
|
|
39
|
+
"Updates a recipient": "受信者を更新",
|
|
40
|
+
"Gets a single recipient": "一つの受信者を取得します。",
|
|
41
|
+
"Creates a task": "タスクを作成します",
|
|
42
|
+
"Deletes a task": "タスクを削除",
|
|
43
|
+
"Force completes a task": "タスクを強制完了",
|
|
44
|
+
"Clones a task": "タスクを複製",
|
|
45
|
+
"Updates a task": "タスクを更新",
|
|
46
|
+
"Get a specific task": "特定のタスクを取得する",
|
|
47
|
+
"Get many task": "多くのタスクを取得する",
|
|
48
|
+
"Create a new destination": "新しい宛先を作成",
|
|
49
|
+
"Get a specific destination": "特定の目的地を取得する",
|
|
50
|
+
"Get many hubs": "多くのハブを取得",
|
|
51
|
+
"Create a new hub": "新しいハブを作成",
|
|
52
|
+
"Update an existing hub": "既存のハブを更新",
|
|
53
|
+
"Get your organization details": "組織の詳細を取得する",
|
|
54
|
+
"Get details of a connected organization": "接続している組織の詳細を取得する",
|
|
55
|
+
"Create a new administrator": "新しい管理者を作成",
|
|
56
|
+
"Update an existing administrator": "既存の管理者を更新",
|
|
57
|
+
"Get many administrators": "多くの管理者権限を取得",
|
|
58
|
+
"Delete an existing administrator": "既存の管理者を削除",
|
|
59
|
+
"Create a new worker": "新しいワーカーを作成",
|
|
60
|
+
"Delete an existing worker": "既存のワーカーを削除",
|
|
61
|
+
"Get an existing worker's details": "既存のワーカーの詳細を取得します",
|
|
62
|
+
"Get an existing worker's schedule": "既存のワーカーのスケジュールを取得する",
|
|
63
|
+
"Update an existing worker": "既存のワーカーを更新",
|
|
64
|
+
"Create a new team": "新しいチームを作成",
|
|
65
|
+
"Delete an existing team": "既存のチームを削除",
|
|
66
|
+
"Gets an existing team": "既存のチームを取得します",
|
|
67
|
+
"Gets many existing team": "既存の多くのチームを取得します",
|
|
68
|
+
"Update an existing team": "既存のチームを更新",
|
|
69
|
+
"Get a specific container": "特定のコンテナを取得",
|
|
70
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
71
|
+
"Name": "名前",
|
|
72
|
+
"Phone": "電話番号",
|
|
73
|
+
"Notes": "メモ",
|
|
74
|
+
"Skip SMS Notifications": "SMS通知をスキップ",
|
|
75
|
+
"Skip Phone Number Validation": "電話番号の確認をスキップ",
|
|
76
|
+
"Use Long Code for Text - Canadian Organizations Only": "テキストに長いコードを使用する - カナダの組織のみ",
|
|
77
|
+
"Recipient ID": "受信者ID",
|
|
78
|
+
"Merchant ID": "マーチャントID",
|
|
79
|
+
"Executor ID": "実行者ID",
|
|
80
|
+
"Destination": "保存先",
|
|
81
|
+
"Unparsed Destination": "解析されていない宛先",
|
|
82
|
+
"Use Recipient ID": "受信者IDを使用",
|
|
83
|
+
"Complete After": "完了まで:",
|
|
84
|
+
"Complete Before": "完了する前",
|
|
85
|
+
"Pickup": "ピックアップ",
|
|
86
|
+
"Quantity": "数量",
|
|
87
|
+
"Recipient Name Override": "受信者名の上書き",
|
|
88
|
+
"Recipient Notes Override": "受信者ノートの上書き",
|
|
89
|
+
"Recipient Skip SMS Override": "受信者はSMSの上書きをスキップ",
|
|
90
|
+
"Service Time": "サービス時間",
|
|
91
|
+
"Task ID": "Task ID",
|
|
92
|
+
"Complete as Success": "成功として完了",
|
|
93
|
+
"From": "差出人:",
|
|
94
|
+
"To": "終了日",
|
|
95
|
+
"State": "都道府県:",
|
|
96
|
+
"Destination ID": "宛先ID",
|
|
97
|
+
"Teams": "チーム",
|
|
98
|
+
"Hub": "ハブ",
|
|
99
|
+
"Organization ID": "組織 ID",
|
|
100
|
+
"Email": "Eメールアドレス",
|
|
101
|
+
"Phone Number": "電話番号",
|
|
102
|
+
"Read Only": "読み取り専用",
|
|
103
|
+
"Administrator": "管理者",
|
|
104
|
+
"Capacity": "容量",
|
|
105
|
+
"Display Name": "表示名",
|
|
106
|
+
"Worker": "Worker",
|
|
107
|
+
"Workers": "Worker",
|
|
108
|
+
"Managers": "管理者",
|
|
109
|
+
"Enable Self Assignment": "自己割り当てを有効にする",
|
|
110
|
+
"Team": "Team",
|
|
111
|
+
"Container Type": "コンテナタイプ",
|
|
112
|
+
"Container ID": "コンテナ ID",
|
|
113
|
+
"Method": "方法",
|
|
114
|
+
"Headers": "ヘッダー",
|
|
115
|
+
"Query Parameters": "クエリパラメータ",
|
|
116
|
+
"Body": "本文",
|
|
117
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
118
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
119
|
+
"The recipient's full name": "受取人のフルネーム",
|
|
120
|
+
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "主要な+記号がない場合、組織の国ごとに一意で有効な電話番号。 電話番号に先行+署名がある場合、組織の国設定は無視されます。",
|
|
121
|
+
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "このオプションをチェックすると、SMS通信にフリーダイヤルのロングコード番号がデフォルトで使用されます。",
|
|
122
|
+
"The ID of the recipient you want to update": "更新したい受信者のID",
|
|
123
|
+
"The recipient's ID": "受取人のID",
|
|
124
|
+
"ID of the organization that will be displayed on the task": "タスクに表示される組織のID",
|
|
125
|
+
"ID of the organization that will be executing the task": "タスクを実行する組織の ID",
|
|
126
|
+
"The task destination": "タスクの宛先",
|
|
127
|
+
"Check this box if the destination is a single unparsed string": "解析されていない単一文字列の場合は、このボックスをチェックします。",
|
|
128
|
+
"Check this box if you want to use an ID for the recipient": "受信者IDを使用する場合は、このボックスにチェックを入れてください",
|
|
129
|
+
"The earliest time the task should be completed": "タスクを完了する最も早い時間",
|
|
130
|
+
"The latest time the task should be completed": "タスクが完了するまでの時間",
|
|
131
|
+
"Whether the task is pickup": "タスクがピックアップであるかどうか",
|
|
132
|
+
"The number of units to be dropped off": "ドロップされるユニットの数",
|
|
133
|
+
"Override the recipient name for this task only": "このタスクの受信者名だけを上書きする",
|
|
134
|
+
"Override the recipient notes for this task only": "このタスクのみ受信者のメモを上書きする",
|
|
135
|
+
"Override the recipient skip SMS option for this task only": "このタスクの受信者のSMSオプションのみを上書きする",
|
|
136
|
+
"The number of minutes to be spent by the worker on arrival at this task's destination": "このタスクの宛先に到着する際にワーカーが費やす分数",
|
|
137
|
+
"The ID of the task you want to delete": "削除したいタスクのID",
|
|
138
|
+
"The ID of the task you want to complete": "完了したいタスクのID",
|
|
139
|
+
"Whether to complete the task as a success or not": "タスクを成功として完了するか否か",
|
|
140
|
+
"ID of the task you want to clone": "複製したいタスクのID",
|
|
141
|
+
"ID of the task you want to update": "更新したいタスクのID",
|
|
142
|
+
"The ID of the destination you want to delete": "削除したい宛先の ID",
|
|
143
|
+
"Name of the hub": "ハブの名前",
|
|
144
|
+
"ID of the connected organization": "接続された組織の ID",
|
|
145
|
+
"Full name": "フルネーム",
|
|
146
|
+
"Whether this administrator can perform write operations.": "この管理者が書き込み操作を実行できるかどうか。",
|
|
147
|
+
"Name of the worker": "ワーカーの名前",
|
|
148
|
+
"The maximum number of units this worker can carry": "The maximum number of units this worker can carry",
|
|
149
|
+
"Name of the team": "チーム名",
|
|
150
|
+
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "ドライバがチームに割り当てられていないコンテナ内のタスクを自己アサインすることができます。",
|
|
151
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
152
|
+
"GET": "取得",
|
|
153
|
+
"POST": "POST",
|
|
154
|
+
"PATCH": "PATCH",
|
|
155
|
+
"PUT": "PUT",
|
|
156
|
+
"DELETE": "削除",
|
|
157
|
+
"HEAD": "頭",
|
|
158
|
+
"Task Arrival": "タスク到着時",
|
|
159
|
+
"Task Assigned": "割り当てられたタスク",
|
|
160
|
+
"Task Cloned": "タスクがクローンされました",
|
|
161
|
+
"Task Completed": "タスクが完了しました",
|
|
162
|
+
"Task Created": "タスクが作成されました",
|
|
163
|
+
"Task Delayed": "タスクの遅延",
|
|
164
|
+
"Task Deleted": "タスクが削除されました",
|
|
165
|
+
"Task ETA": "Task ETA",
|
|
166
|
+
"Task Failed": "タスクに失敗しました",
|
|
167
|
+
"Task Started": "タスク開始",
|
|
168
|
+
"Task Unassigned": "割り当てられていないタスク",
|
|
169
|
+
"Task Updated": "タスクを更新しました",
|
|
170
|
+
"Worker Created": "ワーカーが作成されました",
|
|
171
|
+
"Worker Deleted": "ワーカーが削除されました",
|
|
172
|
+
"Worker Duty Change": "労働者の義務変更",
|
|
173
|
+
"Auto Dispatch Completed": "自動発送完了",
|
|
174
|
+
"SMS Recipient Opt Out": "SMS受信者がオプトアウトする",
|
|
175
|
+
"SMS Recipient Response Missed": "SMS受信者の応答が失敗しました",
|
|
176
|
+
"Triggers when a task worker arriving at or closer than threshold value provided, in meters": "指定されたしきい値よりも近いタスクワーカーがメートル単位で到着したときにトリガーします",
|
|
177
|
+
"Triggers when a task is assigned": "タスクが割り当てられたときにトリガー",
|
|
178
|
+
"Triggers when a task is cloned": "タスクがクローンされたときにトリガーします",
|
|
179
|
+
"Triggers when a task is completed": "タスクが完了したときにトリガーします",
|
|
180
|
+
"Triggers when a task is created": "タスクが作成されたときにトリガーします",
|
|
181
|
+
"Triggers when a task is delayed": "タスクが遅延した場合にトリガーします",
|
|
182
|
+
"Triggers when a task is deleted": "タスクが削除されたときにトリガーします",
|
|
183
|
+
"Triggers when a task worker ETA less than or equal to threshold value provided, in seconds": "タスクワーカーETAがしきい値以下の場合、秒単位でトリガーします",
|
|
184
|
+
"Triggers when a task has failed": "タスクが失敗したときにトリガーします",
|
|
185
|
+
"Triggers when a task is started": "タスクが開始されたときにトリガーします",
|
|
186
|
+
"Triggers when a task is unassigned": "タスクが割り当てられていないときにトリガーします",
|
|
187
|
+
"Triggers when a task is updated": "タスクが更新されたときにトリガーします",
|
|
188
|
+
"Triggers when a worker is created": "ワーカーが作成されたときにトリガーする",
|
|
189
|
+
"Triggers when a worker is deleted": "ワーカーが削除されたときにトリガー",
|
|
190
|
+
"Triggers when a worker status changes": "ワーカーステータスが変更されたときにトリガー",
|
|
191
|
+
"Triggers when team auto-dispatch calculation is completed": "チームの自動ディスパッチ計算が完了した場合に発生します",
|
|
192
|
+
"Triggers when a recipient opts out of SMS notifications": "受信者がSMS通知からオプトアウトしたときにトリガーします",
|
|
193
|
+
"Triggers when a recipient responds to a notification via SMS, but the organization is unable to handle it at that time": "受信者が SMS 経由で通知に応答したときにトリガーしますが、組織はその時点で通知を処理できません。"
|
|
194
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Onfleet": "Onfleet",
|
|
3
|
+
"Last mile delivery software": "Last mile delivery software",
|
|
4
|
+
"\nTo get an API key, follow the steps below:\n1. Go to settings -> API & Webhooks.\n2. Click the plus sign under API Keys.\n3. Enter API key name and click create key.\n4. Copy the generated key to the input below.\n": "\nTo get an API key, follow the steps below:\n1. Go to settings -> API & Webhooks.\n2. Click the plus sign under API Keys.\n3. Enter API key name and click create key.\n4. Copy the generated key to the input below.\n",
|
|
5
|
+
"Create Recipient": "Create Recipient",
|
|
6
|
+
"Update Recipient": "Update Recipient",
|
|
7
|
+
"Get Recipient": "Get Recipient",
|
|
8
|
+
"Create Task": "Taak maken",
|
|
9
|
+
"Delete Task": "Taak verwijderen",
|
|
10
|
+
"Force Complete Task": "Force Complete Task",
|
|
11
|
+
"Clone Task": "Clone Task",
|
|
12
|
+
"Update Task": "Taak bijwerken",
|
|
13
|
+
"Get Task": "Ophalen taak",
|
|
14
|
+
"Get Tasks": "Taken opvragen",
|
|
15
|
+
"Create Destination": "Create Destination",
|
|
16
|
+
"Get Destination": "Get Destination",
|
|
17
|
+
"Get Hubs": "Get Hubs",
|
|
18
|
+
"Create Hub": "Create Hub",
|
|
19
|
+
"Update Hub": "Update Hub",
|
|
20
|
+
"Get Organization": "Get Organization",
|
|
21
|
+
"Get Delegatee Details": "Get Delegatee Details",
|
|
22
|
+
"Create Administrator": "Create Administrator",
|
|
23
|
+
"Update Administrator": "Update Administrator",
|
|
24
|
+
"Get Administrators": "Get Administrators",
|
|
25
|
+
"Delete Administrator": "Delete Administrator",
|
|
26
|
+
"Create Worker": "Create Worker",
|
|
27
|
+
"Delete Worker": "Delete Worker",
|
|
28
|
+
"Get Worker": "Get Worker",
|
|
29
|
+
"Get Worker Schedule": "Get Worker Schedule",
|
|
30
|
+
"Update Worker": "Update Worker",
|
|
31
|
+
"Create Team": "Create Team",
|
|
32
|
+
"Delete Team": "Delete Team",
|
|
33
|
+
"Get Team": "Team openen",
|
|
34
|
+
"Get Teams": "Teams ophalen",
|
|
35
|
+
"Update Team": "Update Team",
|
|
36
|
+
"Get Container": "Get Container",
|
|
37
|
+
"Custom API Call": "Custom API Call",
|
|
38
|
+
"Creates a recipient": "Creates a recipient",
|
|
39
|
+
"Updates a recipient": "Updates a recipient",
|
|
40
|
+
"Gets a single recipient": "Gets a single recipient",
|
|
41
|
+
"Creates a task": "Creates a task",
|
|
42
|
+
"Deletes a task": "Deletes a task",
|
|
43
|
+
"Force completes a task": "Force completes a task",
|
|
44
|
+
"Clones a task": "Clones a task",
|
|
45
|
+
"Updates a task": "Updates a task",
|
|
46
|
+
"Get a specific task": "Get a specific task",
|
|
47
|
+
"Get many task": "Get many task",
|
|
48
|
+
"Create a new destination": "Create a new destination",
|
|
49
|
+
"Get a specific destination": "Get a specific destination",
|
|
50
|
+
"Get many hubs": "Get many hubs",
|
|
51
|
+
"Create a new hub": "Create a new hub",
|
|
52
|
+
"Update an existing hub": "Update an existing hub",
|
|
53
|
+
"Get your organization details": "Get your organization details",
|
|
54
|
+
"Get details of a connected organization": "Get details of a connected organization",
|
|
55
|
+
"Create a new administrator": "Create a new administrator",
|
|
56
|
+
"Update an existing administrator": "Update an existing administrator",
|
|
57
|
+
"Get many administrators": "Get many administrators",
|
|
58
|
+
"Delete an existing administrator": "Delete an existing administrator",
|
|
59
|
+
"Create a new worker": "Create a new worker",
|
|
60
|
+
"Delete an existing worker": "Delete an existing worker",
|
|
61
|
+
"Get an existing worker's details": "Get an existing worker's details",
|
|
62
|
+
"Get an existing worker's schedule": "Get an existing worker's schedule",
|
|
63
|
+
"Update an existing worker": "Update an existing worker",
|
|
64
|
+
"Create a new team": "Create a new team",
|
|
65
|
+
"Delete an existing team": "Delete an existing team",
|
|
66
|
+
"Gets an existing team": "Gets an existing team",
|
|
67
|
+
"Gets many existing team": "Gets many existing team",
|
|
68
|
+
"Update an existing team": "Update an existing team",
|
|
69
|
+
"Get a specific container": "Get a specific container",
|
|
70
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
71
|
+
"Name": "Naam",
|
|
72
|
+
"Phone": "Telefoonnummer",
|
|
73
|
+
"Notes": "Opmerkingen",
|
|
74
|
+
"Skip SMS Notifications": "Skip SMS Notifications",
|
|
75
|
+
"Skip Phone Number Validation": "Skip Phone Number Validation",
|
|
76
|
+
"Use Long Code for Text - Canadian Organizations Only": "Use Long Code for Text - Canadian Organizations Only",
|
|
77
|
+
"Recipient ID": "Recipient ID",
|
|
78
|
+
"Merchant ID": "Merchant ID",
|
|
79
|
+
"Executor ID": "Executor ID",
|
|
80
|
+
"Destination": "Doelstelling",
|
|
81
|
+
"Unparsed Destination": "Unparsed Destination",
|
|
82
|
+
"Use Recipient ID": "Use Recipient ID",
|
|
83
|
+
"Complete After": "Complete After",
|
|
84
|
+
"Complete Before": "Complete Before",
|
|
85
|
+
"Pickup": "Pickup",
|
|
86
|
+
"Quantity": "Aantal",
|
|
87
|
+
"Recipient Name Override": "Recipient Name Override",
|
|
88
|
+
"Recipient Notes Override": "Recipient Notes Override",
|
|
89
|
+
"Recipient Skip SMS Override": "Recipient Skip SMS Override",
|
|
90
|
+
"Service Time": "Service Time",
|
|
91
|
+
"Task ID": "Task ID",
|
|
92
|
+
"Complete as Success": "Complete as Success",
|
|
93
|
+
"From": "van",
|
|
94
|
+
"To": "tot",
|
|
95
|
+
"State": "Provincie",
|
|
96
|
+
"Destination ID": "Destination ID",
|
|
97
|
+
"Teams": "Teams",
|
|
98
|
+
"Hub": "Hub",
|
|
99
|
+
"Organization ID": "Organisatie ID",
|
|
100
|
+
"Email": "E-mail",
|
|
101
|
+
"Phone Number": "Telefoon nummer",
|
|
102
|
+
"Read Only": "Read Only",
|
|
103
|
+
"Administrator": "Administrator",
|
|
104
|
+
"Capacity": "Capacity",
|
|
105
|
+
"Display Name": "Weergavenaam",
|
|
106
|
+
"Worker": "Worker",
|
|
107
|
+
"Workers": "Werkers",
|
|
108
|
+
"Managers": "Managers",
|
|
109
|
+
"Enable Self Assignment": "Enable Self Assignment",
|
|
110
|
+
"Team": "Team",
|
|
111
|
+
"Container Type": "Container Type",
|
|
112
|
+
"Container ID": "Container ID",
|
|
113
|
+
"Method": "Methode",
|
|
114
|
+
"Headers": "Kopteksten",
|
|
115
|
+
"Query Parameters": "Query parameters",
|
|
116
|
+
"Body": "Lichaam",
|
|
117
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
118
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
119
|
+
"The recipient's full name": "The recipient's full name",
|
|
120
|
+
"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.": "A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.",
|
|
121
|
+
"Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.",
|
|
122
|
+
"The ID of the recipient you want to update": "The ID of the recipient you want to update",
|
|
123
|
+
"The recipient's ID": "The recipient's ID",
|
|
124
|
+
"ID of the organization that will be displayed on the task": "ID of the organization that will be displayed on the task",
|
|
125
|
+
"ID of the organization that will be executing the task": "ID of the organization that will be executing the task",
|
|
126
|
+
"The task destination": "The task destination",
|
|
127
|
+
"Check this box if the destination is a single unparsed string": "Check this box if the destination is a single unparsed string",
|
|
128
|
+
"Check this box if you want to use an ID for the recipient": "Check this box if you want to use an ID for the recipient",
|
|
129
|
+
"The earliest time the task should be completed": "The earliest time the task should be completed",
|
|
130
|
+
"The latest time the task should be completed": "The latest time the task should be completed",
|
|
131
|
+
"Whether the task is pickup": "Whether the task is pickup",
|
|
132
|
+
"The number of units to be dropped off": "The number of units to be dropped off",
|
|
133
|
+
"Override the recipient name for this task only": "Override the recipient name for this task only",
|
|
134
|
+
"Override the recipient notes for this task only": "Override the recipient notes for this task only",
|
|
135
|
+
"Override the recipient skip SMS option for this task only": "Override the recipient skip SMS option for this task only",
|
|
136
|
+
"The number of minutes to be spent by the worker on arrival at this task's destination": "The number of minutes to be spent by the worker on arrival at this task's destination",
|
|
137
|
+
"The ID of the task you want to delete": "The ID of the task you want to delete",
|
|
138
|
+
"The ID of the task you want to complete": "The ID of the task you want to complete",
|
|
139
|
+
"Whether to complete the task as a success or not": "Whether to complete the task as a success or not",
|
|
140
|
+
"ID of the task you want to clone": "ID of the task you want to clone",
|
|
141
|
+
"ID of the task you want to update": "ID of the task you want to update",
|
|
142
|
+
"The ID of the destination you want to delete": "The ID of the destination you want to delete",
|
|
143
|
+
"Name of the hub": "Name of the hub",
|
|
144
|
+
"ID of the connected organization": "ID of the connected organization",
|
|
145
|
+
"Full name": "Full name",
|
|
146
|
+
"Whether this administrator can perform write operations.": "Whether this administrator can perform write operations.",
|
|
147
|
+
"Name of the worker": "Name of the worker",
|
|
148
|
+
"The maximum number of units this worker can carry": "The maximum number of units this worker can carry",
|
|
149
|
+
"Name of the team": "Name of the team",
|
|
150
|
+
"Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Allows Drivers to Self Assign Tasks that are in the Team unassigned container.",
|
|
151
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
152
|
+
"GET": "KRIJG",
|
|
153
|
+
"POST": "POSTE",
|
|
154
|
+
"PATCH": "BEKIJK",
|
|
155
|
+
"PUT": "PUT",
|
|
156
|
+
"DELETE": "VERWIJDEREN",
|
|
157
|
+
"HEAD": "HOOFD",
|
|
158
|
+
"Task Arrival": "Task Arrival",
|
|
159
|
+
"Task Assigned": "Task Assigned",
|
|
160
|
+
"Task Cloned": "Task Cloned",
|
|
161
|
+
"Task Completed": "Taak voltooid",
|
|
162
|
+
"Task Created": "Taak aangemaakt",
|
|
163
|
+
"Task Delayed": "Task Delayed",
|
|
164
|
+
"Task Deleted": "Taak verwijderd",
|
|
165
|
+
"Task ETA": "Task ETA",
|
|
166
|
+
"Task Failed": "Task Failed",
|
|
167
|
+
"Task Started": "Task Started",
|
|
168
|
+
"Task Unassigned": "Task Unassigned",
|
|
169
|
+
"Task Updated": "Taak bijgewerkt",
|
|
170
|
+
"Worker Created": "Worker Created",
|
|
171
|
+
"Worker Deleted": "Worker Deleted",
|
|
172
|
+
"Worker Duty Change": "Worker Duty Change",
|
|
173
|
+
"Auto Dispatch Completed": "Auto Dispatch Completed",
|
|
174
|
+
"SMS Recipient Opt Out": "SMS Recipient Opt Out",
|
|
175
|
+
"SMS Recipient Response Missed": "SMS Recipient Response Missed",
|
|
176
|
+
"Triggers when a task worker arriving at or closer than threshold value provided, in meters": "Triggers when a task worker arriving at or closer than threshold value provided, in meters",
|
|
177
|
+
"Triggers when a task is assigned": "Triggers when a task is assigned",
|
|
178
|
+
"Triggers when a task is cloned": "Triggers when a task is cloned",
|
|
179
|
+
"Triggers when a task is completed": "Triggers when a task is completed",
|
|
180
|
+
"Triggers when a task is created": "Triggert wanneer een taak wordt aangemaakt",
|
|
181
|
+
"Triggers when a task is delayed": "Triggers when a task is delayed",
|
|
182
|
+
"Triggers when a task is deleted": "Triggers when a task is deleted",
|
|
183
|
+
"Triggers when a task worker ETA less than or equal to threshold value provided, in seconds": "Triggers when a task worker ETA less than or equal to threshold value provided, in seconds",
|
|
184
|
+
"Triggers when a task has failed": "Triggers when a task has failed",
|
|
185
|
+
"Triggers when a task is started": "Triggers when a task is started",
|
|
186
|
+
"Triggers when a task is unassigned": "Triggers when a task is unassigned",
|
|
187
|
+
"Triggers when a task is updated": "Triggers when a task is updated",
|
|
188
|
+
"Triggers when a worker is created": "Triggers when a worker is created",
|
|
189
|
+
"Triggers when a worker is deleted": "Triggers when a worker is deleted",
|
|
190
|
+
"Triggers when a worker status changes": "Triggers when a worker status changes",
|
|
191
|
+
"Triggers when team auto-dispatch calculation is completed": "Triggers when team auto-dispatch calculation is completed",
|
|
192
|
+
"Triggers when a recipient opts out of SMS notifications": "Triggers when a recipient opts out of SMS notifications",
|
|
193
|
+
"Triggers when a recipient responds to a notification via SMS, but the organization is unable to handle it at that time": "Triggers when a recipient responds to a notification via SMS, but the organization is unable to handle it at that time"
|
|
194
|
+
}
|