@agendize/az-i18n 1.0.166 → 1.0.167

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 (2) hide show
  1. package/dist/az-i18n.es.js +123 -9
  2. package/package.json +1 -1
@@ -154,6 +154,15 @@ const b = {
154
154
  confirm: "@:common.action.confirm",
155
155
  staff: "@:common.field.staffs.label"
156
156
  }
157
+ },
158
+ user: {
159
+ userSelection: {
160
+ external: {
161
+ email: {
162
+ helper: "@:common.share.email.fields.email.helper"
163
+ }
164
+ }
165
+ }
157
166
  }
158
167
  }, h = {
159
168
  dashboard: {
@@ -241,6 +250,25 @@ const b = {
241
250
  phone: "@:widget.scheduling.service.options.locations.phone.label",
242
251
  videoconference: "@:common.locations.visio"
243
252
  },
253
+ share: {
254
+ email: {
255
+ fields: {
256
+ email: {
257
+ label: "@:common.field.emails.label"
258
+ }
259
+ }
260
+ },
261
+ items: {
262
+ iframe: {
263
+ description: "@:common.share.cards.iframe.description",
264
+ title: "@:common.share.cards.iframe.title"
265
+ },
266
+ qrcode: {
267
+ description: "@:common.share.cards.qrcode.description",
268
+ title: "@:common.share.cards.qrcode.title"
269
+ }
270
+ }
271
+ },
244
272
  titles: {
245
273
  none: "@:common.label.no-content"
246
274
  }
@@ -2616,6 +2644,7 @@ You can change the appointment time by clicking on the button provided or confir
2616
2644
  more: "Load more",
2617
2645
  next: "Next",
2618
2646
  no: "No",
2647
+ open: "Open",
2619
2648
  previous: "Previous",
2620
2649
  refuse: "Decline",
2621
2650
  remove: "Deleting",
@@ -2625,6 +2654,7 @@ You can change the appointment time by clicking on the button provided or confir
2625
2654
  toTop: "Move to top"
2626
2655
  },
2627
2656
  search: "Search",
2657
+ send: "Send",
2628
2658
  share: "Share",
2629
2659
  skip: "Skip to content",
2630
2660
  validate: "Submit",
@@ -2930,6 +2960,13 @@ You can change the appointment time by clicking on the button provided or confir
2930
2960
  title: "QR Code"
2931
2961
  }
2932
2962
  },
