@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.
Files changed (59) hide show
  1. package/package.json +30 -10
  2. package/src/i18n/de.json +194 -0
  3. package/src/i18n/es.json +194 -0
  4. package/src/i18n/fr.json +194 -0
  5. package/src/i18n/ja.json +194 -0
  6. package/src/i18n/nl.json +194 -0
  7. package/src/i18n/pt.json +194 -0
  8. package/src/i18n/ru.json +194 -0
  9. package/src/i18n/translation.json +194 -0
  10. package/src/i18n/vi.json +194 -0
  11. package/src/i18n/zh.json +194 -0
  12. package/src/index.js +6 -3
  13. package/src/index.js.map +1 -1
  14. package/src/lib/actions/create-destination.js.map +1 -1
  15. package/src/lib/actions/create-hub.js.map +1 -1
  16. package/src/lib/actions/create-recipient.js +1 -1
  17. package/src/lib/actions/create-recipient.js.map +1 -1
  18. package/src/lib/actions/create-task.js +1 -1
  19. package/src/lib/actions/create-task.js.map +1 -1
  20. package/src/lib/actions/update-recipient.js +1 -1
  21. package/src/lib/actions/update-recipient.js.map +1 -1
  22. package/src/lib/common/index.js +11 -11
  23. package/src/lib/common/index.js.map +1 -1
  24. package/src/lib/triggers/auto-dispatch-completed.js +6 -5
  25. package/src/lib/triggers/auto-dispatch-completed.js.map +1 -1
  26. package/src/lib/triggers/sms-recipient-opt-out.js +4 -3
  27. package/src/lib/triggers/sms-recipient-opt-out.js.map +1 -1
  28. package/src/lib/triggers/sms-recipient-response-missed.js +4 -3
  29. package/src/lib/triggers/sms-recipient-response-missed.js.map +1 -1
  30. package/src/lib/triggers/task-arrival.js +4 -3
  31. package/src/lib/triggers/task-arrival.js.map +1 -1
  32. package/src/lib/triggers/task-assigned.js +4 -3
  33. package/src/lib/triggers/task-assigned.js.map +1 -1
  34. package/src/lib/triggers/task-cloned.js +4 -3
  35. package/src/lib/triggers/task-cloned.js.map +1 -1
  36. package/src/lib/triggers/task-completed.js +4 -3
  37. package/src/lib/triggers/task-completed.js.map +1 -1
  38. package/src/lib/triggers/task-created.js +4 -3
  39. package/src/lib/triggers/task-created.js.map +1 -1
  40. package/src/lib/triggers/task-delayed.js +4 -3
  41. package/src/lib/triggers/task-delayed.js.map +1 -1
  42. package/src/lib/triggers/task-deleted.js +4 -3
  43. package/src/lib/triggers/task-deleted.js.map +1 -1
  44. package/src/lib/triggers/task-eta.js +4 -3
  45. package/src/lib/triggers/task-eta.js.map +1 -1
  46. package/src/lib/triggers/task-failed.js +4 -3
  47. package/src/lib/triggers/task-failed.js.map +1 -1
  48. package/src/lib/triggers/task-started.js +4 -3
  49. package/src/lib/triggers/task-started.js.map +1 -1
  50. package/src/lib/triggers/task-unassigned.js +4 -3
  51. package/src/lib/triggers/task-unassigned.js.map +1 -1
  52. package/src/lib/triggers/task-updated.js +4 -3
  53. package/src/lib/triggers/task-updated.js.map +1 -1
  54. package/src/lib/triggers/worker-created.js +4 -3
  55. package/src/lib/triggers/worker-created.js.map +1 -1
  56. package/src/lib/triggers/worker-deleted.js +4 -3
  57. package/src/lib/triggers/worker-deleted.js.map +1 -1
  58. package/src/lib/triggers/worker-duty-change.js +4 -3
  59. package/src/lib/triggers/worker-duty-change.js.map +1 -1
