@agendize/az-i18n 1.0.167 → 1.0.170
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/dist/az-i18n.es.js +80 -48
- package/package.json +1 -1
package/dist/az-i18n.es.js
CHANGED
|
@@ -2633,7 +2633,7 @@ You can change the appointment time by clicking on the button provided or confir
|
|
|
2633
2633
|
delete: "Delete",
|
|
2634
2634
|
download: "Download",
|
|
2635
2635
|
duplicate: "Duplicate",
|
|
2636
|
-
integrate: "
|
|
2636
|
+
integrate: "Share",
|
|
2637
2637
|
link: {
|
|
2638
2638
|
"go-to": "Calculate itinerary",
|
|
2639
2639
|
open: "Open {label} link"
|
|
@@ -4074,12 +4074,12 @@ Please register to join the queue.`,
|
|
|
4074
4074
|
customFields: "Additional appointment information",
|
|
4075
4075
|
end: "End of appointment",
|
|
4076
4076
|
id: "Technical appointment ID",
|
|
4077
|
+
interface: "Interface",
|
|
4077
4078
|
location: "Appointment location",
|
|
4078
4079
|
notes: "Appointment note",
|
|
4080
|
+
source: "Source",
|
|
4079
4081
|
start: "Appointment start",
|
|
4080
|
-
status: "Appointment status"
|
|
4081
|
-
interface: "Interface",
|
|
4082
|
-
source: "Source"
|
|
4082
|
+
status: "Appointment status"
|
|
4083
4083
|
},
|
|
4084
4084
|
title: "Appointments:"
|
|
4085
4085
|
},
|
|
@@ -6430,7 +6430,8 @@ Concealed: Only available via a direct link.`,
|
|
|
6430
6430
|
accepted: "Appointment accepted by employee {fullname}",
|
|
6431
6431
|
booked: {
|
|
6432
6432
|
console: "Creation of the appointment from the console",
|
|
6433
|
-
widget: "Creation of the appointment from the client widget"
|
|
6433
|
+
widget: "Creation of the appointment from the client widget",
|
|
6434
|
+
internalWidget: "Creation of the appointment from the internal widget"
|
|
6434
6435
|
},
|
|
6435
6436
|
change_client: "Client changed from {oldClient}→ {newClient}",
|
|
6436
6437
|
change_custom_status: "Appointment marked as “{status}“ by employee {fullname}",
|
|
@@ -6516,6 +6517,7 @@ Concealed: Only available via a direct link.`,
|
|
|
6516
6517
|
sourceType: {
|
|
6517
6518
|
api: "Appointment made via API",
|
|
6518
6519
|
console: "Appointment made via the console",
|
|
6520
|
+
internalWidget: "Appointment made via the internal widget",
|
|
6519
6521
|
title: "Appointment booking interface",
|
|
6520
6522
|
widget: "Appointment made via the client widget"
|
|
6521
6523
|
},
|
|
@@ -6796,7 +6798,9 @@ Concealed: Only available via a direct link.`,
|
|
|
6796
6798
|
searchCompany: "Search for a location",
|
|
6797
6799
|
searchService: "Search for a service",
|
|
6798
6800
|
searchStaff: "Search for a collaborator",
|
|
6799
|
-
subject:
|
|
6801
|
+
subject: {
|
|
6802
|
+
title: "Subject"
|
|
6803
|
+
},
|
|
6800
6804
|
timeZone: "Time zone"
|
|
6801
6805
|
},
|
|
6802
6806
|
"event-booking-widget": {
|
|
@@ -8373,7 +8377,7 @@ Vous pouvez modifier l’heure du rendez-vous en cliquant sur le bouton prévu
|
|
|
8373
8377
|
delete: "Supprimer",
|
|
8374
8378
|
download: "Télécharger",
|
|
8375
8379
|
duplicate: "Dupliquer",
|
|
8376
|
-
integrate: "
|
|
8380
|
+
integrate: "Partager",
|
|
8377
8381
|
link: {
|
|
8378
8382
|
"go-to": "Calculer l'itinéraire",
|
|
8379
8383
|
open: "Ouvrir le lien {label}"
|
|
@@ -9835,12 +9839,12 @@ Veuillez vous enregistrer pour vous inscrire dans la file d'attente.`,
|
|
|
9835
9839
|
customFields: "Informations complémentaires du rendez-vous",
|
|
9836
9840
|
end: "Fin du rendez-vous",
|
|
9837
9841
|
id: "ID technique du rendez-vous",
|
|
9842
|
+
interface: "Interface",
|
|
9838
9843
|
location: "Emplacement du rendez-vous",
|
|
9839
9844
|
notes: "Note du rendez-vous",
|
|
9845
|
+
source: "Source",
|
|
9840
9846
|
start: "Début du rendez-vous",
|
|
9841
|
-
status: "Statut du rendez-vous"
|
|
9842
|
-
interface: "Interface",
|
|
9843
|
-
source: "Source"
|
|
9847
|
+
status: "Statut du rendez-vous"
|
|
9844
9848
|
},
|
|
9845
9849
|
title: "Rendez-vous :"
|
|
9846
9850
|
},
|
|
@@ -11332,12 +11336,19 @@ Pour confirmer l'annulation de cette session, veuillez saisir le code suivant:`,
|
|
|
11332
11336
|
language: {
|
|
11333
11337
|
label: "Langue"
|
|
11334
11338
|
},
|
|
11335
|
-
timezone: "Zone horaire"
|
|
11339
|
+
timezone: "Zone horaire",
|
|
11340
|
+
notification: {
|
|
11341
|
+
label: "Voir uniquement les notifications qui me concernent",
|
|
11342
|
+
helper: "Ce paramètre sert à délimiter les notifications visibles sur le compte"
|
|
11343
|
+
}
|
|
11336
11344
|
},
|
|
11337
11345
|
section: {
|
|
11338
11346
|
language: {
|
|
11339
11347
|
description: "Gérez la langue et le fuseau horaire utilisés pour personnaliser votre expérience Agendize.",
|
|
11340
11348
|
title: "Langue et région"
|
|
11349
|
+
},
|
|
11350
|
+
notification: {
|
|
11351
|
+
title: "Notifications"
|
|
11341
11352
|
}
|
|
11342
11353
|
},
|
|
11343
11354
|
subTitle: "Mes préférences d'utilisation",
|
|
@@ -12176,7 +12187,8 @@ Dissimulé : Disponible uniquement via un lien direct.`,
|
|
|
12176
12187
|
accepted: "Rendez-vous accepté par le collaborateur {fullname}",
|
|
12177
12188
|
booked: {
|
|
12178
12189
|
console: "Création du rendez-vous depuis la console",
|
|
12179
|
-
widget: "Création du rendez-vous depuis le widget client"
|
|
12190
|
+
widget: "Création du rendez-vous depuis le widget client",
|
|
12191
|
+
internalWidget: "Création du rendez-vous depuis le widget interne"
|
|
12180
12192
|
},
|
|
12181
12193
|
change_client: "Client modifié de {oldClient}→ {newClient}",
|
|
12182
12194
|
change_custom_status: "Rendez-vous marqué en “{status}“ par le collaborateur {fullname}",
|
|
@@ -12262,6 +12274,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
|
|
|
12262
12274
|
sourceType: {
|
|
12263
12275
|
api: "Rendez-vous pris via l'API",
|
|
12264
12276
|
console: "Rendez-vous pris via la console",
|
|
12277
|
+
internalWidget: "Rendez-vous pris via le widget interne",
|
|
12265
12278
|
title: "Interface de prise de rendez-vous",
|
|
12266
12279
|
widget: "Rendez-vous pris via le widget client"
|
|
12267
12280
|
},
|
|
@@ -12508,7 +12521,7 @@ Dissimulé : Disponible uniquement via un lien direct.`,
|
|
|
12508
12521
|
label: "Téléphone"
|
|
12509
12522
|
},
|
|
12510
12523
|
search: "Rechercher un @:crm.contact",
|
|
12511
|
-
title: "
|
|
12524
|
+
title: "@.capitalize:crm.contact"
|
|
12512
12525
|
},
|
|
12513
12526
|
date: "Horaires",
|
|
12514
12527
|
duration: "Durée",
|
|
@@ -12544,7 +12557,16 @@ Dissimulé : Disponible uniquement via un lien direct.`,
|
|
|
12544
12557
|
searchCompany: "Rechercher un établissement",
|
|
12545
12558
|
searchService: "Rechercher un service",
|
|
12546
12559
|
searchStaff: "Rechercher un collaborateur",
|
|
12547
|
-
|
|
12560
|
+
search: {
|
|
12561
|
+
companyError: "Un établissement doit être choisi",
|
|
12562
|
+
serviceError: "Un service doit être choisi",
|
|
12563
|
+
staffError: "Un collaborateur doit être choisi",
|
|
12564
|
+
contactError: "Un contact doit être choisi"
|
|
12565
|
+
},
|
|
12566
|
+
subject: {
|
|
12567
|
+
title: "Sujet",
|
|
12568
|
+
placeholder: "Sélectionner le motif"
|
|
12569
|
+
},
|
|
12548
12570
|
timeZone: "Fuseau horaire"
|
|
12549
12571
|
},
|
|
12550
12572
|
"event-booking-widget": {
|
|
@@ -14119,7 +14141,7 @@ Puedes cambiar la hora de la cita haciendo clic en el botón correspondiente o c
|
|
|
14119
14141
|
delete: "Eliminar",
|
|
14120
14142
|
download: "Descargar",
|
|
14121
14143
|
duplicate: "Duplicar",
|
|
14122
|
-
integrate: "
|
|
14144
|
+
integrate: "Compartir",
|
|
14123
14145
|
link: {
|
|
14124
14146
|
"go-to": "Calcular itinerario",
|
|
14125
14147
|
open: "Abrir el enlace {label}"
|
|
@@ -15560,9 +15582,9 @@ Por favor, regístrate para entrar en la cola.`,
|
|
|
15560
15582
|
id: "ID técnico de la cita",
|
|
15561
15583
|
location: "Ubicación de la cita",
|
|
15562
15584
|
notes: "Nota de la cita",
|
|
15585
|
+
source: "Fuente",
|
|
15563
15586
|
start: "Inicio de la cita",
|
|
15564
|
-
status: "Estado de la cita"
|
|
15565
|
-
source: "Fuente"
|
|
15587
|
+
status: "Estado de la cita"
|
|
15566
15588
|
},
|
|
15567
15589
|
title: "Cita:"
|
|
15568
15590
|
},
|
|
@@ -17244,7 +17266,7 @@ Para confirmar la cancelación de esta sesión, introduce el siguiente código:`
|
|
|
17244
17266
|
title: "Formularios"
|
|
17245
17267
|
}
|
|
17246
17268
|
},
|
|
17247
|
-
title: "Servicio",
|
|
17269
|
+
title: "Servicio – {name}",
|
|
17248
17270
|
validation: {
|
|
17249
17271
|
actif: "Validar manualmente la cita",
|
|
17250
17272
|
label: "Modo de validación",
|
|
@@ -17313,7 +17335,7 @@ Oculto: solo disponible a través de un enlace directo.`,
|
|
|
17313
17335
|
title: "Servicio de la categoría"
|
|
17314
17336
|
},
|
|
17315
17337
|
subTitle: "Las categorías permiten crear conjuntos de servicios y organizar tu lista de servicios.",
|
|
17316
|
-
title: "Categoría"
|
|
17338
|
+
title: "Categoría – {name}"
|
|
17317
17339
|
},
|
|
17318
17340
|
serviceGroups: {
|
|
17319
17341
|
confirmDelete: "¿De verdad quieres eliminar esta categoría? | ¿De verdad quieres eliminar estas {n} categorías?",
|
|
@@ -17523,7 +17545,7 @@ Oculto: solo disponible a través de un enlace directo.`,
|
|
|
17523
17545
|
title: "Empleados del equipo"
|
|
17524
17546
|
},
|
|
17525
17547
|
subTitle: "Los equipos permiten crear conjuntos de colaboradores y organizar tu lista de equipos.",
|
|
17526
|
-
title: "
|
|
17548
|
+
title: "Equipo – {name}"
|
|
17527
17549
|
},
|
|
17528
17550
|
staffGroups: {
|
|
17529
17551
|
confirmDelete: "¿De verdad quieres eliminar este equipo? | ¿De verdad quieres eliminar estos {n} equipos?",
|
|
@@ -18291,7 +18313,9 @@ Oculto: solo disponible a través de un enlace directo.`,
|
|
|
18291
18313
|
searchCompany: "Buscar una ubicación",
|
|
18292
18314
|
searchService: "Buscar un servicio",
|
|
18293
18315
|
searchStaff: "Buscar un empleado",
|
|
18294
|
-
subject:
|
|
18316
|
+
subject: {
|
|
18317
|
+
title: "Asunto"
|
|
18318
|
+
},
|
|
18295
18319
|
timeZone: "Huso horario"
|
|
18296
18320
|
},
|
|
18297
18321
|
"event-booking-widget": {
|
|
@@ -19870,7 +19894,7 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
|
|
|
19870
19894
|
delete: "Eliminar",
|
|
19871
19895
|
download: "Carregar",
|
|
19872
19896
|
duplicate: "Duplicar",
|
|
19873
|
-
integrate: "
|
|
19897
|
+
integrate: "Partilhar",
|
|
19874
19898
|
link: {
|
|
19875
19899
|
"go-to": "Calcular o itinerário",
|
|
19876
19900
|
open: "Abrir o link {label}"
|
|
@@ -21310,9 +21334,9 @@ Pode alterar a hora do compromisso clicando no botão fornecido para o efeito ou
|
|
|
21310
21334
|
id: "Id. técnica do compromisso",
|
|
21311
21335
|
location: "Local do compromisso",
|
|
21312
21336
|
notes: "Nota do compromisso",
|
|
21337
|
+
source: "Fonte",
|
|
21313
21338
|
start: "Início do compromisso",
|
|
21314
|
-
status: "Estado do compromisso"
|
|
21315
|
-
source: "Fonte"
|
|
21339
|
+
status: "Estado do compromisso"
|
|
21316
21340
|
},
|
|
21317
21341
|
title: "Compromissos:"
|
|
21318
21342
|
},
|
|
@@ -22994,7 +23018,7 @@ Para confirmar o cancelamento desta sessão, introduza o seguinte código:`,
|
|
|
22994
23018
|
title: "Formulários"
|
|
22995
23019
|
}
|
|
22996
23020
|
},
|
|
22997
|
-
title: "Serviço",
|
|
23021
|
+
title: "Serviço – {name}",
|
|
22998
23022
|
validation: {
|
|
22999
23023
|
actif: "Validar manualmente o compromisso",
|
|
23000
23024
|
label: "Modo de validação",
|
|
@@ -23063,7 +23087,7 @@ Oculto: disponível apenas por meio de um link direto.`,
|
|
|
23063
23087
|
title: "Serviço da categoria"
|
|
23064
23088
|
},
|
|
23065
23089
|
subTitle: "As categorias permitem-lhe criar conjuntos de serviços e organizar a sua lista de serviços.",
|
|
23066
|
-
title: "Categoria"
|
|
23090
|
+
title: "Categoria – {name}"
|
|
23067
23091
|
},
|
|
23068
23092
|
serviceGroups: {
|
|
23069
23093
|
confirmDelete: "Deseja realmente eliminar esta categoria? | Tem a certeza de que pretende eliminar estas {n} categorias?",
|
|
@@ -23273,7 +23297,7 @@ Oculto: disponível apenas por meio de um link direto.`,
|
|
|
23273
23297
|
title: "Funcionários da equipa"
|
|
23274
23298
|
},
|
|
23275
23299
|
subTitle: "As equipas permitem criar conjuntos de funcionários e organizar a sua lista de equipas.",
|
|
23276
|
-
title: "
|
|
23300
|
+
title: "Equipa – {name}"
|
|
23277
23301
|
},
|
|
23278
23302
|
staffGroups: {
|
|
23279
23303
|
confirmDelete: "Deseja realmente eliminar esta equipa? | Tem a certeza de que pretende eliminar estas {n} equipas?",
|
|
@@ -24042,7 +24066,9 @@ Oculto: disponível apenas por meio de um link direto.`,
|
|
|
24042
24066
|
searchCompany: "Pesquisar um estabelecimento",
|
|
24043
24067
|
searchService: "Pesquisar um serviço",
|
|
24044
24068
|
searchStaff: "Pesquisar um funcionário",
|
|
24045
|
-
subject:
|
|
24069
|
+
subject: {
|
|
24070
|
+
title: "Assunto"
|
|
24071
|
+
},
|
|
24046
24072
|
timeZone: "Fuso horário"
|
|
24047
24073
|
},
|
|
24048
24074
|
"event-booking-widget": {
|
|
@@ -25618,7 +25644,7 @@ Puoi modificare l'orario dell'appuntamento cliccando sull'apposito pulsante oppu
|
|
|
25618
25644
|
delete: "Elimina",
|
|
25619
25645
|
download: "Scarica",
|
|
25620
25646
|
duplicate: "Duplica",
|
|
25621
|
-
integrate: "
|
|
25647
|
+
integrate: "Condividi",
|
|
25622
25648
|
link: {
|
|
25623
25649
|
"go-to": "Calcola l'itinerario",
|
|
25624
25650
|
open: "Apri il link {label}"
|
|
@@ -27058,9 +27084,9 @@ Sei il numero {'{'}number_in_line{'}'} della coda di attesa.`,
|
|
|
27058
27084
|
id: "ID tecnico dell'appuntamento",
|
|
27059
27085
|
location: "Posizione dell'appuntamento",
|
|
27060
27086
|
notes: "Nota dell'appuntamento",
|
|
27087
|
+
source: "Sorgente",
|
|
27061
27088
|
start: "Inizio dell'appuntamento",
|
|
27062
|
-
status: "Status dell'appuntamento"
|
|
27063
|
-
source: "Sorgente"
|
|
27089
|
+
status: "Status dell'appuntamento"
|
|
27064
27090
|
},
|
|
27065
27091
|
title: "Appuntamento:"
|
|
27066
27092
|
},
|
|
@@ -28739,7 +28765,7 @@ Per confermare l'annullamento di questa sessione, inserisci il seguente codice:`
|
|
|
28739
28765
|
title: "Forme"
|
|
28740
28766
|
}
|
|
28741
28767
|
},
|
|
28742
|
-
title: "Servizio",
|
|
28768
|
+
title: "Servizio – {name}",
|
|
28743
28769
|
validation: {
|
|
28744
28770
|
actif: "Convalida manualmente l'appuntamento",
|
|
28745
28771
|
label: "Modalità di convalida",
|
|
@@ -28805,7 +28831,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
|
|
|
28805
28831
|
title: "Servizio della categoria"
|
|
28806
28832
|
},
|
|
28807
28833
|
subTitle: "Le categorie consentono di creare insiemi di servizi e di organizzare l'elenco dei servizi.",
|
|
28808
|
-
title: "
|
|
28834
|
+
title: "Categoria – {name}"
|
|
28809
28835
|
},
|
|
28810
28836
|
serviceGroups: {
|
|
28811
28837
|
confirmDelete: "Vuoi davvero eliminare questa categoria? | Vuoi davvero eliminare queste {n} categorie?",
|
|
@@ -29009,7 +29035,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
|
|
|
29009
29035
|
title: "Collaboratori del team"
|
|
29010
29036
|
},
|
|
29011
29037
|
subTitle: "I team consentono di creare insiemi di collaboratori e di organizzare l'elenco del team.",
|
|
29012
|
-
title: "
|
|
29038
|
+
title: "Team – {name}"
|
|
29013
29039
|
},
|
|
29014
29040
|
staffGroups: {
|
|
29015
29041
|
confirmDelete: "Vuoi davvero eliminare questo team? | Vuoi davvero eliminare questi {n} team?",
|
|
@@ -29777,7 +29803,9 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
|
|
|
29777
29803
|
searchCompany: "Cerca una società",
|
|
29778
29804
|
searchService: "Cerca un servizio",
|
|
29779
29805
|
searchStaff: "Cerca un collaboratore",
|
|
29780
|
-
subject:
|
|
29806
|
+
subject: {
|
|
29807
|
+
title: "Oggetto"
|
|
29808
|
+
},
|
|
29781
29809
|
timeZone: "Fuso orario"
|
|
29782
29810
|
},
|
|
29783
29811
|
"event-booking-widget": {
|
|
@@ -31356,7 +31384,7 @@ Nascosto: disponibile solo tramite un collegamento diretto.`,
|
|
|
31356
31384
|
delete: "Löschen",
|
|
31357
31385
|
download: "Herunterladen",
|
|
31358
31386
|
duplicate: "Duplizieren",
|
|
31359
|
-
integrate: "
|
|
31387
|
+
integrate: "Teilen",
|
|
31360
31388
|
link: {
|
|
31361
31389
|
"go-to": "Ablauf berechnen",
|
|
31362
31390
|
open: "Link {label} öffnen"
|
|
@@ -32796,9 +32824,9 @@ Bitte registrieren Sie sich, um sich in die Warteschlange einzutragen.`,
|
|
|
32796
32824
|
id: "Technische ID des Termins",
|
|
32797
32825
|
location: "Ort des Termins",
|
|
32798
32826
|
notes: "Notiz des Termins",
|
|
32827
|
+
source: "Quelle",
|
|
32799
32828
|
start: "Beginn des Termins",
|
|
32800
|
-
status: "Status des Termins"
|
|
32801
|
-
source: "Quelle"
|
|
32829
|
+
status: "Status des Termins"
|
|
32802
32830
|
},
|
|
32803
32831
|
title: "Termin:"
|
|
32804
32832
|
},
|
|
@@ -34477,7 +34505,7 @@ Um die Stornierung dieser Sitzung zu bestätigen, geben Sie bitte den folgenden
|
|
|
34477
34505
|
title: "Formen"
|
|
34478
34506
|
}
|
|
34479
34507
|
},
|
|
34480
|
-
title: "Service",
|
|
34508
|
+
title: "Service – {name}",
|
|
34481
34509
|
validation: {
|
|
34482
34510
|
actif: "Den Termin manuell bestätigen",
|
|
34483
34511
|
label: "Validierungsmodus",
|
|
@@ -34747,7 +34775,7 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
|
|
|
34747
34775
|
title: "Mitarbeiter des Teams"
|
|
34748
34776
|
},
|
|
34749
34777
|
subTitle: "Mithilfe von Teams können Sie Mitarbeiterpakete erstellen und Ihre Teamliste organisieren.",
|
|
34750
|
-
title: "
|
|
34778
|
+
title: "Team – {name}"
|
|
34751
34779
|
},
|
|
34752
34780
|
staffGroups: {
|
|
34753
34781
|
confirmDelete: "Möchten Sie dieses Team wirklich löschen? | Möchten Sie diese {n} Teams wirklich löschen?",
|
|
@@ -35515,7 +35543,9 @@ Verborgen: Nur über einen direkten Link verfügbar.`,
|
|
|
35515
35543
|
searchCompany: "Eine Einrichtung suchen",
|
|
35516
35544
|
searchService: "Einen Service suchen",
|
|
35517
35545
|
searchStaff: "Einen Mitarbeiter suchen",
|
|
35518
|
-
subject:
|
|
35546
|
+
subject: {
|
|
35547
|
+
title: "Betreff"
|
|
35548
|
+
},
|
|
35519
35549
|
timeZone: "Zeitzone"
|
|
35520
35550
|
},
|
|
35521
35551
|
"event-booking-widget": {
|
|
@@ -37094,7 +37124,7 @@ U kunt de afspraaktijd wijzigen door op de knop te klikken of de afspraak bevest
|
|
|
37094
37124
|
delete: "Verwijderen",
|
|
37095
37125
|
download: "Downloaden",
|
|
37096
37126
|
duplicate: "Dupliceren",
|
|
37097
|
-
integrate: "
|
|
37127
|
+
integrate: "Delen",
|
|
37098
37128
|
link: {
|
|
37099
37129
|
"go-to": "De route berekenen",
|
|
37100
37130
|
open: "De link {label} openen"
|
|
@@ -38535,9 +38565,9 @@ Registreer u om u in te schrijven voor de wachtrij.`,
|
|
|
38535
38565
|
id: "Technische ID van de afspraak",
|
|
38536
38566
|
location: "Locatie van de afspraak",
|
|
38537
38567
|
notes: "Nota van de afspraak",
|
|
38568
|
+
source: "Bron",
|
|
38538
38569
|
start: "Begin van de afspraak",
|
|
38539
|
-
status: "Status van de afspraak"
|
|
38540
|
-
source: "Bron"
|
|
38570
|
+
status: "Status van de afspraak"
|
|
38541
38571
|
},
|
|
38542
38572
|
title: "Afspraak:"
|
|
38543
38573
|
},
|
|
@@ -40216,7 +40246,7 @@ Voer volgende code in om de annulering van deze sessie te bevestigen:`,
|
|
|
40216
40246
|
title: "Formulieren"
|
|
40217
40247
|
}
|
|
40218
40248
|
},
|
|
40219
|
-
title: "Dienst",
|
|
40249
|
+
title: "Dienst – {name}",
|
|
40220
40250
|
validation: {
|
|
40221
40251
|
actif: "De afspraak handmatig valideren",
|
|
40222
40252
|
label: "Validatiemodus",
|
|
@@ -40282,7 +40312,7 @@ Verborgen: alleen beschikbaar via een directe link.`,
|
|
|
40282
40312
|
title: "Dienst van de categorie"
|
|
40283
40313
|
},
|
|
40284
40314
|
subTitle: "Met categorieën kunt u dienstpakketten maken en uw lijst met diensten organiseren.",
|
|
40285
|
-
title: "
|
|
40315
|
+
title: "Categorie – {name}"
|
|
40286
40316
|
},
|
|
40287
40317
|
serviceGroups: {
|
|
40288
40318
|
confirmDelete: "Wilt u deze categorie echt verwijderen? | Wilt u deze {n} categorieën echt verwijderen?",
|
|
@@ -40486,7 +40516,7 @@ Verborgen: alleen beschikbaar via een directe link.`,
|
|
|
40486
40516
|
title: "Medewerkers van het team"
|
|
40487
40517
|
},
|
|
40488
40518
|
subTitle: "Met Teams kunt u groepen van medewerkers maken en uw teamlijst organiseren.",
|
|
40489
|
-
title: "
|
|
40519
|
+
title: "Team – {name}"
|
|
40490
40520
|
},
|
|
40491
40521
|
staffGroups: {
|
|
40492
40522
|
confirmDelete: "Wilt u dit team echt verwijderen? | Wilt u deze {n} teams echt verwijderen?",
|
|
@@ -41255,7 +41285,9 @@ Verborgen: alleen beschikbaar via een directe link.`,
|
|
|
41255
41285
|
searchCompany: "Een vestiging zoeken",
|
|
41256
41286
|
searchService: "Een dienst zoeken",
|
|
41257
41287
|
searchStaff: "Een medewerker zoeken",
|
|
41258
|
-
subject:
|
|
41288
|
+
subject: {
|
|
41289
|
+
title: "Onderwerp"
|
|
41290
|
+
},
|
|
41259
41291
|
timeZone: "Tijdzone"
|
|
41260
41292
|
},
|
|
41261
41293
|
"event-booking-widget": {
|