2963
+ email: {
2964
+ fields: {
2965
+ email: {
2966
+ helper: "Separate emails with ;"
2967
+ }
2968
+ }
2969
+ },
2933
2970
  iframe: {
2934
2971
  description: "Embed the widget directly into the content of your website",
2935
2972
  fields: {
@@ -4040,7 +4077,9 @@ Please register to join the queue.`,
4040
4077
  location: "Appointment location",
4041
4078
  notes: "Appointment note",
4042
4079
  start: "Appointment start",
4043
- status: "Appointment status"
4080
+ status: "Appointment status",
4081
+ interface: "Interface",
4082
+ source: "Source"
4044
4083
  },
4045
4084
  title: "Appointments:"
4046
4085
  },
@@ -8345,6 +8384,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
8345
8384
  more: "Charger plus",
8346
8385
  next: "Suivant",
8347
8386
  no: "Non",
8387
+ open: "Ouvrir",
8348
8388
  previous: "Précédent",
8349
8389
  refuse: "Refuser",
8350
8390
  remove: "Suppression",
@@ -8354,6 +8394,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
8354
8394
  toTop: "Remonter vers le haut de page"
8355
8395
  },
8356
8396
  search: "Rechercher",
8397
+ send: "Envoyer",
8357
8398
  share: "Partager",
8358
8399
  skip: "Aller au contenu",
8359
8400
  validate: "Valider",
@@ -8660,6 +8701,25 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
8660
8701
  title: "QR Code"
8661
8702
  }
8662
8703
  },
8704
+ email: {
8705
+ error: {
8706
+ common: {
8707
+ toaster: "Erreur lors du partage de lien par courriel"
8708
+ },
8709
+ format: {
8710
+ toaster: "Format des courriels invalide"
8711
+ }
8712
+ },
8713
+ fields: {
8714
+ email: {
8715
+ helper: "Séparer les emails par des ;",
8716
+ placeholder: "Saisissez un email ou plusieurs emails"
8717
+ }
8718
+ },
8719
+ send: {
8720
+ toaster: "Emails envoyés"
8721
+ }
8722
+ },
8663
8723
  iframe: {
8664
8724
  description: "Présenter le widget directement dans le contenu de votre site web",
8665
8725
  fields: {
@@ -8676,8 +8736,17 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
8676
8736
  label: "Largeur (px)"
8677
8737
  }
8678
8738
  },
8739
+ option: {
8740
+ title: "Paramètres de l'iframe"
8741
+ },
8679
8742
  title: "Intégration iframe"
8680
8743
  },
8744
+ items: {
8745
+ email: {
8746
+ description: "Envoyer un email à vos contacts avec le lien du widget.",
8747
+ title: "Envoyer par email"
8748
+ }
8749
+ },
8681
8750
  qrcode: {
8682
8751
  description: "Générer un QR Code que vous pourrez partager afin d'accéder au widget",
8683
8752
  fields: {
@@ -8688,6 +8757,9 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
8688
8757
  label: "Source"
8689
8758
  }
8690
8759
  },
8760
+ option: {
8761
+ title: "Paramètres du QRCode"
8762
+ },
8691
8763
  title: "QR Code"
8692
8764
  }
8693
8765
  },
@@ -9766,7 +9838,9 @@ Veuillez vous enregistrer pour vous inscrire dans la file d'attente.`,
9766
9838
  location: "Emplacement du rendez-vous",
9767
9839
  notes: "Note du rendez-vous",
9768
9840
  start: "Début du rendez-vous",
9769
- status: "Statut du rendez-vous"
9841
+ status: "Statut du rendez-vous",
9842
+ interface: "Interface",
9843
+ source: "Source"
9770
9844
  },
9771
9845
  title: "Rendez-vous :"
9772
9846
  },
@@ -12069,7 +12143,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
12069
12143
  client: {
12070
12144
  title: "Informations personnelles"
12071
12145
  },
