@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.
Files changed (103) hide show
  1. package/README.md +34 -14
  2. package/assets/json/vector.json +2377 -0
  3. package/assets/main.css +3 -0
  4. package/assets/swagger-themes/newspaper.css +1669 -0
  5. package/assets/tailwind.config.js +1 -1
  6. package/dist/JsonPreview.client-BIz1_EiB.js +92 -0
  7. package/dist/MapContainer.client-ZDwr4Q_I.js +78276 -0
  8. package/dist/PdfPreview.client-BTTMM27i.js +112 -0
  9. package/dist/Pmtiles.client-4kOoUQcR.js +22377 -0
  10. package/dist/Swagger.client-Q7a5wb51.js +4 -0
  11. package/dist/XmlPreview.client-BYIIkDqf.js +84 -0
  12. package/dist/components-next.css +52 -1
  13. package/dist/components-next.js +42 -41
  14. package/dist/components.css +1 -1
  15. package/dist/main-CLUk9Jj7.js +105843 -0
  16. package/dist/pdf-vue3-BZh6kzke.js +273 -0
  17. package/dist/pdf.min-f72cfa08-DAetWL3M.js +9501 -0
  18. package/dist/{text-clamp.esm-DurZFOvT.js → text-clamp.esm-DP59tec5.js} +1 -1
  19. package/dist/vue3-json-viewer-DIQzFF6K.js +1089 -0
  20. package/dist/vue3-xml-viewer.common-BmKw6vER.js +5437 -0
  21. package/package.json +7 -5
  22. package/src/components/AvatarWithName.vue +6 -2
  23. package/src/components/BannerAction.vue +1 -1
  24. package/src/components/BrandedButton.vue +13 -8
  25. package/src/components/CopyButton.vue +7 -7
  26. package/src/components/DataserviceCard.vue +54 -23
  27. package/src/components/DatasetCard.vue +36 -24
  28. package/src/components/DatasetInformationPanel.vue +19 -18
  29. package/src/components/DatasetQuality.vue +21 -18
  30. package/src/components/DatasetQualityInline.vue +1 -1
  31. package/src/components/DatasetQualityItem.vue +3 -3
  32. package/src/components/DatasetQualityItemWarning.vue +2 -2
  33. package/src/components/DatasetQualityScore.vue +2 -2
  34. package/src/components/DatasetQualityTooltipContent.vue +29 -29
  35. package/src/components/DescriptionDetails.vue +2 -2
  36. package/src/components/ExtraAccordion.vue +10 -7
  37. package/src/components/OrganizationCard.vue +9 -4
  38. package/src/components/OrganizationNameWithCertificate.vue +25 -11
  39. package/src/components/Pagination.vue +26 -15
  40. package/src/components/ReadMore.vue +2 -2
  41. package/src/components/ResourceAccordion/DataStructure.vue +2 -2
  42. package/src/components/ResourceAccordion/EditButton.vue +10 -6
  43. package/src/components/ResourceAccordion/JsonPreview.client.vue +153 -0
  44. package/src/components/ResourceAccordion/MapContainer.client.vue +137 -0
  45. package/src/components/ResourceAccordion/Metadata.vue +33 -54
  46. package/src/components/ResourceAccordion/PdfPreview.client.vue +189 -0
  47. package/src/components/ResourceAccordion/Pmtiles.client.vue +166 -0
  48. package/src/components/ResourceAccordion/Preview.vue +39 -37
  49. package/src/components/ResourceAccordion/ResourceAccordion.vue +141 -63
  50. package/src/components/ResourceAccordion/ResourceIcon.vue +7 -1
  51. package/src/components/ResourceAccordion/SchemaBadge.vue +26 -26
  52. package/src/components/ResourceAccordion/{Swagger.vue → Swagger.client.vue} +1 -1
  53. package/src/components/ResourceAccordion/XmlPreview.client.vue +143 -0
  54. package/src/components/ReuseCard.vue +10 -7
  55. package/src/components/ReuseDetails.vue +3 -3
  56. package/src/components/SimpleBanner.vue +7 -4
  57. package/src/components/SmallChart.vue +23 -9
  58. package/src/components/StatBox.vue +92 -10
  59. package/src/config.ts +6 -2
  60. package/src/functions/api.ts +18 -18
  61. package/src/functions/dates.ts +81 -74
  62. package/src/functions/helpers.ts +5 -4
  63. package/src/functions/organizations.ts +5 -5
  64. package/src/functions/resources.ts +34 -5
  65. package/src/functions/schemas.ts +4 -3
  66. package/src/functions/tabularApi.ts +1 -1
  67. package/src/main.ts +10 -11
  68. package/src/types/badges.ts +3 -3
  69. package/src/types/contact_point.ts +5 -5
  70. package/src/types/dataservices.ts +16 -2
  71. package/src/types/datasets.ts +20 -2
  72. package/src/types/frequency.ts +5 -5
  73. package/src/types/granularity.ts +12 -4
  74. package/src/types/harvest.ts +2 -2
  75. package/src/types/licenses.ts +8 -8
  76. package/src/types/organizations.ts +6 -0
  77. package/src/types/resources.ts +3 -3
  78. package/src/types/reuses.ts +3 -1
  79. package/src/types/site.ts +8 -0
  80. package/src/types/ui.ts +2 -2
  81. package/src/types/users.ts +24 -8
  82. package/src/types/vue3-xml-viewer.d.ts +10 -0
  83. package/dist/Swagger-DjysB-OI.js +0 -67851
  84. package/dist/en-DCRve7vN.js +0 -613
  85. package/dist/fr-DCOnbL-p.js +0 -613
  86. package/dist/locales/de.js +0 -155
  87. package/dist/locales/en.js +0 -155
  88. package/dist/locales/es.js +0 -155
  89. package/dist/locales/fr.js +0 -155
  90. package/dist/locales/it.js +0 -155
  91. package/dist/locales/pt.js +0 -155
  92. package/dist/locales/sr.js +0 -155
  93. package/dist/main-CPW2vNLE.js +0 -32008
  94. package/src/components/DescriptionList/DescriptionDetails.stories.ts +0 -43
  95. package/src/components/DescriptionList/DescriptionList.stories.ts +0 -47
  96. package/src/components/DescriptionList/DescriptionTerm.stories.ts +0 -28
  97. package/src/locales/de.json +0 -154
  98. package/src/locales/en.json +0 -154
  99. package/src/locales/es.json +0 -154
  100. package/src/locales/fr.json +0 -154
  101. package/src/locales/it.json +0 -154
  102. package/src/locales/pt.json +0 -154
  103. package/src/locales/sr.json +0 -154
