@agendize/az-i18n 1.0.146 → 1.0.147
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/README.md +25 -25
- package/dist/az-i18n.es.js +269 -86
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/utils/translationUtils.d.ts +6 -0
- package/dist/utils/translationUtils.d.ts.map +1 -0
- package/package.json +46 -46
package/README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# Agendize i18n Module
|
|
2
|
-
|
|
3
|
-
## Description
|
|
4
|
-
|
|
5
|
-
i18n module for Agendize Component
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
To install on your project
|
|
10
|
-
|
|
11
|
-
```sh
|
|
12
|
-
yarn add @agendize/az-i18n
|
|
13
|
-
# or
|
|
14
|
-
npm install @agendize/az-i18n
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
**Global**
|
|
18
|
-
|
|
19
|
-
***Components***
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
```js
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
|
|
1
|
+
# Agendize i18n Module
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
i18n module for Agendize Component
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
To install on your project
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
yarn add @agendize/az-i18n
|
|
13
|
+
# or
|
|
14
|
+
npm install @agendize/az-i18n
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
**Global**
|
|
18
|
+
|
|
19
|
+
***Components***
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
```js
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
|
package/dist/az-i18n.es.js
CHANGED
|
@@ -453,6 +453,18 @@ Would you like to continue this action?`,
|
|
|
453
453
|
404: {
|
|
454
454
|
title: "The page you are looking for does not exist.",
|
|
455
455
|
subTitle: "We're sorry, but the page you are looking for no longer exists."
|
|
456
|
+
},
|
|
457
|
+
cancel: {
|
|
458
|
+
registration: {
|
|
459
|
+
register: "{object} at any time.",
|
|
460
|
+
registerSentence: "You can register for other events"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
registration: {
|
|
464
|
+
cancel: {
|
|
465
|
+
cancel: "You can {object} your registration at any time.",
|
|
466
|
+
cancelWord: "cancel"
|
|
467
|
+
}
|
|
456
468
|
}
|
|
457
469
|
},
|
|
458
470
|
powered: "Powered by"
|
|
@@ -569,7 +581,7 @@ Would you like to continue this action?`,
|
|
|
569
581
|
confirm: "Confirmer le changement de status : "
|
|
570
582
|
},
|
|
571
583
|
noShow: {
|
|
572
|
-
0: "
|
|
584
|
+
0: "Contact absent",
|
|
573
585
|
1: "@:agenda.appointment.details.actions.messages.confirm pas venu",
|
|
574
586
|
2: "@:agenda.appointment.details.actions.messages.confirm pas venu",
|
|
575
587
|
3: "Chargement",
|
|
@@ -584,7 +596,6 @@ Would you like to continue this action?`,
|
|
|
584
596
|
noShow: "@:agenda.appointment.details.actions.noShow.0"
|
|
585
597
|
},
|
|
586
598
|
customStatus: {
|
|
587
|
-
0: "Marquer en",
|
|
588
599
|
1: "@:agenda.appointment.details.actions.messages.confirm",
|
|
589
600
|
2: "@:agenda.appointment.details.actions.messages.confirm",
|
|
590
601
|
3: "Chargement",
|
|
@@ -664,7 +675,7 @@ Would you like to continue this action?`,
|
|
|
664
675
|
},
|
|
665
676
|
declined: "Refus\xE9",
|
|
666
677
|
inProgress: "En cours",
|
|
667
|
-
noShow: "
|
|
678
|
+
noShow: "Non venu",
|
|
668
679
|
pending: "En attente",
|
|
669
680
|
pendingPayment: "En attente de paiement"
|
|
670
681
|
},
|
|
@@ -1393,7 +1404,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1393
1404
|
"deselect-all": "Tout d\xE9s\xE9lectionner"
|
|
1394
1405
|
},
|
|
1395
1406
|
share: {
|
|
1396
|
-
backButton: "
|
|
1407
|
+
backButton: "Retour",
|
|
1397
1408
|
cards: {
|
|
1398
1409
|
iframe: {
|
|
1399
1410
|
alt: "iFrame",
|
|
@@ -1472,7 +1483,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1472
1483
|
}
|
|
1473
1484
|
},
|
|
1474
1485
|
yes: "Oui"
|
|
1475
|
-
},
|
|
1486
|
+
}, j = {
|
|
1476
1487
|
"contact-trad": "contact",
|
|
1477
1488
|
"contact-caps-trad": "contact",
|
|
1478
1489
|
"contacts-trad": "contacts",
|
|
@@ -1712,7 +1723,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1712
1723
|
title: {
|
|
1713
1724
|
main: "@:crm.contacts-caps-trad"
|
|
1714
1725
|
}
|
|
1715
|
-
},
|
|
1726
|
+
}, x = {
|
|
1716
1727
|
items: {
|
|
1717
1728
|
admin: {
|
|
1718
1729
|
subtitle: "Administrer votre compte, vos applications et vos cl\xE9s API.",
|
|
@@ -1766,6 +1777,30 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1766
1777
|
advanced: {
|
|
1767
1778
|
title: "Options avanc\xE9es"
|
|
1768
1779
|
},
|
|
1780
|
+
consent: {
|
|
1781
|
+
marketingAndPrivacy: {
|
|
1782
|
+
ariaLabel: {
|
|
1783
|
+
disabled: "D\xE9sactiver le recueille de consentement sur la collecte des donn\xE9es personnelles et sur la souscription \xE0 la liste de diffusion marketing",
|
|
1784
|
+
enabled: "Activer le recueille de consentement sur la collecte des donn\xE9es personnelles et sur la souscription \xE0 la liste de diffusion marketing"
|
|
1785
|
+
},
|
|
1786
|
+
label: "Recueillir le consentement sur la collecte des donn\xE9es personnelles et sur la souscription \xE0 la liste de diffusion marketing"
|
|
1787
|
+
},
|
|
1788
|
+
marketing: {
|
|
1789
|
+
ariaLabel: {
|
|
1790
|
+
disabled: "D\xE9sactiver le recueille de consentement sur la souscription \xE0 la liste de diffusion marketing",
|
|
1791
|
+
enabled: "Activer le recueille de consentement sur la souscription \xE0 la liste de diffusion marketing"
|
|
1792
|
+
},
|
|
1793
|
+
label: "Recueillir le consentement sur la souscription \xE0 la liste de diffusion marketing"
|
|
1794
|
+
},
|
|
1795
|
+
privacy: {
|
|
1796
|
+
ariaLabel: {
|
|
1797
|
+
disabled: "D\xE9sactiver le recueille de consentement sur la collecte des donn\xE9es personnelles",
|
|
1798
|
+
enabled: "Activer le recueille de consentement sur la collecte des donn\xE9es personnelles "
|
|
1799
|
+
},
|
|
1800
|
+
label: "Recueillir le consentement sur la collecte des donn\xE9es personnelles"
|
|
1801
|
+
},
|
|
1802
|
+
title: "Consentement"
|
|
1803
|
+
},
|
|
1769
1804
|
content: "Contenu du formulaire",
|
|
1770
1805
|
description: {
|
|
1771
1806
|
label: "Description",
|
|
@@ -2040,6 +2075,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
2040
2075
|
email: "@:form.generator.types.list.email",
|
|
2041
2076
|
name: "@:form.generator.types.list.name",
|
|
2042
2077
|
phone: "@:form.generator.types.list.phone",
|
|
2078
|
+
reference: "R\xE9f\xE9rence client",
|
|
2043
2079
|
website: "@:form.generator.types.list.website"
|
|
2044
2080
|
},
|
|
2045
2081
|
date: {
|
|
@@ -2173,7 +2209,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
2173
2209
|
title: {
|
|
2174
2210
|
main: "Formulaires"
|
|
2175
2211
|
}
|
|
2176
|
-
},
|
|
2212
|
+
}, w = {
|
|
2177
2213
|
action: {
|
|
2178
2214
|
cancel: "@:common.action.cancel",
|
|
2179
2215
|
delete: "@:common.action.delete",
|
|
@@ -2309,7 +2345,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2309
2345
|
closed: "Ferm\xE9",
|
|
2310
2346
|
title: "Les horaires"
|
|
2311
2347
|
}
|
|
2312
|
-
},
|
|
2348
|
+
}, S = {
|
|
2313
2349
|
filter: {
|
|
2314
2350
|
title: "Filtres",
|
|
2315
2351
|
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.",
|
|
@@ -2317,7 +2353,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2317
2353
|
companies: "\xC9tablissements",
|
|
2318
2354
|
users: "Collaborateurs"
|
|
2319
2355
|
}
|
|
2320
|
-
},
|
|
2356
|
+
}, C = {
|
|
2321
2357
|
download: {
|
|
2322
2358
|
filename: "@:agendize.notification.report.download.filename",
|
|
2323
2359
|
toaster: {
|
|
@@ -2425,7 +2461,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2425
2461
|
genericExtract: "Extraction g\xE9n\xE9rique"
|
|
2426
2462
|
}
|
|
2427
2463
|
}
|
|
2428
|
-
},
|
|
2464
|
+
}, L = {
|
|
2429
2465
|
chips: {
|
|
2430
2466
|
all: "Tous",
|
|
2431
2467
|
all2: "Toutes",
|
|
@@ -2487,7 +2523,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2487
2523
|
},
|
|
2488
2524
|
button: "Ajouter"
|
|
2489
2525
|
}
|
|
2490
|
-
},
|
|
2526
|
+
}, q = {
|
|
2491
2527
|
action: {
|
|
2492
2528
|
cancel: "@:common.action.cancel",
|
|
2493
2529
|
back: "@:common.action.back",
|
|
@@ -2505,6 +2541,14 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2505
2541
|
displaySettings: {
|
|
2506
2542
|
title: "Options d\u2019affichage",
|
|
2507
2543
|
subTitle: "Les options d\u2019affichage vous permettent de personnaliser votre calendrier en fonction de vos besoins et de votre activit\xE9.",
|
|
2544
|
+
defaultView: {
|
|
2545
|
+
title: "Vue par d\xE9faut",
|
|
2546
|
+
values: {
|
|
2547
|
+
day: "Jour",
|
|
2548
|
+
week: "Semaine",
|
|
2549
|
+
agenda: "Agenda"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2508
2552
|
days: {
|
|
2509
2553
|
label: "Jours de la semaine",
|
|
2510
2554
|
helper: "Vous pouvez s\xE9lectionner les jours de la semaine \xE0 afficher dans votre calendrier."
|
|
@@ -2952,6 +2996,13 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2952
2996
|
validate: "@:common.action.validate",
|
|
2953
2997
|
type: "Type",
|
|
2954
2998
|
address: {
|
|
2999
|
+
company: {
|
|
3000
|
+
title: "Adresse d\u2019un \xE9tablissement",
|
|
3001
|
+
field: {
|
|
3002
|
+
title: "\xC9tablissement",
|
|
3003
|
+
placeholder: "S\xE9lectionner un \xE9tablissement"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
2955
3006
|
title: "Adresse personnalis\xE9e"
|
|
2956
3007
|
},
|
|
2957
3008
|
link: {
|
|
@@ -3020,7 +3071,14 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3020
3071
|
item: {
|
|
3021
3072
|
action: {
|
|
3022
3073
|
open: "Ouvrir \xE0 la r\xE9servation ",
|
|
3023
|
-
close: "Fermer \xE0 la r\xE9servation"
|
|
3074
|
+
close: "Fermer \xE0 la r\xE9servation",
|
|
3075
|
+
share: "Partager la session"
|
|
3076
|
+
},
|
|
3077
|
+
share: {
|
|
3078
|
+
modal: {
|
|
3079
|
+
title: "Partager la session",
|
|
3080
|
+
url: "Lien de la session"
|
|
3081
|
+
}
|
|
3024
3082
|
},
|
|
3025
3083
|
subTitle: "{nbR} participant sur {capacity} | {nbR} participants sur {capacity}"
|
|
3026
3084
|
},
|
|
@@ -3039,7 +3097,8 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3039
3097
|
accordeon: {
|
|
3040
3098
|
attendees: {
|
|
3041
3099
|
title: "Participants ({nbA}/{capacity})",
|
|
3042
|
-
"empty-state": "Aucun participant pour cette session."
|
|
3100
|
+
"empty-state": "Aucun participant pour cette session.",
|
|
3101
|
+
cancel: "Annuler la participation"
|
|
3043
3102
|
},
|
|
3044
3103
|
waiting: {
|
|
3045
3104
|
title: "Liste d'attente ({nbWait})"
|
|
@@ -3056,7 +3115,15 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3056
3115
|
},
|
|
3057
3116
|
title: "R\xE9capitulatif"
|
|
3058
3117
|
},
|
|
3059
|
-
title: "D\xE9tails de la session"
|
|
3118
|
+
title: "D\xE9tails de la session",
|
|
3119
|
+
cancel: {
|
|
3120
|
+
title: "Annuler la participation",
|
|
3121
|
+
subtitle: "Vous \xEAtes sur le point d\u2019annuler la participation de {name}. Vous pouvez saisir le motif de cette annulation.",
|
|
3122
|
+
reason: "Motif d'annulation",
|
|
3123
|
+
reasonPlaceholder: "Saisissez un motif d'annulation",
|
|
3124
|
+
cancelled: "La participation a bien \xE9t\xE9 annul\xE9e.",
|
|
3125
|
+
failure: "Une erreur s'est produite lors de l'annulation"
|
|
3126
|
+
}
|
|
3060
3127
|
},
|
|
3061
3128
|
section: {
|
|
3062
3129
|
title: "Liste des sessions",
|
|
@@ -3986,7 +4053,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
3986
4053
|
}
|
|
3987
4054
|
}
|
|
3988
4055
|
}
|
|
3989
|
-
},
|
|
4056
|
+
}, D = {
|
|
3990
4057
|
fields: {
|
|
3991
4058
|
optional: "Optionnel",
|
|
3992
4059
|
mandatory: "Ce champ est obligatoire",
|
|
@@ -4103,12 +4170,23 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4103
4170
|
placeholder: "France"
|
|
4104
4171
|
}
|
|
4105
4172
|
}
|
|
4106
|
-
},
|
|
4173
|
+
}, k = {
|
|
4107
4174
|
conference: {
|
|
4108
4175
|
404: {
|
|
4109
4176
|
title: "La page que vous recherchez n'existe pas.",
|
|
4110
4177
|
subTitle: "Nous sommes d\xE9sol\xE9s mais la page que vous cherchez n'existe plus."
|
|
4111
4178
|
},
|
|
4179
|
+
"back-button": {
|
|
4180
|
+
label: "@:common.action.back",
|
|
4181
|
+
"aria-label": "Retourner \xE0 l'\xE9tape pr\xE9c\xE9dente"
|
|
4182
|
+
},
|
|
4183
|
+
cancel: {
|
|
4184
|
+
title: "Votre inscription est annul\xE9e.",
|
|
4185
|
+
registration: {
|
|
4186
|
+
register: "Vous pouvez \xE0 tout moment {object}.",
|
|
4187
|
+
registerSentence: "vous inscrire \xE0 d'autres \xE9v\xE9nements"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4112
4190
|
confirm: {
|
|
4113
4191
|
action: {
|
|
4114
4192
|
back: "@:common.action.back",
|
|
@@ -4143,9 +4221,31 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4143
4221
|
"max-companion": "{count} accompagnants maximum",
|
|
4144
4222
|
"max-people": "{count} personnes maximum"
|
|
4145
4223
|
},
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4224
|
+
registration: {
|
|
4225
|
+
cancel: {
|
|
4226
|
+
cancel: "Vous pouvez \xE0 tout moment {object} votre inscription.",
|
|
4227
|
+
cancelWord: "annuler",
|
|
4228
|
+
title: "Motif de l'annulation",
|
|
4229
|
+
placeholder: "Saisissez un motif d'annulation",
|
|
4230
|
+
confirm: "Annuler l'inscription"
|
|
4231
|
+
},
|
|
4232
|
+
confirmation: {
|
|
4233
|
+
title: "Votre inscription est confirm\xE9e.",
|
|
4234
|
+
subTitle: "Un email de confirmation avec le d\xE9tail de votre inscription vous a \xE9t\xE9 envoy\xE9."
|
|
4235
|
+
},
|
|
4236
|
+
manage: {
|
|
4237
|
+
title: "Votre inscription",
|
|
4238
|
+
subTitle: "Nous sommes heureux de vous compter parmis nous."
|
|
4239
|
+
},
|
|
4240
|
+
"waiting-list": {
|
|
4241
|
+
confirmation: {
|
|
4242
|
+
title: "Votre inscription en liste d'attente",
|
|
4243
|
+
subTitle: "Vous \xEAtes inscrit sur la liste d'attente de l'\xE9v\xE9nement. Nous vous recontacterons en cas de nouvelles disponibilit\xE9s."
|
|
4244
|
+
}
|
|
4245
|
+
}
|
|
4246
|
+
},
|
|
4247
|
+
"waiting-list": {
|
|
4248
|
+
confirm: "Je m'inscris"
|
|
4149
4249
|
}
|
|
4150
4250
|
},
|
|
4151
4251
|
scheduling: {
|
|
@@ -4190,13 +4290,13 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4190
4290
|
}
|
|
4191
4291
|
},
|
|
4192
4292
|
powered: "Propuls\xE9 par"
|
|
4193
|
-
},
|
|
4293
|
+
}, E = {
|
|
4194
4294
|
agenda: y,
|
|
4195
4295
|
agendize: I,
|
|
4196
4296
|
calendar: z,
|
|
4197
4297
|
common: N,
|
|
4198
|
-
crm:
|
|
4199
|
-
dashboard:
|
|
4298
|
+
crm: j,
|
|
4299
|
+
dashboard: x,
|
|
4200
4300
|
"event-booking": {
|
|
4201
4301
|
new: "Nouveau rendez-vous",
|
|
4202
4302
|
reschedule: "Modifier le rendez-vous",
|
|
@@ -4391,14 +4491,14 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4391
4491
|
}
|
|
4392
4492
|
}
|
|
4393
4493
|
},
|
|
4394
|
-
queue:
|
|
4395
|
-
reporting:
|
|
4396
|
-
report:
|
|
4397
|
-
search:
|
|
4398
|
-
settings:
|
|
4399
|
-
system:
|
|
4494
|
+
queue: w,
|
|
4495
|
+
reporting: S,
|
|
4496
|
+
report: C,
|
|
4497
|
+
search: L,
|
|
4498
|
+
settings: q,
|
|
4499
|
+
system: D,
|
|
4400
4500
|
tools: T,
|
|
4401
|
-
widget:
|
|
4501
|
+
widget: k
|
|
4402
4502
|
}, P = {
|
|
4403
4503
|
notification: {
|
|
4404
4504
|
report: {
|
|
@@ -4538,11 +4638,27 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4538
4638
|
}
|
|
4539
4639
|
}
|
|
4540
4640
|
}, F = {
|
|
4641
|
+
conference: {
|
|
4642
|
+
cancel: {
|
|
4643
|
+
registration: {
|
|
4644
|
+
register: "{object} en cualquier momento.",
|
|
4645
|
+
registerSentence: "Puedes registrarte para otros eventos"
|
|
4646
|
+
}
|
|
4647
|
+
},
|
|
4648
|
+
registration: {
|
|
4649
|
+
cancel: {
|
|
4650
|
+
cancel: "Puedes {object} tu registro en cualquier momento.",
|
|
4651
|
+
cancelWord: "cancelar"
|
|
4652
|
+
}
|
|
4653
|
+
}
|
|
4654
|
+
}
|
|
4655
|
+
}, G = {
|
|
4541
4656
|
agendize: P,
|
|
4542
4657
|
common: R,
|
|
4543
4658
|
settings: M,
|
|
4544
|
-
report: V
|
|
4545
|
-
|
|
4659
|
+
report: V,
|
|
4660
|
+
widget: F
|
|
4661
|
+
}, U = {
|
|
4546
4662
|
notification: {
|
|
4547
4663
|
report: {
|
|
4548
4664
|
download: {
|
|
@@ -4552,7 +4668,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4552
4668
|
}
|
|
4553
4669
|
}, _ = {
|
|
4554
4670
|
empty: "vazia"
|
|
4555
|
-
},
|
|
4671
|
+
}, H = {
|
|
4556
4672
|
administration: {
|
|
4557
4673
|
audit: {
|
|
4558
4674
|
action_type: {
|
|
@@ -4604,7 +4720,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4604
4720
|
}
|
|
4605
4721
|
}
|
|
4606
4722
|
}
|
|
4607
|
-
},
|
|
4723
|
+
}, B = {
|
|
4608
4724
|
download: {
|
|
4609
4725
|
filename: "@:agendize.notification.report.download.filename"
|
|
4610
4726
|
},
|
|
@@ -4676,12 +4792,28 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4676
4792
|
allCompanies: "Todas as empresas"
|
|
4677
4793
|
}
|
|
4678
4794
|
}
|
|
4679
|
-
},
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4795
|
+
}, $ = {
|
|
4796
|
+
conference: {
|
|
4797
|
+
cancel: {
|
|
4798
|
+
registration: {
|
|
4799
|
+
register: "{object} a qualquer momento.",
|
|
4800
|
+
registerSentence: "Voc\xEA pode se inscrever para outros eventos"
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4803
|
+
registration: {
|
|
4804
|
+
cancel: {
|
|
4805
|
+
cancel: "Voc\xEA pode {object} seu registro a qualquer momento.",
|
|
4806
|
+
cancelWord: "cancelar"
|
|
4807
|
+
}
|
|
4808
|
+
}
|
|
4809
|
+
}
|
|
4684
4810
|
}, O = {
|
|
4811
|
+
agendize: U,
|
|
4812
|
+
common: _,
|
|
4813
|
+
settings: H,
|
|
4814
|
+
report: B,
|
|
4815
|
+
widget: $
|
|
4816
|
+
}, Q = {
|
|
4685
4817
|
notification: {
|
|
4686
4818
|
report: {
|
|
4687
4819
|
download: {
|
|
@@ -4689,9 +4821,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4689
4821
|
}
|
|
4690
4822
|
}
|
|
4691
4823
|
}
|
|
4692
|
-
},
|
|
4824
|
+
}, W = {
|
|
4693
4825
|
empty: "vuota"
|
|
4694
|
-
},
|
|
4826
|
+
}, Z = {
|
|
4695
4827
|
administration: {
|
|
4696
4828
|
audit: {
|
|
4697
4829
|
action_type: {
|
|
@@ -4747,7 +4879,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4747
4879
|
}
|
|
4748
4880
|
}
|
|
4749
4881
|
}
|
|
4750
|
-
},
|
|
4882
|
+
}, J = {
|
|
4751
4883
|
download: {
|
|
4752
4884
|
filename: "@:agendize.notification.report.download.filename"
|
|
4753
4885
|
},
|
|
@@ -4819,12 +4951,28 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4819
4951
|
allCompanies: "Tutte le aziende"
|
|
4820
4952
|
}
|
|
4821
4953
|
}
|
|
4822
|
-
},
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4954
|
+
}, Y = {
|
|
4955
|
+
conference: {
|
|
4956
|
+
cancel: {
|
|
4957
|
+
registration: {
|
|
4958
|
+
register: "{object} in qualsiasi momento.",
|
|
4959
|
+
registerSentence: "Puoi iscriverti ad altri eventi"
|
|
4960
|
+
}
|
|
4961
|
+
},
|
|
4962
|
+
registration: {
|
|
4963
|
+
cancel: {
|
|
4964
|
+
cancel: "Puoi {object} la tua registrazione in qualsiasi momento.",
|
|
4965
|
+
cancelWord: "annullare"
|
|
4966
|
+
}
|
|
4967
|
+
}
|
|
4968
|
+
}
|
|
4969
|
+
}, K = {
|
|
4970
|
+
agendize: Q,
|
|
4971
|
+
common: W,
|
|
4972
|
+
settings: Z,
|
|
4973
|
+
report: J,
|
|
4974
|
+
widget: Y
|
|
4975
|
+
}, X = {
|
|
4828
4976
|
notification: {
|
|
4829
4977
|
report: {
|
|
4830
4978
|
download: {
|
|
@@ -4832,9 +4980,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4832
4980
|
}
|
|
4833
4981
|
}
|
|
4834
4982
|
}
|
|
4835
|
-
},
|
|
4983
|
+
}, ee = {
|
|
4836
4984
|
empty: "leer"
|
|
4837
|
-
},
|
|
4985
|
+
}, te = {
|
|
4838
4986
|
administration: {
|
|
4839
4987
|
audit: {
|
|
4840
4988
|
action_type: {
|
|
@@ -4890,7 +5038,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4890
5038
|
}
|
|
4891
5039
|
}
|
|
4892
5040
|
}
|
|
4893
|
-
},
|
|
5041
|
+
}, ae = {
|
|
4894
5042
|
download: {
|
|
4895
5043
|
filename: "@:agendize.notification.report.download.filename"
|
|
4896
5044
|
},
|
|
@@ -4962,12 +5110,28 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4962
5110
|
allCompanies: "Alle Unternehmen"
|
|
4963
5111
|
}
|
|
4964
5112
|
}
|
|
4965
|
-
},
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
5113
|
+
}, ne = {
|
|
5114
|
+
conference: {
|
|
5115
|
+
cancel: {
|
|
5116
|
+
registration: {
|
|
5117
|
+
register: "F\xFCr weitere Veranstaltungen {object}.",
|
|
5118
|
+
registerSentence: "k\xF6nnen Sie sich jederzeit anmelden"
|
|
5119
|
+
}
|
|
5120
|
+
},
|
|
5121
|
+
registration: {
|
|
5122
|
+
cancel: {
|
|
5123
|
+
cancel: "Sie k\xF6nnen Ihre Registrierung jederzeit {object}.",
|
|
5124
|
+
cancelWord: "stornieren"
|
|
5125
|
+
}
|
|
5126
|
+
}
|
|
5127
|
+
}
|
|
5128
|
+
}, oe = {
|
|
5129
|
+
agendize: X,
|
|
5130
|
+
common: ee,
|
|
5131
|
+
settings: te,
|
|
5132
|
+
report: ae,
|
|
5133
|
+
widget: ne
|
|
5134
|
+
}, ie = {
|
|
4971
5135
|
notification: {
|
|
4972
5136
|
report: {
|
|
4973
5137
|
download: {
|
|
@@ -4975,9 +5139,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
4975
5139
|
}
|
|
4976
5140
|
}
|
|
4977
5141
|
}
|
|
4978
|
-
},
|
|
5142
|
+
}, re = {
|
|
4979
5143
|
empty: "leeg"
|
|
4980
|
-
},
|
|
5144
|
+
}, se = {
|
|
4981
5145
|
administration: {
|
|
4982
5146
|
audit: {
|
|
4983
5147
|
action_type: {
|
|
@@ -5033,7 +5197,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
5033
5197
|
}
|
|
5034
5198
|
}
|
|
5035
5199
|
}
|
|
5036
|
-
},
|
|
5200
|
+
}, le = {
|
|
5037
5201
|
download: {
|
|
5038
5202
|
filename: "@:agendize.notification.report.download.filename"
|
|
5039
5203
|
},
|
|
@@ -5105,12 +5269,28 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
5105
5269
|
allCompanies: "Alle bedrijven"
|
|
5106
5270
|
}
|
|
5107
5271
|
}
|
|
5108
|
-
},
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5272
|
+
}, ce = {
|
|
5273
|
+
conference: {
|
|
5274
|
+
cancel: {
|
|
5275
|
+
registration: {
|
|
5276
|
+
register: "Voor andere evenementen {object}.",
|
|
5277
|
+
registerSentence: "kunt u zich op elk moment inschrijven"
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
5280
|
+
registration: {
|
|
5281
|
+
cancel: {
|
|
5282
|
+
cancel: "U kunt uw inschrijving op ieder moment {object}.",
|
|
5283
|
+
cancelWord: "annuleren"
|
|
5284
|
+
}
|
|
5285
|
+
}
|
|
5286
|
+
}
|
|
5287
|
+
}, de = {
|
|
5288
|
+
agendize: ie,
|
|
5289
|
+
common: re,
|
|
5290
|
+
settings: se,
|
|
5291
|
+
report: le,
|
|
5292
|
+
widget: ce
|
|
5293
|
+
}, ue = {
|
|
5114
5294
|
notification: {
|
|
5115
5295
|
report: {
|
|
5116
5296
|
download: {
|
|
@@ -5118,9 +5298,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
5118
5298
|
}
|
|
5119
5299
|
}
|
|
5120
5300
|
}
|
|
5121
|
-
},
|
|
5301
|
+
}, me = {
|
|
5122
5302
|
empty: "\u7A7A\u306E"
|
|
5123
|
-
},
|
|
5303
|
+
}, pe = {
|
|
5124
5304
|
administration: {
|
|
5125
5305
|
audit: {
|
|
5126
5306
|
action_type: {
|
|
@@ -5176,7 +5356,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
5176
5356
|
}
|
|
5177
5357
|
}
|
|
5178
5358
|
}
|
|
5179
|
-
},
|
|
5359
|
+
}, be = {
|
|
5180
5360
|
download: {
|
|
5181
5361
|
filename: "@:agendize.notification.report.download.filename"
|
|
5182
5362
|
},
|
|
@@ -5248,13 +5428,13 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
5248
5428
|
allCompanies: "\u5168\u793E"
|
|
5249
5429
|
}
|
|
5250
5430
|
}
|
|
5251
|
-
},
|
|
5252
|
-
agendize:
|
|
5253
|
-
common:
|
|
5254
|
-
settings:
|
|
5255
|
-
report:
|
|
5431
|
+
}, fe = {
|
|
5432
|
+
agendize: ue,
|
|
5433
|
+
common: me,
|
|
5434
|
+
settings: pe,
|
|
5435
|
+
report: be
|
|
5256
5436
|
};
|
|
5257
|
-
function
|
|
5437
|
+
function ve(e, a) {
|
|
5258
5438
|
let t = document.createElement("script");
|
|
5259
5439
|
t.async = !0, t.setAttribute("src", "https://cdn.weglot.com/weglot.min.js"), t.onload = () => {
|
|
5260
5440
|
var n;
|
|
@@ -5265,22 +5445,25 @@ function ue(e, a) {
|
|
|
5265
5445
|
selector: ".include-weglot-tooltip",
|
|
5266
5446
|
attribute: "data-tooltip"
|
|
5267
5447
|
}],
|
|
5448
|
+
excluded_blocks: [{
|
|
5449
|
+
value: ".exclude-weglot"
|
|
5450
|
+
}],
|
|
5268
5451
|
...a
|
|
5269
5452
|
});
|
|
5270
5453
|
}, document.head.appendChild(t);
|
|
5271
5454
|
}
|
|
5272
|
-
function
|
|
5455
|
+
function ge(e, a = "div") {
|
|
5273
5456
|
var n;
|
|
5274
5457
|
if (!e)
|
|
5275
5458
|
return "";
|
|
5276
5459
|
let t = document.createElement(a);
|
|
5277
5460
|
return t.innerHTML = e, (n = t.textContent) != null ? n : "";
|
|
5278
5461
|
}
|
|
5279
|
-
function
|
|
5462
|
+
function he(e) {
|
|
5280
5463
|
var a;
|
|
5281
5464
|
(a = window.Weglot) == null || a.switchTo(e);
|
|
5282
5465
|
}
|
|
5283
|
-
async function
|
|
5466
|
+
async function ye(e, a) {
|
|
5284
5467
|
var n, i;
|
|
5285
5468
|
const t = a || ((n = window.Weglot) == null ? void 0 : n.getCurrentLang());
|
|
5286
5469
|
if (e.length == 0)
|
|
@@ -5298,15 +5481,15 @@ async function be(e, a) {
|
|
|
5298
5481
|
}
|
|
5299
5482
|
return [];
|
|
5300
5483
|
}
|
|
5301
|
-
function
|
|
5302
|
-
return e === "en" || e === "fr" || e === "es" || e === "pt" || e === "de" || e === "nl";
|
|
5484
|
+
function Ie(e) {
|
|
5485
|
+
return e === "en" || e === "fr" || e === "es" || e === "pt" || e === "de" || e === "nl" || e === "it";
|
|
5303
5486
|
}
|
|
5304
|
-
const
|
|
5487
|
+
const ze = { en: h, fr: E, es: G, pt: O, it: K, de: oe, nl: de, ja: fe };
|
|
5305
5488
|
export {
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5489
|
+
ge as clearContent,
|
|
5490
|
+
ve as initTranslationTool,
|
|
5491
|
+
Ie as isSupportedLocale,
|
|
5492
|
+
ze as messages,
|
|
5493
|
+
he as switchLanguageTo,
|
|
5494
|
+
ye as translate
|
|
5312
5495
|
};
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare type Locale = 'en' | 'fr' | 'es' | 'pt' | 'it' | 'de' | 'nl' | 'ja';
|
|
2
|
+
export declare function isSupportedLocale(value: string): boolean;
|
|
3
|
+
declare const messages: Record<Locale, {}>;
|
|
4
|
+
export { messages };
|
|
5
|
+
export * from './utils/translationUtils';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AASA,oBAAY,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAE1E,wBAAgB,iBAAiB,CAAC,KAAK,EAAG,MAAM,WAE/C;AAED,QAAA,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,EAAE,CAA+E,CAAA;AAEhH,OAAO,EAAC,QAAQ,EAAC,CAAA;AACjB,cAAc,0BAA0B,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Locale } from "../index";
|
|
2
|
+
export declare function initTranslationTool(apiKey: string, options?: any): void;
|
|
3
|
+
export declare function clearContent(value: string, tagName?: string): string;
|
|
4
|
+
export declare function switchLanguageTo(language: string): void;
|
|
5
|
+
export declare function translate(stringToTranslate: string[], lang?: Locale): Promise<string[]>;
|
|
6
|
+
//# sourceMappingURL=translationUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translationUtils.d.ts","sourceRoot":"","sources":["../../src/utils/translationUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC;AAGhC,wBAAgB,mBAAmB,CAC/B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,GAAG,QAoBhB;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,MAAc,GAAE,MAAM,CAQ1E;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,QAGhD;AAED,wBAAsB,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAqB7F"}
|
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@agendize/az-i18n",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"description": "Agendize i18n",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"agendize",
|
|
9
|
-
"i18n"
|
|
10
|
-
],
|
|
11
|
-
"homepage": "https://github.com/agendize/az-i18n",
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/agendize/az-i18n/issues"
|
|
14
|
-
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/agendize/az-i18n.git"
|
|
18
|
-
},
|
|
19
|
-
"license": "Apache-2.0",
|
|
20
|
-
"author": "Agendize",
|
|
21
|
-
"main": "./dist/az-i18n.umd.js",
|
|
22
|
-
"module": "./dist/az-i18n.es.js",
|
|
23
|
-
"unpkg": "./dist/az-i18n.min.js",
|
|
24
|
-
"types": "dist/index.d.ts",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist/"
|
|
27
|
-
],
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"vite": "^3.1.8",
|
|
30
|
-
"vue-tsc": "^0.29.8",
|
|
31
|
-
"typescript": "4.7.4"
|
|
32
|
-
},
|
|
33
|
-
"exports": {
|
|
34
|
-
".": {
|
|
35
|
-
"import": "./dist/az-i18n.es.js",
|
|
36
|
-
"require": "./dist/az-i18n.umd.js"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"scripts": {
|
|
40
|
-
"build": "vite build && tsc --emitDeclarationOnly",
|
|
41
|
-
"build-quick": "vite build",
|
|
42
|
-
"publish-lib": "npm run build && npm publish --access=public ",
|
|
43
|
-
"publish-beta": "npm run build && npm publish --access=public --tag beta",
|
|
44
|
-
"publish-dryrun": "npm run build && npm publish --access=public --dry-run"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@agendize/az-i18n",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.0.147",
|
|
5
|
+
"description": "Agendize i18n",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"agendize",
|
|
9
|
+
"i18n"
|
|
10
|
+
],
|
|
11
|
+
"homepage": "https://github.com/agendize/az-i18n",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/agendize/az-i18n/issues"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/agendize/az-i18n.git"
|
|
18
|
+
},
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"author": "Agendize",
|
|
21
|
+
"main": "./dist/az-i18n.umd.js",
|
|
22
|
+
"module": "./dist/az-i18n.es.js",
|
|
23
|
+
"unpkg": "./dist/az-i18n.min.js",
|
|
24
|
+
"types": "dist/index.d.ts",
|
|
25
|
+
"files": [
|
|
26
|
+
"dist/"
|
|
27
|
+
],
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"vite": "^3.1.8",
|
|
30
|
+
"vue-tsc": "^0.29.8",
|
|
31
|
+
"typescript": "4.7.4"
|
|
32
|
+
},
|
|
33
|
+
"exports": {
|
|
34
|
+
".": {
|
|
35
|
+
"import": "./dist/az-i18n.es.js",
|
|
36
|
+
"require": "./dist/az-i18n.umd.js"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"build": "vite build && tsc --emitDeclarationOnly",
|
|
41
|
+
"build-quick": "vite build",
|
|
42
|
+
"publish-lib": "npm run build && npm publish --access=public ",
|
|
43
|
+
"publish-beta": "npm run build && npm publish --access=public --tag beta",
|
|
44
|
+
"publish-dryrun": "npm run build && npm publish --access=public --dry-run"
|
|
45
|
+
}
|
|
46
|
+
}
|