@@ -0,0 +1,194 @@
1
+ {
2
+ "Onfleet": "Onfleet",
3
+ "Last mile delivery software": "Último software de entrega de milhas",
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": "\nPara obter uma chave de API, siga os passos abaixo:\n1. Vá para Configurações-> API e Webhooks.\n2. Clique no sinal de mais sobre as chaves de API.\n3. Insira o nome da chave API e clique em criar chave.\n4. Copie a chave gerada para a entrada abaixo.\n",
5
+ "Create Recipient": "Criar Destinatário",
6
+ "Update Recipient": "Atualizar Destinatário",
7
+ "Get Recipient": "Obter Destinatário",
8
+ "Create Task": "Criar tarefa",
9
+ "Delete Task": "Excluir Tarefa",
10
+ "Force Complete Task": "Forçar Tarefa Completa",
11
+ "Clone Task": "Clonar tarefa",
12
+ "Update Task": "Atualizar Tarefa",
13
+ "Get Task": "Obter Tarefa",
14
+ "Get Tasks": "Obter tarefas",
15
+ "Create Destination": "Criar destino",
16
+ "Get Destination": "Obter destino",
17
+ "Get Hubs": "Obter Hubs",
18
+ "Create Hub": "Criar Hub",
19
+ "Update Hub": "Atualizar o Hub",
20
+ "Get Organization": "Obter Organização",
21
+ "Get Delegatee Details": "Obter detalhes do Delegatee",
22
+ "Create Administrator": "Criar Administrador",
23
+ "Update Administrator": "Atualizar Administrador",
24
+ "Get Administrators": "Obter administradores",
25
+ "Delete Administrator": "Excluir Administrador",
26
+ "Create Worker": "Criar trabalhador",
27
+ "Delete Worker": "Excluir trabalhador",
28
+ "Get Worker": "Obter trabalhador",
29
+ "Get Worker Schedule": "Obter o cronograma dos trabalhadores",
30
+ "Update Worker": "Atualizar Worker",
31
+ "Create Team": "Criar Equipe",
32
+ "Delete Team": "Apagar equipe",
33
+ "Get Team": "Obter Time",
34
+ "Get Teams": "Obtenha Times",
35
+ "Update Team": "Atualizar equipe",
36
+ "Get Container": "Obter Contêiner",
37
+ "Custom API Call": "Chamada de API personalizada",
38
+ "Creates a recipient": "Cria um destinatário",
39
+ "Updates a recipient": "Atualiza um destinatário",
40
+ "Gets a single recipient": "Obtém um único destinatário",
41
+ "Creates a task": "Cria uma tarefa",
42
+ "Deletes a task": "Exclui uma tarefa",
43
+ "Force completes a task": "Força completa uma tarefa",
44
+ "Clones a task": "Clona uma tarefa",
45
+ "Updates a task": "Atualiza uma tarefa",
46
+ "Get a specific task": "Obter uma tarefa específica",
47
+ "Get many task": "Obter muitas tarefas",
48
+ "Create a new destination": "Criar um novo destino",
49
+ "Get a specific destination": "Obtenha um destino específico",
50
+ "Get many hubs": "Obter muitos centros",
51
+ "Create a new hub": "Criar um novo hub",
52
+ "Update an existing hub": "Atualizar um hub existente",
53
+ "Get your organization details": "Obter detalhes da sua organização",
54
+ "Get details of a connected organization": "Obter detalhes de uma organização conectada",
55
+ "Create a new administrator": "Criar um novo administrador",
56
+ "Update an existing administrator": "Atualizar um administrador existente",
57
+ "Get many administrators": "Obter vários administradores",
58
+ "Delete an existing administrator": "Apagar um administrador existente",
59
+ "Create a new worker": "Criar um novo trabalhador",
60
+ "Delete an existing worker": "Apagar um worker existente",
61
+ "Get an existing worker's details": "Obter detalhes de um operário existente",
62
+ "Get an existing worker's schedule": "Obter calendário de um operário existente",
63
+ "Update an existing worker": "Atualizar um worker existente",
64
+ "Create a new team": "Criar uma nova equipe",
65
+ "Delete an existing team": "Apagar uma equipe existente",
66
+ "Gets an existing team": "Obtém uma equipe existente",
67
+ "Gets many existing team": "Obtém muitas equipes existentes",
68
+ "Update an existing team": "Atualizar uma equipe existente",
69
+ "Get a specific container": "Obtenha um contêiner específico",
70
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
71
+ "Name": "Nome",
72
+ "Phone": "Smartphone",
73
+ "Notes": "Observações",
74
+ "Skip SMS Notifications": "Pular Notificações de SMS",
75
+ "Skip Phone Number Validation": "Ignorar validação de números de telefone",
76
+ "Use Long Code for Text - Canadian Organizations Only": "Usar Código Longo para o Texto - Somente Organizações Canadenses",
77
+ "Recipient ID": "ID do destinatário",
78
+ "Merchant ID": "ID do Comerciante",
79
+ "Executor ID": "ID do Executor",
80
+ "Destination": "Destino",
81
+ "Unparsed Destination": "Destino não analisado",
82
+ "Use Recipient ID": "Usar ID do Destinatário",
83
+ "Complete After": "Concluir após",
84
+ "Complete Before": "Concluir antes de",
85
+ "Pickup": "Levantamento",
86
+ "Quantity": "Quantidade",
87
+ "Recipient Name Override": "Substituição de Nome Destinatário",
88
+ "Recipient Notes Override": "Substituição de Notas do Destinatário",
89
+ "Recipient Skip SMS Override": "Pular Substituição de SMS do destinatário",
90
+ "Service Time": "Horário do Serviço",
91
+ "Task ID": "Task ID",
92
+ "Complete as Success": "Concluído com sucesso",
93
+ "From": "De",
94
+ "To": "Para",
95
+ "State": "Estado:",
96
+ "Destination ID": "ID Destino",
97
+ "Teams": "Times",
98
+ "Hub": "Centro",
99
+ "Organization ID": "ID da organização",
100
+ "Email": "e-mail",
101
+ "Phone Number": "Número de telefone",
102
+ "Read Only": "Somente leitura",
103
+ "Administrator": "Administrador",
104
+ "Capacity": "Capacidade",
105
+ "Display Name": "Nome de Exibição",
106
+ "Worker": "Trabalhador",
107
+ "Workers": "Trabalhadores",
108
+ "Managers": "Administradores",
109
+ "Enable Self Assignment": "Habilitar auto-atribuição",
110
+ "Team": "Equipe",
111
+ "Container Type": "Tipo de contêiner",
112
+ "Container ID": "ID do Contêiner",
113
+ "Method": "Método",
114
+ "Headers": "Cabeçalhos",
115
+ "Query Parameters": "Parâmetros da consulta",
116
+ "Body": "Conteúdo",
117
+ "No Error on Failure": "Nenhum erro no Failure",
118
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
119
+ "The recipient's full name": "Nome completo do destinatário",
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.": "Um número de telefone único e válido, de acordo com o país da organização, se não houver nenhum sinal + líder. Se um número de telefone tem um sinal de líder +, ele descurará a configuração do país da organização.",
121
+ "Checking this option will default the Onfleet system to use a toll-free long code number for SMS communication.": "Marcar esta opção irá padrão o sistema Onfleet para usar um número de código longo sem portagens para comunicação SMS.",
122
+ "The ID of the recipient you want to update": "A identificação do destinatário que você deseja atualizar",
123
+ "The recipient's ID": "O documento do destinatário",
124
+ "ID of the organization that will be displayed on the task": "ID da organização que será exibida na tarefa",
125
+ "ID of the organization that will be executing the task": "ID da organização que estará executando a tarefa",
126
+ "The task destination": "O destino da tarefa",
127
+ "Check this box if the destination is a single unparsed string": "Marque esta caixa se o destino é uma única cadeia de caracteres não analisada",
128
+ "Check this box if you want to use an ID for the recipient": "Marque esta caixa se você deseja usar um ID para o destinatário",
129
+ "The earliest time the task should be completed": "O mais breve que a tarefa deve ser concluída",
130
+ "The latest time the task should be completed": "Última vez que a tarefa deve ser concluída",
131
+ "Whether the task is pickup": "Se a tarefa está Retirada",
132
+ "The number of units to be dropped off": "O número de unidades a serem derrubadas",
133
+ "Override the recipient name for this task only": "Substituir apenas o nome do destinatário para esta tarefa",
134
+ "Override the recipient notes for this task only": "Substituir apenas as notas de destinatário para esta tarefa",
135
+ "Override the recipient skip SMS option for this task only": "Substituir a opção de ignorar SMS de destinatário apenas para esta tarefa",
136
+ "The number of minutes to be spent by the worker on arrival at this task's destination": "O número de minutos a serem gastos pelo trabalhador ao chegar ao destino desta tarefa",
137
+ "The ID of the task you want to delete": "A ID da tarefa que você deseja excluir",
138
+ "The ID of the task you want to complete": "A identificação da tarefa que você deseja completar",
139
+ "Whether to complete the task as a success or not": "Se deve concluir a tarefa como um sucesso ou não",
140
+ "ID of the task you want to clone": "ID da tarefa que deseja clonar",
141
+ "ID of the task you want to update": "ID da tarefa que você deseja atualizar",
142
+ "The ID of the destination you want to delete": "O ID do destino que você deseja excluir",
143
+ "Name of the hub": "Nome do hub",
144
+ "ID of the connected organization": "ID da organização conectada",
145
+ "Full name": "Nome completo",
146
+ "Whether this administrator can perform write operations.": "Se este administrador pode executar operações de gravação.",
147
+ "Name of the worker": "Nome do trabalhador",
148
+ "The maximum number of units this worker can carry": "O número máximo de unidades que este trabalhador pode carregar",
149
+ "Name of the team": "Nome da equipe",
150
+ "Allows Drivers to Self Assign Tasks that are in the Team unassigned container.": "Permite que motoristas atribuam tarefas que estão na equipe não atribuída",
151
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
152
+ "GET": "OBTER",
153
+ "POST": "POSTAR",
154
+ "PATCH": "COMPRAR",
155
+ "PUT": "COLOCAR",
156
+ "DELETE": "EXCLUIR",
157
+ "HEAD": "CABEÇA",
158
+ "Task Arrival": "Chegada da tarefa",
159
+ "Task Assigned": "Tarefa atribuída",
160
+ "Task Cloned": "Tarefa Clonada",
161
+ "Task Completed": "Tarefa concluída",
162
+ "Task Created": "Tarefa criada",
163
+ "Task Delayed": "Tarefa atrasada",
164
+ "Task Deleted": "Tarefa Excluída",
165
+ "Task ETA": "Task ETA",
166
+ "Task Failed": "Tarefa Falhou",
167
+ "Task Started": "Tarefa iniciada",
168
+ "Task Unassigned": "Tarefa não atribuída",
169
+ "Task Updated": "Tarefa atualizada",
170
+ "Worker Created": "Criada pelo trabalhador",
171
+ "Worker Deleted": "Trabalhador Excluído",
172
+ "Worker Duty Change": "Mudança de dever do trabalhador",
173
+ "Auto Dispatch Completed": "Envio automático concluído",
174
+ "SMS Recipient Opt Out": "Recusa por SMS Destinatário",
175
+ "SMS Recipient Response Missed": "SMS Destinatário de Resposta Perdida",
176
+ "Triggers when a task worker arriving at or closer than threshold value provided, in meters": "Desencadeia quando um colaborador de tarefa chega ou está mais próximo do limite fornecido, em metros",
177
+ "Triggers when a task is assigned": "Dispara quando uma tarefa é atribuída",
178
+ "Triggers when a task is cloned": "Dispara quando uma tarefa é clonada",
179
+ "Triggers when a task is completed": "Dispara quando uma tarefa for concluída",
180
+ "Triggers when a task is created": "Dispara quando uma tarefa é criada",
181
+ "Triggers when a task is delayed": "Dispara quando uma tarefa está atrasada",
182
+ "Triggers when a task is deleted": "Dispara quando uma tarefa é excluída",
183
+ "Triggers when a task worker ETA less than or equal to threshold value provided, in seconds": "Dispara quando uma tarefa ETA for menor ou igual ao limite fornecido, em segundos",
184
+ "Triggers when a task has failed": "Dispara quando uma tarefa falhou",
185
+ "Triggers when a task is started": "Dispara quando uma tarefa é iniciada",
186
+ "Triggers when a task is unassigned": "Dispara quando uma tarefa é desatribuída",
187
+ "Triggers when a task is updated": "Dispara quando uma tarefa é atualizada",
188
+ "Triggers when a worker is created": "Dispara quando um funcionário é criado",
189
+ "Triggers when a worker is deleted": "Desencadeia quando um worker é excluído",
190
+ "Triggers when a worker status changes": "Aciona quando o status de um trabalhador muda",
191
+ "Triggers when team auto-dispatch calculation is completed": "Aciona quando o cálculo de auto-envio da equipe é concluído",
192
+ "Triggers when a recipient opts out of SMS notifications": "Dispara quando um destinatário optar por não receber notificações de SMS",
193
+ "Triggers when a recipient responds to a notification via SMS, but the organization is unable to handle it at that time": "Aciona quando um destinatário responde a uma notificação via SMS, mas a organização é incapaz de manipulá-la naquele momento"
194
+ }
@@ -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": "\nЧтобы получить ключ API, следуйте инструкциям ниже:\n1. Перейдите в настройки -> API и Webhooks.\n2. Нажмите на знак плюса в разделе API Keys.\n3. Введите имя ключа API и нажмите на клавишу создания.\n4. Скопируйте сгенерированный ключ на ввод ниже.\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": "Использовать идентификатор получателя",
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": "Почта",
101
+ "Phone Number": "Номер телефона",
102
+ "Read Only": "Только для чтения",
103
+ "Administrator": "Администратор",
104
+ "Capacity": "Емкость",
105
+ "Display Name": "Показать имя",
106
+ "Worker": "Работник",
107
+ "Workers": "Рабочие",
108
+ "Managers": "Менеджеры",
109
+ "Enable Self Assignment": "Включить самоназначение",
110
+ "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.": "При включении этой опции Onfleet по умолчанию будет использовать номер длинного кода для 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": "Установите этот флажок, если пункт назначения является одной unparsed строкой",
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": "Максимальное количество единиц, которое работник может нести",
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": "ПОСТ",
154
+ "PATCH": "ПАТЧ",
155
+ "PUT": "ПОКУПИТЬ",
156
+ "DELETE": "УДАЛИТЬ",
157
+ "HEAD": "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
+ }
@@ -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": "Create Task",
9
+ "Delete Task": "Delete Task",
10
+ "Force Complete Task": "Force Complete Task",
11
+ "Clone Task": "Clone Task",
12
+ "Update Task": "Update Task",
13
+ "Get Task": "Get Task",
14
+ "Get Tasks": "Get Tasks",
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": "Get Team",
34
+ "Get Teams": "Get Teams",
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": "Make a custom API call to a specific endpoint",
71
+ "Name": "Name",
72
+ "Phone": "Phone",
73
+ "Notes": "Notes",
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": "Destination",
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": "Quantity",
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": "From",
94
+ "To": "To",
95
+ "State": "State",
96
+ "Destination ID": "Destination ID",
97
+ "Teams": "Teams",
98
+ "Hub": "Hub",
99
+ "Organization ID": "Organization ID",
100
+ "Email": "Email",
101
+ "Phone Number": "Phone Number",
102
+ "Read Only": "Read Only",
103
+ "Administrator": "Administrator",
104
+ "Capacity": "Capacity",
105
+ "Display Name": "Display Name",
106
+ "Worker": "Worker",
107
+ "Workers": "Workers",
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": "Method",
114
+ "Headers": "Headers",
115
+ "Query Parameters": "Query Parameters",
116
+ "Body": "Body",
117
+ "No Error on Failure": "No Error on Failure",
118
+ "Timeout (in seconds)": "Timeout (in seconds)",
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.": "Authorization headers are injected automatically from your connection.",
152
+ "GET": "GET",
153
+ "POST": "POST",
154
+ "PATCH": "PATCH",
155
+ "PUT": "PUT",
156
+ "DELETE": "DELETE",
157
+ "HEAD": "HEAD",
158
+ "Task Arrival": "Task Arrival",
159
+ "Task Assigned": "Task Assigned",
160
+ "Task Cloned": "Task Cloned",
161
+ "Task Completed": "Task Completed",
162
+ "Task Created": "Task Created",
163
+ "Task Delayed": "Task Delayed",
164
+ "Task Deleted": "Task Deleted",
165
+ "Task ETA": "Task ETA",
166
+ "Task Failed": "Task Failed",
167
+ "Task Started": "Task Started",
168
+ "Task Unassigned": "Task Unassigned",
169
+ "Task Updated": "Task Updated",
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": "Triggers when a task is created",
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
+ }