@tekkare/auriga 0.2.43 → 0.2.45

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.
Files changed (60) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/argChaptersNav.vue +24 -11
  3. package/dist/runtime/components/argChaptersNav.vue.d.ts +1 -0
  4. package/dist/runtime/components/argComplexSelect.vue +52 -51
  5. package/dist/runtime/components/argComplexSelect.vue.d.ts +11 -26
  6. package/dist/runtime/components/argDate.vue +46 -18
  7. package/dist/runtime/components/argDate.vue.d.ts +1 -1
  8. package/dist/runtime/components/argDropdownSelect.vue +25 -5
  9. package/dist/runtime/components/argDropdownSelect.vue.d.ts +4 -4
  10. package/dist/runtime/components/argFilterCard.vue +27 -34
  11. package/dist/runtime/components/argFilterCard.vue.d.ts +1 -0
  12. package/dist/runtime/components/argFooter.vue +29 -14
  13. package/dist/runtime/components/argFooter.vue.d.ts +3 -1
  14. package/dist/runtime/components/argHomeAllBlocks.vue +29 -15
  15. package/dist/runtime/components/argHomeAllBlocks.vue.d.ts +4 -3
  16. package/dist/runtime/components/argHomeHeader.vue +28 -3
  17. package/dist/runtime/components/argHomeHeader.vue.d.ts +3 -1
  18. package/dist/runtime/components/argHomeLayout.vue +1 -1
  19. package/dist/runtime/components/argHomeSelectedBlock.vue +29 -8
  20. package/dist/runtime/components/argHomeSelectedBlock.vue.d.ts +3 -1
  21. package/dist/runtime/components/argMainLayout.vue +1 -1
  22. package/dist/runtime/components/argMapsFrRegionsToDepartements.vue +31 -15
  23. package/dist/runtime/components/argMapsFrRegionsToDepartements.vue.d.ts +12 -2
  24. package/dist/runtime/components/argMultipleSelect.vue +29 -8
  25. package/dist/runtime/components/argMultipleSelect.vue.d.ts +5 -4
  26. package/dist/runtime/components/argNoSavedScope.vue +44 -38
  27. package/dist/runtime/components/argNoSavedScope.vue.d.ts +4 -15
  28. package/dist/runtime/components/argNoSelectedScope.vue +35 -31
  29. package/dist/runtime/components/argNoSelectedScope.vue.d.ts +2 -1
  30. package/dist/runtime/components/argScopeChange.vue +27 -20
  31. package/dist/runtime/components/argScopeChange.vue.d.ts +2 -1
  32. package/dist/runtime/components/argScopeCriteria.vue +33 -32
  33. package/dist/runtime/components/argScopeCriteria.vue.d.ts +4 -11
  34. package/dist/runtime/components/argScopeCriteriaIndicator.vue +31 -18
  35. package/dist/runtime/components/argScopeCriteriaIndicator.vue.d.ts +3 -1
  36. package/dist/runtime/components/argScopeHeader.vue +27 -12
  37. package/dist/runtime/components/argScopeHeader.vue.d.ts +1 -0
  38. package/dist/runtime/components/argScopeManage.vue +30 -36
  39. package/dist/runtime/components/argScopeManage.vue.d.ts +1 -0
  40. package/dist/runtime/components/argScopeModal.vue +33 -64
  41. package/dist/runtime/components/argScopeModal.vue.d.ts +1 -0
  42. package/dist/runtime/components/argSearchInput.vue +37 -15
  43. package/dist/runtime/components/argSearchInput.vue.d.ts +2 -10
  44. package/dist/runtime/components/argSidebar.vue +28 -16
  45. package/dist/runtime/components/argSidebar.vue.d.ts +1 -0
  46. package/dist/runtime/components/argSourceCollapse.vue +26 -6
  47. package/dist/runtime/components/argSourceCollapse.vue.d.ts +1 -0
  48. package/dist/runtime/components/argTable.vue +42 -14
  49. package/dist/runtime/components/argTable.vue.d.ts +5 -5
  50. package/dist/runtime/components/argTipsBox.vue +27 -17
  51. package/dist/runtime/components/argTipsBox.vue.d.ts +3 -2
  52. package/dist/runtime/components/argToolbarSources.vue +29 -22
  53. package/dist/runtime/components/argToolbarSources.vue.d.ts +3 -1
  54. package/dist/runtime/components/locales/en.json +180 -1
  55. package/dist/runtime/components/locales/es.json +179 -1
  56. package/dist/runtime/components/locales/fr.json +179 -1
  57. package/dist/runtime/components/locales/jp.json +179 -2
  58. package/package.json +1 -1
  59. package/dist/runtime/components/textHighlight.vue +0 -251
  60. package/dist/runtime/components/textHighlight.vue.d.ts +0 -96
