@agendize/az-i18n 1.0.133 → 1.0.134
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
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const
|
|
1
|
+
const l = {
|
|
2
2
|
field: {
|
|
3
3
|
"mandatory-not-filled": "Mandatory field(s) not filled in"
|
|
4
4
|
}
|
|
5
|
-
},
|
|
5
|
+
}, c = {
|
|
6
6
|
appointment: {
|
|
7
7
|
new: "New",
|
|
8
8
|
"new-aria-label": "Add a new element",
|
|
@@ -164,9 +164,9 @@ Would you like to continue this action?`,
|
|
|
164
164
|
title: "Others agendas",
|
|
165
165
|
add: "Add agenda"
|
|
166
166
|
}
|
|
167
|
-
},
|
|
167
|
+
}, d = {
|
|
168
168
|
submit: "Submit form"
|
|
169
|
-
},
|
|
169
|
+
}, m = {
|
|
170
170
|
title: "Queue",
|
|
171
171
|
"working-hours": {
|
|
172
172
|
"open-today": "Open today",
|
|
@@ -203,7 +203,7 @@ Would you like to continue this action?`,
|
|
|
203
203
|
"number-in-queue": "You are number {nb} in the queue",
|
|
204
204
|
recap: "There are {nb} people(s) ahead. Your waiting time is estimate to {time} minute(s)"
|
|
205
205
|
}
|
|
206
|
-
},
|
|
206
|
+
}, u = {
|
|
207
207
|
common: {
|
|
208
208
|
day: {
|
|
209
209
|
monday: "Monday",
|
|
@@ -242,20 +242,61 @@ Would you like to continue this action?`,
|
|
|
242
242
|
},
|
|
243
243
|
no_data: "No audit log",
|
|
244
244
|
action_type: {
|
|
245
|
-
0: "Login"
|
|
245
|
+
0: "Login",
|
|
246
|
+
1: "Settings",
|
|
247
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
248
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
249
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
250
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
246
251
|
},
|
|
247
252
|
action: {
|
|
248
|
-
0:
|
|
253
|
+
0: {
|
|
254
|
+
0: "User connection",
|
|
255
|
+
1: "Connection attempt failed",
|
|
256
|
+
2: "Account locked",
|
|
257
|
+
3: "Failed to change password",
|
|
258
|
+
4: "Changed password"
|
|
259
|
+
},
|
|
260
|
+
1: {
|
|
261
|
+
5: "Adding the company {companyName} ({companyId})",
|
|
262
|
+
6: "Change of company {companyName} ({companyId})",
|
|
263
|
+
7: "Deletion of company {companyName} ({companyId})",
|
|
264
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
265
|
+
},
|
|
266
|
+
2: {
|
|
267
|
+
5: "Adding the category {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
268
|
+
6: "Change of category {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
269
|
+
7: "Deletion of category {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
270
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
271
|
+
},
|
|
272
|
+
3: {
|
|
273
|
+
5: "Adding the team {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
274
|
+
6: "Change of team {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
275
|
+
7: "Deletion of team {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
276
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
277
|
+
},
|
|
278
|
+
4: {
|
|
279
|
+
5: "Adding the service {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
280
|
+
6: "Change of service {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
281
|
+
7: "Deletion of service {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
282
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
283
|
+
},
|
|
284
|
+
5: {
|
|
285
|
+
5: "Adding the staff {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
286
|
+
6: "Change of staff {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
287
|
+
7: "Deletion of staff {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
288
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
289
|
+
}
|
|
249
290
|
}
|
|
250
291
|
}
|
|
251
292
|
}
|
|
252
|
-
},
|
|
253
|
-
common:
|
|
254
|
-
agenda:
|
|
255
|
-
form:
|
|
256
|
-
queue:
|
|
257
|
-
settings:
|
|
258
|
-
},
|
|
293
|
+
}, p = {
|
|
294
|
+
common: l,
|
|
295
|
+
agenda: c,
|
|
296
|
+
form: d,
|
|
297
|
+
queue: m,
|
|
298
|
+
settings: u
|
|
299
|
+
}, b = {
|
|
259
300
|
appointment: {
|
|
260
301
|
new: "Nouveau",
|
|
261
302
|
"new-aria-label": "Ajouter un nouvel \xE9l\xE9ment",
|
|
@@ -472,7 +513,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
472
513
|
label: "Partager par email",
|
|
473
514
|
action: {
|
|
474
515
|
subject: "Venez vous inscrire \xE0 notre \xE9v\xE9nement",
|
|
475
|
-
body: "Bonjour,%0A%0A Nous serions heureux de vous rencontrer lors de notre \xE9v\xE9nement {subject} qui aura lieu le {date} \xE0 {time} dans nos locaux
|
|
516
|
+
body: "Bonjour,%0A%0A Nous serions heureux de vous rencontrer lors de notre \xE9v\xE9nement {subject} qui aura lieu le {date} \xE0 {time} dans nos locaux. %0A%0A Voici le lien de r\xE9servation {link}."
|
|
476
517
|
}
|
|
477
518
|
}
|
|
478
519
|
}
|
|
@@ -584,7 +625,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
584
625
|
list: {
|
|
585
626
|
print: "Imprimer"
|
|
586
627
|
}
|
|
587
|
-
},
|
|
628
|
+
}, f = {
|
|
588
629
|
main: {
|
|
589
630
|
skip: "Passer au contenu"
|
|
590
631
|
},
|
|
@@ -712,12 +753,12 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
712
753
|
}
|
|
713
754
|
}
|
|
714
755
|
}
|
|
715
|
-
},
|
|
756
|
+
}, v = {
|
|
716
757
|
buffer: {
|
|
717
758
|
after: "Buffer",
|
|
718
759
|
before: "Buffer"
|
|
719
760
|
}
|
|
720
|
-
},
|
|
761
|
+
}, g = {
|
|
721
762
|
yes: "Oui",
|
|
722
763
|
no: "Non",
|
|
723
764
|
next: "Suivant",
|
|
@@ -735,6 +776,19 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
735
776
|
retry: "R\xE9essayer",
|
|
736
777
|
startAfterEnd: "La date de d\xE9but doit \xEAtre ant\xE9rieure \xE0 la date de fin"
|
|
737
778
|
},
|
|
779
|
+
days: {
|
|
780
|
+
monday: "Lundi | Lundis",
|
|
781
|
+
tuesday: "Mardi | Mardis",
|
|
782
|
+
wednesday: "Mercredi | Mercredis",
|
|
783
|
+
thursday: "Jeudi | Jeudis",
|
|
784
|
+
friday: "Vendredi | Vendredis",
|
|
785
|
+
saturday: "Samedi | Samedis",
|
|
786
|
+
sunday: "Dimanche | Dimanches",
|
|
787
|
+
closed: "Ferm\xE9e",
|
|
788
|
+
"all-days": "Tous les jours",
|
|
789
|
+
"all-weekdays": "Tous les jours sauf les week-end",
|
|
790
|
+
"all-dayname": "Tous les {dayname}"
|
|
791
|
+
},
|
|
738
792
|
field: {
|
|
739
793
|
actif: {
|
|
740
794
|
label: "Actif"
|
|
@@ -976,7 +1030,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
976
1030
|
"erase-filters": "Effacer les filtres",
|
|
977
1031
|
"apply-filters": "Appliquer les filtres"
|
|
978
1032
|
}
|
|
979
|
-
},
|
|
1033
|
+
}, h = {
|
|
980
1034
|
"contact-trad": "contact",
|
|
981
1035
|
"contact-caps-trad": "contact",
|
|
982
1036
|
"contacts-trad": "contacts",
|
|
@@ -1202,7 +1256,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1202
1256
|
placeholder: "Recherchez par nom, pr\xE9nom, t\xE9l\xE9phone, et email",
|
|
1203
1257
|
empty: "Aucun r\xE9sultat"
|
|
1204
1258
|
},
|
|
1205
|
-
|
|
1259
|
+
rightsTable: {
|
|
1206
1260
|
firstName: "Pr\xE9nom",
|
|
1207
1261
|
lastName: "Nom",
|
|
1208
1262
|
phone: "T\xE9l\xE9phone",
|
|
@@ -1216,7 +1270,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1216
1270
|
title: {
|
|
1217
1271
|
main: "@:crm.contacts-caps-trad"
|
|
1218
1272
|
}
|
|
1219
|
-
},
|
|
1273
|
+
}, y = {
|
|
1220
1274
|
action: {
|
|
1221
1275
|
back: "@:common.action.back",
|
|
1222
1276
|
close: "@:common.action.close",
|
|
@@ -1547,7 +1601,7 @@ Vous pouvez modifier l\u2019heure du rendez-vous en cliquant sur le bouton pr\xE
|
|
|
1547
1601
|
title: {
|
|
1548
1602
|
main: "Formulaires"
|
|
1549
1603
|
}
|
|
1550
|
-
},
|
|
1604
|
+
}, N = {
|
|
1551
1605
|
action: {
|
|
1552
1606
|
cancel: "@:common.action.cancel",
|
|
1553
1607
|
delete: "@:common.action.delete",
|
|
@@ -1683,7 +1737,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
1683
1737
|
closed: "Ferm\xE9",
|
|
1684
1738
|
title: "Les horaires"
|
|
1685
1739
|
}
|
|
1686
|
-
},
|
|
1740
|
+
}, z = {
|
|
1687
1741
|
filter: {
|
|
1688
1742
|
title: "Filtres",
|
|
1689
1743
|
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.",
|
|
@@ -1691,7 +1745,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
1691
1745
|
companies: "\xC9tablissements",
|
|
1692
1746
|
users: "Collaborateurs"
|
|
1693
1747
|
}
|
|
1694
|
-
},
|
|
1748
|
+
}, j = {
|
|
1695
1749
|
list: {
|
|
1696
1750
|
title: "Visualiser mes statistiques",
|
|
1697
1751
|
subTitle: "Analyser les performances de vos \xE9tablissements sur une p\xE9riode donn\xE9e.",
|
|
@@ -1700,7 +1754,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
1700
1754
|
account: "S\xE9lectionner le compte \xE0 afficher",
|
|
1701
1755
|
error: "Une erreur a eu lieu lors du chargement de mes rapports"
|
|
1702
1756
|
}
|
|
1703
|
-
},
|
|
1757
|
+
}, I = {
|
|
1704
1758
|
recents: "Recherches r\xE9centes",
|
|
1705
1759
|
loading: "Loading",
|
|
1706
1760
|
company: {
|
|
@@ -1743,7 +1797,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
1743
1797
|
title: "Aucun r\xE9sultat trouv\xE9",
|
|
1744
1798
|
desc: "Nous n'avons trouv\xE9 aucun r\xE9sultat correspondant \xE0 votre recherche."
|
|
1745
1799
|
}
|
|
1746
|
-
},
|
|
1800
|
+
}, A = {
|
|
1747
1801
|
action: {
|
|
1748
1802
|
cancel: "@:common.action.cancel",
|
|
1749
1803
|
back: "@:common.action.back",
|
|
@@ -1861,6 +1915,9 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
1861
1915
|
},
|
|
1862
1916
|
plannings: {
|
|
1863
1917
|
title: "Mes plannings"
|
|
1918
|
+
},
|
|
1919
|
+
rights: {
|
|
1920
|
+
title: "Droits d'acc\xE8s"
|
|
1864
1921
|
}
|
|
1865
1922
|
}
|
|
1866
1923
|
},
|
|
@@ -2121,6 +2178,32 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2121
2178
|
closed: "Ferm\xE9"
|
|
2122
2179
|
}
|
|
2123
2180
|
},
|
|
2181
|
+
rights: {
|
|
2182
|
+
table: {
|
|
2183
|
+
placeholder: "Rechercher par nom ou email",
|
|
2184
|
+
column: {
|
|
2185
|
+
users: "Utilisateurs",
|
|
2186
|
+
access: "Acc\xE8s"
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"rights-details": {
|
|
2191
|
+
title: "Droits d'acc\xE8s",
|
|
2192
|
+
subTitle: "G\xE9rer les r\xF4les de l'utilisateur sur chacun des \xE9tablissements de votre organisation.",
|
|
2193
|
+
"save-success": "Les modifications ont bien \xE9t\xE9 enregistr\xE9es.",
|
|
2194
|
+
"save-error": "\xC9chec lors de l'enregistrement des droits.",
|
|
2195
|
+
table: {
|
|
2196
|
+
placeholder: "Rechercher un \xE9tablissement par nom",
|
|
2197
|
+
empty: "Aucun \xE9tablissement",
|
|
2198
|
+
column: {
|
|
2199
|
+
company: "\xC9tablissement",
|
|
2200
|
+
none: "@:common.content.none",
|
|
2201
|
+
reader: "@:common.roles.reader",
|
|
2202
|
+
scheduler: "@:common.roles.scheduler",
|
|
2203
|
+
administrator: "@:common.roles.administrator"
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2124
2207
|
profile: {
|
|
2125
2208
|
title: "G\xE9rer mon profil",
|
|
2126
2209
|
personal_data: "Mes donn\xE9es personnelles",
|
|
@@ -2255,7 +2338,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2255
2338
|
button: "@:common.field.illustration.button"
|
|
2256
2339
|
},
|
|
2257
2340
|
duration: {
|
|
2258
|
-
label: "Dur\xE9e",
|
|
2341
|
+
label: "Dur\xE9e (en minutes)",
|
|
2259
2342
|
placeholder: "S\xE9lectionnez la dur\xE9e du service"
|
|
2260
2343
|
},
|
|
2261
2344
|
quantity: {
|
|
@@ -2657,9 +2740,34 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2657
2740
|
slot: {
|
|
2658
2741
|
unavailable: "Indisponible"
|
|
2659
2742
|
}
|
|
2743
|
+
},
|
|
2744
|
+
fab: {
|
|
2745
|
+
manual: {
|
|
2746
|
+
title: "Ajout manuel",
|
|
2747
|
+
description: "Ajouter une plage horaire manuellement"
|
|
2748
|
+
},
|
|
2749
|
+
"from-model": {
|
|
2750
|
+
title: "Ajout depuis un mod\xE8le",
|
|
2751
|
+
description: "Ajouter une plage horaire depuis un planning mod\xE8le param\xE9trable dans les param\xE8tres d'\xE9tablissements"
|
|
2752
|
+
}
|
|
2660
2753
|
}
|
|
2661
2754
|
},
|
|
2662
2755
|
"working-plannings-add": {
|
|
2756
|
+
"from-model": {
|
|
2757
|
+
title: "Ajouter un plage \xE0 partir d'un mod\xE8le",
|
|
2758
|
+
subtitle: "Ajouter des plages d'ouverture \xE0 un collaborateur en fonction d'un mod\xE8le de planning",
|
|
2759
|
+
field: {
|
|
2760
|
+
model: {
|
|
2761
|
+
title: "Mod\xE8le de planning",
|
|
2762
|
+
placeholder: "S\xE9lectionnez un mod\xE8le"
|
|
2763
|
+
},
|
|
2764
|
+
week: {
|
|
2765
|
+
title: "Semaine de d\xE9marrage",
|
|
2766
|
+
placeholder: "S\xE9lectionnez une semaine",
|
|
2767
|
+
helper: "Par exemple, si vous avez cr\xE9\xE9 un mod\xE8le de deux semaines (ouvert, ferm\xE9), vous pouvez choisir de commencer par la premi\xE8re semaine (ouvert) ou la deuxi\xE8me semaine (ferm\xE9) pour appliquer la s\xE9quence."
|
|
2768
|
+
}
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2663
2771
|
title: "Ajouter une plage d'ouverture",
|
|
2664
2772
|
subtitle: "Ajouter des plages d\u2019ouverture \xE0 vos collaborateurs sur un \xE9tablissement.",
|
|
2665
2773
|
period: {
|
|
@@ -2679,6 +2787,34 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2679
2787
|
},
|
|
2680
2788
|
"save-success": "La plage d\u2019ouverture a bien \xE9t\xE9 ajout\xE9e"
|
|
2681
2789
|
},
|
|
2790
|
+
"working-plannings-day-edit": {
|
|
2791
|
+
title: "Modifier la plage d'ouverture",
|
|
2792
|
+
recap: {
|
|
2793
|
+
title: "R\xE9capitulatif",
|
|
2794
|
+
date: "Date de la plage",
|
|
2795
|
+
company: "@:common.field.company.label",
|
|
2796
|
+
staff: "@:common.field.staff.label"
|
|
2797
|
+
},
|
|
2798
|
+
add: "Ajouter une ouverture",
|
|
2799
|
+
closed: "Aucune ouverture",
|
|
2800
|
+
"modify-period": "Effectuer la modification sur une p\xE9riode plus longue",
|
|
2801
|
+
"day-warning": "La modification sera apport\xE9e uniquement sur tous les {dayname} entre ces deux dates.",
|
|
2802
|
+
"allweekday-warning": "La modification sera apport\xE9e sur tous les jours de la semaine sauf les week-ends entre ces deux dates.",
|
|
2803
|
+
"allday-warning": "La modification sera apport\xE9e sur tous les jours de la semaine entre ces deux dates.",
|
|
2804
|
+
"save-success": "La plage d\u2019ouverture a bien \xE9t\xE9 modifi\xE9e",
|
|
2805
|
+
errors: {
|
|
2806
|
+
"save-error": "\xC9chec lors de l'enregistrement du planning"
|
|
2807
|
+
},
|
|
2808
|
+
delete: {
|
|
2809
|
+
"delete-success": "La plage d\u2019ouverture a bien \xE9t\xE9 supprim\xE9e",
|
|
2810
|
+
"confirm-dialog": {
|
|
2811
|
+
title: "Suppression de la plage d'ouverture",
|
|
2812
|
+
description: "\xCAtes-vous s\xFBr de bien vouloir supprimer la plage d\u2019ouverture ?",
|
|
2813
|
+
confirm: "@:common.action.confirm",
|
|
2814
|
+
cancel: "@:common.action.cancel"
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2682
2818
|
administration: {
|
|
2683
2819
|
title: "Administration",
|
|
2684
2820
|
subtitle: "Visualisez et mettez \xE0 jour les d\xE9tails de votre organisation, g\xE9rez les droits d'acc\xE8s \xE0 votre organisation et personnalisez l'espace de travail",
|
|
@@ -2697,18 +2833,63 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2697
2833
|
},
|
|
2698
2834
|
no_data: "Aucun log d'audit",
|
|
2699
2835
|
action_type: {
|
|
2700
|
-
0: "Login"
|
|
2836
|
+
0: "Login",
|
|
2837
|
+
1: "Param\xE9trage",
|
|
2838
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
2839
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
2840
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
2841
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
2701
2842
|
},
|
|
2702
2843
|
action: {
|
|
2703
|
-
0:
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2844
|
+
0: {
|
|
2845
|
+
0: "Connexion de l'utilisateur",
|
|
2846
|
+
1: "Echec de la tentative de connexion",
|
|
2847
|
+
2: "Compte verrouill\xE9",
|
|
2848
|
+
3: "Echec de la modification du mot de passe",
|
|
2849
|
+
4: "Mot de passe modifi\xE9"
|
|
2850
|
+
},
|
|
2851
|
+
1: {
|
|
2852
|
+
5: "Ajout de l'\xE9tablissement {companyName} ({companyId})",
|
|
2853
|
+
6: "Modification de l'\xE9tablissement {companyName} ({companyId})",
|
|
2854
|
+
7: "Suppression de l'\xE9tablissement {companyName} ({companyId})",
|
|
2855
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
2856
|
+
},
|
|
2857
|
+
2: {
|
|
2858
|
+
5: "Ajout d'une nouvelle cat\xE9gorie {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2859
|
+
6: "Modification d'une cat\xE9gorie {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2860
|
+
7: "Suppression d'une cat\xE9gorie {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2861
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
2862
|
+
},
|
|
2863
|
+
3: {
|
|
2864
|
+
5: "Ajout d'une nouvelle \xE9quipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2865
|
+
6: "Modification d'une \xE9quipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2866
|
+
7: "Suppression d'une \xE9quipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2867
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
2868
|
+
},
|
|
2869
|
+
4: {
|
|
2870
|
+
5: "Ajout d'un nouveau service {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2871
|
+
6: "Modification d'un service {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2872
|
+
7: "Suppression d'un service {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
2873
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
2874
|
+
},
|
|
2875
|
+
5: {
|
|
2876
|
+
5: "Ajout d'un nouveau collaborateur {objectName}{misc1} ({objectId}) - {companyName} ({companyId})",
|
|
2877
|
+
6: "Modification d'un collaborateur {objectName}{misc1} ({objectId}) - {companyName} ({companyId})",
|
|
2878
|
+
7: "Suppression d'un collaborateur {objectName}{misc1} ({objectId}) - {companyName} ({companyId})",
|
|
2879
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2882
|
+
changeLog: {
|
|
2883
|
+
title: "D\xE9tail de l\u2019action",
|
|
2884
|
+
table: {
|
|
2885
|
+
field: "Champ",
|
|
2886
|
+
old: "Avant",
|
|
2887
|
+
new: "Apr\xE8s"
|
|
2888
|
+
}
|
|
2708
2889
|
}
|
|
2709
2890
|
}
|
|
2710
2891
|
}
|
|
2711
|
-
},
|
|
2892
|
+
}, C = {
|
|
2712
2893
|
fields: {
|
|
2713
2894
|
optional: "Optionnel",
|
|
2714
2895
|
mandatory: "Ce champ est obligatoire",
|
|
@@ -2745,7 +2926,7 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2745
2926
|
"add-aria-label": "Ajouter des horaires pour le {day}",
|
|
2746
2927
|
"remove-aria-label": "Supprimer la ligne d'horaire pour le {day}"
|
|
2747
2928
|
}
|
|
2748
|
-
},
|
|
2929
|
+
}, w = {
|
|
2749
2930
|
scheduling: {
|
|
2750
2931
|
service: {
|
|
2751
2932
|
action: {
|
|
@@ -2787,12 +2968,12 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2787
2968
|
path: "Itin\xE9raire"
|
|
2788
2969
|
}
|
|
2789
2970
|
}
|
|
2790
|
-
},
|
|
2791
|
-
agenda:
|
|
2792
|
-
agendize:
|
|
2793
|
-
calendar:
|
|
2794
|
-
common:
|
|
2795
|
-
crm:
|
|
2971
|
+
}, S = {
|
|
2972
|
+
agenda: b,
|
|
2973
|
+
agendize: f,
|
|
2974
|
+
calendar: v,
|
|
2975
|
+
common: g,
|
|
2976
|
+
crm: h,
|
|
2796
2977
|
"event-booking": {
|
|
2797
2978
|
new: "Nouveau rendez-vous",
|
|
2798
2979
|
reschedule: "Modifier le rendez-vous",
|
|
@@ -2954,15 +3135,379 @@ Vous \xEAtes num\xE9ro {'{'}number_in_line{'}'} de la file d'attente.`,
|
|
|
2954
3135
|
}
|
|
2955
3136
|
}
|
|
2956
3137
|
},
|
|
2957
|
-
form:
|
|
2958
|
-
queue:
|
|
2959
|
-
reporting:
|
|
2960
|
-
report:
|
|
2961
|
-
search:
|
|
2962
|
-
settings:
|
|
2963
|
-
system:
|
|
2964
|
-
widget:
|
|
2965
|
-
},
|
|
3138
|
+
form: y,
|
|
3139
|
+
queue: N,
|
|
3140
|
+
reporting: z,
|
|
3141
|
+
report: j,
|
|
3142
|
+
search: I,
|
|
3143
|
+
settings: A,
|
|
3144
|
+
system: C,
|
|
3145
|
+
widget: w
|
|
3146
|
+
}, x = {
|
|
3147
|
+
administration: {
|
|
3148
|
+
audit: {
|
|
3149
|
+
action_type: {
|
|
3150
|
+
0: "Acceso",
|
|
3151
|
+
1: "Ajustes",
|
|
3152
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
3153
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
3154
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
3155
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
3156
|
+
},
|
|
3157
|
+
action: {
|
|
3158
|
+
0: {
|
|
3159
|
+
0: "Conexi\xF3n de usuario",
|
|
3160
|
+
1: "Intento de conexi\xF3n fallido",
|
|
3161
|
+
2: "Cuenta bloqueada",
|
|
3162
|
+
3: "Failed to change password",
|
|
3163
|
+
4: "Contrase\xF1a cambiada"
|
|
3164
|
+
},
|
|
3165
|
+
1: {
|
|
3166
|
+
5: "Agregando la empresa {companyName} ({companyId})",
|
|
3167
|
+
6: "Cambio de empresa {companyName} ({companyId})",
|
|
3168
|
+
7: "Eliminaci\xF3n de empresa {companyName} ({companyId})",
|
|
3169
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
3170
|
+
},
|
|
3171
|
+
2: {
|
|
3172
|
+
5: "Agregar la categor\xEDa {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3173
|
+
6: "Cambio de categor\xEDa {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3174
|
+
7: "Eliminaci\xF3n de categor\xEDa {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3175
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
3176
|
+
},
|
|
3177
|
+
3: {
|
|
3178
|
+
5: "Agregando el equipo {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3179
|
+
6: "Cambio de equipo {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3180
|
+
7: "Eliminaci\xF3n de equipo {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3181
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
3182
|
+
},
|
|
3183
|
+
4: {
|
|
3184
|
+
5: "Agregando el servicio {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3185
|
+
6: "Cambio de servicio {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3186
|
+
7: "Eliminaci\xF3n de servicio {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3187
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
3188
|
+
},
|
|
3189
|
+
5: {
|
|
3190
|
+
5: "Agregar el personal {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3191
|
+
6: "Cambio de personal {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3192
|
+
7: "Eliminaci\xF3n de personal {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3193
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
3194
|
+
}
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3197
|
+
}
|
|
3198
|
+
}, q = {
|
|
3199
|
+
settings: x
|
|
3200
|
+
}, L = {
|
|
3201
|
+
administration: {
|
|
3202
|
+
audit: {
|
|
3203
|
+
action_type: {
|
|
3204
|
+
0: "Conecte-se",
|
|
3205
|
+
1: "Configura\xE7\xF5es",
|
|
3206
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
3207
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
3208
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
3209
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
3210
|
+
},
|
|
3211
|
+
action: {
|
|
3212
|
+
0: {
|
|
3213
|
+
0: "Conex\xE3o do usu\xE1rio",
|
|
3214
|
+
1: "Falha na tentativa de conex\xE3o",
|
|
3215
|
+
2: "Conta bloqueada",
|
|
3216
|
+
3: "Falha ao alterar a senha",
|
|
3217
|
+
4: "Senha alterada"
|
|
3218
|
+
},
|
|
3219
|
+
1: {
|
|
3220
|
+
5: "Adicionando a empresa {companyName} ({companyId})",
|
|
3221
|
+
6: "Mudan\xE7a de empresa {companyName} ({companyId})",
|
|
3222
|
+
7: "Exclus\xE3o de empresa {companyName} ({companyId})",
|
|
3223
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
3224
|
+
},
|
|
3225
|
+
2: {
|
|
3226
|
+
5: "Adicionando a categoria {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3227
|
+
6: "Mudan\xE7a de categoria {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3228
|
+
7: "Exclus\xE3o de categoria {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3229
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
3230
|
+
},
|
|
3231
|
+
3: {
|
|
3232
|
+
5: "Adicionando a equipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3233
|
+
6: "Mudan\xE7a de time {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3234
|
+
7: "Exclus\xE3o de equipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3235
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
3236
|
+
},
|
|
3237
|
+
4: {
|
|
3238
|
+
5: "Adicionando o servi\xE7o {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3239
|
+
6: "Mudan\xE7a de servi\xE7o {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3240
|
+
7: "Exclus\xE3o de servi\xE7o {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3241
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
3242
|
+
},
|
|
3243
|
+
5: {
|
|
3244
|
+
5: "Adicionando a equipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3245
|
+
6: "Mudan\xE7a de equipe {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3246
|
+
7: "Exclus\xE3o de funcion\xE1rios {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3247
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
3248
|
+
}
|
|
3249
|
+
}
|
|
3250
|
+
}
|
|
3251
|
+
}
|
|
3252
|
+
}, k = {
|
|
3253
|
+
settings: L
|
|
3254
|
+
}, R = {
|
|
3255
|
+
administration: {
|
|
3256
|
+
audit: {
|
|
3257
|
+
action_type: {
|
|
3258
|
+
0: "Login",
|
|
3259
|
+
1: "Impostazioni",
|
|
3260
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
3261
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
3262
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
3263
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
3264
|
+
},
|
|
3265
|
+
action: {
|
|
3266
|
+
0: {
|
|
3267
|
+
0: "Connessione utente",
|
|
3268
|
+
1: "Tentativo di connessione non riuscito",
|
|
3269
|
+
2: "Account bloccato",
|
|
3270
|
+
3: "Impossibile modificare la password",
|
|
3271
|
+
4: "Password modificata"
|
|
3272
|
+
},
|
|
3273
|
+
1: {
|
|
3274
|
+
5: "Aggiunta della societ\xE0 {companyName} ({companyId})",
|
|
3275
|
+
6: "Cambio di societ\xE0 {companyName} ({companyId})",
|
|
3276
|
+
7: "Cancellazione della societ\xE0 {companyName} ({companyId})",
|
|
3277
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
3278
|
+
},
|
|
3279
|
+
2: {
|
|
3280
|
+
5: "Aggiunta della categoria {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3281
|
+
6: "Cambio di categoria {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3282
|
+
7: "Cancellazione di categoria {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3283
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
3284
|
+
},
|
|
3285
|
+
3: {
|
|
3286
|
+
5: "Aggiunta della squadra {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3287
|
+
6: "Cambio di squadra {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3288
|
+
7: "Cancellazione della squadra {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3289
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
3290
|
+
},
|
|
3291
|
+
4: {
|
|
3292
|
+
5: "Aggiunta del servizio {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3293
|
+
6: "Cambio di servizio {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3294
|
+
7: "Soppressione del servizio {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3295
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
3296
|
+
},
|
|
3297
|
+
5: {
|
|
3298
|
+
5: "Aggiunta del personale {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3299
|
+
6: "Cambio di personale {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3300
|
+
7: "Cancellazione del personale {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3301
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
}, D = {
|
|
3307
|
+
settings: R
|
|
3308
|
+
}, M = {
|
|
3309
|
+
administration: {
|
|
3310
|
+
audit: {
|
|
3311
|
+
action_type: {
|
|
3312
|
+
0: "Anmeldung",
|
|
3313
|
+
1: "Einstellungen",
|
|
3314
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
3315
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
3316
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
3317
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
3318
|
+
},
|
|
3319
|
+
action: {
|
|
3320
|
+
0: {
|
|
3321
|
+
0: "Benutzerverbindung",
|
|
3322
|
+
1: "Der Verbindungsversuch ist fehlgeschlagen",
|
|
3323
|
+
2: "Konto gesperrt",
|
|
3324
|
+
3: "Das Passwort konnte nicht ge\xE4ndert werden",
|
|
3325
|
+
4: "Passwort ge\xE4ndert"
|
|
3326
|
+
},
|
|
3327
|
+
1: {
|
|
3328
|
+
5: "Firma hinzuf\xFCgen {companyName} ({companyId})",
|
|
3329
|
+
6: "Firmenwechsel {companyName} ({companyId})",
|
|
3330
|
+
7: "L\xF6schung des Unternehmens {companyName} ({companyId})",
|
|
3331
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
3332
|
+
},
|
|
3333
|
+
2: {
|
|
3334
|
+
5: "Kategorie hinzuf\xFCgen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3335
|
+
6: "Change of category {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3336
|
+
7: "Kategorie l\xF6schen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3337
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
3338
|
+
},
|
|
3339
|
+
3: {
|
|
3340
|
+
5: "Das Team hinzuf\xFCgen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3341
|
+
6: "Teamwechsel {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3342
|
+
7: "L\xF6schung des Teams {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3343
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
3344
|
+
},
|
|
3345
|
+
4: {
|
|
3346
|
+
5: "Hinzuf\xFCgen des Dienstes {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3347
|
+
6: "Dienstwechsel {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3348
|
+
7: "L\xF6schung des Dienstes {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3349
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
3350
|
+
},
|
|
3351
|
+
5: {
|
|
3352
|
+
5: "Hinzuf\xFCgen des Personals {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3353
|
+
6: "Personalwechsel {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3354
|
+
7: "Streichung von Mitarbeitern {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3355
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3360
|
+
}, P = {
|
|
3361
|
+
settings: M
|
|
3362
|
+
}, T = {
|
|
3363
|
+
administration: {
|
|
3364
|
+
audit: {
|
|
3365
|
+
action_type: {
|
|
3366
|
+
0: "Log in",
|
|
3367
|
+
1: "Instellingen",
|
|
3368
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
3369
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
3370
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
3371
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
3372
|
+
},
|
|
3373
|
+
action: {
|
|
3374
|
+
0: {
|
|
3375
|
+
0: "Gebruikersverbinding",
|
|
3376
|
+
1: "Verbindingspoging mislukt",
|
|
3377
|
+
2: "Account geblokkeerd",
|
|
3378
|
+
3: "Kan het wachtwoord niet wijzigen",
|
|
3379
|
+
4: "Gewijzigd wachtwoord"
|
|
3380
|
+
},
|
|
3381
|
+
1: {
|
|
3382
|
+
5: "Het toevoegen van het bedrijf {companyName} ({companyId})",
|
|
3383
|
+
6: "Verandering van bedrijf {companyName} ({companyId})",
|
|
3384
|
+
7: "Bedrijf verwijderen {companyName} ({companyId})",
|
|
3385
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
3386
|
+
},
|
|
3387
|
+
2: {
|
|
3388
|
+
5: "De categorie toevoegen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3389
|
+
6: "Verandering van categorie {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3390
|
+
7: "Categorie verwijderen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3391
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
3392
|
+
},
|
|
3393
|
+
3: {
|
|
3394
|
+
5: "Het team toevoegen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3395
|
+
6: "Verandering van ploeg {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3396
|
+
7: "Team verwijderen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3397
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
3398
|
+
},
|
|
3399
|
+
4: {
|
|
3400
|
+
5: "De dienst toevoegen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3401
|
+
6: "Verandering van dienst {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3402
|
+
7: "Verwijdering van de dienst {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3403
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
3404
|
+
},
|
|
3405
|
+
5: {
|
|
3406
|
+
5: "Het personeel toevoegen {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3407
|
+
6: "Verandering van personeel {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3408
|
+
7: "Verwijdering van personeel {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3409
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
}
|
|
3414
|
+
}, V = {
|
|
3415
|
+
settings: T
|
|
3416
|
+
}, E = {
|
|
3417
|
+
administration: {
|
|
3418
|
+
audit: {
|
|
3419
|
+
action_type: {
|
|
3420
|
+
0: "\u30ED\u30B0\u30A4\u30F3",
|
|
3421
|
+
1: "\u8A2D\u5B9A",
|
|
3422
|
+
2: "@:settings.administration.audit.action_type.1",
|
|
3423
|
+
3: "@:settings.administration.audit.action_type.1",
|
|
3424
|
+
4: "@:settings.administration.audit.action_type.1",
|
|
3425
|
+
5: "@:settings.administration.audit.action_type.1"
|
|
3426
|
+
},
|
|
3427
|
+
action: {
|
|
3428
|
+
0: {
|
|
3429
|
+
0: "\u30E6\u30FC\u30B6\u30FC\u63A5\u7D9A",
|
|
3430
|
+
1: "\u63A5\u7D9A\u8A66\u884C\u306B\u5931\u6557\u3057\u307E\u3057\u305F",
|
|
3431
|
+
2: "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u30ED\u30C3\u30AF\u3055\u308C\u307E\u3057\u305F",
|
|
3432
|
+
3: "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5909\u66F4\u306B\u5931\u6557\u3057\u307E\u3057\u305F",
|
|
3433
|
+
4: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3057\u305F"
|
|
3434
|
+
},
|
|
3435
|
+
1: {
|
|
3436
|
+
5: "\u4F1A\u793E\u3092\u8FFD\u52A0\u3059\u308B {companyName} ({companyId})",
|
|
3437
|
+
6: "\u4F1A\u793E\u5909\u66F4 {companyName} ({companyId})",
|
|
3438
|
+
7: "\u4F1A\u793E\u306E\u524A\u9664 {companyName} ({companyId})",
|
|
3439
|
+
8: "@:settings.administration.audit.action.1.5"
|
|
3440
|
+
},
|
|
3441
|
+
2: {
|
|
3442
|
+
5: "\u30AB\u30C6\u30B4\u30EA\u306E\u8FFD\u52A0 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3443
|
+
6: "\u30AB\u30C6\u30B4\u30EA\u306E\u5909\u66F4 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3444
|
+
7: "\u30AB\u30C6\u30B4\u30EA\u306E\u524A\u9664 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3445
|
+
8: "@:settings.administration.audit.action.2.5"
|
|
3446
|
+
},
|
|
3447
|
+
3: {
|
|
3448
|
+
5: "\u30C1\u30FC\u30E0\u3092\u8FFD\u52A0\u3059\u308B {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3449
|
+
6: "\u30C1\u30FC\u30E0\u306E\u5909\u66F4 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3450
|
+
7: "\u30C1\u30FC\u30E0\u306E\u524A\u9664 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3451
|
+
8: "@:settings.administration.audit.action.3.5"
|
|
3452
|
+
},
|
|
3453
|
+
4: {
|
|
3454
|
+
5: "\u30B5\u30FC\u30D3\u30B9\u306E\u8FFD\u52A0 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3455
|
+
6: "\u30B5\u30FC\u30D3\u30B9\u306E\u5909\u66F4 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3456
|
+
7: "\u30B5\u30FC\u30D3\u30B9\u306E\u524A\u9664 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3457
|
+
8: "@:settings.administration.audit.action.4.5"
|
|
3458
|
+
},
|
|
3459
|
+
5: {
|
|
3460
|
+
5: "\u30B9\u30BF\u30C3\u30D5\u306E\u8FFD\u52A0 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3461
|
+
6: "\u30B9\u30BF\u30C3\u30D5\u306E\u7570\u52D5 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3462
|
+
7: "\u30B9\u30BF\u30C3\u30D5\u306E\u524A\u9664 {objectName} ({objectId}) - {companyName} ({companyId})",
|
|
3463
|
+
8: "@:settings.administration.audit.action.5.5"
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
}, _ = {
|
|
3469
|
+
settings: E
|
|
3470
|
+
};
|
|
3471
|
+
function F(a) {
|
|
3472
|
+
let e = document.createElement("script");
|
|
3473
|
+
e.async = !0, e.setAttribute("src", "https://cdn.weglot.com/weglot.min.js"), e.onload = () => {
|
|
3474
|
+
var t;
|
|
3475
|
+
(t = window.Weglot) == null || t.initialize({
|
|
3476
|
+
api_key: a,
|
|
3477
|
+
extra_definitions: [{
|
|
3478
|
+
type: 1,
|
|
3479
|
+
selector: ".include-weglot-tooltip",
|
|
3480
|
+
attribute: "data-tooltip"
|
|
3481
|
+
}]
|
|
3482
|
+
});
|
|
3483
|
+
}, document.head.appendChild(e);
|
|
3484
|
+
}
|
|
3485
|
+
function U(a) {
|
|
3486
|
+
var e;
|
|
3487
|
+
(e = window.Weglot) == null || e.switchTo(a);
|
|
3488
|
+
}
|
|
3489
|
+
async function G(a, e) {
|
|
3490
|
+
var n, i;
|
|
3491
|
+
const t = e || ((n = window.Weglot) == null ? void 0 : n.getCurrentLang());
|
|
3492
|
+
if (a.length == 0)
|
|
3493
|
+
return [];
|
|
3494
|
+
if (t == "fr")
|
|
3495
|
+
return a;
|
|
3496
|
+
{
|
|
3497
|
+
let r = [];
|
|
3498
|
+
a.forEach((s) => {
|
|
3499
|
+
r.push({ t: 1, w: s });
|
|
3500
|
+
});
|
|
3501
|
+
const o = await ((i = window.Weglot) == null ? void 0 : i.translate({ words: r, languageTo: t }));
|
|
3502
|
+
if (o && Array.isArray(o) && o.length > 0)
|
|
3503
|
+
return o;
|
|
3504
|
+
}
|
|
3505
|
+
return [];
|
|
3506
|
+
}
|
|
3507
|
+
const H = { en: p, fr: S, es: q, pt: k, it: D, de: P, nl: V, ja: _ };
|
|
2966
3508
|
export {
|
|
2967
|
-
|
|
3509
|
+
F as initTranslationTool,
|
|
3510
|
+
H as messages,
|
|
3511
|
+
U as switchLanguageTo,
|
|
3512
|
+
G as translate
|
|
2968
3513
|
};
|