@bigbinary/neeto-rules-frontend 2.6.0 → 2.6.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.
Files changed (50) hide show
  1. package/app/javascript/src/translations/ar.json +107 -3
  2. package/app/javascript/src/translations/bg.json +107 -3
  3. package/app/javascript/src/translations/ca.json +107 -3
  4. package/app/javascript/src/translations/cs.json +107 -3
  5. package/app/javascript/src/translations/da.json +107 -3
  6. package/app/javascript/src/translations/de.json +107 -3
  7. package/app/javascript/src/translations/en.json +2 -1
  8. package/app/javascript/src/translations/es-MX.json +107 -3
  9. package/app/javascript/src/translations/es.json +107 -3
  10. package/app/javascript/src/translations/et.json +107 -3
  11. package/app/javascript/src/translations/fi.json +107 -3
  12. package/app/javascript/src/translations/fil.json +107 -3
  13. package/app/javascript/src/translations/fr.json +107 -3
  14. package/app/javascript/src/translations/he.json +107 -3
  15. package/app/javascript/src/translations/hi.json +107 -3
  16. package/app/javascript/src/translations/hr.json +107 -3
  17. package/app/javascript/src/translations/hu.json +107 -3
  18. package/app/javascript/src/translations/id.json +107 -3
  19. package/app/javascript/src/translations/it.json +107 -3
  20. package/app/javascript/src/translations/ja.json +107 -3
  21. package/app/javascript/src/translations/ko.json +107 -3
  22. package/app/javascript/src/translations/nl.json +107 -3
  23. package/app/javascript/src/translations/pl.json +107 -3
  24. package/app/javascript/src/translations/pt-BR.json +107 -3
  25. package/app/javascript/src/translations/pt.json +107 -3
  26. package/app/javascript/src/translations/ro.json +107 -3
  27. package/app/javascript/src/translations/ru.json +107 -3
  28. package/app/javascript/src/translations/sk.json +107 -3
  29. package/app/javascript/src/translations/sl.json +107 -3
  30. package/app/javascript/src/translations/sv.json +107 -3
  31. package/app/javascript/src/translations/th.json +107 -3
  32. package/app/javascript/src/translations/tr.json +107 -3
  33. package/app/javascript/src/translations/uk.json +107 -3
  34. package/app/javascript/src/translations/vi.json +107 -3
  35. package/app/javascript/src/translations/zh-CN.json +107 -3
  36. package/app/javascript/src/translations/zh-TW.json +107 -3
  37. package/dist/.ready +1 -1
  38. package/dist/NeetoRulesBuilder.js +1 -1
  39. package/dist/NeetoRulesForm.js +1 -1
  40. package/dist/cjs/NeetoRulesBuilder.js +1 -1
  41. package/dist/cjs/NeetoRulesForm.js +1 -1
  42. package/dist/cjs/index.js +1 -1
  43. package/dist/{index-CkYo0ca_.js → index-B0FTuUOt.js} +20 -3
  44. package/dist/index-B0FTuUOt.js.map +1 -0
  45. package/dist/{index-3f8Yrbst.js → index-C8o4tdnQ.js} +20 -3
  46. package/dist/index-C8o4tdnQ.js.map +1 -0
  47. package/dist/index.js +1 -1
  48. package/package.json +6 -6
  49. package/dist/index-3f8Yrbst.js.map +0 -1
  50. package/dist/index-CkYo0ca_.js.map +0 -1
@@ -47,7 +47,8 @@
47
47
  "orIf": "of als",
48
48
  "andWhen": "en wanneer",
49
49
  "orWhen": "of wanneer",
50
- "andThen": "en dan"
50
+ "andThen": "en dan",
51
+ "close": "Sluiten"
51
52
  },