@@ -7,5 +7,184 @@
7
7
  "save-analysis": "Save and continue",
8
8
  "download": "Download all",
9
9
  "close": "Close"
10
- }
10
+ },
11
+ "chapters": "Chapters",
12
+ "complex": {
13
+ "quick": "Quick selection",
14
+ "current": "Current selection",
15
+ "empty": "No selection",
16
+ "loading": "Loading...",
17
+ "wait": "Please wait",
18
+ "search": "Search options...",
19
+ "searchSelect": "Search selected options...",
20
+ "max": "Maximum selection reached",
21
+ "notFound": "No content was found",
22
+ "custom": "Custom selection",
23
+ "orCustom": "Or custom selection",
24
+ "noSelection": "No selection yet",
25
+ "all": "Select all",
26
+ "clear": "Clear"
27
+ },
28
+ "dropdown": {
29
+ "empty": "No selection",
30
+ "loading": "Loading...",
31
+ "wait": "Please wait",
32
+ "search": "Search options...",
33
+ "notFound": "No content was found"
34
+ },
35
+ "multiple": {
36
+ "empty": "No selection",
37
+ "loading": "Loading...",
38
+ "wait": "Please wait",
39
+ "search": "Search options...",
40
+ "notFound": "No content was found",
41
+ "all": "All"
42
+ },
43
+ "search": {
44
+ "loading": "Loading more suggestions",
45
+ "empty": "No suggestions were found"
46
+ },
47
+ "date": {
48
+ "compact": {
49
+ "jan": "Jan.",
50
+ "feb": "Feb.",
51
+ "mar": "Mar.",
52
+ "apr": "Apr.",
53
+ "may": "May",
54
+ "jun": "Jun.",
55
+ "jul": "Jul.",
56
+ "aug": "Aug.",
57
+ "sep": "Sep.",
58
+ "oct": "Oct.",
59
+ "nov": "Nov.",
60
+ "dec": "Dec."
61
+ },
62
+ "full": {
63
+ "jan": "January",
64
+ "feb": "February",
65
+ "mar": "March",
66
+ "apr": "April",
67
+ "may": "May",
68
+ "jun": "June",
69
+ "jul": "July",
70
+ "aug": "August",
71
+ "sep": "September",
72
+ "oct": "October",
73
+ "nov": "November",
74
+ "dec": "December"
75
+ }
76
+ },
77
+ "tips": {
78
+ "close": "Close",
79
+ "more": "Learn more",
80
+ "hide": "Hide"
81
+ },
82
+ "sourceCollapse": {
83
+ "copySource": "Copy",
84
+ "sector": "Sector"
85
+ },
86
+
87
+ "backOIP": "Back to OIP",
88
+ "footer": {
89
+ "rights": "All rights reserved",
90
+ "terms": "Terms of use"
91
+ },
92
+ "sidebar": {
93
+ "home": "Home",
94
+ "open": "Open sidebar"
95
+ },
96
+ "map": {
97
+ "dep": "Departmental scale",
98
+ "reg": "Regional scale",
99
+ "return": "Return to regions"
100
+ },
101
+ "homeBlocks": {
102
+ "all": "All themes",
103
+ "countries": "Countries",
104
+ "global": "Global themes",
105
+ "search": "Search...",
106
+ "empty1": "No applications found",
107
+ "empty2": "No applications were found matching your search. Try changing your search terms or contact us fore more assistance."
108
+ },
109
+ "selectedBlock": {
110
+ "title": "Select a theme",
111
+ "subtitle": "Select a theme to display the analyses available within it."
112
+ },
113
+ "noScope": {
114
+ "message": "You need to select your scope to view any results or data. Please choose one of the options below to proceed.",
115
+ "exist": "Apply an existing scope",
116
+ "apply": "Apply scope",
117
+ "new": "+ New scope",
118
+ "or": "or"
119
+ },
120
+ "noSavedScope": {
121
+ "main": "You don't have Scopes saved yet. Here's how to create a new scope: ",
122
+ "step1": "Switch to “New Scope Criteria”",
123
+ "step2": "Select all the criteria you need",
124
+ "step3": "Click on “Save and continue” at the top right of your screen",
125
+ "step4": "Fill the form with the information you need and click on “Save scope and continue”",
126
+ "end": "And that’s it! Your scope will be saved and you will be able to recover it next time you connect."
127
+ },
128
+ "scopeChange": {
129
+ "save": "Save scope",
130
+ "new": "New scope",
131
+ "change": "Change scope",
132
+ "apply": "Apply scope"
133
+ },
134
+ "scopeIndic": {
135
+ "apply": "Scope applied:",
136
+ "custom": "Custom"
137
+ },
138
+ "myScope": "My scope",
139
+ "scopeCriteria": {
140
+ "tabs": {
141
+ "new": "New scope criteria",
142
+ "saved": "Apply an existing scope"
143
+ },
144
+ "title": "Scope criteria",
145
+ "saved": "Your saved scopes"
146
+ },
147
+ "scopeManage": {
148
+ "title": "Manage my scopes",
149
+ "del": "Delete",
150
+ "created": "Created the ",
151
+ "criteria": "Criteria",
152
+ "close": "Close"
153
+ },
154
+ "scopeCreate": {
155
+ "title": "Save my scope",
156
+ "myscope": "My scope",
157
+ "name": "Scope name",
158
+ "namePlaceholder": "Name of your scope e.g. Benchmark 2023",
159
+ "nameError": "Name is required to save your scope!",
160
+ "descr": "Describe your scope (optional)",
161
+ "descrPlaceholder": "Your description here",
162
+ "crit": "Criteria",
163
+ "cancel": "Cancel",
164
+ "save": "Save scope and continue"
165
+ },
166
+ "toolbarSource": {
167
+ "comply": "To comply with the ",
168
+ "list": "You must list in your reports the sources used.",
169
+ "copy": "The ”Copy” button is provided to ease this process."
170
+ },
171
+ "filterCard": {
172
+ "title": "Filters",
173
+ "save": "Save scope",
174
+ "clear": "Clear all",
175
+ "hide": "Hide",
176
+ "show": "Show"
177
+ },
178
+ "table": {
179
+ "page": "Show with pagination",
180
+ "full": "Show full table",
181
+ "searchBy": "Search by",
182
+ "or": "or",
183
+ "searchAll": "Search all...",
184
+ "loadingTitle": "Loading...",
185
+ "loadingSub": "Please wait",
186
+ "emptyTitle": "No content found for your search",
187
+ "emptySub": "Change or empty your search"
188
+ },
189
+ "close": "Close"
11
190
  }
