@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,43 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import DescriptionDetails from './DescriptionDetails.vue';
3
-
4
- const meta = {
5
- title: "Components/Description List/Description Details",
6
- component: DescriptionDetails,
7
- tags: ['autodocs'],
8
- parameters: {
9
- docs: {
10
- description: {
11
- component: "The Description Details is a styled `<dd>` to use in the `<DescriptionList>` component."
12
- }
13
- }
14
- },
15
- } satisfies Meta<typeof DescriptionDetails>;
16
-
17
- export default meta;
18
-
19
- export const Simple: StoryObj<typeof meta> = {
20
- render: (args) => ({
21
- components: { DescriptionDetails },
22
- setup() {
23
- return { args };
24
- },
25
- template: '<dl class="fr-col-2"><DescriptionDetails v-bind="args">Some content inside the description details</DescriptionDetails></dl>',
26
- }),
27
- args: {
28
- withEllipsis: false
29
- }
30
- };
31
-
32
- export const WithEllipsis: StoryObj<typeof meta> = {
33
- render: (args) => ({
34
- components: { DescriptionDetails },
35
- setup() {
36
- return { args };
37
- },
38
- template: '<dl class="fr-col-2"><DescriptionDetails v-bind="args">Some content inside the description details</DescriptionDetails></dl>',
39
- }),
40
- args: {
41
- withEllipsis: true
42
- }
43
- };
@@ -1,47 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import DescriptionList from './DescriptionList.vue';
3
- import DescriptionTerm from './DescriptionTerm.vue';
4
- import DescriptionDetails from './DescriptionDetails.vue';
5
-
6
- const meta = {
7
- title: "Components/Description List/Description List",
8
- component: DescriptionList,
9
- tags: ['autodocs'],
10
- parameters: {
11
- docs: {
12
- description: {
13
- component: "The Description Details is a styled `<dd>` to use in the `<DescriptionList>` component."
14
- }
15
- }
16
- },
17
- } satisfies Meta<typeof DescriptionList>;
18
-
19
- export default meta;
20
-
21
- export const Simple: StoryObj<typeof meta> = {
22
- render: (args) => ({
23
- components: { DescriptionDetails, DescriptionList, DescriptionTerm },
24
- setup() {
25
- return { args };
26
- },
27
- template: `<DescriptionList>
28
- <DescriptionTerm>The Term</DescriptionTerm>
29
- <DescriptionDetails :withEllipsis="false">A really long details so we can see if it wraps to a new line or add ellipsis.</DescriptionDetails>
30
- </DescriptionList>`,
31
- }),
32
- args: {}
33
- };
34
-
35
- export const WithEllipsis: StoryObj<typeof meta> = {
36
- render: (args) => ({
37
- components: { DescriptionDetails, DescriptionList, DescriptionTerm },
38
- setup() {
39
- return { args };
40
- },
41
- template: `<DescriptionList>
42
- <DescriptionTerm>The Term</DescriptionTerm>
43
- <DescriptionDetails>A really long details so we can see if it wraps to a new line or add ellipsis.</DescriptionDetails>
44
- </DescriptionList>`,
45
- }),
46
- args: {}
47
- };
@@ -1,28 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import DescriptionTerm from './DescriptionTerm.vue';
3
-
4
- const meta = {
5
- title: "Components/Description List/Description Term",
6
- component: DescriptionTerm,
7
- tags: ['autodocs'],
8
- parameters: {
9
- docs: {
10
- description: {
11
- component: "The Description Term is a styled `<dt>` to use in the `<DescriptionList>` component."
12
- }
13
- }
14
- },
15
- } satisfies Meta<typeof DescriptionTerm>;
16
-
17
- export default meta;
18
-
19
- export const Simple: StoryObj<typeof meta> = {
20
- render: (args) => ({
21
- components: { DescriptionTerm },
22
- setup() {
23
- return { args };
24
- },
25
- template: '<dl class="fr-col-2"><DescriptionTerm v-bind="args">The term</DescriptionTerm></dl>',
26
- }),
27
- args: {}
28
- };
@@ -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
- }