52
53
  "cannedResponses": {
53
54
  "title": "Voorgeprogrammeerde reacties"
@@ -345,14 +346,15 @@
345
346
  "slack": {
346
347
  "messageTo": "Bericht naar Slack",
347
348
  "selectChannel": "Selecteer een kanaal",
348
- "refreshChannelList": "Ververs Slack-kanaallijst"
349
+ "refreshChannelList": "Ververs Slack-kanaallijst",
350
+ "private": "privé"
349
351
  },
350
352
  "shortcuts": {
351
353
  "submit": "Dien veld in",
352
354
  "cancel": "Annuleer"
353
355
  },
354
356
  "helpTexts": {
355
- "phoneNumber": "Voer het nummer in met een + gevolgd door de landcode (bijvoorbeeld: +918888888888)."
357
+ "phoneNumber": "Voer elk nummer in met een + gevolgd door de landcode (bijvoorbeeld: +918888888888). Je kunt meerdere nummers toevoegen."
356
358
  },
357
359
  "messages": {
358
360
  "removeInvalidPhoneNumbers": "Klik hier om ongeldige telefoonnummers te verwijderen."
@@ -386,6 +388,108 @@
386
388
  },
387
389
  "apiFields": {
388
390
  "insertPlaceholder": "Plaats aanduiding: {{label}}"
391
+ },
392
+ "builder": {
393
+ "whenThisHappens": "Wanneer dit gebeurt",
394
+ "selectCondition": "selecteer een voorwaarde",
395
+ "selectOperator": "selecteer operator",
396
+ "selectActor": "selecteer iemand",
397
+ "selectRecipient": "selecteer ontvanger",
398
+ "selectFallback": "selecteer",
399
+ "selectNoun": "selecteer {{noun, anyCase}}",
400
+ "send": "verzend",
401
+ "setDelay": "stel vertraging in",
402
+ "thenDoThis": "Doe dan dit",
403
+ "pickTriggerFirst": "Kies eerst een trigger",
404
+ "automationName": "Automatiseringsnaam",
405
+ "nameYourAutomation": "Geef je automatisering een naam",
406
+ "activateThisAutomation": "Activeer deze automatisering",
407
+ "nameSubtitle": "Geef deze automatisering een naam. Laat leeg om de automatisch gegenereerde naam te gebruiken.",
408
+ "valueWord": "waarde",
409
+ "pickValue": "Kies {{field}}",
410
+ "valueSubtitle": "Kies een waarde om tegen te matchen.",
411
+ "valuesSubtitle": "Kies een of meer waarden voor {{field}}.",
412
+ "waitFor": "Wacht op",
413
+ "before": "Voor",
414
+ "leadTimeTitle": "Voorafgaand aan de vergadering begint",
415
+ "leadTimeSubtitle": "Hoe lang voordat de vergadering begint moet deze automatisering draaien?",
416
+ "setUp": "Instellen",
417
+ "setUpAction": "Stel actie in",
418
+ "setUpMediumLabel": "{{verb}} {{mediumLabel}}",
419
+ "noConfig": "Geen configuratie nodig voor deze actie.",
420
+ "noMatches": "Geen overeenkomsten",
421
+ "searchPlaceholder": "Zoeken...",
422
+ "config": {
423
+ "subject": "Onderwerp",
424
+ "subjectPlaceholder": "Voer onderwerp in",
425
+ "body": "Bericht",
426
+ "bodyPlaceholder": "Voer het bericht in",
427
+ "note": "Opmerking",
428
+ "message": "Bericht",
429
+ "value": "Waarde",
430
+ "keywords": "Sleutelwoorden",
431
+ "keywordsPlaceholder": "Typ en druk op enter",
432
+ "emailAddresses": "E-mailadressen",
433
+ "emailPlaceholder": "Voer e-mailadressen in",
434
+ "exampleEmail": "oliver@example.com",
435
+ "recipient": "Ontvanger",
436
+ "smsSegmentHint": "Houd het onder de 160 tekens om in één sms-segment te blijven.",
437
+ "noOptions": "Geen opties beschikbaar.",
438
+ "noOptionsFor": "Geen {{field}} beschikbaar."
439
+ },
440
+ "aria": {
441
+ "addCondition": "Voeg een voorwaarde toe",
442
+ "addAnotherCondition": "Voeg nog een voorwaarde toe",
443
+ "deleteCondition": "Verwijder voorwaarde",
444
+ "clearTrigger": "Wis trigger",
445
+ "addAnotherAction": "Voeg een andere actie toe",
446
+ "deleteAction": "Verwijder actie",
447
+ "addAnotherBookingPage": "Voeg nog een boekingspagina toe",
448
+ "removeBookingPage": "Verwijder boekingspagina",
449
+ "removeDelay": "Verwijder vertraging",
450
+ "increase": "Verhoog",
451
+ "decrease": "Verminder"
452
+ },
453
+ "panes": {
454
+ "addCondition": "Voeg een voorwaarde toe",
455
+ "changeTriggers": "Verander triggers",
456
+ "changeTrigger": "Verander trigger",
457
+ "addTrigger": "Voeg een trigger toe",
458
+ "whenEllipsis": "Wanneer…",
459
+ "triggerSubtitleMulti": "Kies een of meer triggers. De automatisering draait wanneer een van hen gebeurt.",
460
+ "triggerSubtitleReplace": "Kies een andere trigger voor deze rij.",
461
+ "triggerSubtitleAdd": "Kies wat deze automatisering in gang moet zetten.",
462
+ "actorTitle": "Triggered door...",
463
+ "actorSubtitle": "Kies wie deze automatisering activeert.",
464
+ "condFieldSubtitle": "Kies een veld om een voorwaarde voor toe te voegen.",
465
+ "operatorTitle": "Operator",
466
+ "operatorSubtitle": "Kies hoe de waarde moet overeenkomen.",
467
+ "operatorTitleKeywords": "Hoe sleutelwoorden overeenkomen?",
468
+ "operatorSubtitleKeywords": "Kies hoe sleutelwoorden tegen {{field}} moeten overeenkomen.",
469
+ "operatorTitleValues": "Hoe waarden overeenkomen?",
470
+ "operatorSubtitleValues": "Kies hoe te matchen {{field}}.",
471
+ "operatorTitleExclude": "Match of sluit uit?",
472
+ "operatorSubtitleExclude": "Kies hoe te matchen {{field}}.",
473
+ "operatorTitleNumber": "Hoe vergelijken?",
474
+ "operatorSubtitleNumber": "Kies hoe te vergelijken {{field}}.",
475
+ "connectorTitle": "Combineer voorwaarden",
476
+ "connectorSubtitle": "Moeten alle voorwaarden overeenkomen, of een van hen?",
477
+ "connectorAndOption": "en (alle voorwaarden moeten overeenkomen)",
478
+ "connectorOrOption": "of (een van de voorwaarden moet overeenkomen)",
479
+ "actionAddTitle": "Voeg een actie toe",
480
+ "actionSwapTitle": "Verander kanaal",
481
+ "actionAddSubtitle": "Kies wat het resultaat moet zijn.",
482
+ "actionSwapSubtitle": "Kies een ander kanaal voor deze actie.",
483
+ "recipientTitle": "Verzenden naar",
484
+ "recipientSubtitle": "Kies wie dit moet ontvangen.",
485
+ "scopeChangeTitle": "Verander boekingspagina's",
486
+ "scopeTitle": "Kies boekingspagina's",
487
+ "scopeSubtitle": "Kies een of meer opties. De automatisering draait op een van hen."
488
+ },
489
+ "scope": {
490
+ "lead": "Aan",
491
+ "placeholder": "Op deze boekingen"
492
+ }
389
493
  }
390
494
  }