@@ -7,5 +7,183 @@
7
7
  "save-analysis": "Salvar y continuar",
8
8
  "download": "Descargar todo",
9
9
  "close": "Cerrar"
10
- }
10
+ },
11
+ "chapters": "Capítulos",
12
+ "complex": {
13
+ "quick": "Selección rápida",
14
+ "current": "Selección en curso",
15
+ "empty": "No selección",
16
+ "loading": "Cargando...",
17
+ "wait": "Espere, por favor",
18
+ "search": "Buscar una opción...",
19
+ "searchSelect": "Buscar opciones seleccionadas...",
20
+ "max": "Selección máxima alcanzada",
21
+ "notFound": "Ningún contenido encontrado",
22
+ "custom": "Selección personalizada",
23
+ "orCustom": "O selección personalizada",
24
+ "noSelection": "Ninguna selección",
25
+ "all": "Seleccionar todo",
26
+ "clear": "Borrar"
27
+ },
28
+ "dropdown": {
29
+ "empty": "No selección",
30
+ "loading": "Cargando...",
31
+ "wait": "Espere, por favor",
32
+ "search": "Buscar una opción...",
33
+ "notFound": "Ningún contenido encontrado"
34
+ },
35
+ "multiple": {
36
+ "empty": "No selección",
37
+ "loading": "Cargando...",
38
+ "wait": "Espere, por favor",
39
+ "search": "Buscar una opción...",
40
+ "notFound": "Ningún contenido encontrado",
41
+ "all": "Todo"
42
+ },
43
+ "search": {
44
+ "loading": "Cargando más sugerencias",
45
+ "empty": "No se encontraron sugerencias"
46
+ },
47
+ "date": {
48
+ "compact": {
49
+ "jan": "Ene.",
50
+ "feb": "Feb.",
51
+ "mar": "Mar.",
52
+ "apr": "Abr.",
53
+ "may": "May.",
54
+ "jun": "Jun.",
55
+ "jul": "Jul.",
56
+ "aug": "Ago.",
57
+ "sep": "Sep.",
58
+ "oct": "Oct.",
59
+ "nov": "Nov.",
60
+ "dec": "Dic."
61
+ },
62
+ "full": {
63
+ "jan": "Enero",
64
+ "feb": "Febrero",
65
+ "mar": "Marzo",
66
+ "apr": "Abril",
67
+ "may": "Mayo",
68
+ "jun": "Junio",
69
+ "jul": "Julio",
70
+ "aug": "Agosto",
71
+ "sep": "Septiembre",
72
+ "oct": "Octubre",
73
+ "nov": "Noviembre",
74
+ "dec": "Diciembre"
75
+ }
76
+ },
77
+ "tips": {
78
+ "close": "Cerrar",
79
+ "more": "Saber más",
80
+ "hide": "Ocultar"
81
+ },
82
+ "sourceCollapse": {
83
+ "copySource": "Copiar",
84
+ "sector": "Sector"
85
+ },
86
+ "backOIP": "Volver a OIP",
87
+ "footer": {
88
+ "rights": "Todos derechos reservados",
89
+ "terms": "Condiciones de uso"
90
+ },
91
+ "sidebar": {
92
+ "home": "Inicio",
93
+ "open": "Abrir el menú lateral"
94
+ },
95
+ "map": {
96
+ "dep": "Escala departamental",
97
+ "reg": "Escala regional",
98
+ "return": "Volver a las regiones"
99
+ },
100
+ "homeBlocks": {
101
+ "all": "Todos los temas",
102
+ "countries": "Países",
103
+ "global": "Temas globales",
104
+ "search": "Buscar...",
105
+ "empty1": "No se han encontrado aplicaciones",
106
+ "empty2": "No se han encontrado aplicaciones que coincidan con su búsqueda. Intente cambiar los términos de búsqueda o póngase en contacto con nosotros para obtener más ayuda."
107
+ },
108
+ "selectedBlock": {
109
+ "title": "Seleccione un tema",
110
+ "subtitle": "Seleccione un tema para ver los análisis disponibles."
111
+ },
112
+ "noScope": {
113
+ "message": "Debe seleccionar su scope para ver los resultados o los datos. Elija una de las opciones siguientes para continuar.",
114
+ "exist": "Aplicar un scope existente",
115
+ "apply": "Aplicar el scope",
116
+ "new": "+ Nuevo scope",
117
+ "or": "o"
118
+ },
119
+ "scopeChange": {
120
+ "save": "Salvar scope",
121
+ "new": "Nuevo scope",
122
+ "change": "Cambiar scope",
123
+ "apply": "Aplicar scope"
124
+ },
125
+ "scopeIndic": {
126
+ "apply": "Scope aplicado:",
127
+ "custom": "Personalizado"
128
+ },
129
+ "myScope": "Mi scope",
130
+ "scopeCriteria": {
131
+ "tabs": {
132
+ "new": "Nuevo scope criterio",
133
+ "saved": "Aplicar un scope existente"
134
+ },
135
+ "title": "Scope criterio",
136
+ "saved": "Sus scopes guardados"
137
+ },
138
+ "scopeManage": {
139
+ "title": "Gestionar mis scopes",
140
+ "del": "Borrar",
141
+ "created": "Creado el ",
142
+ "criteria": "Criterio",
143
+ "close": "Cerrar"
144
+ },
145
+ "scopeCreate": {
146
+ "title": "Salvar mi scope",
147
+ "myscope": "Mi scope",
148
+ "name": "Scope nombre",
149
+ "namePlaceholder": "Nombre del scope e.g Benchmark 2023",
150
+ "nameError": "¡Nombre es necesario para salvar el scope!",
151
+ "descr": "Describe su scope (opcional)",
152
+ "descrPlaceholder": "Su descripción aquí",
153
+ "crit": "Criterio",
154
+ "cancel": "Anular",
155
+ "save": "Salvar scope y continuar"
156
+ },
157
+ "noSavedScope": {
158
+ "main": "No tienes Scopes salvados. Así se crea un nuevo scope: ",
159
+ "step1": "Cambiar a “Nuveo Scope Criterio“",
160
+ "step2": "Seleccione todos los criterios que necesite",
161
+ "step3": "Haga clic en “Salvar y continuar“ en la parte superior derecha de la pantalla",
162
+ "step4": "Rellene el formulario con la información que necesita y haga clic en “Salvar scope y continuar“",
163
+ "end": "¡Ya está! Su scope quedará guardado y podrá recuperarlo la próxima vez que se conecte."
164
+ },
165
+ "toolbarSource": {
166
+ "comply": "Para cumplir con ",
167
+ "list": "debe enumerar en sus informes las fuentes utilizadas.",
168
+ "copy": "El botón ”Copiar” facilita este proceso."
169
+ },
170
+ "filterCard": {
171
+ "title": "Filtros",
172
+ "save": "Salvar scope",
173
+ "clear": "Borrar todo",
174
+ "hide": "Ocultar",
175
+ "show": "Mostrar"
176
+ },
177
+ "table": {
178
+ "page": "Ver con paginación",
179
+ "full": "Ver tabla completa",
180
+ "searchBy": "Buscar por",
181
+ "or": "o",
182
+ "searchAll": "Buscar todo...",
183
+ "loadingTitle": "Cargando...",
184
+ "loadingSub": "Espere, por favor",
185
+ "emptyTitle": "No se ha encontrado contenido para su búsqueda",
186
+ "emptySub": "Modificar o vaciar la búsqueda"
187
+ },
188
+ "close": "Cerrar"
11
189
  }
