@datagouv/components-next 0.0.7 → 0.0.9
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 +34 -14
- package/assets/json/vector.json +2377 -0
- package/assets/main.css +3 -0
- package/assets/swagger-themes/newspaper.css +1669 -0
- package/assets/tailwind.config.js +1 -1
- package/dist/JsonPreview.client-BIz1_EiB.js +92 -0
- package/dist/MapContainer.client-ZDwr4Q_I.js +78276 -0
- package/dist/PdfPreview.client-BTTMM27i.js +112 -0
- package/dist/Pmtiles.client-4kOoUQcR.js +22377 -0
- package/dist/Swagger.client-Q7a5wb51.js +4 -0
- package/dist/XmlPreview.client-BYIIkDqf.js +84 -0
- package/dist/components-next.css +52 -1
- package/dist/components-next.js +42 -41
- package/dist/components.css +1 -1
- package/dist/main-CLUk9Jj7.js +105843 -0
- package/dist/pdf-vue3-BZh6kzke.js +273 -0
- package/dist/pdf.min-f72cfa08-DAetWL3M.js +9501 -0
- package/dist/{text-clamp.esm-DurZFOvT.js → text-clamp.esm-DP59tec5.js} +1 -1
- package/dist/vue3-json-viewer-DIQzFF6K.js +1089 -0
- package/dist/vue3-xml-viewer.common-BmKw6vER.js +5437 -0
- package/package.json +7 -5
- package/src/components/AvatarWithName.vue +6 -2
- package/src/components/BannerAction.vue +1 -1
- package/src/components/BrandedButton.vue +13 -8
- package/src/components/CopyButton.vue +7 -7
- package/src/components/DataserviceCard.vue +54 -23
- package/src/components/DatasetCard.vue +36 -24
- package/src/components/DatasetInformationPanel.vue +19 -18
- package/src/components/DatasetQuality.vue +21 -18
- package/src/components/DatasetQualityInline.vue +1 -1
- package/src/components/DatasetQualityItem.vue +3 -3
- package/src/components/DatasetQualityItemWarning.vue +2 -2
- package/src/components/DatasetQualityScore.vue +2 -2
- package/src/components/DatasetQualityTooltipContent.vue +29 -29
- package/src/components/DescriptionDetails.vue +2 -2
- package/src/components/ExtraAccordion.vue +10 -7
- package/src/components/OrganizationCard.vue +9 -4
- package/src/components/OrganizationNameWithCertificate.vue +25 -11
- package/src/components/Pagination.vue +26 -15
- package/src/components/ReadMore.vue +2 -2
- package/src/components/ResourceAccordion/DataStructure.vue +2 -2
- package/src/components/ResourceAccordion/EditButton.vue +10 -6
- package/src/components/ResourceAccordion/JsonPreview.client.vue +153 -0
- package/src/components/ResourceAccordion/MapContainer.client.vue +137 -0
- package/src/components/ResourceAccordion/Metadata.vue +33 -54
- package/src/components/ResourceAccordion/PdfPreview.client.vue +189 -0
- package/src/components/ResourceAccordion/Pmtiles.client.vue +166 -0
- package/src/components/ResourceAccordion/Preview.vue +39 -37
- package/src/components/ResourceAccordion/ResourceAccordion.vue +141 -63
- package/src/components/ResourceAccordion/ResourceIcon.vue +7 -1
- package/src/components/ResourceAccordion/SchemaBadge.vue +26 -26
- package/src/components/ResourceAccordion/{Swagger.vue → Swagger.client.vue} +1 -1
- package/src/components/ResourceAccordion/XmlPreview.client.vue +143 -0
- package/src/components/ReuseCard.vue +10 -7
- package/src/components/ReuseDetails.vue +3 -3
- package/src/components/SimpleBanner.vue +7 -4
- package/src/components/SmallChart.vue +23 -9
- package/src/components/StatBox.vue +92 -10
- package/src/config.ts +6 -2
- package/src/functions/api.ts +18 -18
- package/src/functions/dates.ts +81 -74
- package/src/functions/helpers.ts +5 -4
- package/src/functions/organizations.ts +5 -5
- package/src/functions/resources.ts +34 -5
- package/src/functions/schemas.ts +4 -3
- package/src/functions/tabularApi.ts +1 -1
- package/src/main.ts +10 -11
- package/src/types/badges.ts +3 -3
- package/src/types/contact_point.ts +5 -5
- package/src/types/dataservices.ts +16 -2
- package/src/types/datasets.ts +20 -2
- package/src/types/frequency.ts +5 -5
- package/src/types/granularity.ts +12 -4
- package/src/types/harvest.ts +2 -2
- package/src/types/licenses.ts +8 -8
- package/src/types/organizations.ts +6 -0
- package/src/types/resources.ts +3 -3
- package/src/types/reuses.ts +3 -1
- package/src/types/site.ts +8 -0
- package/src/types/ui.ts +2 -2
- package/src/types/users.ts +24 -8
- package/src/types/vue3-xml-viewer.d.ts +10 -0
- package/dist/Swagger-DjysB-OI.js +0 -67851
- package/dist/en-DCRve7vN.js +0 -613
- package/dist/fr-DCOnbL-p.js +0 -613
- package/dist/locales/de.js +0 -155
- package/dist/locales/en.js +0 -155
- package/dist/locales/es.js +0 -155
- package/dist/locales/fr.js +0 -155
- package/dist/locales/it.js +0 -155
- package/dist/locales/pt.js +0 -155
- package/dist/locales/sr.js +0 -155
- package/dist/main-CPW2vNLE.js +0 -32008
- package/src/components/DescriptionList/DescriptionDetails.stories.ts +0 -43
- package/src/components/DescriptionList/DescriptionList.stories.ts +0 -47
- package/src/components/DescriptionList/DescriptionTerm.stories.ts +0 -28
- package/src/locales/de.json +0 -154
- package/src/locales/en.json +0 -154
- package/src/locales/es.json +0 -154
- package/src/locales/fr.json +0 -154
- package/src/locales/it.json +0 -154
- package/src/locales/pt.json +0 -154
- package/src/locales/sr.json +0 -154
package/dist/fr-DCOnbL-p.js
DELETED
|
@@ -1,613 +0,0 @@
|
|
|
1
|
-
const i = {
|
|
2
|
-
Copy: (e) => {
|
|
3
|
-
const { normalize: r } = e;
|
|
4
|
-
return r(["Copier"]);
|
|
5
|
-
},
|
|
6
|
-
"The identity of this public service is certified by {certifier}": (e) => {
|
|
7
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
8
|
-
return r(["L'identité de ce service public est certifiée par ", n(o("certifier"))]);
|
|
9
|
-
},
|
|
10
|
-
"Edit file": (e) => {
|
|
11
|
-
const { normalize: r } = e;
|
|
12
|
-
return r(["Modifier le fichier"]);
|
|
13
|
-
},
|
|
14
|
-
"Nameless file": (e) => {
|
|
15
|
-
const { normalize: r } = e;
|
|
16
|
-
return r(["Fichier sans nom"]);
|
|
17
|
-
},
|
|
18
|
-
"schema:": (e) => {
|
|
19
|
-
const { normalize: r } = e;
|
|
20
|
-
return r(["schéma :"]);
|
|
21
|
-
},
|
|
22
|
-
Invalid: (e) => {
|
|
23
|
-
const { normalize: r } = e;
|
|
24
|
-
return r(["Invalide"]);
|
|
25
|
-
},
|
|
26
|
-
"Updated {date}": (e) => {
|
|
27
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
28
|
-
return r(["Mis à jour ", n(o("date"))]);
|
|
29
|
-
},
|
|
30
|
-
"{n} downloads": (e) => {
|
|
31
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
32
|
-
return r([n(o("n")), " téléchargements"]);
|
|
33
|
-
},
|
|
34
|
-
From: (e) => {
|
|
35
|
-
const { normalize: r } = e;
|
|
36
|
-
return r(["Par"]);
|
|
37
|
-
},
|
|
38
|
-
Unavailable: (e) => {
|
|
39
|
-
const { normalize: r } = e;
|
|
40
|
-
return r(["Indisponible"]);
|
|
41
|
-
},
|
|
42
|
-
"Close details": (e) => {
|
|
43
|
-
const { normalize: r } = e;
|
|
44
|
-
return r(["Fermer les détails"]);
|
|
45
|
-
},
|
|
46
|
-
"See data": (e) => {
|
|
47
|
-
const { normalize: r } = e;
|
|
48
|
-
return r(["Voir les données"]);
|
|
49
|
-
},
|
|
50
|
-
"See metadata": (e) => {
|
|
51
|
-
const { normalize: r } = e;
|
|
52
|
-
return r(["Voir les métadonnées"]);
|
|
53
|
-
},
|
|
54
|
-
"File link - opens a new window": (e) => {
|
|
55
|
-
const { normalize: r } = e;
|
|
56
|
-
return r(["Lien du fichier - ouvre une nouvelle fenêtre"]);
|
|
57
|
-
},
|
|
58
|
-
"Download file": (e) => {
|
|
59
|
-
const { normalize: r } = e;
|
|
60
|
-
return r(["Télécharger le fichier"]);
|
|
61
|
-
},
|
|
62
|
-
"File menu": (e) => {
|
|
63
|
-
const { normalize: r } = e;
|
|
64
|
-
return r(["Menu des fichiers"]);
|
|
65
|
-
},
|
|
66
|
-
Preview: (e) => {
|
|
67
|
-
const { normalize: r } = e;
|
|
68
|
-
return r(["Prévisualiser"]);
|
|
69
|
-
},
|
|
70
|
-
"Data structure": (e) => {
|
|
71
|
-
const { normalize: r } = e;
|
|
72
|
-
return r(["Structure des données"]);
|
|
73
|
-
},
|
|
74
|
-
Metadata: (e) => {
|
|
75
|
-
const { normalize: r } = e;
|
|
76
|
-
return r(["Métadonnées"]);
|
|
77
|
-
},
|
|
78
|
-
"Data schema": (e) => {
|
|
79
|
-
const { normalize: r } = e;
|
|
80
|
-
return r(["Schéma de données"]);
|
|
81
|
-
},
|
|
82
|
-
"This file is following a schema: ": (e) => {
|
|
83
|
-
const { normalize: r } = e;
|
|
84
|
-
return r(["Ce fichier suit un schéma : "]);
|
|
85
|
-
},
|
|
86
|
-
"See validation report": (e) => {
|
|
87
|
-
const { normalize: r } = e;
|
|
88
|
-
return r(["Voir le rapport de validation"]);
|
|
89
|
-
},
|
|
90
|
-
URL: (e) => {
|
|
91
|
-
const { normalize: r } = e;
|
|
92
|
-
return r(["URL"]);
|
|
93
|
-
},
|
|
94
|
-
"MIME Type": (e) => {
|
|
95
|
-
const { normalize: r } = e;
|
|
96
|
-
return r(["Type MIME"]);
|
|
97
|
-
},
|
|
98
|
-
"Created on": (e) => {
|
|
99
|
-
const { normalize: r } = e;
|
|
100
|
-
return r(["Créée le"]);
|
|
101
|
-
},
|
|
102
|
-
"Modified on": (e) => {
|
|
103
|
-
const { normalize: r } = e;
|
|
104
|
-
return r(["Modifiée le"]);
|
|
105
|
-
},
|
|
106
|
-
Size: (e) => {
|
|
107
|
-
const { normalize: r } = e;
|
|
108
|
-
return r(["Taille"]);
|
|
109
|
-
},
|
|
110
|
-
"Explore data": (e) => {
|
|
111
|
-
const { normalize: r } = e;
|
|
112
|
-
return r(["Explorer les données"]);
|
|
113
|
-
},
|
|
114
|
-
B: (e) => {
|
|
115
|
-
const { normalize: r } = e;
|
|
116
|
-
return r(["o"]);
|
|
117
|
-
},
|
|
118
|
-
today: (e) => {
|
|
119
|
-
const { normalize: r } = e;
|
|
120
|
-
return r(["aujourd'hui"]);
|
|
121
|
-
},
|
|
122
|
-
"on {date}": (e) => {
|
|
123
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
124
|
-
return r(["le ", n(o("date"))]);
|
|
125
|
-
},
|
|
126
|
-
Informations: (e) => {
|
|
127
|
-
const { normalize: r } = e;
|
|
128
|
-
return r(["Informations"]);
|
|
129
|
-
},
|
|
130
|
-
License: (e) => {
|
|
131
|
-
const { normalize: r } = e;
|
|
132
|
-
return r(["Licence"]);
|
|
133
|
-
},
|
|
134
|
-
Temporality: (e) => {
|
|
135
|
-
const { normalize: r } = e;
|
|
136
|
-
return r(["Temporalité"]);
|
|
137
|
-
},
|
|
138
|
-
Creation: (e) => {
|
|
139
|
-
const { normalize: r } = e;
|
|
140
|
-
return r(["Création"]);
|
|
141
|
-
},
|
|
142
|
-
Frequency: (e) => {
|
|
143
|
-
const { normalize: r } = e;
|
|
144
|
-
return r(["Fréquence"]);
|
|
145
|
-
},
|
|
146
|
-
"Last update": (e) => {
|
|
147
|
-
const { normalize: r } = e;
|
|
148
|
-
return r(["Dernière mise à jour"]);
|
|
149
|
-
},
|
|
150
|
-
"Spatial coverage": (e) => {
|
|
151
|
-
const { normalize: r } = e;
|
|
152
|
-
return r(["Couverture spatiale"]);
|
|
153
|
-
},
|
|
154
|
-
"Territorial coverage": (e) => {
|
|
155
|
-
const { normalize: r } = e;
|
|
156
|
-
return r(["Couverture territoriale"]);
|
|
157
|
-
},
|
|
158
|
-
"Granularity of territorial coverage": (e) => {
|
|
159
|
-
const { normalize: r } = e;
|
|
160
|
-
return r(["Granularité de la couverture territoriale"]);
|
|
161
|
-
},
|
|
162
|
-
"Integrate on your website": (e) => {
|
|
163
|
-
const { normalize: r } = e;
|
|
164
|
-
return r(["Intégrer sur votre site"]);
|
|
165
|
-
},
|
|
166
|
-
Extras: (e) => {
|
|
167
|
-
const { normalize: r } = e;
|
|
168
|
-
return r(["Extras"]);
|
|
169
|
-
},
|
|
170
|
-
"See extras": (e) => {
|
|
171
|
-
const { normalize: r } = e;
|
|
172
|
-
return r(["Voir les extras"]);
|
|
173
|
-
},
|
|
174
|
-
Harvest: (e) => {
|
|
175
|
-
const { normalize: r } = e;
|
|
176
|
-
return r(["Moissonage"]);
|
|
177
|
-
},
|
|
178
|
-
"See harvest": (e) => {
|
|
179
|
-
const { normalize: r } = e;
|
|
180
|
-
return r(["Voir le moissonage"]);
|
|
181
|
-
},
|
|
182
|
-
Pagination: (e) => {
|
|
183
|
-
const { normalize: r } = e;
|
|
184
|
-
return r(["Pagination"]);
|
|
185
|
-
},
|
|
186
|
-
"First page": (e) => {
|
|
187
|
-
const { normalize: r } = e;
|
|
188
|
-
return r(["Première page"]);
|
|
189
|
-
},
|
|
190
|
-
"Previous page": (e) => {
|
|
191
|
-
const { normalize: r } = e;
|
|
192
|
-
return r(["Page précédente"]);
|
|
193
|
-
},
|
|
194
|
-
"Page {nb}": (e) => {
|
|
195
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
196
|
-
return r(["Page ", n(o("nb"))]);
|
|
197
|
-
},
|
|
198
|
-
"Next page": (e) => {
|
|
199
|
-
const { normalize: r } = e;
|
|
200
|
-
return r(["Page suivante"]);
|
|
201
|
-
},
|
|
202
|
-
"Last page": (e) => {
|
|
203
|
-
const { normalize: r } = e;
|
|
204
|
-
return r(["Dernière page"]);
|
|
205
|
-
},
|
|
206
|
-
"Metadata quality:": (e) => {
|
|
207
|
-
const { normalize: r } = e;
|
|
208
|
-
return r(["Qualité des métadonnées:"]);
|
|
209
|
-
},
|
|
210
|
-
"Data description filled": (e) => {
|
|
211
|
-
const { normalize: r } = e;
|
|
212
|
-
return r(["Description des données renseignée"]);
|
|
213
|
-
},
|
|
214
|
-
"Data description empty": (e) => {
|
|
215
|
-
const { normalize: r } = e;
|
|
216
|
-
return r(["Description des données non renseignée"]);
|
|
217
|
-
},
|
|
218
|
-
"Files documented": (e) => {
|
|
219
|
-
const { normalize: r } = e;
|
|
220
|
-
return r(["Fichiers documentés"]);
|
|
221
|
-
},
|
|
222
|
-
"Files documentation missing": (e) => {
|
|
223
|
-
const { normalize: r } = e;
|
|
224
|
-
return r(["Documentation des fichiers manquante"]);
|
|
225
|
-
},
|
|
226
|
-
"License filled": (e) => {
|
|
227
|
-
const { normalize: r } = e;
|
|
228
|
-
return r(["Licence renseignée"]);
|
|
229
|
-
},
|
|
230
|
-
"No license set": (e) => {
|
|
231
|
-
const { normalize: r } = e;
|
|
232
|
-
return r(["Licence non renseignée"]);
|
|
233
|
-
},
|
|
234
|
-
"Update frequency followed": (e) => {
|
|
235
|
-
const { normalize: r } = e;
|
|
236
|
-
return r(["Fréquence de mise à jour respectée"]);
|
|
237
|
-
},
|
|
238
|
-
"Update frequency not followed": (e) => {
|
|
239
|
-
const { normalize: r } = e;
|
|
240
|
-
return r(["Fréquence de mise à jour non respectée"]);
|
|
241
|
-
},
|
|
242
|
-
"Update frequency not set": (e) => {
|
|
243
|
-
const { normalize: r } = e;
|
|
244
|
-
return r(["Fréquence de mise à jour non renseignée"]);
|
|
245
|
-
},
|
|
246
|
-
"File formats are open": (e) => {
|
|
247
|
-
const { normalize: r } = e;
|
|
248
|
-
return r(["Formats de fichiers standards"]);
|
|
249
|
-
},
|
|
250
|
-
"File formats are closed": (e) => {
|
|
251
|
-
const { normalize: r } = e;
|
|
252
|
-
return r(["Formats de fichiers non standards"]);
|
|
253
|
-
},
|
|
254
|
-
"Temporal coverage filled": (e) => {
|
|
255
|
-
const { normalize: r } = e;
|
|
256
|
-
return r(["Couverture temporelle renseignée"]);
|
|
257
|
-
},
|
|
258
|
-
"Temporal coverage not set": (e) => {
|
|
259
|
-
const { normalize: r } = e;
|
|
260
|
-
return r(["Couverture temporelle non renseignée"]);
|
|
261
|
-
},
|
|
262
|
-
"Spatial coverage filled": (e) => {
|
|
263
|
-
const { normalize: r } = e;
|
|
264
|
-
return r(["Couverture spatiale renseignée"]);
|
|
265
|
-
},
|
|
266
|
-
"Spatial coverage not set": (e) => {
|
|
267
|
-
const { normalize: r } = e;
|
|
268
|
-
return r(["Couverture spatiale non renseignée"]);
|
|
269
|
-
},
|
|
270
|
-
"All files are available": (e) => {
|
|
271
|
-
const { normalize: r } = e;
|
|
272
|
-
return r(["Tous les fichiers sont disponibles"]);
|
|
273
|
-
},
|
|
274
|
-
"Some files are unavailable": (e) => {
|
|
275
|
-
const { normalize: r } = e;
|
|
276
|
-
return r(["Certains fichiers ne sont pas disponibles"]);
|
|
277
|
-
},
|
|
278
|
-
"Learn more about this indicator - opens a new window": (e) => {
|
|
279
|
-
const { normalize: r } = e;
|
|
280
|
-
return r(["En savoir plus sur cet indicateur - ouvre une nouvelle fenêtre"]);
|
|
281
|
-
},
|
|
282
|
-
"Learn more about this indicator": (e) => {
|
|
283
|
-
const { normalize: r } = e;
|
|
284
|
-
return r(["En savoir plus sur cet indicateur"]);
|
|
285
|
-
},
|
|
286
|
-
"Read less": (e) => {
|
|
287
|
-
const { normalize: r } = e;
|
|
288
|
-
return r(["Lire moins"]);
|
|
289
|
-
},
|
|
290
|
-
"Read more": (e) => {
|
|
291
|
-
const { normalize: r } = e;
|
|
292
|
-
return r(["Lire plus"]);
|
|
293
|
-
},
|
|
294
|
-
Archived: (e) => {
|
|
295
|
-
const { normalize: r } = e;
|
|
296
|
-
return r(["Archivé"]);
|
|
297
|
-
},
|
|
298
|
-
"Metadata :": (e) => {
|
|
299
|
-
const { normalize: r } = e;
|
|
300
|
-
return r(["Métadonnées :"]);
|
|
301
|
-
},
|
|
302
|
-
"Availability :": (e) => {
|
|
303
|
-
const { normalize: r } = e;
|
|
304
|
-
return r(["Disponibilité :"]);
|
|
305
|
-
},
|
|
306
|
-
"Local authority": (e) => {
|
|
307
|
-
const { normalize: r } = e;
|
|
308
|
-
return r(["Collectivité territoriale"]);
|
|
309
|
-
},
|
|
310
|
-
Association: (e) => {
|
|
311
|
-
const { normalize: r } = e;
|
|
312
|
-
return r(["Association"]);
|
|
313
|
-
},
|
|
314
|
-
Company: (e) => {
|
|
315
|
-
const { normalize: r } = e;
|
|
316
|
-
return r(["Entreprise"]);
|
|
317
|
-
},
|
|
318
|
-
User: (e) => {
|
|
319
|
-
const { normalize: r } = e;
|
|
320
|
-
return r(["Utilisateur"]);
|
|
321
|
-
},
|
|
322
|
-
"The data structure of this file failed to load.": (e) => {
|
|
323
|
-
const { normalize: r } = e;
|
|
324
|
-
return r(["La structure de données de ce fichier n'a pas pu être chargée."]);
|
|
325
|
-
},
|
|
326
|
-
"No data structure found for this file.": (e) => {
|
|
327
|
-
const { normalize: r } = e;
|
|
328
|
-
return r(["Aucune structure de données détectée pour ce fichier."]);
|
|
329
|
-
},
|
|
330
|
-
"The preview of this file failed to load.": (e) => {
|
|
331
|
-
const { normalize: r } = e;
|
|
332
|
-
return r(["L'aperçu de ce fichier n'a pas pu être chargé."]);
|
|
333
|
-
},
|
|
334
|
-
"Explore data in detail": (e) => {
|
|
335
|
-
const { normalize: r } = e;
|
|
336
|
-
return r(["Explorer les données en détail"]);
|
|
337
|
-
},
|
|
338
|
-
"Use our tool to get an overview of data, learn about different columns or perform filters and sorts.": (e) => {
|
|
339
|
-
const { normalize: r } = e;
|
|
340
|
-
return r(["Utiliser notre outil pour obtenir un aperçu des données, en savoir plus sur les différentes colonnes ou réaliser des filtres et des tris."]);
|
|
341
|
-
},
|
|
342
|
-
"Preview updated on {date}": (e) => {
|
|
343
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
344
|
-
return r(["Dernière mise à jour de la prévisualisation : ", n(o("date"))]);
|
|
345
|
-
},
|
|
346
|
-
"Preview of {name}": (e) => {
|
|
347
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
348
|
-
return r(["Prévisualisation de ", n(o("name"))]);
|
|
349
|
-
},
|
|
350
|
-
"Sort ascending": (e) => {
|
|
351
|
-
const { normalize: r } = e;
|
|
352
|
-
return r(["Trier par ordre croissant"]);
|
|
353
|
-
},
|
|
354
|
-
"Sort descending": (e) => {
|
|
355
|
-
const { normalize: r } = e;
|
|
356
|
-
return r(["Trier par ordre décroissant"]);
|
|
357
|
-
},
|
|
358
|
-
"{count} columns": (e) => {
|
|
359
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
360
|
-
return r([n(o("count")), " colonnes"]);
|
|
361
|
-
},
|
|
362
|
-
"{count} rows": (e) => {
|
|
363
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
364
|
-
return r(["Lignes ", n(o("count"))]);
|
|
365
|
-
},
|
|
366
|
-
"Resource Extras": (e) => {
|
|
367
|
-
const { normalize: r } = e;
|
|
368
|
-
return r(["Extras de la ressource"]);
|
|
369
|
-
},
|
|
370
|
-
"Public service": (e) => {
|
|
371
|
-
const { normalize: r } = e;
|
|
372
|
-
return r(["Service public"]);
|
|
373
|
-
},
|
|
374
|
-
"published {date}": (e) => {
|
|
375
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
376
|
-
return r(["publié ", n(o("date"))]);
|
|
377
|
-
},
|
|
378
|
-
"{n}%": (e) => {
|
|
379
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
380
|
-
return r([n(o("n")), "%"]);
|
|
381
|
-
},
|
|
382
|
-
"Restricted access": (e) => {
|
|
383
|
-
const { normalize: r } = e;
|
|
384
|
-
return r(["Accès restreint"]);
|
|
385
|
-
},
|
|
386
|
-
Other: (e) => {
|
|
387
|
-
const { normalize: r } = e;
|
|
388
|
-
return r(["Autre"]);
|
|
389
|
-
},
|
|
390
|
-
"{n} views": (e) => {
|
|
391
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
392
|
-
return r([n(o("n")), " vues"]);
|
|
393
|
-
},
|
|
394
|
-
"{n} followers": (e) => {
|
|
395
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
396
|
-
return r([n(o("n")), " abonnés"]);
|
|
397
|
-
},
|
|
398
|
-
unknown: (e) => {
|
|
399
|
-
const { normalize: r } = e;
|
|
400
|
-
return r(["inconnue"]);
|
|
401
|
-
},
|
|
402
|
-
"Link copied!": (e) => {
|
|
403
|
-
const { normalize: r } = e;
|
|
404
|
-
return r(["Lien copié !"]);
|
|
405
|
-
},
|
|
406
|
-
"Copy link": (e) => {
|
|
407
|
-
const { normalize: r } = e;
|
|
408
|
-
return r(["Copier le lien"]);
|
|
409
|
-
},
|
|
410
|
-
"Original format": (e) => {
|
|
411
|
-
const { normalize: r } = e;
|
|
412
|
-
return r(["Format original"]);
|
|
413
|
-
},
|
|
414
|
-
"Format {format}": (e) => {
|
|
415
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
416
|
-
return r(["Format ", n(o("format"))]);
|
|
417
|
-
},
|
|
418
|
-
Data: (e) => {
|
|
419
|
-
const { normalize: r } = e;
|
|
420
|
-
return r(["Données"]);
|
|
421
|
-
},
|
|
422
|
-
Description: (e) => {
|
|
423
|
-
const { normalize: r } = e;
|
|
424
|
-
return r(["Description"]);
|
|
425
|
-
},
|
|
426
|
-
Downloads: (e) => {
|
|
427
|
-
const { normalize: r } = e;
|
|
428
|
-
return r(["Téléchargements"]);
|
|
429
|
-
},
|
|
430
|
-
"Schema:": (e) => {
|
|
431
|
-
const { normalize: r } = e;
|
|
432
|
-
return r(["Schéma"]);
|
|
433
|
-
},
|
|
434
|
-
"Copy embed": (e) => {
|
|
435
|
-
const { normalize: r } = e;
|
|
436
|
-
return r(["Copier l'intégration"]);
|
|
437
|
-
},
|
|
438
|
-
"Embed copied": (e) => {
|
|
439
|
-
const { normalize: r } = e;
|
|
440
|
-
return r(["Intégration copiée !"]);
|
|
441
|
-
},
|
|
442
|
-
"Stable URL": (e) => {
|
|
443
|
-
const { normalize: r } = e;
|
|
444
|
-
return r(["URL stable"]);
|
|
445
|
-
},
|
|
446
|
-
Identifier: (e) => {
|
|
447
|
-
const { normalize: r } = e;
|
|
448
|
-
return r(["Identifiant"]);
|
|
449
|
-
},
|
|
450
|
-
"Copy ID": (e) => {
|
|
451
|
-
const { normalize: r } = e;
|
|
452
|
-
return r(["Copier l'ID"]);
|
|
453
|
-
},
|
|
454
|
-
"ID copied!": (e) => {
|
|
455
|
-
const { normalize: r } = e;
|
|
456
|
-
return r(["ID copié !"]);
|
|
457
|
-
},
|
|
458
|
-
"Copy checksum": (e) => {
|
|
459
|
-
const { normalize: r } = e;
|
|
460
|
-
return r(["Copier la somme de contrôle"]);
|
|
461
|
-
},
|
|
462
|
-
"Checksum copied!": (e) => {
|
|
463
|
-
const { normalize: r } = e;
|
|
464
|
-
return r(["Somme de contrôle copiée !"]);
|
|
465
|
-
},
|
|
466
|
-
Type: (e) => {
|
|
467
|
-
const { normalize: r } = e;
|
|
468
|
-
return r(["Type"]);
|
|
469
|
-
},
|
|
470
|
-
Format: (e) => {
|
|
471
|
-
const { normalize: r } = e;
|
|
472
|
-
return r(["Format"]);
|
|
473
|
-
},
|
|
474
|
-
downloads: (e) => {
|
|
475
|
-
const { normalize: r } = e;
|
|
476
|
-
return r(["téléchargements"]);
|
|
477
|
-
},
|
|
478
|
-
Visit: (e) => {
|
|
479
|
-
const { normalize: r } = e;
|
|
480
|
-
return r(["Visiter"]);
|
|
481
|
-
},
|
|
482
|
-
"Original URL": (e) => {
|
|
483
|
-
const { normalize: r } = e;
|
|
484
|
-
return r(["URL d'origine"]);
|
|
485
|
-
},
|
|
486
|
-
File: (e) => {
|
|
487
|
-
const { normalize: r } = e;
|
|
488
|
-
return r(["Fichier"]);
|
|
489
|
-
},
|
|
490
|
-
"This file is valid for the shema:": (e) => {
|
|
491
|
-
const { normalize: r } = e;
|
|
492
|
-
return r(["Ce fichier est valide pour le schéma :"]);
|
|
493
|
-
},
|
|
494
|
-
"But its compliance could be improved.": (e) => {
|
|
495
|
-
const { normalize: r } = e;
|
|
496
|
-
return r(["Mais sa conformité peut être améliorée."]);
|
|
497
|
-
},
|
|
498
|
-
"This file indicates to follow the schema:": (e) => {
|
|
499
|
-
const { normalize: r } = e;
|
|
500
|
-
return r(["Ce fichier indique suivre le schéma :"]);
|
|
501
|
-
},
|
|
502
|
-
"But is not compliant.": (e) => {
|
|
503
|
-
const { normalize: r } = e;
|
|
504
|
-
return r(["Mais n'est pas conforme."]);
|
|
505
|
-
},
|
|
506
|
-
advices: (e) => {
|
|
507
|
-
const { normalize: r } = e;
|
|
508
|
-
return r(["recommandations"]);
|
|
509
|
-
},
|
|
510
|
-
"structure errors": (e) => {
|
|
511
|
-
const { normalize: r } = e;
|
|
512
|
-
return r(["erreurs de structures"]);
|
|
513
|
-
},
|
|
514
|
-
"body errors": (e) => {
|
|
515
|
-
const { normalize: r } = e;
|
|
516
|
-
return r(["erreurs de contenus"]);
|
|
517
|
-
},
|
|
518
|
-
"Main file": (e) => {
|
|
519
|
-
const { normalize: r } = e;
|
|
520
|
-
return r(["Fichier principal"]);
|
|
521
|
-
},
|
|
522
|
-
Documentation: (e) => {
|
|
523
|
-
const { normalize: r } = e;
|
|
524
|
-
return r(["Documentation"]);
|
|
525
|
-
},
|
|
526
|
-
Update: (e) => {
|
|
527
|
-
const { normalize: r } = e;
|
|
528
|
-
return r(["Mise à jour"]);
|
|
529
|
-
},
|
|
530
|
-
API: (e) => {
|
|
531
|
-
const { normalize: r } = e;
|
|
532
|
-
return r(["API"]);
|
|
533
|
-
},
|
|
534
|
-
"Source code": (e) => {
|
|
535
|
-
const { normalize: r } = e;
|
|
536
|
-
return r(["Code source"]);
|
|
537
|
-
},
|
|
538
|
-
"{n} resources downloads": (e) => {
|
|
539
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
540
|
-
return r([n(o("n")), " téléchargements des ressources"]);
|
|
541
|
-
},
|
|
542
|
-
"{n} reuses": (e) => {
|
|
543
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
544
|
-
return r([n(o("n")), " réutilisations"]);
|
|
545
|
-
},
|
|
546
|
-
Close: (e) => {
|
|
547
|
-
const { normalize: r } = e;
|
|
548
|
-
return r(["Fermer"]);
|
|
549
|
-
},
|
|
550
|
-
" in ": (e) => {
|
|
551
|
-
const { normalize: r } = e;
|
|
552
|
-
return r([" en "]);
|
|
553
|
-
},
|
|
554
|
-
"Auto-generated formats from {platform}": (e) => {
|
|
555
|
-
const { normalize: r, interpolate: n, named: o } = e;
|
|
556
|
-
return r(["Formats générés automatiquement par ", n(o("platform"))]);
|
|
557
|
-
},
|
|
558
|
-
Draft: (e) => {
|
|
559
|
-
const { normalize: r } = e;
|
|
560
|
-
return r(["Brouillon"]);
|
|
561
|
-
},
|
|
562
|
-
"API documentation": (e) => {
|
|
563
|
-
const { normalize: r } = e;
|
|
564
|
-
return r(["Documentation de l'API"]);
|
|
565
|
-
},
|
|
566
|
-
"Technical Documentation": (e) => {
|
|
567
|
-
const { normalize: r } = e;
|
|
568
|
-
return r(["Documentation technique"]);
|
|
569
|
-
},
|
|
570
|
-
"Business documentation": (e) => {
|
|
571
|
-
const { normalize: r } = e;
|
|
572
|
-
return r(["Documentation métier"]);
|
|
573
|
-
},
|
|
574
|
-
Swagger: (e) => {
|
|
575
|
-
const { normalize: r } = e;
|
|
576
|
-
return r(["Swagger"]);
|
|
577
|
-
},
|
|
578
|
-
"Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.": (e) => {
|
|
579
|
-
const { normalize: r } = e;
|
|
580
|
-
return r(["Swagger généré automatiquement par data.gouv.fr. Ce swagger vous permet d'interroger les données par API en les filtrant par valeur de colonne."]);
|
|
581
|
-
},
|
|
582
|
-
Good: (e) => {
|
|
583
|
-
const { normalize: r } = e;
|
|
584
|
-
return r(["Bon"]);
|
|
585
|
-
},
|
|
586
|
-
"To improve": (e) => {
|
|
587
|
-
const { normalize: r } = e;
|
|
588
|
-
return r(["À améliorer"]);
|
|
589
|
-
},
|
|
590
|
-
"Copy URL": (e) => {
|
|
591
|
-
const { normalize: r } = e;
|
|
592
|
-
return r(["Copier l'URL"]);
|
|
593
|
-
},
|
|
594
|
-
"URL copied!": (e) => {
|
|
595
|
-
const { normalize: r } = e;
|
|
596
|
-
return r(["URL Copiée !"]);
|
|
597
|
-
},
|
|
598
|
-
"Copy stable URL": (e) => {
|
|
599
|
-
const { normalize: r } = e;
|
|
600
|
-
return r(["Copier l'URL stable"]);
|
|
601
|
-
},
|
|
602
|
-
"Stable URL copied!": (e) => {
|
|
603
|
-
const { normalize: r } = e;
|
|
604
|
-
return r(["URL stable copiée !"]);
|
|
605
|
-
},
|
|
606
|
-
"Download file as ": (e) => {
|
|
607
|
-
const { normalize: r } = e;
|
|
608
|
-
return r(["Télécharger la liste au format "]);
|
|
609
|
-
}
|
|
610
|
-
};
|
|
611
|
-
export {
|
|
612
|
-
i as default
|
|
613
|
-
};
|