391
495
  }
@@ -47,7 +47,8 @@
47
47
  "orIf": "lub jeśli",
48
48
  "andWhen": "i kiedy",
49
49
  "orWhen": "lub kiedy",
50
- "andThen": "i wtedy"
50
+ "andThen": "i wtedy",
51
+ "close": "Zamknij"
51
52
  },
52
53
  "cannedResponses": {
53
54
  "title": "Gotowe odpowiedzi"
@@ -345,14 +346,15 @@
345
346
  "slack": {
346
347
  "messageTo": "Wiadomość do Slack",
347
348
  "selectChannel": "Wybierz kanał",
348
- "refreshChannelList": "Odśwież listę kanałów Slack"
349
+ "refreshChannelList": "Odśwież listę kanałów Slack",
350
+ "private": "prywatny"
349
351
  },
350
352
  "shortcuts": {
351
353
  "submit": "Prześlij pole",
352
354
  "cancel": "Anuluj"
353
355
  },
354
356
  "helpTexts": {
355
- "phoneNumber": "Proszę wpisać numer z plusem, a następnie kod kraju (na przykład: +918888888888)."
357
+ "phoneNumber": "Wprowadź każdy numer z +, a następnie kod kraju (na przykład: +918888888888). Możesz dodać wiele numerów."
356
358
  },
357
359
  "messages": {
358
360
  "removeInvalidPhoneNumbers": "Kliknij tutaj, aby usunąć nieprawidłowe numery telefonów."
@@ -386,6 +388,108 @@
386
388
  },
387
389
  "apiFields": {
388
390
  "insertPlaceholder": "Wstaw placeholder: {{label}}"
391
+ },
392
+ "builder": {
393
+ "whenThisHappens": "Gdy to się stanie",
394
+ "selectCondition": "wybierz warunek",
395
+ "selectOperator": "wybierz operatora",
396
+ "selectActor": "wybierz kogoś",
397
+ "selectRecipient": "wybierz odbiorcę",
398
+ "selectFallback": "wybierz",
399
+ "selectNoun": "wybierz {{noun, anyCase}}",
400
+ "send": "wyślij",
401
+ "setDelay": "ustaw opóźnienie",
402
+ "thenDoThis": "Następnie zrób to",
403
+ "pickTriggerFirst": "Najpierw wybierz wyzwalacz",
404
+ "automationName": "Nazwa automatyzacji",
405
+ "nameYourAutomation": "Nazwij swoją automatyzację",
406
+ "activateThisAutomation": "Aktywuj tę automatyzację",
407
+ "nameSubtitle": "Nazwij tę automatyzację. Pozostaw puste, aby użyć nazwy generowanej automatycznie.",
408
+ "valueWord": "wartość",
409
+ "pickValue": "Wybierz {{field}}",
410
+ "valueSubtitle": "Wybierz wartość do porównania.",
411
+ "valuesSubtitle": "Wybierz jedną lub więcej wartości dla {{field}}.",
412
+ "waitFor": "Czekaj na",
413
+ "before": "Przed",
414
+ "leadTimeTitle": "Przed rozpoczęciem spotkania",
415
+ "leadTimeSubtitle": "Ile czasu przed rozpoczęciem spotkania powinna działać ta automatyzacja?",
416
+ "setUp": "Skonfiguruj",
417
+ "setUpAction": "Skonfiguruj akcję",
418
+ "setUpMediumLabel": "{{verb}} {{mediumLabel}}",
419
+ "noConfig": "Brak konfiguracji wymaganej dla tej akcji.",
420
+ "noMatches": "Brak dopasowań",
421
+ "searchPlaceholder": "Szukaj...",
422
+ "config": {
423
+ "subject": "Temat",
424
+ "subjectPlaceholder": "Wprowadź temat",
425
+ "body": "Treść",
426
+ "bodyPlaceholder": "Wprowadź wiadomość",
427
+ "note": "Uwaga",
428
+ "message": "Wiadomość",
429
+ "value": "Wartość",
430
+ "keywords": "Słowa kluczowe",
431
+ "keywordsPlaceholder": "Wpisz i naciśnij enter",
432
+ "emailAddresses": "Adresy e-mail",
433
+ "emailPlaceholder": "Wprowadź adresy e-mail",
434
+ "exampleEmail": "oliver@example.com",
435
+ "recipient": "Odbiorca",
436
+ "smsSegmentHint": "Trzymaj to poniżej 160 znaków, aby zmieściło się w jednym segmencie SMS.",
437
+ "noOptions": "Brak dostępnych opcji.",
438
+ "noOptionsFor": "Brak {{field}} dostępnych."
439
+ },
440
+ "aria": {
441
+ "addCondition": "Dodaj warunek",
442
+ "addAnotherCondition": "Dodaj kolejny warunek",
443
+ "deleteCondition": "Usuń warunek",
444
+ "clearTrigger": "Wyczyść wyzwalacz",
445
+ "addAnotherAction": "Dodaj kolejną akcję",
446
+ "deleteAction": "Usuń akcję",
447
+ "addAnotherBookingPage": "Dodaj kolejną stronę rezerwacji",
448
+ "removeBookingPage": "Usuń stronę rezerwacji",
449
+ "removeDelay": "Usuń opóźnienie",
450
+ "increase": "Zwiększ",
451
+ "decrease": "Zmniejsz"
452
+ },
453
+ "panes": {
454
+ "addCondition": "Dodaj warunek",
455
+ "changeTriggers": "Zmień wyzwalacze",
456
+ "changeTrigger": "Zmień wyzwalacz",
457
+ "addTrigger": "Dodaj wyzwalacz",
458
+ "whenEllipsis": "Gdy…",
459
+ "triggerSubtitleMulti": "Wybierz jeden lub więcej wyzwalaczy. Automatyzacja uruchomi się, gdy którykolwiek z nich zaistnieje.",
460
+ "triggerSubtitleReplace": "Wybierz inny wyzwalacz dla tego wiersza.",
461
+ "triggerSubtitleAdd": "Wybierz, co powinno uruchomić tę automatyzację.",
462
+ "actorTitle": "Wyzwolony przez...",
463
+ "actorSubtitle": "Wybierz, kto wyzwala tę automatyzację.",
464
+ "condFieldSubtitle": "Wybierz pole, dla którego chcesz dodać warunek.",
465
+ "operatorTitle": "Operator",
466
+ "operatorSubtitle": "Wybierz, jak wartość powinna być dopasowana.",
467
+ "operatorTitleKeywords": "Jak dopasować słowa kluczowe?",
468
+ "operatorSubtitleKeywords": "Wybierz, jak dopasować słowa kluczowe do {{field}}.",
469
+ "operatorTitleValues": "Jak dopasować wartości?",
470
+ "operatorSubtitleValues": "Wybierz, jak dopasować {{field}}.",
471
+ "operatorTitleExclude": "Dopasować czy wykluczyć?",
472
+ "operatorSubtitleExclude": "Wybierz, jak dopasować {{field}}.",
473
+ "operatorTitleNumber": "Jak porównać?",
474
+ "operatorSubtitleNumber": "Wybierz, jak porównać {{field}}.",
475
+ "connectorTitle": "Połącz warunki",
476
+ "connectorSubtitle": "Czy wszystkie warunki muszą być spełnione, czy wystarczy jeden z nich?",
477
+ "connectorAndOption": "i (dopasuj wszystkie warunki)",
478
+ "connectorOrOption": "lub (dopasuj dowolny warunek)",
479
+ "actionAddTitle": "Dodaj akcję",
480
+ "actionSwapTitle": "Zmień kanał",
481
+ "actionAddSubtitle": "Wybierz, co powinno się zdarzyć w wyniku.",
482
+ "actionSwapSubtitle": "Wybierz inny kanał dla tej akcji.",
483
+ "recipientTitle": "Wyślij do",
484
+ "recipientSubtitle": "Wybierz, kto powinien to otrzymać.",
485
+ "scopeChangeTitle": "Zmień strony rezerwacji",
486
+ "scopeTitle": "Wybierz strony rezerwacji",
487
+ "scopeSubtitle": "Wybierz jedną lub więcej opcji. Automatyzacja działa na każdej z nich."
488
+ },
489
+ "scope": {
490
+ "lead": "Na",
491
+ "placeholder": "Na tych rezerwacjach"
492
+ }
389
493
  }
390
494
  }