12072
- "companies-all": "Tous",
12146
+ "companies-all": "Tous les établissements",
12073
12147
  companies: {
12074
12148
  list: {
12075
12149
  empty: "Aucun établissement n'a été trouvé.",
@@ -12376,7 +12450,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
12376
12450
  options: {
12377
12451
  locations: {
12378
12452
  companyAddress: {
12379
- label: "Dans nos locaux",
12453
+ label: "À l'adresse de l'établissement",
12380
12454
  tooltip: "--"
12381
12455
  },
12382
12456
  custom: {
@@ -14370,6 +14444,13 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
14370
14444
  title: "Código QR"
14371
14445
  }
14372
14446
  },
14447
+ email: {
14448
+ fields: {
14449
+ email: {
14450
+ helper: "Separar correos electrónicos con ;"
14451
+ }
14452
+ }
14453
+ },
14373
14454
  iframe: {
14374
14455
  description: "Presentar el widget directamente en el contenido de tu sitio web",
14375
14456
  fields: {
@@ -15480,7 +15561,8 @@ Por favor, regístrate para entrar en la cola.`,
15480
15561
  location: "Ubicación de la cita",
15481
15562
  notes: "Nota de la cita",
15482
15563
  start: "Inicio de la cita",
15483
- status: "Estado de la cita"
15564
+ status: "Estado de la cita",
15565
+ source: "Fuente"
15484
15566
  },
15485
15567
  title: "Cita:"
15486
15568
  },
@@ -20113,6 +20195,13 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
20113
20195
  title: "Código QR"
20114
20196
  }
20115
20197
  },
20198
+ email: {
20199
+ fields: {
20200
+ email: {
20201
+ helper: "Separar mensagens de correio eletrónico com ;"
20202
+ }
20203
+ }
20204
+ },
20116
20205
  iframe: {
20117
20206
  description: "Apresentar o widget diretamente no conteúdo do seu site",
20118
20207
  fields: {
@@ -21222,7 +21311,8 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
21222
21311
  location: "Local do compromisso",
21223
21312
  notes: "Nota do compromisso",
21224
21313
  start: "Início do compromisso",
21225
- status: "Estado do compromisso"
21314
+ status: "Estado do compromisso",
21315
+ source: "Fonte"
21226
21316
  },
21227
21317
  title: "Compromissos:"
21228
21318
  },
@@ -25853,6 +25943,13 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
25853
25943
  title: "Codice QR"
25854
25944
  }
25855
25945
  },
25946
+ email: {
25947
+ fields: {
25948
+ email: {
25949
+ helper: "Separare le e-mail con ;"
25950
+ }
25951
+ }
25952
+ },
25856
25953
  iframe: {
25857
25954
  description: "Presenta il widget direttamente nei contenuti del tuo sito web.",
25858
25955
  fields: {
@@ -26962,7 +27059,8 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
26962
27059
  location: "Posizione dell'appuntamento",
26963
27060
  notes: "Nota dell'appuntamento",
26964
27061
  start: "Inizio dell'appuntamento",
26965
- status: "Status dell'appuntamento"
27062
+ status: "Status dell'appuntamento",
27063
+ source: "Sorgente"
26966
27064
  },
26967
27065
  title: "Appuntamento:"
26968
27066
  },
@@ -31582,6 +31680,13 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
31582
31680
  title: "QR-Code"
31583
31681
  }
31584
31682
  },
31683
+ email: {
31684
+ fields: {
31685
+ email: {
31686
+ helper: "Trennen von E-Mails durch ;"
31687
+ }
31688
+ }
31689
+ },
31585
31690
  iframe: {
31586
31691
  description: "Präsentieren Sie das Widget direkt im Inhalt Ihrer Website",
31587
31692
  fields: {
@@ -32692,7 +32797,8 @@ Bitte registrieren Sie sich, um sich in die Warteschlange einzutragen.`,
32692
32797
  location: "Ort des Termins",
32693
32798
  notes: "Notiz des Termins",
32694
32799
  start: "Beginn des Termins",
32695
- status: "Status des Termins"
32800
+ status: "Status des Termins",
32801
+ source: "Quelle"
32696
32802
  },
32697
32803
  title: "Termin:"
32698
32804
  },
@@ -37313,6 +37419,13 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
37313
37419
  title: "QR-code"
37314
37420
  }
37315
37421
  },
37422
+ email: {
37423
+ fields: {
37424
+ email: {
37425
+ helper: "E-mails scheiden met ;"
37426
+ }
37427
+ }
37428
+ },
37316
37429
  iframe: {
37317
37430
  description: "Geef de widget rechtstreeks weer in de inhoud van uw website.",
37318
37431
  fields: {
@@ -38423,7 +38536,8 @@ Registreer u om u in te schrijven voor de wachtrij.`,
38423
38536
  location: "Locatie van de afspraak",
38424
38537
  notes: "Nota van de afspraak",
38425
38538
  start: "Begin van de afspraak",
38426
- status: "Status van de afspraak"
38539
+ status: "Status van de afspraak",
38540
+ source: "Bron"
38427
38541
  },
38428
38542
  title: "Afspraak:"
38429
38543
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agendize/az-i18n",
3
3
  "private": false,
4
- "version": "1.0.166",
4
+ "version": "1.0.167",
5
5
  "description": "Agendize i18n",
6
6
  "type": "module",
7
7
  "keywords": [