@@ -1,154 +0,0 @@
1
- {
2
- "Copy": "Copier",
3
- "The identity of this public service is certified by {certifier}": "L'identité de ce service public est certifiée par {certifier}",
4
- "Edit file": "Modifier le fichier",
5
- "Nameless file": "Fichier sans nom",
6
- "schema:": "schéma :",
7
- "Invalid": "Invalide",
8
- "Updated {date}": "Mis à jour {date}",
9
- "{n} downloads": "{n} téléchargements",
10
- "From": "Par",
11
- "Unavailable": "Indisponible",
12
- "Close details": "Fermer les détails",
13
- "See data": "Voir les données",
14
- "See metadata": "Voir les métadonnées",
15
- "File link - opens a new window": "Lien du fichier - ouvre une nouvelle fenêtre",
16
- "Download file": "Télécharger le fichier",
17
- "File menu": "Menu des fichiers",
18
- "Preview": "Prévisualiser",
19
- "Data structure": "Structure des données",
20
- "Metadata": "Métadonnées",
21
- "Data schema": "Schéma de données",
22
- "This file is following a schema: ": "Ce fichier suit un schéma : ",
23
- "See validation report": "Voir le rapport de validation",
24
- "URL": "URL",
25
- "MIME Type": "Type MIME",
26
- "Created on": "Créée le",
27
- "Modified on": "Modifiée le",
28
- "Size": "Taille",
29
- "Explore data": "Explorer les données",
30
- "B": "o",
31
- "today": "aujourd'hui",
32
- "on {date}": "le {date}",
33
- "Informations": "Informations",
34
- "License": "Licence",
35
- "Temporality": "Temporalité",
36
- "Creation": "Création",
37
- "Frequency": "Fréquence",
38
- "Last update": "Dernière mise à jour",
39
- "Spatial coverage": "Couverture spatiale",
40
- "Territorial coverage": "Couverture territoriale",
41
- "Granularity of territorial coverage": "Granularité de la couverture territoriale",
42
- "Integrate on your website": "Intégrer sur votre site",
43
- "Extras": "Extras",
44
- "See extras": "Voir les extras",
45
- "Harvest": "Moissonage",
46
- "See harvest": "Voir le moissonage",
47
- "Pagination": "Pagination",
48
- "First page": "Première page",
49
- "Previous page": "Page précédente",
50
- "Page {nb}": "Page {nb}",
51
- "Next page": "Page suivante",
52
- "Last page": "Dernière page",
53
- "Metadata quality:": "Qualité des métadonnées:",
54
- "Data description filled": "Description des données renseignée",
55
- "Data description empty": "Description des données non renseignée",
56
- "Files documented": "Fichiers documentés",
57
- "Files documentation missing": "Documentation des fichiers manquante",
58
- "License filled": "Licence renseignée",
59
- "No license set": "Licence non renseignée",
60
- "Update frequency followed": "Fréquence de mise à jour respectée",
61
- "Update frequency not followed": "Fréquence de mise à jour non respectée",
62
- "Update frequency not set": "Fréquence de mise à jour non renseignée",
63
- "File formats are open": "Formats de fichiers standards",
64
- "File formats are closed": "Formats de fichiers non standards",
65
- "Temporal coverage filled": "Couverture temporelle renseignée",
66
- "Temporal coverage not set": "Couverture temporelle non renseignée",
67
- "Spatial coverage filled": "Couverture spatiale renseignée",
68
- "Spatial coverage not set": "Couverture spatiale non renseignée",
69
- "All files are available": "Tous les fichiers sont disponibles",
70
- "Some files are unavailable": "Certains fichiers ne sont pas disponibles",
71
- "Learn more about this indicator - opens a new window": "En savoir plus sur cet indicateur - ouvre une nouvelle fenêtre",
72
- "Learn more about this indicator": "En savoir plus sur cet indicateur",
73
- "Read less": "Lire moins",
74
- "Read more": "Lire plus",
75
- "Archived": "Archivé",
76
- "Metadata :": "Métadonnées :",
77
- "Availability :": "Disponibilité :",
78
- "Local authority": "Collectivité territoriale",
79
- "Association": "Association",
80
- "Company": "Entreprise",
81
- "User": "Utilisateur",
82
- "The data structure of this file failed to load.": "La structure de données de ce fichier n'a pas pu être chargée.",
83
- "No data structure found for this file.": "Aucune structure de données détectée pour ce fichier.",
84
- "The preview of this file failed to load.": "L'aperçu de ce fichier n'a pas pu être chargé.",
85
- "Explore data in detail": "Explorer les données en détail",
86
- "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.": "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.",
87
- "Preview updated on {date}": "Dernière mise à jour de la prévisualisation : {date}",
88
- "Preview of {name}": "Prévisualisation de {name}",
89
- "Sort ascending": "Trier par ordre croissant",
90
- "Sort descending": "Trier par ordre décroissant",
91
- "{count} columns": "{count} colonnes",
92
- "{count} rows": "Lignes {count}",
93
- "Resource Extras": "Extras de la ressource",
94
- "Public service": "Service public",
95
- "published {date}": "publié {date}",
96
- "{n}%": "{n}%",
97
- "Restricted access": "Accès restreint",
98
- "Other": "Autre",
99
- "{n} views": "{n} vues",
100
- "{n} followers": "{n} abonnés",
101
- "unknown": "inconnue",
102
- "Link copied!": "Lien copié !",
103
- "Copy link": "Copier le lien",
104
- "Original format": "Format original",
105
- "Format {format}": "Format {format}",
106
- "Data": "Données",
107
- "Description": "Description",
108
- "Downloads": "Téléchargements",
109
- "Schema:": "Schéma",
110
- "Copy embed": "Copier l'intégration",
111
- "Embed copied": "Intégration copiée !",
112
- "Stable URL": "URL stable",
113
- "Identifier": "Identifiant",
114
- "Copy ID": "Copier l'ID",
115
- "ID copied!": "ID copié !",
116
- "Copy checksum": "Copier la somme de contrôle",
117
- "Checksum copied!": "Somme de contrôle copiée !",
118
- "Type": "Type",
119
- "Format": "Format",
120
- "downloads": "téléchargements",
121
- "Visit": "Visiter",
122
- "Original URL": "URL d'origine",
123
- "File": "Fichier",
124
- "This file is valid for the shema:": "Ce fichier est valide pour le schéma :",
125
- "But its compliance could be improved.": "Mais sa conformité peut être améliorée.",
126
- "This file indicates to follow the schema:": "Ce fichier indique suivre le schéma :",
127
- "But is not compliant.": "Mais n'est pas conforme.",
128
- "advices": "recommandations",
129
- "structure errors": "erreurs de structures",
130
- "body errors": "erreurs de contenus",
131
- "Main file": "Fichier principal",
132
- "Documentation": "Documentation",
133
- "Update": "Mise à jour",
134
- "API": "API",
135
- "Source code": "Code source",
136
- "{n} resources downloads": "{n} téléchargements des ressources",
137
- "{n} reuses": "{n} réutilisations",
138
- "Close": "Fermer",
139
- " in ": " en ",
140
- "Auto-generated formats from {platform}": "Formats générés automatiquement par {platform}",
141
- "Draft": "Brouillon",
142
- "API documentation": "Documentation de l'API",
143
- "Technical Documentation": "Documentation technique",
144
- "Business documentation": "Documentation métier",
145
- "Swagger": "Swagger",
146
- "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.": "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.",
147
- "Good": "Bon",
148
- "To improve": "À améliorer",
149
- "Copy URL": "Copier l'URL",
150
- "URL copied!": "URL Copiée !",
151
- "Copy stable URL": "Copier l'URL stable",
152
- "Stable URL copied!": "URL stable copiée !",
153
- "Download file as ": "Télécharger la liste au format "
154
- }
@@ -1,154 +0,0 @@
1
- {
2
- "Copy": "Copy",
3
- "The identity of this public service is certified by {certifier}": "The identity of this public service is certified by {certifier}",
4
- "Edit file": "Edit file",
5
- "Nameless file": "Nameless file",
6
- "schema:": "schema:",
7
- "Invalid": "Invalid",
8
- "Updated {date}": "Updated {date}",
9
- "{n} downloads": "{n} downloads",
10
- "From": "From",
11
- "Unavailable": "Unavailable",
12
- "Close details": "Close details",
13
- "See data": "See data",
14
- "See metadata": "See metadata",
15
- "File link - opens a new window": "File link - opens a new window",
16
- "Download file": "Download file",
17
- "File menu": "File menu",
18
- "Preview": "Preview",
19
- "Data structure": "Data structure",
20
- "Metadata": "Metadata",
21
- "Data schema": "Data schema",
22
- "This file is following a schema: ": "This file is following a schema: ",
23
- "See validation report": "See validation report",
24
- "URL": "URL",
25
- "MIME Type": "MIME Type",
26
- "Created on": "Created on",
27
- "Modified on": "Modified on",
28
- "Size": "Size",
29
- "Explore data": "Explore data",
30
- "B": "B",
31
- "today": "today",
32
- "on {date}": "on {date}",
33
- "Informations": "Informations",
34
- "License": "License",
35
- "Temporality": "Temporality",
36
- "Creation": "Creation",
37
- "Frequency": "Frequency",
38
- "Last update": "Last update",
39
- "Spatial coverage": "Spatial coverage",
40
- "Territorial coverage": "Territorial coverage",
41
- "Granularity of territorial coverage": "Granularity of territorial coverage",
42
- "Integrate on your website": "Integrate on your website",
43
- "Extras": "Extras",
44
- "See extras": "See extras",
45
- "Harvest": "Harvest",
46
- "See harvest": "See harvest",
47
- "Pagination": "Pagination",
48
- "First page": "First page",
49
- "Previous page": "Previous page",
50
- "Page {nb}": "Page {nb}",
51
- "Next page": "Next page",
52
- "Last page": "Last page",
53
- "Metadata quality:": "Metadata quality:",
54
- "Data description filled": "Data description filled",
55
- "Data description empty": "Data description empty",
56
- "Files documented": "Files documented",
57
- "Files documentation missing": "Files documentation missing",
58
- "License filled": "License filled",
59
- "No license set": "No license set",
60
- "Update frequency followed": "Update frequency followed",
61
- "Update frequency not followed": "Update frequency not followed",
62
- "Update frequency not set": "Update frequency not set",
63
- "File formats are open": "File formats are open",
64
- "File formats are closed": "File formats are closed",
65
- "Temporal coverage filled": "Temporal coverage filled",
66
- "Temporal coverage not set": "Temporal coverage not set",
67
- "Spatial coverage filled": "Spatial coverage filled",
68
- "Spatial coverage not set": "Spatial coverage not set",
69
- "All files are available": "All files are available",
70
- "Some files are unavailable": "Some files are unavailable",
71
- "Learn more about this indicator - opens a new window": "Learn more about this indicator - opens a new window",
72
- "Learn more about this indicator": "Learn more about this indicator",
73
- "Read less": "Read less",
74
- "Read more": "Read more",
75
- "Archived": "Archived",
76
- "Metadata :": "Metadata :",
77
- "Availability :": "Availability :",
78
- "Local authority": "Local authority",
79
- "Association": "Association",
80
- "Company": "Company",
81
- "User": "User",
82
- "The data structure of this file failed to load.": "The data structure of this file failed to load.",
83
- "No data structure found for this file.": "No data structure found for this file.",
84
- "The preview of this file failed to load.": "The preview of this file failed to load.",
85
- "Explore data in detail": "Explore data in detail",
86
- "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.": "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.",
87
- "Preview updated on {date}": "Preview updated on {date}",
88
- "Preview of {name}": "Preview of {name}",
89
- "Sort ascending": "Sort ascending",
90
- "Sort descending": "Sort descending",
91
- "{count} columns": "{count} columns",
92
- "{count} rows": "{count} rows",
93
- "Resource Extras": "Resource Extras",
94
- "Public service": "Public service",
95
- "published {date}": "published {date}",
96
- "{n}%": "{n}%",
97
- "Restricted access": "Restricted access",
98
- "Other": "Other",
99
- "{n} views": "{n} views",
100
- "{n} followers": "{n} followers",
101
- "unknown": "unknown",
102
- "Link copied!": "Link copied!",
103
- "Copy link": "Copy link",
104
- "Original format": "Original format",
105
- "Format {format}": "Format {format}",
106
- "Data": "Data",
107
- "Description": "Description",
108
- "Downloads": "Downloads",
109
- "Schema:": "Schema",
110
- "Copy embed": "Copy embed",
111
- "Embed copied": "Embed copied",
112
- "Stable URL": "Stable URL",
113
- "Identifier": "Identifier",
114
- "Copy ID": "Copy ID",
115
- "ID copied!": "ID copied!",
116
- "Copy checksum": "Copy checksum",
117
- "Checksum copied!": "Checksum copied!",
118
- "Type": "Type",
119
- "Format": "Format",
120
- "downloads": "downloads",
121
- "Visit": "Visit",
122
- "Original URL": "Original URL",
123
- "File": "File",
124
- "This file is valid for the shema:": "This file is valid for the shema:",
125
- "But its compliance could be improved.": "But its compliance could be improved.",
126
- "This file indicates to follow the schema:": "This file indicates to follow the schema:",
127
- "But is not compliant.": "But is not compliant.",
128
- "advices": "advices",
129
- "structure errors": "structure errors",
130
- "body errors": "body errors",
131
- "Main file": "Main file",
132
- "Documentation": "Documentation",
133
- "Update": "Update",
134
- "API": "API",
135
- "Source code": "Source code",
136
- "{n} resources downloads": "{n} resources downloads",
137
- "{n} reuses": "{n} reuses",
138
- "Close": "Close",
139
- " in ": " in ",
140
- "Auto-generated formats from {platform}": "Auto-generated formats from {platform}",
141
- "Draft": "Draft",
142
- "API documentation": "API documentation",
143
- "Technical Documentation": "Technical Documentation",
144
- "Business documentation": "Business documentation",
145
- "Swagger": "Swagger",
146
- "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.": "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.",
147
- "Good": "Good",
148
- "To improve": "To improve",
149
- "Copy URL": "Copy URL",
150
- "URL copied!": "URL copied!",
151
- "Copy stable URL": "Copy stable URL",
152
- "Stable URL copied!": "Stable URL copied!",
153
- "Download file as ": "Download file as "
154
- }
@@ -1,154 +0,0 @@
1
- {
2
- "Copy": "Copy",
3
- "The identity of this public service is certified by {certifier}": "The identity of this public service is certified by {certifier}",
4
- "Edit file": "Edit file",
5
- "Nameless file": "Nameless file",
6
- "schema:": "schema:",
7
- "Invalid": "Invalid",
8
- "Updated {date}": "Updated {date}",
9
- "{n} downloads": "{n} downloads",
10
- "From": "From",
11
- "Unavailable": "Unavailable",
12
- "Close details": "Close details",
13
- "See data": "See data",
14
- "See metadata": "See metadata",
15
- "File link - opens a new window": "File link - opens a new window",
16
- "Download file": "Download file",
17
- "File menu": "File menu",
18
- "Preview": "Preview",
19
- "Data structure": "Data structure",
20
- "Metadata": "Metadata",
21
- "Data schema": "Data schema",
22
- "This file is following a schema: ": "This file is following a schema: ",
23
- "See validation report": "See validation report",
24
- "URL": "URL",
25
- "MIME Type": "MIME Type",
26
- "Created on": "Created on",
27
- "Modified on": "Modified on",
28
- "Size": "Size",
29
- "Explore data": "Explore data",
30
- "B": "B",
31
- "today": "today",
32
- "on {date}": "on {date}",
33
- "Informations": "Informations",
34
- "License": "License",
35
- "Temporality": "Temporality",
36
- "Creation": "Creation",
37
- "Frequency": "Frequency",
38
- "Last update": "Last update",
39
- "Spatial coverage": "Spatial coverage",
40
- "Territorial coverage": "Territorial coverage",
41
- "Granularity of territorial coverage": "Granularity of territorial coverage",
42
- "Integrate on your website": "Integrate on your website",
43
- "Extras": "Extras",
44
- "See extras": "See extras",
45
- "Harvest": "Harvest",
46
- "See harvest": "See harvest",
47
- "Pagination": "Pagination",
48
- "First page": "First page",
49
- "Previous page": "Previous page",
50
- "Page {nb}": "Page {nb}",
51
- "Next page": "Next page",
52
- "Last page": "Last page",
53
- "Metadata quality:": "Metadata quality:",
54
- "Data description filled": "Data description filled",
55
- "Data description empty": "Data description empty",
56
- "Files documented": "Files documented",
57
- "Files documentation missing": "Files documentation missing",
58
- "License filled": "License filled",
59
- "No license set": "No license set",
60
- "Update frequency followed": "Update frequency followed",
61
- "Update frequency not followed": "Update frequency not followed",
62
- "Update frequency not set": "Update frequency not set",
63
- "File formats are open": "File formats are open",
64
- "File formats are closed": "File formats are closed",
65
- "Temporal coverage filled": "Temporal coverage filled",
66
- "Temporal coverage not set": "Temporal coverage not set",
67
- "Spatial coverage filled": "Spatial coverage filled",
68
- "Spatial coverage not set": "Spatial coverage not set",
69
- "All files are available": "All files are available",
70
- "Some files are unavailable": "Some files are unavailable",
71
- "Learn more about this indicator - opens a new window": "Learn more about this indicator - opens a new window",
72
- "Learn more about this indicator": "Learn more about this indicator",
73
- "Read less": "Read less",
74
- "Read more": "Read more",
75
- "Archived": "Archived",
76
- "Metadata :": "Metadata :",
77
- "Availability :": "Availability :",
78
- "Local authority": "Local authority",
79
- "Association": "Association",
80
- "Company": "Company",
81
- "User": "User",
82
- "The data structure of this file failed to load.": "The data structure of this file failed to load.",
83
- "No data structure found for this file.": "No data structure found for this file.",
84
- "The preview of this file failed to load.": "The preview of this file failed to load.",
85
- "Explore data in detail": "Explore data in detail",
86
- "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.": "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.",
87
- "Preview updated on {date}": "Preview updated on {date}",
88
- "Preview of {name}": "Preview of {name}",
89
- "Sort ascending": "Sort ascending",
90
- "Sort descending": "Sort descending",
91
- "{count} columns": "{count} columns",
92
- "{count} rows": "{count} rows",
93
- "Resource Extras": "Resource Extras",
94
- "Public service": "Public service",
95
- "published {date}": "published {date}",
96
- "{n}%": "{n}%",
97
- "Restricted access": "Restricted access",
98
- "Other": "Other",
99
- "{n} views": "{n} views",
100
- "{n} followers": "{n} followers",
101
- "unknown": "unknown",
102
- "Link copied!": "Link copied!",
103
- "Copy link": "Copy link",
104
- "Original format": "Original format",
105
- "Format {format}": "Format {format}",
106
- "Data": "Data",
107
- "Description": "Description",
108
- "Downloads": "Downloads",
109
- "Schema:": "Schema",
110
- "Copy embed": "Copy embed",
111
- "Embed copied": "Embed copied",
112
- "Stable URL": "Stable URL",
113
- "Identifier": "Identifier",
114
- "Copy ID": "Copy ID",
115
- "ID copied!": "ID copied!",
116
- "Copy checksum": "Copy checksum",
117
- "Checksum copied!": "Checksum copied!",
118
- "Type": "Type",
119
- "Format": "Format",
120
- "downloads": "downloads",
121
- "Visit": "Visit",
122
- "Original URL": "Original URL",
123
- "File": "File",
124
- "This file is valid for the shema:": "This file is valid for the shema:",
125
- "But its compliance could be improved.": "But its compliance could be improved.",
126
- "This file indicates to follow the schema:": "This file indicates to follow the schema:",
127
- "But is not compliant.": "But is not compliant.",
128
- "advices": "advices",
129
- "structure errors": "structure errors",
130
- "body errors": "body errors",
131
- "Main file": "Main file",
132
- "Documentation": "Documentation",
133
- "Update": "Update",
134
- "API": "API",
135
- "Source code": "Source code",
136
- "{n} resources downloads": "{n} resources downloads",
137
- "{n} reuses": "{n} reuses",
138
- "Close": "Close",
139
- " in ": " in ",
140
- "Auto-generated formats from {platform}": "Auto-generated formats from {platform}",
141
- "Draft": "Draft",
142
- "API documentation": "API documentation",
143
- "Technical Documentation": "Technical Documentation",
144
- "Business documentation": "Business documentation",
145
- "Swagger": "Swagger",
146
- "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.": "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.",
147
- "Good": "Good",
148
- "To improve": "To improve",
149
- "Copy URL": "Copy URL",
150
- "URL copied!": "URL copied!",
151
- "Copy stable URL": "Copy stable URL",
152
- "Stable URL copied!": "Stable URL copied!",
153
- "Download file as ": "Download file as "
154
- }
@@ -1,154 +0,0 @@
1
- {
2
- "Copy": "Copy",
3
- "The identity of this public service is certified by {certifier}": "The identity of this public service is certified by {certifier}",
4
- "Edit file": "Edit file",
5
- "Nameless file": "Nameless file",
6
- "schema:": "schema:",
7
- "Invalid": "Invalid",
8
- "Updated {date}": "Updated {date}",
9
- "{n} downloads": "{n} downloads",
10
- "From": "From",
11
- "Unavailable": "Unavailable",
12
- "Close details": "Close details",
13
- "See data": "See data",
14
- "See metadata": "See metadata",
15
- "File link - opens a new window": "File link - opens a new window",
16
- "Download file": "Download file",
17
- "File menu": "File menu",
18
- "Preview": "Preview",
19
- "Data structure": "Data structure",
20
- "Metadata": "Metadata",
21
- "Data schema": "Data schema",
22
- "This file is following a schema: ": "This file is following a schema: ",
23
- "See validation report": "See validation report",
24
- "URL": "URL",
25
- "MIME Type": "MIME Type",
26
- "Created on": "Created on",
27
- "Modified on": "Modified on",
28
- "Size": "Size",
29
- "Explore data": "Explore data",
30
- "B": "B",
31
- "today": "today",
32
- "on {date}": "on {date}",
33
- "Informations": "Informations",
34
- "License": "License",
35
- "Temporality": "Temporality",
36
- "Creation": "Creation",
37
- "Frequency": "Frequency",
38
- "Last update": "Last update",
39
- "Spatial coverage": "Spatial coverage",
40
- "Territorial coverage": "Territorial coverage",
41
- "Granularity of territorial coverage": "Granularity of territorial coverage",
42
- "Integrate on your website": "Integrate on your website",
43
- "Extras": "Extras",
44
- "See extras": "See extras",
45
- "Harvest": "Harvest",
46
- "See harvest": "See harvest",
47
- "Pagination": "Pagination",
48
- "First page": "First page",
49
- "Previous page": "Previous page",
50
- "Page {nb}": "Page {nb}",
51
- "Next page": "Next page",
52
- "Last page": "Last page",
53
- "Metadata quality:": "Metadata quality:",
54
- "Data description filled": "Data description filled",
55
- "Data description empty": "Data description empty",
56
- "Files documented": "Files documented",
57
- "Files documentation missing": "Files documentation missing",
58
- "License filled": "License filled",
59
- "No license set": "No license set",
60
- "Update frequency followed": "Update frequency followed",
61
- "Update frequency not followed": "Update frequency not followed",
62
- "Update frequency not set": "Update frequency not set",
63
- "File formats are open": "File formats are open",
64
- "File formats are closed": "File formats are closed",
65
- "Temporal coverage filled": "Temporal coverage filled",
66
- "Temporal coverage not set": "Temporal coverage not set",
67
- "Spatial coverage filled": "Spatial coverage filled",
68
- "Spatial coverage not set": "Spatial coverage not set",
69
- "All files are available": "All files are available",
70
- "Some files are unavailable": "Some files are unavailable",
71
- "Learn more about this indicator - opens a new window": "Learn more about this indicator - opens a new window",
72
- "Learn more about this indicator": "Learn more about this indicator",
73
- "Read less": "Read less",
74
- "Read more": "Read more",
75
- "Archived": "Archived",
76
- "Metadata :": "Metadata :",
77
- "Availability :": "Availability :",
78
- "Local authority": "Local authority",
79
- "Association": "Association",
80
- "Company": "Company",
81
- "User": "User",
82
- "The data structure of this file failed to load.": "The data structure of this file failed to load.",
83
- "No data structure found for this file.": "No data structure found for this file.",
84
- "The preview of this file failed to load.": "The preview of this file failed to load.",
85
- "Explore data in detail": "Explore data in detail",
86
- "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.": "Use our tool to get an overview of data, learn about different columns or perform filters and sorts.",
87
- "Preview updated on {date}": "Preview updated on {date}",
88
- "Preview of {name}": "Preview of {name}",
89
- "Sort ascending": "Sort ascending",
90
- "Sort descending": "Sort descending",
91
- "{count} columns": "{count} columns",
92
- "{count} rows": "{count} rows",
93
- "Resource Extras": "Resource Extras",
94
- "Public service": "Public service",
95
- "published {date}": "published {date}",
96
- "{n}%": "{n}%",
97
- "Restricted access": "Restricted access",
98
- "Other": "Other",
99
- "{n} views": "{n} views",
100
- "{n} followers": "{n} followers",
101
- "unknown": "unknown",
102
- "Link copied!": "Link copied!",
103
- "Copy link": "Copy link",
104
- "Original format": "Original format",
105
- "Format {format}": "Format {format}",
106
- "Data": "Data",
107
- "Description": "Description",
108
- "Downloads": "Downloads",
109
- "Schema:": "Schema",
110
- "Copy embed": "Copy embed",
111
- "Embed copied": "Embed copied",
112
- "Stable URL": "Stable URL",
113
- "Identifier": "Identifier",
114
- "Copy ID": "Copy ID",
115
- "ID copied!": "ID copied!",
116
- "Copy checksum": "Copy checksum",
117
- "Checksum copied!": "Checksum copied!",
118
- "Type": "Type",
119
- "Format": "Format",
120
- "downloads": "downloads",
121
- "Visit": "Visit",
122
- "Original URL": "Original URL",
123
- "File": "File",
124
- "This file is valid for the shema:": "This file is valid for the shema:",
125
- "But its compliance could be improved.": "But its compliance could be improved.",
126
- "This file indicates to follow the schema:": "This file indicates to follow the schema:",
127
- "But is not compliant.": "But is not compliant.",
128
- "advices": "advices",
129
- "structure errors": "structure errors",
130
- "body errors": "body errors",
131
- "Main file": "Main file",
132
- "Documentation": "Documentation",
133
- "Update": "Update",
134
- "API": "API",
135
- "Source code": "Source code",
136
- "{n} resources downloads": "{n} resources downloads",
137
- "{n} reuses": "{n} reuses",
138
- "Close": "Close",
139
- " in ": " in ",
140
- "Auto-generated formats from {platform}": "Auto-generated formats from {platform}",
141
- "Draft": "Draft",
142
- "API documentation": "API documentation",
143
- "Technical Documentation": "Technical Documentation",
144
- "Business documentation": "Business documentation",
145
- "Swagger": "Swagger",
146
- "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.": "Swagger automatically generated by data.gouv.fr. This swagger allows you to query data by API by filtering it by column value.",
147
- "Good": "Good",
148
- "To improve": "To improve",
149
- "Copy URL": "Copy URL",
150
- "URL copied!": "URL copied!",
151
- "Copy stable URL": "Copy stable URL",
152
- "Stable URL copied!": "Stable URL copied!",
153
- "Download file as ": "Download file as "
154
- }