391
495
  }
@@ -47,7 +47,8 @@
47
47
  "orIf": "ou se",
48
48
  "andWhen": "e quando",
49
49
  "orWhen": "ou quando",
50
- "andThen": "e então"
50
+ "andThen": "e então",
51
+ "close": "Fechar"
51
52
  },
52
53
  "cannedResponses": {
53
54
  "title": "Respostas prontas"
@@ -345,14 +346,15 @@
345
346
  "slack": {
346
347
  "messageTo": "Mensagem para Slack",
347
348
  "selectChannel": "Selecionar um canal",
348
- "refreshChannelList": "Atualizar lista de canais do Slack"
349
+ "refreshChannelList": "Atualizar lista de canais do Slack",
350
+ "private": "privado"
349
351
  },
350
352
  "shortcuts": {
351
353
  "submit": "Enviar campo",
352
354
  "cancel": "Cancelar"
353
355
  },
354
356
  "helpTexts": {
355
- "phoneNumber": "Por favor, insira o número com um + seguido do código do país (por exemplo: +918888888888)."
357
+ "phoneNumber": "Por favor, insira cada número com um + seguido do código do país (por exemplo: +918888888888). Você pode adicionar vários números."
356
358
  },
357
359
  "messages": {
358
360
  "removeInvalidPhoneNumbers": "Clique aqui para remover números de telefone inválidos."
@@ -386,6 +388,108 @@
386
388
  },
387
389
  "apiFields": {
388
390
  "insertPlaceholder": "Inserir espaço reservado: {{label}}"
391
+ },
392
+ "builder": {
393
+ "whenThisHappens": "Quando isso acontecer",
394
+ "selectCondition": "selecione uma condição",
395
+ "selectOperator": "selecione operador",
396
+ "selectActor": "selecione alguém",
397
+ "selectRecipient": "selecione destinatário",
398
+ "selectFallback": "selecione",
399
+ "selectNoun": "selecione {{noun, anyCase}}",
400
+ "send": "enviar",
401
+ "setDelay": "definir atraso",
402
+ "thenDoThis": "Então faça isso",
403
+ "pickTriggerFirst": "Escolha um gatilho primeiro",
404
+ "automationName": "Nome da automação",
405
+ "nameYourAutomation": "Nomeie sua automação",
406
+ "activateThisAutomation": "Ative esta automação",
407
+ "nameSubtitle": "Nomeie esta automação. Deixe em branco para usar o nome gerado automaticamente.",
408
+ "valueWord": "valor",
409
+ "pickValue": "Escolha {{field}}",
410
+ "valueSubtitle": "Escolha um valor para comparar.",
411
+ "valuesSubtitle": "Escolha um ou mais valores para {{field}}.",
412
+ "waitFor": "Aguarde",
413
+ "before": "Antes",
414
+ "leadTimeTitle": "Antes da reunião começar",
415
+ "leadTimeSubtitle": "Quanto tempo antes da reunião deve esta automação ser executada?",
416
+ "setUp": "Configurar",
417
+ "setUpAction": "Configurar ação",
418
+ "setUpMediumLabel": "{{verb}} {{mediumLabel}}",
419
+ "noConfig": "Nenhuma configuração necessária para esta ação.",
420
+ "noMatches": "Sem correspondências",
421
+ "searchPlaceholder": "Pesquisar...",
422
+ "config": {
423
+ "subject": "Assunto",
424
+ "subjectPlaceholder": "Digite o assunto",
425
+ "body": "Corpo",
426
+ "bodyPlaceholder": "Digite a mensagem",
427
+ "note": "Nota",
428
+ "message": "Mensagem",
429
+ "value": "Valor",
430
+ "keywords": "Palavras-chave",
431
+ "keywordsPlaceholder": "Digite e pressione enter",
432
+ "emailAddresses": "Endereços de e-mail",
433
+ "emailPlaceholder": "Digite endereços de e-mail",
434
+ "exampleEmail": "oliver@example.com",
435
+ "recipient": "Destinatário",
436
+ "smsSegmentHint": "Mantenha abaixo de 160 caracteres para permanecer em um segmento de SMS.",
437
+ "noOptions": "Nenhuma opção disponível.",
438
+ "noOptionsFor": "Sem {{field}} disponível."
439
+ },
440
+ "aria": {
441
+ "addCondition": "Adicionar uma condição",
442
+ "addAnotherCondition": "Adicionar outra condição",
443
+ "deleteCondition": "Excluir condição",
444
+ "clearTrigger": "Limpar gatilho",
445
+ "addAnotherAction": "Adicionar outra ação",
446
+ "deleteAction": "Excluir ação",
447
+ "addAnotherBookingPage": "Adicionar outra página de reserva",
448
+ "removeBookingPage": "Remover página de reserva",
449
+ "removeDelay": "Remover atraso",
450
+ "increase": "Aumentar",
451
+ "decrease": "Diminuir"
452
+ },
453
+ "panes": {
454
+ "addCondition": "Adicionar uma condição",
455
+ "changeTriggers": "Alterar gatilhos",
456
+ "changeTrigger": "Alterar gatilho",
457
+ "addTrigger": "Adicionar um gatilho",
458
+ "whenEllipsis": "Quando…",
459
+ "triggerSubtitleMulti": "Escolha um ou mais gatilhos. A automação é executada quando qualquer um deles acontece.",
460
+ "triggerSubtitleReplace": "Escolha um gatilho diferente para esta linha.",
461
+ "triggerSubtitleAdd": "Escolha o que deve acioná-la.",
462
+ "actorTitle": "Acionado por...",
463
+ "actorSubtitle": "Escolha quem aciona esta automação.",
464
+ "condFieldSubtitle": "Escolha um campo para adicionar uma condição.",
465
+ "operatorTitle": "Operador",
466
+ "operatorSubtitle": "Escolha como o valor deve corresponder.",
467
+ "operatorTitleKeywords": "Como combinar palavras-chave?",
468
+ "operatorSubtitleKeywords": "Escolha como combinar palavras-chave com {{field}}.",
469
+ "operatorTitleValues": "Como combinar valores?",
470
+ "operatorSubtitleValues": "Escolha como combinar {{field}}.",
471
+ "operatorTitleExclude": "Combinar ou excluir?",
472
+ "operatorSubtitleExclude": "Escolha como combinar {{field}}.",
473
+ "operatorTitleNumber": "Comparar como?",
474
+ "operatorSubtitleNumber": "Escolha como comparar {{field}}.",
475
+ "connectorTitle": "Combinar condições",
476
+ "connectorSubtitle": "Todas as condições devem corresponder ou qualquer uma delas?",
477
+ "connectorAndOption": "e (corresponder todas as condições)",
478
+ "connectorOrOption": "ou (corresponder qualquer condição)",
479
+ "actionAddTitle": "Adicionar uma ação",
480
+ "actionSwapTitle": "Alterar canal",
481
+ "actionAddSubtitle": "Escolha o que deve acontecer como resultado.",
482
+ "actionSwapSubtitle": "Escolha um canal diferente para esta ação.",
483
+ "recipientTitle": "Enviar para",
484
+ "recipientSubtitle": "Escolha quem deve receber isso.",
485
+ "scopeChangeTitle": "Alterar páginas de reserva",
486
+ "scopeTitle": "Escolha páginas de reserva",
487
+ "scopeSubtitle": "Escolha uma ou mais opções. A automação é executada em qualquer uma delas."
488
+ },
489
+ "scope": {
490
+ "lead": "Em",
491
+ "placeholder": "Em essas reservas"
492
+ }
389
493
  }
390
494
  }
