@agendize/az-i18n 1.0.142 → 1.0.143
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 +224 -109
- package/dist/az-i18n.umd.js +3 -3
- package/package.json +1 -1
package/dist/az-i18n.es.js
CHANGED
|
@@ -175,11 +175,32 @@ Would you like to continue this action?`,
|
|
|
175
175
|
label: "Title",
|
|
176
176
|
placeholder: "Enter a title"
|
|
177
177
|
},
|
|
178
|
+
firstName: {
|
|
179
|
+
label: "First name",
|
|
180
|
+
placeholder: "Enter a @.lower:common.field.firstName.label"
|
|
181
|
+
},
|
|
182
|
+
lastName: {
|
|
183
|
+
label: "Last name",
|
|
184
|
+
placeholder: "Enter a @.lower:common.field.lastName.label"
|
|
185
|
+
},
|
|
186
|
+
name: {
|
|
187
|
+
label: "@:common.field.lastName.label"
|
|
188
|
+
},
|
|
178
189
|
"mandatory-not-filled": "Mandatory field(s) not filled in"
|
|
190
|
+
},
|
|
191
|
+
search: {
|
|
192
|
+
"by-name": "Search by @.lower:common.field.name.label",
|
|
193
|
+
"by-firstName-lastName": "Search by @.lower:common.field.lastName.label, @.lower:common.field.firstName.label"
|
|
179
194
|
}
|
|
180
195
|
}, u = {
|
|
181
|
-
|
|
196
|
+
list: {
|
|
197
|
+
rightsTable: {
|
|
198
|
+
lastName: "@:common.field.lastName.label"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
182
201
|
}, m = {
|
|
202
|
+
submit: "Submit form"
|
|
203
|
+
}, p = {
|
|
183
204
|
title: "Queue",
|
|
184
205
|
"working-hours": {
|
|
185
206
|
"open-today": "Open today",
|
|
@@ -216,7 +237,7 @@ Would you like to continue this action?`,
|
|
|
216
237
|
"number-in-queue": "You are number {nb} in the queue",
|
|
217
238
|
recap: "There are {nb} people(s) ahead. Your waiting time is estimate to {time} minute(s)"
|
|
218
239
|
}
|
|
219
|
-
},
|
|
240
|
+
}, b = {
|
|
220
241
|
common: {
|
|
221
242
|
day: {
|
|
222
243
|
monday: "Monday",
|
|
@@ -309,8 +330,22 @@ Would you like to continue this action?`,
|
|
|
309
330
|
}
|
|
310
331
|
}
|
|
311
332
|
}
|
|
333
|
+
},
|
|
334
|
+
staffs: {
|
|
335
|
+
columns: {
|
|
336
|
+
lastname: "@:common.field.lastName.label"
|
|
337
|
+
},
|
|
338
|
+
search: {
|
|
339
|
+
placeholder: "@:common.search.by-firstName-lastName"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"staff-details": {
|
|
343
|
+
lastName: {
|
|
344
|
+
label: "@:common.field.lastName.label",
|
|
345
|
+
placeholder: "@:common.field.lastName.placeholder"
|
|
346
|
+
}
|
|
312
347
|
}
|
|
313
|
-
},
|
|
348
|
+
}, f = {
|
|
314
349
|
download: {
|
|
315
350
|
filename: "@:agendize.notification.report.download.filename"
|
|
316
351
|
},
|
|
@@ -382,7 +417,7 @@ Would you like to continue this action?`,
|
|
|
382
417
|
allCompanies: "All companies"
|
|
383
418
|
}
|
|
384
419
|
}
|
|
385
|
-
},
|
|
420
|
+
}, v = {
|
|
386
421
|
address: {
|
|
387
422
|
manually: "Enter an address manually",
|
|
388
423
|
autoFillPlaceholder: "Start typing an address",
|
|
@@ -414,16 +449,33 @@ Would you like to continue this action?`,
|
|
|
414
449
|
placeholder: "USA"
|
|
415
450
|
}
|
|
416
451
|
}
|
|
417
|
-
},
|
|
452
|
+
}, g = {
|
|
418
453
|
agendize: l,
|
|
419
454
|
agenda: c,
|
|
420
455
|
common: d,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
456
|
+
crm: u,
|
|
457
|
+
"event-booking": {
|
|
458
|
+
contact: {
|
|
459
|
+
lastName: {
|
|
460
|
+
label: "@:common.field.lastName.label",
|
|
461
|
+
placeholder: "@:common.field.lastName.placeholder"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"event-booking-widget": {
|
|
466
|
+
contact: {
|
|
467
|
+
lastName: {
|
|
468
|
+
label: "@:common.field.lastName.label",
|
|
469
|
+
placeholder: "@:common.field.lastName.placeholder"
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
form: m,
|
|
474
|
+
queue: p,
|
|
475
|
+
settings: b,
|
|
476
|
+
report: f,
|
|
477
|
+
tools: v
|
|
478
|
+
}, h = {
|
|
427
479
|
actions: {
|
|
428
480
|
"add-user-note-label": "Note",
|
|
429
481
|
"fav-aria-label": "Sauvegarder cette vue comme favorite",
|
|
@@ -522,6 +574,13 @@ Would you like to continue this action?`,
|
|
|
522
574
|
form: "Afficher les d\xE9tails du rendez-vous",
|
|
523
575
|
inProgress: "@:agenda.appointment.details.actions.inProgress.0",
|
|
524
576
|
noShow: "@:agenda.appointment.details.actions.noShow.0"
|
|
577
|
+
},
|
|
578
|
+
customStatus: {
|
|
579
|
+
0: "Marquer en",
|
|
580
|
+
1: "@:agenda.appointment.details.actions.messages.confirm",
|
|
581
|
+
2: "@:agenda.appointment.details.actions.messages.confirm",
|
|
582
|
+
3: "Chargement",
|
|
583
|
+
4: "Nouveau status :"
|
|
525
584
|
}
|
|
526
585
|
},
|
|
527
586
|
attendee: {
|
|
@@ -835,7 +894,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
835
894
|
title: "Ajouter un agenda"
|
|
836
895
|
}
|
|
837
896
|
}
|
|
838
|
-
},
|
|
897
|
+
}, y = {
|
|
839
898
|
main: {
|
|
840
899
|
skip: "Passer au contenu"
|
|
841
900
|
},
|
|
@@ -941,6 +1000,12 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
941
1000
|
menu: "Menu principal",
|
|
942
1001
|
menuDescription: "Afficher/Masquer le menu principal"
|
|
943
1002
|
},
|
|
1003
|
+
dashboard: {
|
|
1004
|
+
title: "Dashboard",
|
|
1005
|
+
description: "Tous les outils",
|
|
1006
|
+
menu: "Menu principal",
|
|
1007
|
+
menuDescription: "Afficher/Masquer le menu principal"
|
|
1008
|
+
},
|
|
944
1009
|
forms: {
|
|
945
1010
|
title: "Formulaires",
|
|
946
1011
|
description: "G\xE9rer et configurer vos formulaires",
|
|
@@ -980,22 +1045,31 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
980
1045
|
next: "@:common.next",
|
|
981
1046
|
back: "@:common.back",
|
|
982
1047
|
right: {
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1048
|
+
1: "@:common.roles.administrator",
|
|
1049
|
+
2: "Analyste",
|
|
1050
|
+
5: "Administrateur de planification",
|
|
1051
|
+
6: "Personnel de planification",
|
|
1052
|
+
9: "Facturation",
|
|
1053
|
+
13: "Gestionnaire de formulaire",
|
|
1054
|
+
14: "Gestionnaire des clients",
|
|
1055
|
+
15: "Administrateur de planification",
|
|
1056
|
+
16: "Personnel de planification",
|
|
1057
|
+
17: "Lecteur de planification",
|
|
1058
|
+
19: "Lecteur de planification",
|
|
1059
|
+
21: "Gestionnaire de workflow",
|
|
1060
|
+
23: "Manager",
|
|
988
1061
|
owner: "Propri\xE9taire",
|
|
989
|
-
multiple: "Droits multiples"
|
|
1062
|
+
multiple: "Droits multiples",
|
|
1063
|
+
other: "Droits divers"
|
|
990
1064
|
}
|
|
991
1065
|
}
|
|
992
1066
|
}
|
|
993
|
-
},
|
|
1067
|
+
}, I = {
|
|
994
1068
|
buffer: {
|
|
995
1069
|
after: "Buffer",
|
|
996
1070
|
before: "Buffer"
|
|
997
1071
|
}
|
|
998
|
-
},
|
|
1072
|
+
}, N = {
|
|
999
1073
|
action: {
|
|
1000
1074
|
accept: "Accepter",
|
|
1001
1075
|
back: "Retour",
|
|
@@ -1616,7 +1690,45 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1616
1690
|
title: {
|
|
1617
1691
|
main: "@:crm.contacts-caps-trad"
|
|
1618
1692
|
}
|
|
1619
|
-
},
|
|
1693
|
+
}, j = {
|
|
1694
|
+
items: {
|
|
1695
|
+
admin: {
|
|
1696
|
+
subtitle: "Administrer votre compte, vos applications et vos cl\xE9s API.",
|
|
1697
|
+
title: "Administration"
|
|
1698
|
+
},
|
|
1699
|
+
calendar: {
|
|
1700
|
+
subtitle: "Acc\xE9der a votre calendrier et g\xE9rer vos rendez-vous depuis depuis celui-ci.",
|
|
1701
|
+
title: "Calendrier"
|
|
1702
|
+
},
|
|
1703
|
+
contact: {
|
|
1704
|
+
subtitle: "Visualiser la liste de vos contacts, visualiser leurs activit\xE9s et g\xE9rer votre relation client.",
|
|
1705
|
+
title: "Gestion des contacts"
|
|
1706
|
+
},
|
|
1707
|
+
form: {
|
|
1708
|
+
subtitle: "Visualiser la liste de vos formulaires, ajouter de nouveau formulaire et traiter les r\xE9ponses de vos contacts.",
|
|
1709
|
+
title: "Gestion des formulaires"
|
|
1710
|
+
},
|
|
1711
|
+
queue: {
|
|
1712
|
+
subtitle: "Visualiser la liste de vos files d'attente, g\xE9rer les personnes personnes dans les files",
|
|
1713
|
+
title: "Gestion des files d'attente"
|
|
1714
|
+
},
|
|
1715
|
+
report: {
|
|
1716
|
+
subtitle: "Visualiser les performances de votre r\xE9seau et exporter l'ensemble des statistiques de votre compte.",
|
|
1717
|
+
title: "Visualisation des perfomances"
|
|
1718
|
+
},
|
|
1719
|
+
"scheduling-settings": {
|
|
1720
|
+
subtitle: "G\xE9rer votre r\xE9seau d'\xE9tablissement, param\xE9trer vos services et vos disponibilit\xE9s.",
|
|
1721
|
+
title: "Gestion des \xE9tablissements"
|
|
1722
|
+
},
|
|
1723
|
+
"working-planning": {
|
|
1724
|
+
subtitle: "G\xE9rer les planning de vos collaborateurs",
|
|
1725
|
+
title: "Gestion de la plannification"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
subtitle: "Bienvenue sur votre dashboard.",
|
|
1729
|
+
title: "Bonjour",
|
|
1730
|
+
titleWithName: "Bonjour {name} !"
|
|
1731
|
+
}, x = {
|
|
1620
1732
|
action: {
|
|
1621
1733
|
back: "@:common.action.back",
|
|
1622
1734
|
close: "@:common.action.close",
|
|
@@ -2015,7 +2127,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
2015
2127
|
title: {
|
|
2016
2128
|
main: "Formulaires"
|
|
2017
2129
|
}
|
|
2018
|
-
},
|
|
2130
|
+
}, A = {
|
|
2019
2131
|
action: {
|
|
2020
2132
|
cancel: "@:common.action.cancel",
|
|
2021
2133
|
delete: "@:common.action.delete",
|
|
@@ -2151,7 +2263,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2151
2263
|
closed: "Ferm\xE9",
|
|
2152
2264
|
title: "Les horaires"
|
|
2153
2265
|
}
|
|
2154
|
-
},
|
|
2266
|
+
}, C = {
|
|
2155
2267
|
filter: {
|
|
2156
2268
|
title: "Filtres",
|
|
2157
2269
|
description: "Les filtres vous permettent d\u2019acc\xE9der facilement \xE0 la donn\xE9e qui vous int\xE9resse en fonction de la p\xE9riode, des \xE9tablissements et des collaborateurs.",
|
|
@@ -2159,7 +2271,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2159
2271
|
companies: "\xC9tablissements",
|
|
2160
2272
|
users: "Collaborateurs"
|
|
2161
2273
|
}
|
|
2162
|
-
},
|
|
2274
|
+
}, S = {
|
|
2163
2275
|
download: {
|
|
2164
2276
|
filename: "@:agendize.notification.report.download.filename",
|
|
2165
2277
|
toaster: {
|
|
@@ -2267,7 +2379,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2267
2379
|
genericExtract: "Extraction g\xE9n\xE9rique"
|
|
2268
2380
|
}
|
|
2269
2381
|
}
|
|
2270
|
-
},
|
|
2382
|
+
}, w = {
|
|
2271
2383
|
chips: {
|
|
2272
2384
|
all: "Tous",
|
|
2273
2385
|
all2: "Toutes",
|
|
@@ -2329,7 +2441,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2329
2441
|
},
|
|
2330
2442
|
button: "Ajouter"
|
|
2331
2443
|
}
|
|
2332
|
-
},
|
|
2444
|
+
}, L = {
|
|
2333
2445
|
action: {
|
|
2334
2446
|
cancel: "@:common.action.cancel",
|
|
2335
2447
|
back: "@:common.action.back",
|
|
@@ -3674,7 +3786,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3674
3786
|
}
|
|
3675
3787
|
}
|
|
3676
3788
|
}
|
|
3677
|
-
},
|
|
3789
|
+
}, D = {
|
|
3678
3790
|
fields: {
|
|
3679
3791
|
optional: "Optionnel",
|
|
3680
3792
|
mandatory: "Ce champ est obligatoire",
|
|
@@ -3703,9 +3815,11 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3703
3815
|
},
|
|
3704
3816
|
error: {
|
|
3705
3817
|
empty: "Ce champ ne peut \xEAtre vide",
|
|
3706
|
-
regex: "Le format du champ est invalide",
|
|
3707
|
-
phone: "Le num\xE9ro de t\xE9l\xE9phone n'est pas un num\xE9ro valide",
|
|
3708
3818
|
format: "Le format du champ est invalide",
|
|
3819
|
+
"min-value": "Ce champ ne peut \xEAtre inf\xE9rieur \xE0 {minValue}",
|
|
3820
|
+
"max-value": "Ce champ ne peut \xEAtre sup\xE9rieur \xE0 {maxValue}",
|
|
3821
|
+
phone: "Le num\xE9ro de t\xE9l\xE9phone n'est pas un num\xE9ro valide",
|
|
3822
|
+
regex: "Le format du champ est invalide",
|
|
3709
3823
|
businessHours: {
|
|
3710
3824
|
invalid: "Horaire non valide"
|
|
3711
3825
|
},
|
|
@@ -3756,7 +3870,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3756
3870
|
}
|
|
3757
3871
|
}
|
|
3758
3872
|
}
|
|
3759
|
-
},
|
|
3873
|
+
}, q = {
|
|
3760
3874
|
address: {
|
|
3761
3875
|
manually: "Entrer l'adresse manuellement",
|
|
3762
3876
|
autoFillPlaceholder: "Saisissez une adresse",
|
|
@@ -3788,7 +3902,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3788
3902
|
placeholder: "France"
|
|
3789
3903
|
}
|
|
3790
3904
|
}
|
|
3791
|
-
},
|
|
3905
|
+
}, T = {
|
|
3792
3906
|
scheduling: {
|
|
3793
3907
|
service: {
|
|
3794
3908
|
action: {
|
|
@@ -3830,12 +3944,13 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3830
3944
|
path: "Itin\xE9raire"
|
|
3831
3945
|
}
|
|
3832
3946
|
}
|
|
3833
|
-
},
|
|
3834
|
-
agenda:
|
|
3835
|
-
agendize:
|
|
3836
|
-
calendar:
|
|
3837
|
-
common:
|
|
3947
|
+
}, E = {
|
|
3948
|
+
agenda: h,
|
|
3949
|
+
agendize: y,
|
|
3950
|
+
calendar: I,
|
|
3951
|
+
common: N,
|
|
3838
3952
|
crm: z,
|
|
3953
|
+
dashboard: j,
|
|
3839
3954
|
"event-booking": {
|
|
3840
3955
|
new: "Nouveau rendez-vous",
|
|
3841
3956
|
reschedule: "Modifier le rendez-vous",
|
|
@@ -4001,7 +4116,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4001
4116
|
}
|
|
4002
4117
|
}
|
|
4003
4118
|
},
|
|
4004
|
-
form:
|
|
4119
|
+
form: x,
|
|
4005
4120
|
"link-generator": {
|
|
4006
4121
|
title: "G\xE9n\xE9rer un lien",
|
|
4007
4122
|
"company-step": {
|
|
@@ -4030,15 +4145,15 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4030
4145
|
}
|
|
4031
4146
|
}
|
|
4032
4147
|
},
|
|
4033
|
-
queue:
|
|
4034
|
-
reporting:
|
|
4035
|
-
report:
|
|
4036
|
-
search:
|
|
4037
|
-
settings:
|
|
4038
|
-
system:
|
|
4039
|
-
tools:
|
|
4040
|
-
widget:
|
|
4041
|
-
},
|
|
4148
|
+
queue: A,
|
|
4149
|
+
reporting: C,
|
|
4150
|
+
report: S,
|
|
4151
|
+
search: w,
|
|
4152
|
+
settings: L,
|
|
4153
|
+
system: D,
|
|
4154
|
+
tools: q,
|
|
4155
|
+
widget: T
|
|
4156
|
+
}, k = {
|
|
4042
4157
|
notification: {
|
|
4043
4158
|
report: {
|
|
4044
4159
|
download: {
|
|
@@ -4046,9 +4161,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4046
4161
|
}
|
|
4047
4162
|
}
|
|
4048
4163
|
}
|
|
4049
|
-
},
|
|
4164
|
+
}, R = {
|
|
4050
4165
|
empty: "vac\xEDa"
|
|
4051
|
-
},
|
|
4166
|
+
}, P = {
|
|
4052
4167
|
administration: {
|
|
4053
4168
|
audit: {
|
|
4054
4169
|
action_type: {
|
|
@@ -4104,7 +4219,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4104
4219
|
}
|
|
4105
4220
|
}
|
|
4106
4221
|
}
|
|
4107
|
-
},
|
|
4222
|
+
}, M = {
|
|
4108
4223
|
download: {
|
|
4109
4224
|
filename: "@:agendize.notification.report.download.filename"
|
|
4110
4225
|
},
|
|
@@ -4176,12 +4291,12 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4176
4291
|
allCompanies: "Todas las empresas"
|
|
4177
4292
|
}
|
|
4178
4293
|
}
|
|
4179
|
-
},
|
|
4180
|
-
agendize:
|
|
4181
|
-
common:
|
|
4182
|
-
settings:
|
|
4183
|
-
report:
|
|
4184
|
-
},
|
|
4294
|
+
}, V = {
|
|
4295
|
+
agendize: k,
|
|
4296
|
+
common: R,
|
|
4297
|
+
settings: P,
|
|
4298
|
+
report: M
|
|
4299
|
+
}, F = {
|
|
4185
4300
|
notification: {
|
|
4186
4301
|
report: {
|
|
4187
4302
|
download: {
|
|
@@ -4189,9 +4304,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4189
4304
|
}
|
|
4190
4305
|
}
|
|
4191
4306
|
}
|
|
4192
|
-
},
|
|
4307
|
+
}, G = {
|
|
4193
4308
|
empty: "vazia"
|
|
4194
|
-
},
|
|
4309
|
+
}, _ = {
|
|
4195
4310
|
administration: {
|
|
4196
4311
|
audit: {
|
|
4197
4312
|
action_type: {
|
|
@@ -4243,7 +4358,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4243
4358
|
}
|
|
4244
4359
|
}
|
|
4245
4360
|
}
|
|
4246
|
-
},
|
|
4361
|
+
}, U = {
|
|
4247
4362
|
download: {
|
|
4248
4363
|
filename: "@:agendize.notification.report.download.filename"
|
|
4249
4364
|
},
|
|
@@ -4315,12 +4430,12 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4315
4430
|
allCompanies: "Todas as empresas"
|
|
4316
4431
|
}
|
|
4317
4432
|
}
|
|
4318
|
-
},
|
|
4319
|
-
agendize:
|
|
4320
|
-
common:
|
|
4321
|
-
settings:
|
|
4322
|
-
report:
|
|
4323
|
-
},
|
|
4433
|
+
}, H = {
|
|
4434
|
+
agendize: F,
|
|
4435
|
+
common: G,
|
|
4436
|
+
settings: _,
|
|
4437
|
+
report: U
|
|
4438
|
+
}, B = {
|
|
4324
4439
|
notification: {
|
|
4325
4440
|
report: {
|
|
4326
4441
|
download: {
|
|
@@ -4328,9 +4443,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4328
4443
|
}
|
|
4329
4444
|
}
|
|
4330
4445
|
}
|
|
4331
|
-
},
|
|
4446
|
+
}, $ = {
|
|
4332
4447
|
empty: "vuota"
|
|
4333
|
-
},
|
|
4448
|
+
}, O = {
|
|
4334
4449
|
administration: {
|
|
4335
4450
|
audit: {
|
|
4336
4451
|
action_type: {
|
|
@@ -4386,7 +4501,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4386
4501
|
}
|
|
4387
4502
|
}
|
|
4388
4503
|
}
|
|
4389
|
-
},
|
|
4504
|
+
}, Q = {
|
|
4390
4505
|
download: {
|
|
4391
4506
|
filename: "@:agendize.notification.report.download.filename"
|
|
4392
4507
|
},
|
|
@@ -4458,12 +4573,12 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4458
4573
|
allCompanies: "Tutte le aziende"
|
|
4459
4574
|
}
|
|
4460
4575
|
}
|
|
4461
|
-
},
|
|
4462
|
-
agendize:
|
|
4463
|
-
common:
|
|
4464
|
-
settings:
|
|
4465
|
-
report:
|
|
4466
|
-
},
|
|
4576
|
+
}, W = {
|
|
4577
|
+
agendize: B,
|
|
4578
|
+
common: $,
|
|
4579
|
+
settings: O,
|
|
4580
|
+
report: Q
|
|
4581
|
+
}, Z = {
|
|
4467
4582
|
notification: {
|
|
4468
4583
|
report: {
|
|
4469
4584
|
download: {
|
|
@@ -4471,9 +4586,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4471
4586
|
}
|
|
4472
4587
|
}
|
|
4473
4588
|
}
|
|
4474
|
-
},
|
|
4589
|
+
}, J = {
|
|
4475
4590
|
empty: "leer"
|
|
4476
|
-
},
|
|
4591
|
+
}, K = {
|
|
4477
4592
|
administration: {
|
|
4478
4593
|
audit: {
|
|
4479
4594
|
action_type: {
|
|
@@ -4529,7 +4644,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4529
4644
|
}
|
|
4530
4645
|
}
|
|
4531
4646
|
}
|
|
4532
|
-
},
|
|
4647
|
+
}, Y = {
|
|
4533
4648
|
download: {
|
|
4534
4649
|
filename: "@:agendize.notification.report.download.filename"
|
|
4535
4650
|
},
|
|
@@ -4601,12 +4716,12 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4601
4716
|
allCompanies: "Alle Unternehmen"
|
|
4602
4717
|
}
|
|
4603
4718
|
}
|
|
4604
|
-
},
|
|
4605
|
-
agendize:
|
|
4606
|
-
common:
|
|
4607
|
-
settings:
|
|
4608
|
-
report:
|
|
4609
|
-
},
|
|
4719
|
+
}, X = {
|
|
4720
|
+
agendize: Z,
|
|
4721
|
+
common: J,
|
|
4722
|
+
settings: K,
|
|
4723
|
+
report: Y
|
|
4724
|
+
}, ee = {
|
|
4610
4725
|
notification: {
|
|
4611
4726
|
report: {
|
|
4612
4727
|
download: {
|
|
@@ -4614,9 +4729,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4614
4729
|
}
|
|
4615
4730
|
}
|
|
4616
4731
|
}
|
|
4617
|
-
},
|
|
4732
|
+
}, te = {
|
|
4618
4733
|
empty: "leeg"
|
|
4619
|
-
},
|
|
4734
|
+
}, ae = {
|
|
4620
4735
|
administration: {
|
|
4621
4736
|
audit: {
|
|
4622
4737
|
action_type: {
|
|
@@ -4672,7 +4787,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4672
4787
|
}
|
|
4673
4788
|
}
|
|
4674
4789
|
}
|
|
4675
|
-
},
|
|
4790
|
+
}, ne = {
|
|
4676
4791
|
download: {
|
|
4677
4792
|
filename: "@:agendize.notification.report.download.filename"
|
|
4678
4793
|
},
|
|
@@ -4744,12 +4859,12 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4744
4859
|
allCompanies: "Alle bedrijven"
|
|
4745
4860
|
}
|
|
4746
4861
|
}
|
|
4747
|
-
},
|
|
4748
|
-
agendize:
|
|
4749
|
-
common:
|
|
4750
|
-
settings:
|
|
4751
|
-
report:
|
|
4752
|
-
},
|
|
4862
|
+
}, oe = {
|
|
4863
|
+
agendize: ee,
|
|
4864
|
+
common: te,
|
|
4865
|
+
settings: ae,
|
|
4866
|
+
report: ne
|
|
4867
|
+
}, ie = {
|
|
4753
4868
|
notification: {
|
|
4754
4869
|
report: {
|
|
4755
4870
|
download: {
|
|
@@ -4757,9 +4872,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4757
4872
|
}
|
|
4758
4873
|
}
|
|
4759
4874
|
}
|
|
4760
|
-
},
|
|
4875
|
+
}, re = {
|
|
4761
4876
|
empty: "\u7A7A\u306E"
|
|
4762
|
-
},
|
|
4877
|
+
}, se = {
|
|
4763
4878
|
administration: {
|
|
4764
4879
|
audit: {
|
|
4765
4880
|
action_type: {
|
|
@@ -4815,7 +4930,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4815
4930
|
}
|
|
4816
4931
|
}
|
|
4817
4932
|
}
|
|
4818
|
-
},
|
|
4933
|
+
}, le = {
|
|
4819
4934
|
download: {
|
|
4820
4935
|
filename: "@:agendize.notification.report.download.filename"
|
|
4821
4936
|
},
|
|
@@ -4887,13 +5002,13 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4887
5002
|
allCompanies: "\u5168\u793E"
|
|
4888
5003
|
}
|
|
4889
5004
|
}
|
|
4890
|
-
},
|
|
4891
|
-
agendize:
|
|
4892
|
-
common:
|
|
4893
|
-
settings:
|
|
4894
|
-
report:
|
|
5005
|
+
}, ce = {
|
|
5006
|
+
agendize: ie,
|
|
5007
|
+
common: re,
|
|
5008
|
+
settings: se,
|
|
5009
|
+
report: le
|
|
4895
5010
|
};
|
|
4896
|
-
function
|
|
5011
|
+
function de(t) {
|
|
4897
5012
|
let e = document.createElement("script");
|
|
4898
5013
|
e.async = !0, e.setAttribute("src", "https://cdn.weglot.com/weglot.min.js"), e.onload = () => {
|
|
4899
5014
|
var a;
|
|
@@ -4907,18 +5022,18 @@ function le(t) {
|
|
|
4907
5022
|
});
|
|
4908
5023
|
}, document.head.appendChild(e);
|
|
4909
5024
|
}
|
|
4910
|
-
function
|
|
5025
|
+
function ue(t, e = "div") {
|
|
4911
5026
|
var n;
|
|
4912
5027
|
if (!t)
|
|
4913
5028
|
return "";
|
|
4914
5029
|
let a = document.createElement(e);
|
|
4915
5030
|
return a.innerHTML = t, (n = a.textContent) != null ? n : "";
|
|
4916
5031
|
}
|
|
4917
|
-
function
|
|
5032
|
+
function me(t) {
|
|
4918
5033
|
var e;
|
|
4919
5034
|
(e = window.Weglot) == null || e.switchTo(t);
|
|
4920
5035
|
}
|
|
4921
|
-
async function
|
|
5036
|
+
async function pe(t, e) {
|
|
4922
5037
|
var n, i;
|
|
4923
5038
|
const a = e || ((n = window.Weglot) == null ? void 0 : n.getCurrentLang());
|
|
4924
5039
|
if (t.length == 0)
|
|
@@ -4936,11 +5051,11 @@ async function ue(t, e) {
|
|
|
4936
5051
|
}
|
|
4937
5052
|
return [];
|
|
4938
5053
|
}
|
|
4939
|
-
const
|
|
5054
|
+
const be = { en: g, fr: E, es: V, pt: H, it: W, de: X, nl: oe, ja: ce };
|
|
4940
5055
|
export {
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
5056
|
+
ue as clearContent,
|
|
5057
|
+
de as initTranslationTool,
|
|
5058
|
+
be as messages,
|
|
5059
|
+
me as switchLanguageTo,
|
|
5060
|
+
pe as translate
|
|
4946
5061
|
};
|