@provoly/dashboard 1.3.7 → 1.3.8
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/esm2022/lib/core/i18n/en.translations.mjs +5 -5
- package/esm2022/lib/core/i18n/fr.translations.mjs +5 -5
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +8 -8
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +24 -24
|
@@ -313,9 +313,9 @@ const enTranslations$1 = {
|
|
|
313
313
|
detail: 'Detail',
|
|
314
314
|
chart: 'Chart',
|
|
315
315
|
resultSet: 'Named Queries',
|
|
316
|
-
rename: 'Save
|
|
316
|
+
rename: 'Save as ({{nbPages}})',
|
|
317
317
|
restore: 'Restore closed pages',
|
|
318
|
-
save: 'Save',
|
|
318
|
+
save: 'Save ({{nbPages}})',
|
|
319
319
|
drag: 'Restitution...',
|
|
320
320
|
dragIndication: 'Insert a',
|
|
321
321
|
barchart: 'Bar',
|
|
@@ -494,12 +494,12 @@ const enTranslations$1 = {
|
|
|
494
494
|
iconLabel: {
|
|
495
495
|
PRIVATE: 'Private',
|
|
496
496
|
GROUPS: 'Shared to some user groups',
|
|
497
|
-
PUBLIC: 'Public'
|
|
497
|
+
PUBLIC: 'Public'
|
|
498
498
|
},
|
|
499
499
|
radioLabel: {
|
|
500
500
|
PRIVATE: 'Private',
|
|
501
501
|
GROUPS: 'Share to selected user groups',
|
|
502
|
-
PUBLIC: 'Public'
|
|
502
|
+
PUBLIC: 'Public'
|
|
503
503
|
},
|
|
504
504
|
type: 'Visibility',
|
|
505
505
|
users: 'Authorized users',
|
|
@@ -735,9 +735,9 @@ const frTranslations$1 = {
|
|
|
735
735
|
detail: 'Détail',
|
|
736
736
|
chart: 'Graphique',
|
|
737
737
|
resultSet: 'Recherches nommées',
|
|
738
|
-
rename: 'Enregistrer sous',
|
|
738
|
+
rename: 'Enregistrer sous ({{nbPages}})',
|
|
739
739
|
restore: 'Restaurer les pages',
|
|
740
|
-
save: 'Enregistrer',
|
|
740
|
+
save: 'Enregistrer ({{nbPages}})',
|
|
741
741
|
drag: 'Restitution...',
|
|
742
742
|
dragIndication: 'Insérer un',
|
|
743
743
|
barchart: 'Barres',
|
|
@@ -918,12 +918,12 @@ const frTranslations$1 = {
|
|
|
918
918
|
iconLabel: {
|
|
919
919
|
PRIVATE: 'Privé',
|
|
920
920
|
GROUPS: "Partagé aux groupes d'utilisateurs",
|
|
921
|
-
PUBLIC: 'Public'
|
|
921
|
+
PUBLIC: 'Public'
|
|
922
922
|
},
|
|
923
923
|
radioLabel: {
|
|
924
924
|
PRIVATE: 'Privé',
|
|
925
925
|
GROUPS: 'Restreint',
|
|
926
|
-
PUBLIC: 'Public'
|
|
926
|
+
PUBLIC: 'Public'
|
|
927
927
|
},
|
|
928
928
|
type: 'Visibilité',
|
|
929
929
|
users: 'Utilisateurs autorisés',
|