@@ -7,5 +7,183 @@
7
7
  "save-analysis": "Sauvegarder et continuer",
8
8
  "download": "Tout télécharger",
9
9
  "close": "Fermer"
10
- }
10
+ },
11
+ "chapters": "Chapitres",
12
+ "complex": {
13
+ "quick": "Sélection rapide",
14
+ "current": "Sélection en cours",
15
+ "empty": "Aucune sélection",
16
+ "loading": "Chargement...",
17
+ "wait": "Veuillez patienter",
18
+ "search": "Rechercher une option...",
19
+ "searchSelect": "Rechercher parmi les options sélectionnées...",
20
+ "max": "Maximum de sélection atteint",
21
+ "notFound": "Aucun contenu n'a été trouvé",
22
+ "custom": "Sélection sur mesure",
23
+ "orCustom": "Ou sélection sur mesure",
24
+ "noSelection": "Aucune sélection",
25
+ "all": "Tout sélectionner",
26
+ "clear": "Supprimer"
27
+ },
28
+ "dropdown": {
29
+ "empty": "Aucune sélection",
30
+ "loading": "Chargement...",
31
+ "wait": "Veuillez patienter",
32
+ "search": "Rechercher une option...",
33
+ "notFound": "Aucun contenu n'a été trouvé"
34
+ },
35
+ "multiple": {
36
+ "empty": "Aucune sélection",
37
+ "loading": "Chargement...",
38
+ "wait": "Veuillez patienter",
39
+ "search": "Rechercher une option...",
40
+ "notFound": "Aucun contenu n'a été trouvé",
41
+ "all": "Tous"
42
+ },
43
+ "search": {
44
+ "loading": "Plus de suggestions en chargement",
45
+ "empty": "Aucune suggestion n'a été trouvée"
46
+ },
47
+ "date": {
48
+ "compact": {
49
+ "jan": "Jan.",
50
+ "feb": "Fév.",
51
+ "mar": "Mar.",
52
+ "apr": "Avr.",
53
+ "may": "Mai",
54
+ "jun": "Juin.",
55
+ "jul": "Juil.",
56
+ "aug": "Aoû.",
57
+ "sep": "Sep.",
58
+ "oct": "Oct.",
59
+ "nov": "Nov.",
60
+ "dec": "Déc."
61
+ },
62
+ "full": {
63
+ "jan": "Janvier",
64
+ "feb": "Février",
65
+ "mar": "Mars",
66
+ "apr": "Avril",
67
+ "may": "Mai",
68
+ "jun": "Juin",
69
+ "jul": "Juillet",
70
+ "aug": "Août",
71
+ "sep": "Septembre",
72
+ "oct": "Octobre",
73
+ "nov": "Novembre",
74
+ "dec": "Décembre"
75
+ }
76
+ },
77
+ "tips": {
78
+ "close": "Fermer",
79
+ "more": "En savoir plus",
80
+ "hide": "Réduire"
81
+ },
82
+ "sourceCollapse": {
83
+ "copySource": "Copier",
84
+ "sector": "Secteur"
85
+ },
86
+ "backOIP": "Retour OIP",
87
+ "footer": {
88
+ "rights": "Tous droits réservés",
89
+ "terms": "Mentions légales"
90
+ },
91
+ "sidebar": {
92
+ "home": "Accueil",
93
+ "open": "Ouvrir le menu latéral"
94
+ },
95
+ "map": {
96
+ "dep": "Echelle départementale",
97
+ "reg": "Echelle régionale",
98
+ "return": "Retour aux régions"
99
+ },
100
+ "homeBlocks": {
101
+ "all": "Tous mes thèmes",
102
+ "countries": "Pays",
103
+ "global": "Thèmes globaux",
104
+ "search": "Rechercher...",
105
+ "empty1": "Aucune application trouvée",
106
+ "empty2": "Aucune application n'a été trouvée pour votre recherche. Essayez de modifier votre recherche ou contactez-nous pour plus d'assistance."
107
+ },
108
+ "selectedBlock": {
109
+ "title": "Choisissez un thème",
110
+ "subtitle": "Choisissez un thème pour afficher les analyses disponibles."
111
+ },
112
+ "noScope": {
113
+ "message": "Vous devez sélectionner votre scope pour voir les résultats ou données. Veuillez choisir une des options ci-dessous pour continuer.",
114
+ "exist": "Appliquer un scope existant",
115
+ "apply": "Appliquer le scope",
116
+ "new": "+ Nouveau scope",
117
+ "or": "ou"
118
+ },
119
+ "scopeChange": {
120
+ "save": "Sauvegarder le scope",
121
+ "new": "Nouveau scope",
122
+ "change": "Changer scope",
123
+ "apply": "Appliquer scope"
124
+ },
125
+ "scopeIndic": {
126
+ "apply": "Scope appliqué:",
127
+ "custom": "Sur mesure"
128
+ },
129
+ "myScope": "Mon scope",
130
+ "scopeCriteria": {
131
+ "tabs": {
132
+ "new": "Nouveau critère scope",
133
+ "saved": "Appliquer un scope existant"
134
+ },
135
+ "title": "Critère scope",
136
+ "saved": "Vos scopes enregistrés"
137
+ },
138
+ "scopeManage": {
139
+ "title": "Gérer mes scopes",
140
+ "del": "Supprimer",
141
+ "created": "Crée le ",
142
+ "criteria": "Critères",
143
+ "close": "Fermer"
144
+ },
145
+ "scopeCreate": {
146
+ "title": "Enregistrer mon scope",
147
+ "myscope": "Mon scope",
148
+ "name": "Nom du scope",
149
+ "namePlaceholder": "Nom de votre scope e.g Benchmark 2023",
150
+ "nameError": "Un nom est requis pour enregistrer votre scope!",
151
+ "descr": "Décrivez votre scope (optionnel)",
152
+ "descrPlaceholder": "Votre description ici",
153
+ "crit": "Critères",
154
+ "cancel": "Annuler",
155
+ "save": "Enregistrer le scope et continuer"
156
+ },
157
+ "noSavedScope": {
158
+ "main": "Vous n'avez pas encore de scope enregistré. Voici comment créer un nouveau scope: ",
159
+ "step1": "Choisissez l'onglet “Nouveau critère scope“",
160
+ "step2": "Sélectionnez les critères dont vous avez besoin",
161
+ "step3": "Cliquez sur “Sauvegarder et continuer“ en haut à droite de votre écran",
162
+ "step4": "Remplissez le formulaire avec vos informations et cliquez sur “Sauvegarder le scope et continuer“",
163
+ "end": "Et c'est tout! Votre scope sera sauvegardé et vous pourrez le retrouver lors de vos prochaines connexions."
164
+ },
165
+ "toolbarSource": {
166
+ "comply": "Pour être conforme à l’",
167
+ "list": "vous devez annotez vos documents avec les sources utilisées.",
168
+ "copy": "Le bouton “Copier” est prévu pour faciliter cette démarche."
169
+ },
170
+ "filterCard": {
171
+ "title": "Filtres",
172
+ "save": "Sauvegarder un scope",
173
+ "clear": "Tout effacer",
174
+ "hide": "Masquer",
175
+ "show": "Afficher"
176
+ },
177
+ "table": {
178
+ "page": "Afficher avec pagination",
179
+ "full": "Afficher le tableau complet",
180
+ "searchBy": "Rechercher par",
181
+ "or": "ou",
182
+ "searchAll": "Rechercher...",
183
+ "loadingTitle": "Chargement...",
184
+ "loadingSub": "Veuillez patienter",
185
+ "emptyTitle": "Aucun contenu trouvé pour votre recherche",
186
+ "emptySub": "Veuillez retirer ou changer votre recherche"
187
+ },
188
+ "close": "Fermer"
11
189
  }