391
495
  }
@@ -47,7 +47,8 @@
47
47
  "orIf": "ou se",
48
48
  "andWhen": "e quando",
49
49
  "orWhen": "ou quando",
50
- "andThen": "e então"
50
+ "andThen": "e então",
51
+ "close": "Fechar"
51
52
  },
52
53
  "cannedResponses": {
53
54
  "title": "Respostas pré-definidas"
@@ -345,14 +346,15 @@
345
346
  "slack": {
346
347
  "messageTo": "Mensagem para o Slack",
347
348
  "selectChannel": "Selecionar um canal",
348
- "refreshChannelList": "Atualizar lista de canais do Slack"
349
+ "refreshChannelList": "Atualizar lista de canais do Slack",
350
+ "private": "privado"
349
351
  },
350
352
  "shortcuts": {
351
353
  "submit": "Enviar campo",
352
354
  "cancel": "Cancelar"
353
355
  },
354
356
  "helpTexts": {
355
- "phoneNumber": "Por favor, insira o número com um + seguido pelo código do país (por exemplo: +918888888888)."
357
+ "phoneNumber": "Por favor, insira cada número com um + seguido do código do país (por exemplo: +918888888888). Você pode adicionar múltiplos números."
356
358
  },
357
359
  "messages": {
358
360
  "removeInvalidPhoneNumbers": "Clique aqui para remover números de telefone inválidos."
@@ -386,6 +388,108 @@
386
388
  },
387
389
  "apiFields": {
388
390
  "insertPlaceholder": "Inserir espaço reservado: {{label}}"
391
+ },
392
+ "builder": {
393
+ "whenThisHappens": "Quando isso acontecer",
394
+ "selectCondition": "selecione uma condição",
395
+ "selectOperator": "selecione o operador",
396
+ "selectActor": "selecione alguém",
397
+ "selectRecipient": "selecione o destinatário",
398
+ "selectFallback": "selecione",
399
+ "selectNoun": "selecione {{noun, anyCase}}",
400
+ "send": "enviar",
401
+ "setDelay": "definir atraso",
402
+ "thenDoThis": "Então faça isso",
403
+ "pickTriggerFirst": "Escolha um gatilho primeiro",
404
+ "automationName": "Nome da automação",
405
+ "nameYourAutomation": "Nomeie sua automação",
406
+ "activateThisAutomation": "Ative esta automação",
407
+ "nameSubtitle": "Nomeie esta automação. Deixe em branco para usar o nome gerado automaticamente.",
408
+ "valueWord": "valor",
409
+ "pickValue": "Escolha {{field}}",
410
+ "valueSubtitle": "Escolha um valor para comparar.",
411
+ "valuesSubtitle": "Escolha um ou mais valores para {{field}}.",
412
+ "waitFor": "Aguarde",
413
+ "before": "Antes",
414
+ "leadTimeTitle": "Antes do início da reunião",
415
+ "leadTimeSubtitle": "Quanto tempo antes do início da reunião esta automação deve ser executada?",
416
+ "setUp": "Configurar",
417
+ "setUpAction": "Configurar ação",
418
+ "setUpMediumLabel": "{{verb}} {{mediumLabel}}",
419
+ "noConfig": "Nenhuma configuração necessária para esta ação.",
420
+ "noMatches": "Nenhuma correspondência",
421
+ "searchPlaceholder": "Pesquisar...",
422
+ "config": {
423
+ "subject": "Assunto",
424
+ "subjectPlaceholder": "Digite o assunto",
425
+ "body": "Corpo",
426
+ "bodyPlaceholder": "Digite a mensagem",
427
+ "note": "Nota",
428
+ "message": "Mensagem",
429
+ "value": "Valor",
430
+ "keywords": "Palavras-chave",
431
+ "keywordsPlaceholder": "Digite e pressione enter",
432
+ "emailAddresses": "Endereços de e-mail",
433
+ "emailPlaceholder": "Digite os endereços de e-mail",
434
+ "exampleEmail": "oliver@example.com",
435
+ "recipient": "Destinatário",
436
+ "smsSegmentHint": "Mantenha abaixo de 160 caracteres para permanecer em um segmento SMS.",
437
+ "noOptions": "Nenhuma opção disponível.",
438
+ "noOptionsFor": "Nenhum {{field}} disponível."
439
+ },
440
+ "aria": {
441
+ "addCondition": "Adicionar uma condição",
442
+ "addAnotherCondition": "Adicionar outra condição",
443
+ "deleteCondition": "Excluir condição",
444
+ "clearTrigger": "Limpar gatilho",
445
+ "addAnotherAction": "Adicionar outra ação",
446
+ "deleteAction": "Excluir ação",
447
+ "addAnotherBookingPage": "Adicionar outra página de reserva",
448
+ "removeBookingPage": "Remover página de reserva",
449
+ "removeDelay": "Remover atraso",
450
+ "increase": "Aumentar",
451
+ "decrease": "Diminuir"
452
+ },
453
+ "panes": {
454
+ "addCondition": "Adicionar uma condição",
455
+ "changeTriggers": "Alterar gatilhos",
456
+ "changeTrigger": "Alterar gatilho",
457
+ "addTrigger": "Adicionar um gatilho",
458
+ "whenEllipsis": "Quando...",
459
+ "triggerSubtitleMulti": "Escolha um ou mais gatilhos. A automação é executada quando qualquer um deles acontece.",
460
+ "triggerSubtitleReplace": "Escolha um gatilho diferente para esta linha.",
461
+ "triggerSubtitleAdd": "Escolha o que deve ativar esta automação.",
462
+ "actorTitle": "Acionado por...",
463
+ "actorSubtitle": "Escolha quem aciona esta automação.",
464
+ "condFieldSubtitle": "Escolha um campo para adicionar uma condição.",
465
+ "operatorTitle": "Operador",
466
+ "operatorSubtitle": "Escolha como o valor deve corresponder.",
467
+ "operatorTitleKeywords": "Correspondência de palavras-chave como?",
468
+ "operatorSubtitleKeywords": "Escolha como corresponder palavras-chave contra {{field}}.",
469
+ "operatorTitleValues": "Correspondência de valores como?",
470
+ "operatorSubtitleValues": "Escolha como corresponder {{field}}.",
471
+ "operatorTitleExclude": "Correspondência ou exclusão?",
472
+ "operatorSubtitleExclude": "Escolha como corresponder {{field}}.",
473
+ "operatorTitleNumber": "Comparar como?",
474
+ "operatorSubtitleNumber": "Escolha como comparar {{field}}.",
475
+ "connectorTitle": "Combinar condições",
476
+ "connectorSubtitle": "Devem todas as condições corresponder, ou apenas uma delas?",
477
+ "connectorAndOption": "e (corresponder todas as condições)",
478
+ "connectorOrOption": "ou (corresponder a qualquer condição)",
479
+ "actionAddTitle": "Adicionar uma ação",
480
+ "actionSwapTitle": "Mudar canal",
481
+ "actionAddSubtitle": "Escolha o que deve acontecer como resultado.",
482
+ "actionSwapSubtitle": "Escolha um canal diferente para esta ação.",
483
+ "recipientTitle": "Enviar para",
484
+ "recipientSubtitle": "Escolha quem deve receber isso.",
485
+ "scopeChangeTitle": "Alterar páginas de reserva",
486
+ "scopeTitle": "Escolha páginas de reserva",
487
+ "scopeSubtitle": "Escolha uma ou mais opções. A automação é executada em qualquer uma delas."
488
+ },
489
+ "scope": {
490
+ "lead": "Em",
491
+ "placeholder": "Nestas reservas"
492
+ }
389
493
  }
390
494
  }
391
495
  }