udata 7.0.4.dev27777__py2.py3-none-any.whl → 7.0.5__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of udata might be problematic. Click here for more details.
- udata/__init__.py +1 -1
- udata/api/__init__.py +1 -1
- udata/core/dataset/api.py +14 -14
- udata/core/dataset/api_fields.py +7 -7
- udata/core/dataset/apiv2.py +3 -3
- udata/core/dataset/rdf.py +43 -1
- udata/core/organization/csv.py +27 -1
- udata/core/organization/models.py +20 -1
- udata/core/organization/tasks.py +61 -1
- udata/core/spatial/commands.py +26 -2
- udata/core/topic/api.py +6 -0
- udata/core/topic/apiv2.py +6 -0
- udata/core/topic/forms.py +5 -0
- udata/core/topic/models.py +3 -5
- udata/forms/fields.py +10 -0
- udata/frontend/csv.py +8 -8
- udata/harvest/actions.py +11 -0
- udata/harvest/api.py +3 -3
- udata/harvest/backends/dcat.py +42 -5
- udata/harvest/tests/dcat/bnodes.xml +16 -2
- udata/harvest/tests/test_dcat_backend.py +87 -1
- udata/settings.py +9 -0
- udata/static/chunks/{11.c0ccea08914b6b41568e.js → 11.a23c110811a9ac943478.js} +3 -3
- udata/static/chunks/{11.c0ccea08914b6b41568e.js.map → 11.a23c110811a9ac943478.js.map} +1 -1
- udata/static/chunks/{13.526a25163ababaa44409.js → 13.0889e093f8664e38568c.js} +2 -2
- udata/static/chunks/{13.526a25163ababaa44409.js.map → 13.0889e093f8664e38568c.js.map} +1 -1
- udata/static/chunks/{16.7901839b4227881947f6.js → 16.f41599478d3e97ad9a30.js} +2 -2
- udata/static/chunks/{16.7901839b4227881947f6.js.map → 16.f41599478d3e97ad9a30.js.map} +1 -1
- udata/static/chunks/{19.471d5a2a08eef6e5338a.js → 19.2b534a26af8b17e9170b.js} +3 -3
- udata/static/chunks/{19.471d5a2a08eef6e5338a.js.map → 19.2b534a26af8b17e9170b.js.map} +1 -1
- udata/static/chunks/{5.534e0531d0e2b150146f.js → 5.7115454a1183e5c12eef.js} +3 -3
- udata/static/chunks/{5.534e0531d0e2b150146f.js.map → 5.7115454a1183e5c12eef.js.map} +1 -1
- udata/static/chunks/{6.e56975229e6065f68d2a.js → 6.16bb24fb8240f2746488.js} +3 -3
- udata/static/chunks/{6.e56975229e6065f68d2a.js.map → 6.16bb24fb8240f2746488.js.map} +1 -1
- udata/static/chunks/{9.534426728626f11f4571.js → 9.3e752966ff14e47e11f2.js} +2 -2
- udata/static/chunks/{9.534426728626f11f4571.js.map → 9.3e752966ff14e47e11f2.js.map} +1 -1
- udata/static/common.js +1 -1
- udata/static/common.js.map +1 -1
- udata/storage/__init__.py +0 -0
- udata/storage/s3.py +54 -0
- udata/templates/mail/badge_added_association.html +33 -0
- udata/templates/mail/badge_added_association.txt +11 -0
- udata/templates/mail/badge_added_company.html +33 -0
- udata/templates/mail/badge_added_company.txt +11 -0
- udata/templates/mail/badge_added_local_authority.html +33 -0
- udata/templates/mail/badge_added_local_authority.txt +11 -0
- udata/tests/api/test_datasets_api.py +27 -0
- udata/tests/api/test_topics_api.py +31 -1
- udata/tests/apiv2/test_topics.py +4 -0
- udata/tests/organization/test_csv_adapter.py +43 -0
- udata/translations/ar/LC_MESSAGES/udata.mo +0 -0
- udata/translations/ar/LC_MESSAGES/udata.po +223 -174
- udata/translations/de/LC_MESSAGES/udata.mo +0 -0
- udata/translations/de/LC_MESSAGES/udata.po +224 -175
- udata/translations/es/LC_MESSAGES/udata.mo +0 -0
- udata/translations/es/LC_MESSAGES/udata.po +223 -174
- udata/translations/fr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/fr/LC_MESSAGES/udata.po +227 -178
- udata/translations/it/LC_MESSAGES/udata.mo +0 -0
- udata/translations/it/LC_MESSAGES/udata.po +224 -175
- udata/translations/pt/LC_MESSAGES/udata.mo +0 -0
- udata/translations/pt/LC_MESSAGES/udata.po +224 -175
- udata/translations/sr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/sr/LC_MESSAGES/udata.po +225 -176
- udata/translations/udata.pot +91 -45
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/METADATA +20 -3
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/RECORD +71 -62
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/LICENSE +0 -0
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/WHEEL +0 -0
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/entry_points.txt +0 -0
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,8 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: udata\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: i18n@opendata.team\n"
|
|
5
|
-
"POT-Creation-Date:
|
|
6
|
-
"PO-Revision-Date:
|
|
5
|
+
"POT-Creation-Date: 2024-03-20 12:27+0100\n"
|
|
6
|
+
"PO-Revision-Date: 2024-03-20 14:47\n"
|
|
7
7
|
"Last-Translator: Open Data Team <i18n@opendata.team>\n"
|
|
8
8
|
"Language: fr\n"
|
|
9
9
|
"Language-Team: French\n"
|
|
@@ -11,38 +11,38 @@ msgstr ""
|
|
|
11
11
|
"MIME-Version: 1.0\n"
|
|
12
12
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
13
|
"Content-Transfer-Encoding: 8bit\n"
|
|
14
|
-
"Generated-By: Babel 2.
|
|
14
|
+
"Generated-By: Babel 2.12.1\n"
|
|
15
15
|
"X-Crowdin-Project: udata\n"
|
|
16
16
|
"X-Crowdin-Project-ID: 291291\n"
|
|
17
17
|
"X-Crowdin-Language: fr\n"
|
|
18
18
|
"X-Crowdin-File: /master/udata/translations/udata.pot\n"
|
|
19
19
|
"X-Crowdin-File-ID: 6\n"
|
|
20
20
|
|
|
21
|
-
#: udata/settings.py:
|
|
21
|
+
#: udata/settings.py:103
|
|
22
22
|
msgid "Welcome"
|
|
23
23
|
msgstr "Bienvenue"
|
|
24
24
|
|
|
25
|
-
#: udata/settings.py:
|
|
25
|
+
#: udata/settings.py:104
|
|
26
26
|
msgid "Please confirm your email"
|
|
27
27
|
msgstr "Veuillez confirmer votre adresse e-mail"
|
|
28
28
|
|
|
29
|
-
#: udata/settings.py:
|
|
29
|
+
#: udata/settings.py:105
|
|
30
30
|
msgid "Login instructions"
|
|
31
31
|
msgstr "Instructions de connexion"
|
|
32
32
|
|
|
33
|
-
#: udata/settings.py:
|
|
33
|
+
#: udata/settings.py:106
|
|
34
34
|
msgid "Your password has been reset"
|
|
35
35
|
msgstr "Votre mot de passe a été réinitialisé"
|
|
36
36
|
|
|
37
|
-
#: udata/settings.py:
|
|
37
|
+
#: udata/settings.py:107
|
|
38
38
|
msgid "Your password has been changed"
|
|
39
39
|
msgstr "Votre mot de passe a été modifié"
|
|
40
40
|
|
|
41
|
-
#: udata/settings.py:
|
|
41
|
+
#: udata/settings.py:109
|
|
42
42
|
msgid "Password reset instructions"
|
|
43
43
|
msgstr "Instructions de réinitialisation du mot de passe"
|
|
44
44
|
|
|
45
|
-
#: udata/settings.py:
|
|
45
|
+
#: udata/settings.py:430
|
|
46
46
|
msgid "This dataset has been archived"
|
|
47
47
|
msgstr "Ce jeu de données a été archivé"
|
|
48
48
|
|
|
@@ -50,15 +50,15 @@ msgstr "Ce jeu de données a été archivé"
|
|
|
50
50
|
msgid "Validation error: your data cannot be updated for now, we have been notified of the error and we will fix it as soon as possible."
|
|
51
51
|
msgstr "Erreur de validation : vos données ne peuvent être sauvegardées pour l'instant, nous avons été avertis de cette erreur et la corrigeons dans les plus brefs délais."
|
|
52
52
|
|
|
53
|
-
#: udata/api/oauth2.py:
|
|
53
|
+
#: udata/api/oauth2.py:54
|
|
54
54
|
msgid "Bearer Token"
|
|
55
55
|
msgstr "Bearer Token"
|
|
56
56
|
|
|
57
|
-
#: udata/api/oauth2.py:
|
|
57
|
+
#: udata/api/oauth2.py:58
|
|
58
58
|
msgid "Default scope"
|
|
59
59
|
msgstr "Scope par défaut"
|
|
60
60
|
|
|
61
|
-
#: udata/api/oauth2.py:
|
|
61
|
+
#: udata/api/oauth2.py:59
|
|
62
62
|
msgid "System administrator rights"
|
|
63
63
|
msgstr "Droits de l'administrateur système"
|
|
64
64
|
|
|
@@ -70,7 +70,8 @@ msgstr "Prénom"
|
|
|
70
70
|
msgid "First name is required"
|
|
71
71
|
msgstr "Prénom requis"
|
|
72
72
|
|
|
73
|
-
#: udata/auth/forms.py:14 udata/auth/forms.py:17
|
|
73
|
+
#: udata/auth/forms.py:14 udata/auth/forms.py:17
|
|
74
|
+
#: udata/core/contact_point/forms.py:13 udata/core/user/forms.py:15
|
|
74
75
|
#: udata/core/user/forms.py:17
|
|
75
76
|
msgid "URLs not allowed in this field"
|
|
76
77
|
msgstr "URLs non autorisées dans ce champ"
|
|
@@ -83,7 +84,7 @@ msgstr "Nom"
|
|
|
83
84
|
msgid "Last name is required"
|
|
84
85
|
msgstr "Nom de famille requis"
|
|
85
86
|
|
|
86
|
-
#: udata/auth/forms.py:33 udata/tests/forms/test_current_user_field.py:
|
|
87
|
+
#: udata/auth/forms.py:33 udata/tests/forms/test_current_user_field.py:215
|
|
87
88
|
msgid "Password must be changed for security reasons"
|
|
88
89
|
msgstr "Le mot de passe doit être modifié pour des raisons de sécurité. Veuillez utiliser la récupération de mot de passe afin d’en définir un nouveau"
|
|
89
90
|
|
|
@@ -168,6 +169,23 @@ msgstr "Type"
|
|
|
168
169
|
msgid "Kind of badge (certified, etc)"
|
|
169
170
|
msgstr "Type de badge (certifié, etc)"
|
|
170
171
|
|
|
172
|
+
#: udata/core/contact_point/forms.py:12 udata/core/jobs/forms.py:27
|
|
173
|
+
#: udata/core/organization/forms.py:47 udata/core/post/forms.py:15
|
|
174
|
+
#: udata/core/topic/forms.py:17 udata/harvest/forms.py:60
|
|
175
|
+
#: udata/templates/api/admin.html:10
|
|
176
|
+
msgid "Name"
|
|
177
|
+
msgstr "Nom"
|
|
178
|
+
|
|
179
|
+
#: udata/core/contact_point/forms.py:14 udata/core/user/forms.py:18
|
|
180
|
+
msgid "Email"
|
|
181
|
+
msgstr "Email"
|
|
182
|
+
|
|
183
|
+
#: udata/core/contact_point/forms.py:16 udata/core/dataset/forms.py:95
|
|
184
|
+
#: udata/core/dataset/forms.py:153 udata/core/reuse/forms.py:38
|
|
185
|
+
#: udata/core/topic/forms.py:15 udata/harvest/forms.py:69
|
|
186
|
+
msgid "Publish as"
|
|
187
|
+
msgstr "Publier en tant que"
|
|
188
|
+
|
|
171
189
|
#: udata/core/dataset/activities.py:21
|
|
172
190
|
msgid "created a dataset"
|
|
173
191
|
msgstr "a créé un jeu de données"
|
|
@@ -180,31 +198,23 @@ msgstr "a mis à jour un jeu de données"
|
|
|
180
198
|
msgid "deleted a dataset"
|
|
181
199
|
msgstr "a supprimé un jeu de données"
|
|
182
200
|
|
|
183
|
-
#: udata/core/dataset/forms.py:
|
|
201
|
+
#: udata/core/dataset/forms.py:24
|
|
184
202
|
msgid "Checksum value"
|
|
185
203
|
msgstr "Valeur de la somme de contrôle"
|
|
186
204
|
|
|
187
|
-
#: udata/core/dataset/forms.py:
|
|
188
|
-
msgid "
|
|
189
|
-
msgstr "
|
|
190
|
-
|
|
191
|
-
#: udata/core/dataset/forms.py:47 udata/tests/api/test_datasets_api.py:645
|
|
192
|
-
msgid "Provided URL is not valid."
|
|
193
|
-
msgstr "L'URL fournie est invalide."
|
|
205
|
+
#: udata/core/dataset/forms.py:35
|
|
206
|
+
msgid "URL of the schema"
|
|
207
|
+
msgstr "URL du schéma"
|
|
194
208
|
|
|
195
|
-
#: udata/core/dataset/forms.py:
|
|
196
|
-
msgid "
|
|
197
|
-
msgstr "
|
|
209
|
+
#: udata/core/dataset/forms.py:36
|
|
210
|
+
msgid "Name of the schema"
|
|
211
|
+
msgstr "Nom du schéma"
|
|
198
212
|
|
|
199
|
-
#: udata/core/dataset/forms.py:
|
|
200
|
-
msgid "Version
|
|
201
|
-
msgstr "
|
|
213
|
+
#: udata/core/dataset/forms.py:37
|
|
214
|
+
msgid "Version of the schema"
|
|
215
|
+
msgstr "Version du schéma"
|
|
202
216
|
|
|
203
|
-
#: udata/core/dataset/forms.py:
|
|
204
|
-
msgid "Sub-property \"{prop}\" is not allowed value in schema field. Allowed values is : {properties}"
|
|
205
|
-
msgstr "La sous-propriété \"{prop}\" n'est pas autorisée dans le champ schéma. Les valeurs autorisées sont : {properties}"
|
|
206
|
-
|
|
207
|
-
#: udata/core/dataset/forms.py:79 udata/core/dataset/forms.py:137
|
|
217
|
+
#: udata/core/dataset/forms.py:54 udata/core/dataset/forms.py:122
|
|
208
218
|
#: udata/core/discussions/forms.py:12 udata/core/reuse/forms.py:19
|
|
209
219
|
#: udata/core/site/forms.py:12 udata/templates/mail/discussion_closed.html:26
|
|
210
220
|
#: udata/templates/mail/new_discussion.html:25
|
|
@@ -212,293 +222,297 @@ msgstr "La sous-propriété \"{prop}\" n'est pas autorisée dans le champ schém
|
|
|
212
222
|
msgid "Title"
|
|
213
223
|
msgstr "Titre"
|
|
214
224
|
|
|
215
|
-
#: udata/core/dataset/forms.py:
|
|
216
|
-
#: udata/core/jobs/forms.py:28 udata/core/organization/forms.py:
|
|
217
|
-
#: udata/core/reuse/forms.py:21 udata/core/topic/forms.py:
|
|
225
|
+
#: udata/core/dataset/forms.py:56 udata/core/dataset/forms.py:126
|
|
226
|
+
#: udata/core/jobs/forms.py:28 udata/core/organization/forms.py:51
|
|
227
|
+
#: udata/core/reuse/forms.py:21 udata/core/topic/forms.py:19
|
|
218
228
|
#: udata/harvest/forms.py:62
|
|
219
229
|
msgid "Description"
|
|
220
230
|
msgstr "Description"
|
|
221
231
|
|
|
222
|
-
#: udata/core/dataset/forms.py:
|
|
232
|
+
#: udata/core/dataset/forms.py:58
|
|
223
233
|
msgid "File type"
|
|
224
234
|
msgstr "Type de fichier"
|
|
225
235
|
|
|
226
|
-
#: udata/core/dataset/forms.py:
|
|
236
|
+
#: udata/core/dataset/forms.py:60
|
|
227
237
|
msgid "Whether the resource is an uploaded file, a remote file or an API"
|
|
228
238
|
msgstr "Est-ce que la ressource est un fichier uploadé, un fichier distant ou une API"
|
|
229
239
|
|
|
230
|
-
#: udata/core/dataset/forms.py:
|
|
240
|
+
#: udata/core/dataset/forms.py:63 udata/core/reuse/forms.py:24
|
|
231
241
|
msgid "Type"
|
|
232
242
|
msgstr "Type"
|
|
233
243
|
|
|
234
|
-
#: udata/core/dataset/forms.py:
|
|
244
|
+
#: udata/core/dataset/forms.py:65
|
|
235
245
|
msgid "Resource type (documentation, API...)"
|
|
236
246
|
msgstr "Type de ressource (documentation, API...)"
|
|
237
247
|
|
|
238
|
-
#: udata/core/dataset/forms.py:
|
|
248
|
+
#: udata/core/dataset/forms.py:67 udata/core/reuse/forms.py:26
|
|
239
249
|
#: udata/harvest/forms.py:64
|
|
240
250
|
msgid "URL"
|
|
241
251
|
msgstr "URL"
|
|
242
252
|
|
|
243
|
-
#: udata/core/dataset/forms.py:
|
|
253
|
+
#: udata/core/dataset/forms.py:69
|
|
244
254
|
msgid "Format"
|
|
245
255
|
msgstr "Format"
|
|
246
256
|
|
|
247
|
-
#: udata/core/dataset/forms.py:
|
|
257
|
+
#: udata/core/dataset/forms.py:74
|
|
248
258
|
msgid "Mime type"
|
|
249
259
|
msgstr "Type MIME"
|
|
250
260
|
|
|
251
|
-
#: udata/core/dataset/forms.py:
|
|
261
|
+
#: udata/core/dataset/forms.py:75
|
|
252
262
|
msgid "The mime type associated to the extension. (ex: text/plain)"
|
|
253
263
|
msgstr "Le type MIME associé au format de fichier. (ex: text/plain)"
|
|
254
264
|
|
|
255
|
-
#: udata/core/dataset/forms.py:
|
|
265
|
+
#: udata/core/dataset/forms.py:78
|
|
256
266
|
msgid "Size"
|
|
257
267
|
msgstr "Taille"
|
|
258
268
|
|
|
259
|
-
#: udata/core/dataset/forms.py:
|
|
269
|
+
#: udata/core/dataset/forms.py:79
|
|
260
270
|
msgid "The file size in bytes"
|
|
261
271
|
msgstr "La taille du fichier en octets"
|
|
262
272
|
|
|
263
|
-
#: udata/core/dataset/forms.py:
|
|
264
|
-
msgid "Schema"
|
|
265
|
-
msgstr "Schéma"
|
|
266
|
-
|
|
267
|
-
#: udata/core/dataset/forms.py:110
|
|
268
|
-
msgid "The schema slug the resource adheres to"
|
|
269
|
-
msgstr "L'identifiant du schéma auquel la ressource adhère"
|
|
270
|
-
|
|
271
|
-
#: udata/core/dataset/forms.py:122
|
|
273
|
+
#: udata/core/dataset/forms.py:93
|
|
272
274
|
msgid "Related dataset"
|
|
273
275
|
msgstr "Jeu de données concerné"
|
|
274
276
|
|
|
275
|
-
#: udata/core/dataset/forms.py:
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
msgstr "Publier en tant que"
|
|
277
|
+
#: udata/core/dataset/forms.py:115 udata/tests/api/test_datasets_api.py:681
|
|
278
|
+
msgid "Wrong contact point id or contact point ownership mismatch"
|
|
279
|
+
msgstr "Mauvais ID de point de contact ou incompatibilité de possession du point de contact"
|
|
279
280
|
|
|
280
|
-
#: udata/core/dataset/forms.py:
|
|
281
|
+
#: udata/core/dataset/forms.py:123 udata/core/organization/forms.py:49
|
|
281
282
|
msgid "Acronym"
|
|
282
283
|
msgstr "Sigle"
|
|
283
284
|
|
|
284
|
-
#: udata/core/dataset/forms.py:
|
|
285
|
+
#: udata/core/dataset/forms.py:124
|
|
285
286
|
msgid "An optional acronym"
|
|
286
287
|
msgstr "Un acronyme facultatif"
|
|
287
288
|
|
|
288
|
-
#: udata/core/dataset/forms.py:
|
|
289
|
+
#: udata/core/dataset/forms.py:127
|
|
289
290
|
msgid "The details about the dataset (collection process, specifics...)."
|
|
290
291
|
msgstr "Les détails sur le jeu de données (processus de collecte, spécificités...)."
|
|
291
292
|
|
|
292
|
-
#: udata/core/dataset/forms.py:
|
|
293
|
+
#: udata/core/dataset/forms.py:130
|
|
293
294
|
msgid "License"
|
|
294
295
|
msgstr "Licence"
|
|
295
296
|
|
|
296
|
-
#: udata/core/dataset/forms.py:
|
|
297
|
+
#: udata/core/dataset/forms.py:132
|
|
297
298
|
msgid "Update frequency"
|
|
298
299
|
msgstr "Fréquence de mise à jour"
|
|
299
300
|
|
|
300
|
-
#: udata/core/dataset/forms.py:
|
|
301
|
+
#: udata/core/dataset/forms.py:136
|
|
301
302
|
msgid "The frequency at which data are updated."
|
|
302
303
|
msgstr "La fréquence à laquelle les données sont mises à jour."
|
|
303
304
|
|
|
304
|
-
#: udata/core/dataset/forms.py:
|
|
305
|
+
#: udata/core/dataset/forms.py:137
|
|
305
306
|
msgid "Expected frequency date"
|
|
306
307
|
msgstr "Date de mise à jour prévue"
|
|
307
308
|
|
|
308
|
-
#: udata/core/dataset/forms.py:
|
|
309
|
+
#: udata/core/dataset/forms.py:141
|
|
309
310
|
msgid "Temporal coverage"
|
|
310
311
|
msgstr "Couverture temporelle"
|
|
311
312
|
|
|
312
|
-
#: udata/core/dataset/forms.py:
|
|
313
|
+
#: udata/core/dataset/forms.py:142
|
|
313
314
|
msgid "The period covered by the data"
|
|
314
315
|
msgstr "La période couverte par les données"
|
|
315
316
|
|
|
316
|
-
#: udata/core/dataset/forms.py:
|
|
317
|
+
#: udata/core/dataset/forms.py:144 udata/core/spatial/forms.py:83
|
|
318
|
+
#: udata/core/topic/forms.py:25
|
|
317
319
|
msgid "Spatial coverage"
|
|
318
320
|
msgstr "Couverture spatiale"
|
|
319
321
|
|
|
320
|
-
#: udata/core/dataset/forms.py:
|
|
322
|
+
#: udata/core/dataset/forms.py:145 udata/core/topic/forms.py:26
|
|
321
323
|
msgid "The geographical area covered by the data."
|
|
322
324
|
msgstr "La zone géographique couverte par les données."
|
|
323
325
|
|
|
324
|
-
#: udata/core/dataset/forms.py:
|
|
326
|
+
#: udata/core/dataset/forms.py:146 udata/core/post/forms.py:26
|
|
325
327
|
#: udata/core/reuse/forms.py:29 udata/core/site/forms.py:13
|
|
326
|
-
#: udata/core/topic/forms.py:
|
|
328
|
+
#: udata/core/topic/forms.py:28
|
|
327
329
|
msgid "Tags"
|
|
328
330
|
msgstr "Mots-clés"
|
|
329
331
|
|
|
330
|
-
#: udata/core/dataset/forms.py:
|
|
332
|
+
#: udata/core/dataset/forms.py:146 udata/core/reuse/forms.py:29
|
|
331
333
|
msgid "Some taxonomy keywords"
|
|
332
334
|
msgstr "Quelques mots-clés pour la taxonomie"
|
|
333
335
|
|
|
334
|
-
#: udata/core/dataset/forms.py:
|
|
335
|
-
#: udata/core/topic/forms.py:
|
|
336
|
+
#: udata/core/dataset/forms.py:148 udata/core/reuse/forms.py:32
|
|
337
|
+
#: udata/core/topic/forms.py:29
|
|
336
338
|
msgid "Private"
|
|
337
339
|
msgstr "Privé"
|
|
338
340
|
|
|
339
|
-
#: udata/core/dataset/forms.py:
|
|
341
|
+
#: udata/core/dataset/forms.py:149 udata/core/reuse/forms.py:33
|
|
340
342
|
msgid "Restrict the dataset visibility to you or your organization only."
|
|
341
343
|
msgstr "Restreint la visibilité du jeu de données à vous ou votre organisation seulement."
|
|
342
344
|
|
|
343
|
-
#: udata/core/dataset/models.py:
|
|
345
|
+
#: udata/core/dataset/models.py:46
|
|
344
346
|
msgid "Unknown"
|
|
345
347
|
msgstr "Inconnu"
|
|
346
348
|
|
|
347
|
-
#: udata/core/dataset/models.py:
|
|
349
|
+
#: udata/core/dataset/models.py:47
|
|
348
350
|
msgid "Punctual"
|
|
349
351
|
msgstr "Ponctuelle"
|
|
350
352
|
|
|
351
|
-
#: udata/core/dataset/models.py:
|
|
353
|
+
#: udata/core/dataset/models.py:48
|
|
352
354
|
msgid "Real time"
|
|
353
355
|
msgstr "Temps réel"
|
|
354
356
|
|
|
355
|
-
#: udata/core/dataset/models.py:
|
|
357
|
+
#: udata/core/dataset/models.py:49
|
|
356
358
|
msgid "Hourly"
|
|
357
359
|
msgstr "Toutes les heures"
|
|
358
360
|
|
|
359
|
-
#: udata/core/dataset/models.py:
|
|
361
|
+
#: udata/core/dataset/models.py:50
|
|
360
362
|
msgid "Four times a day"
|
|
361
363
|
msgstr "Quatre fois par jour"
|
|
362
364
|
|
|
363
|
-
#: udata/core/dataset/models.py:
|
|
365
|
+
#: udata/core/dataset/models.py:51
|
|
364
366
|
msgid "Three times a day"
|
|
365
367
|
msgstr "Trois fois par jour"
|
|
366
368
|
|
|
367
|
-
#: udata/core/dataset/models.py:
|
|
369
|
+
#: udata/core/dataset/models.py:52
|
|
368
370
|
msgid "Semidaily"
|
|
369
371
|
msgstr "Deux fois par jour"
|
|
370
372
|
|
|
371
|
-
#: udata/core/dataset/models.py:
|
|
373
|
+
#: udata/core/dataset/models.py:53 udata/harvest/models.py:18
|
|
372
374
|
msgid "Daily"
|
|
373
375
|
msgstr "Quotidienne"
|
|
374
376
|
|
|
375
|
-
#: udata/core/dataset/models.py:
|
|
377
|
+
#: udata/core/dataset/models.py:54
|
|
376
378
|
msgid "Four times a week"
|
|
377
379
|
msgstr "Quatre fois par semaine"
|
|
378
380
|
|
|
379
|
-
#: udata/core/dataset/models.py:
|
|
381
|
+
#: udata/core/dataset/models.py:55
|
|
380
382
|
msgid "Three times a week"
|
|
381
383
|
msgstr "Trois fois par semaine"
|
|
382
384
|
|
|
383
|
-
#: udata/core/dataset/models.py:
|
|
385
|
+
#: udata/core/dataset/models.py:56
|
|
384
386
|
msgid "Semiweekly"
|
|
385
387
|
msgstr "Deux fois par semaine"
|
|
386
388
|
|
|
387
|
-
#: udata/core/dataset/models.py:
|
|
389
|
+
#: udata/core/dataset/models.py:57 udata/harvest/models.py:17
|
|
388
390
|
msgid "Weekly"
|
|
389
391
|
msgstr "Hebdomadaire"
|
|
390
392
|
|
|
391
|
-
#: udata/core/dataset/models.py:
|
|
393
|
+
#: udata/core/dataset/models.py:58
|
|
392
394
|
msgid "Biweekly"
|
|
393
395
|
msgstr "Toutes les deux semaines"
|
|
394
396
|
|
|
395
|
-
#: udata/core/dataset/models.py:
|
|
397
|
+
#: udata/core/dataset/models.py:59
|
|
396
398
|
msgid "Three times a month"
|
|
397
399
|
msgstr "Trois fois par mois"
|
|
398
400
|
|
|
399
|
-
#: udata/core/dataset/models.py:
|
|
401
|
+
#: udata/core/dataset/models.py:60
|
|
400
402
|
msgid "Semimonthly"
|
|
401
403
|
msgstr "Deux fois par mois"
|
|
402
404
|
|
|
403
|
-
#: udata/core/dataset/models.py:
|
|
405
|
+
#: udata/core/dataset/models.py:61 udata/harvest/models.py:16
|
|
404
406
|
msgid "Monthly"
|
|
405
407
|
msgstr "Mensuelle"
|
|
406
408
|
|
|
407
|
-
#: udata/core/dataset/models.py:
|
|
409
|
+
#: udata/core/dataset/models.py:62
|
|
408
410
|
msgid "Bimonthly"
|
|
409
411
|
msgstr "Bimestrielle"
|
|
410
412
|
|
|
411
|
-
#: udata/core/dataset/models.py:
|
|
413
|
+
#: udata/core/dataset/models.py:63
|
|
412
414
|
msgid "Quarterly"
|
|
413
415
|
msgstr "Trimestrielle"
|
|
414
416
|
|
|
415
|
-
#: udata/core/dataset/models.py:
|
|
417
|
+
#: udata/core/dataset/models.py:64
|
|
416
418
|
msgid "Three times a year"
|
|
417
419
|
msgstr "Trois fois par an"
|
|
418
420
|
|
|
419
|
-
#: udata/core/dataset/models.py:
|
|
421
|
+
#: udata/core/dataset/models.py:65
|
|
420
422
|
msgid "Biannual"
|
|
421
423
|
msgstr "Semestrielle"
|
|
422
424
|
|
|
423
|
-
#: udata/core/dataset/models.py:
|
|
425
|
+
#: udata/core/dataset/models.py:66
|
|
424
426
|
msgid "Annual"
|
|
425
427
|
msgstr "Annuelle"
|
|
426
428
|
|
|
427
|
-
#: udata/core/dataset/models.py:
|
|
429
|
+
#: udata/core/dataset/models.py:67
|
|
428
430
|
msgid "Biennial"
|
|
429
431
|
msgstr "Biennale"
|
|
430
432
|
|
|
431
|
-
#: udata/core/dataset/models.py:
|
|
433
|
+
#: udata/core/dataset/models.py:68
|
|
432
434
|
msgid "Triennial"
|
|
433
435
|
msgstr "Triennale"
|
|
434
436
|
|
|
435
|
-
#: udata/core/dataset/models.py:
|
|
437
|
+
#: udata/core/dataset/models.py:69
|
|
436
438
|
msgid "Quinquennial"
|
|
437
439
|
msgstr "Quinquennale"
|
|
438
440
|
|
|
439
|
-
#: udata/core/dataset/models.py:
|
|
441
|
+
#: udata/core/dataset/models.py:70
|
|
440
442
|
msgid "Irregular"
|
|
441
443
|
msgstr "Sans régularité"
|
|
442
444
|
|
|
443
|
-
#: udata/core/dataset/models.py:
|
|
445
|
+
#: udata/core/dataset/models.py:92
|
|
444
446
|
msgid "Main file"
|
|
445
447
|
msgstr "Fichier principal"
|
|
446
448
|
|
|
447
|
-
#: udata/core/dataset/models.py:
|
|
449
|
+
#: udata/core/dataset/models.py:93
|
|
448
450
|
msgid "Documentation"
|
|
449
451
|
msgstr "Documentation"
|
|
450
452
|
|
|
451
|
-
#: udata/core/dataset/models.py:
|
|
453
|
+
#: udata/core/dataset/models.py:94
|
|
452
454
|
msgid "Update"
|
|
453
455
|
msgstr "Mise à jour"
|
|
454
456
|
|
|
455
|
-
#: udata/core/dataset/models.py:
|
|
457
|
+
#: udata/core/dataset/models.py:95 udata/core/reuse/models.py:16
|
|
456
458
|
msgid "API"
|
|
457
459
|
msgstr "API"
|
|
458
460
|
|
|
459
|
-
#: udata/core/dataset/models.py:
|
|
461
|
+
#: udata/core/dataset/models.py:96
|
|
460
462
|
msgid "Code repository"
|
|
461
463
|
msgstr "Dépôt de code"
|
|
462
464
|
|
|
463
|
-
#: udata/core/dataset/models.py:
|
|
465
|
+
#: udata/core/dataset/models.py:97 udata/core/spatial/models.py:21
|
|
464
466
|
msgid "Other"
|
|
465
467
|
msgstr "Autre"
|
|
466
468
|
|
|
467
|
-
#: udata/core/dataset/models.py:
|
|
469
|
+
#: udata/core/dataset/models.py:102
|
|
468
470
|
msgid "Uploaded file"
|
|
469
471
|
msgstr "Fichier uploadé"
|
|
470
472
|
|
|
471
|
-
#: udata/core/dataset/models.py:
|
|
473
|
+
#: udata/core/dataset/models.py:103
|
|
472
474
|
msgid "Remote file"
|
|
473
475
|
msgstr "Fichier distant"
|
|
474
476
|
|
|
475
|
-
#: udata/core/dataset/models.py:
|
|
477
|
+
#: udata/core/dataset/models.py:189
|
|
478
|
+
msgid "A schema must contains a name or an URL when a version is provided."
|
|
479
|
+
msgstr "Un schéma doit contenir un nom ou une URL lorsqu'une version est fournie."
|
|
480
|
+
|
|
481
|
+
#: udata/core/dataset/models.py:215 udata/tests/api/test_datasets_api.py:772
|
|
482
|
+
msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
|
|
483
|
+
msgstr "Le nom du schéma \"{schema}\" n'est pas une valeur autorisée. Valeurs autorisées : {values}"
|
|
484
|
+
|
|
485
|
+
#: udata/core/dataset/models.py:230 udata/tests/api/test_datasets_api.py:778
|
|
486
|
+
msgid "Version \"{version}\" is not an allowed value for the schema \"{name}\". Allowed versions: {values}"
|
|
487
|
+
msgstr "La version \"{version}\" n'est pas une valeur autorisée pour le schéma \"{name}\". Versions autorisées : {values}"
|
|
488
|
+
|
|
489
|
+
#: udata/core/dataset/models.py:483 udata/core/dataset/rdf.py:435
|
|
476
490
|
#: udata/tests/dataset/test_dataset_rdf.py:499
|
|
477
491
|
#: udata/tests/dataset/test_dataset_rdf.py:512
|
|
478
492
|
msgid "Nameless resource"
|
|
479
493
|
msgstr "Ressource sans nom"
|
|
480
494
|
|
|
481
|
-
#: udata/core/dataset/models.py:
|
|
495
|
+
#: udata/core/dataset/models.py:558
|
|
482
496
|
msgid "Future date of update"
|
|
483
497
|
msgstr "Future date de mise à jour"
|
|
484
498
|
|
|
485
|
-
#: udata/core/dataset/models.py:
|
|
499
|
+
#: udata/core/dataset/models.py:571 udata/models/datetime_fields.py:59
|
|
486
500
|
msgid "Creation date"
|
|
487
501
|
msgstr "Date de création"
|
|
488
502
|
|
|
489
|
-
#: udata/core/dataset/models.py:
|
|
503
|
+
#: udata/core/dataset/models.py:573 udata/models/datetime_fields.py:61
|
|
490
504
|
msgid "Last modification date"
|
|
491
505
|
msgstr "Date de dernière modification"
|
|
492
506
|
|
|
493
|
-
#: udata/core/dataset/models.py:
|
|
507
|
+
#: udata/core/dataset/models.py:582
|
|
494
508
|
msgid "Pivotal data"
|
|
495
509
|
msgstr "Données pivot"
|
|
496
510
|
|
|
497
|
-
#: udata/core/dataset/models.py:
|
|
511
|
+
#: udata/core/dataset/models.py:621
|
|
498
512
|
msgid "dataset"
|
|
499
513
|
msgstr "jeu de données"
|
|
500
514
|
|
|
501
|
-
#: udata/core/dataset/rdf.py:
|
|
515
|
+
#: udata/core/dataset/rdf.py:433 udata/tests/dataset/test_dataset_rdf.py:486
|
|
502
516
|
msgid "{format} resource"
|
|
503
517
|
msgstr "Ressource {format}"
|
|
504
518
|
|
|
@@ -507,7 +521,7 @@ msgid "You need to update some frequency-based datasets"
|
|
|
507
521
|
msgstr "Vous devez publier certains jeux de données avec une fréquence de mise à jour"
|
|
508
522
|
|
|
509
523
|
#: udata/core/discussions/forms.py:14 udata/core/discussions/forms.py:21
|
|
510
|
-
#: udata/core/organization/forms.py:
|
|
524
|
+
#: udata/core/organization/forms.py:82 udata/core/organization/forms.py:86
|
|
511
525
|
#: udata/harvest/forms.py:78
|
|
512
526
|
msgid "Comment"
|
|
513
527
|
msgstr "Commentaire"
|
|
@@ -516,26 +530,20 @@ msgstr "Commentaire"
|
|
|
516
530
|
msgid "Subject"
|
|
517
531
|
msgstr "Sujet"
|
|
518
532
|
|
|
519
|
-
#: udata/core/discussions/tasks.py:
|
|
533
|
+
#: udata/core/discussions/tasks.py:30
|
|
520
534
|
#, python-format
|
|
521
535
|
msgid "Your %(type)s have a new discussion"
|
|
522
536
|
msgstr "Votre %(type)s a une nouvelle discussion"
|
|
523
537
|
|
|
524
|
-
#: udata/core/discussions/tasks.py:
|
|
538
|
+
#: udata/core/discussions/tasks.py:47
|
|
525
539
|
#, python-format
|
|
526
540
|
msgid "%(user)s commented your discussion"
|
|
527
541
|
msgstr "%(user)s a commenté votre discussion"
|
|
528
542
|
|
|
529
|
-
#: udata/core/discussions/tasks.py:
|
|
543
|
+
#: udata/core/discussions/tasks.py:65
|
|
530
544
|
msgid "A discussion has been closed"
|
|
531
545
|
msgstr "Une discussion a été clôturée"
|
|
532
546
|
|
|
533
|
-
#: udata/core/jobs/forms.py:27 udata/core/organization/forms.py:45
|
|
534
|
-
#: udata/core/post/forms.py:15 udata/core/topic/forms.py:15
|
|
535
|
-
#: udata/harvest/forms.py:60 udata/templates/api/admin.html:10
|
|
536
|
-
msgid "Name"
|
|
537
|
-
msgstr "Nom"
|
|
538
|
-
|
|
539
547
|
#: udata/core/jobs/forms.py:29
|
|
540
548
|
msgid "Tasks"
|
|
541
549
|
msgstr "Tâches"
|
|
@@ -560,107 +568,134 @@ msgstr "a mis à jour une organisation"
|
|
|
560
568
|
msgid "updated an organization"
|
|
561
569
|
msgstr "a mis à jour une organisation"
|
|
562
570
|
|
|
563
|
-
#: udata/core/organization/forms.py:
|
|
571
|
+
#: udata/core/organization/forms.py:27
|
|
564
572
|
#: udata/tests/api/test_organizations_api.py:115
|
|
565
573
|
msgid "A siret number is made of 14 digits"
|
|
566
574
|
msgstr "Un numéro siret est composé de 14 chiffres"
|
|
567
575
|
|
|
568
|
-
#: udata/core/organization/forms.py:
|
|
576
|
+
#: udata/core/organization/forms.py:38
|
|
569
577
|
#: udata/tests/api/test_organizations_api.py:125
|
|
570
578
|
msgid "A siret number is only made of digits"
|
|
571
579
|
msgstr "Un numéro siret est composé uniquement de chiffres"
|
|
572
580
|
|
|
573
|
-
#: udata/core/organization/forms.py:
|
|
581
|
+
#: udata/core/organization/forms.py:41
|
|
574
582
|
#: udata/tests/api/test_organizations_api.py:120
|
|
575
583
|
msgid "Invalid Siret number"
|
|
576
584
|
msgstr "Numéro siret invalide"
|
|
577
585
|
|
|
578
|
-
#: udata/core/organization/forms.py:
|
|
586
|
+
#: udata/core/organization/forms.py:49
|
|
579
587
|
msgid "Shorter organization name"
|
|
580
588
|
msgstr "Nom court de l'organisation"
|
|
581
589
|
|
|
582
|
-
#: udata/core/organization/forms.py:
|
|
590
|
+
#: udata/core/organization/forms.py:52
|
|
583
591
|
msgid "The details about your organization"
|
|
584
592
|
msgstr "Les détails sur votre organisation"
|
|
585
593
|
|
|
586
|
-
#: udata/core/organization/forms.py:
|
|
594
|
+
#: udata/core/organization/forms.py:54 udata/core/user/forms.py:20
|
|
587
595
|
msgid "Website"
|
|
588
596
|
msgstr "Site web"
|
|
589
597
|
|
|
590
|
-
#: udata/core/organization/forms.py:
|
|
598
|
+
#: udata/core/organization/forms.py:54
|
|
591
599
|
msgid "The organization website URL"
|
|
592
600
|
msgstr "L'URL du site web de votre organisation"
|
|
593
601
|
|
|
594
|
-
#: udata/core/organization/forms.py:
|
|
602
|
+
#: udata/core/organization/forms.py:55
|
|
595
603
|
msgid "Logo"
|
|
596
604
|
msgstr "Logo"
|
|
597
605
|
|
|
598
|
-
#: udata/core/organization/forms.py:
|
|
606
|
+
#: udata/core/organization/forms.py:56
|
|
599
607
|
msgid "Business id"
|
|
600
608
|
msgstr "Numéro d'identification d'entreprise"
|
|
601
609
|
|
|
602
|
-
#: udata/core/organization/forms.py:
|
|
610
|
+
#: udata/core/organization/forms.py:57
|
|
603
611
|
msgid "Business identification number"
|
|
604
612
|
msgstr "Numéro d'identification d'entreprise"
|
|
605
613
|
|
|
606
|
-
#: udata/core/organization/forms.py:
|
|
614
|
+
#: udata/core/organization/forms.py:93
|
|
607
615
|
msgid "Role"
|
|
608
616
|
msgstr "Rôle"
|
|
609
617
|
|
|
610
|
-
#: udata/core/organization/models.py:
|
|
618
|
+
#: udata/core/organization/models.py:23
|
|
611
619
|
msgid "Administrator"
|
|
612
620
|
msgstr "Administrateur"
|
|
613
621
|
|
|
614
|
-
#: udata/core/organization/models.py:
|
|
622
|
+
#: udata/core/organization/models.py:24
|
|
615
623
|
msgid "Editor"
|
|
616
624
|
msgstr "Éditeur"
|
|
617
625
|
|
|
618
|
-
#: udata/core/organization/models.py:
|
|
626
|
+
#: udata/core/organization/models.py:30 udata/features/transfer/models.py:14
|
|
619
627
|
#: udata/harvest/models.py:22 udata/harvest/models.py:32 udata/harvest/models.py:70
|
|
620
628
|
msgid "Pending"
|
|
621
629
|
msgstr "En attente"
|
|
622
630
|
|
|
623
|
-
#: udata/core/organization/models.py:
|
|
631
|
+
#: udata/core/organization/models.py:31 udata/features/transfer/models.py:15
|
|
624
632
|
#: udata/harvest/models.py:71
|
|
625
633
|
msgid "Accepted"
|
|
626
634
|
msgstr "Acceptée"
|
|
627
635
|
|
|
628
|
-
#: udata/core/organization/models.py:
|
|
636
|
+
#: udata/core/organization/models.py:32 udata/features/transfer/models.py:16
|
|
629
637
|
#: udata/harvest/models.py:72
|
|
630
638
|
msgid "Refused"
|
|
631
639
|
msgstr "Refusée"
|
|
632
640
|
|
|
633
|
-
#: udata/core/organization/models.py:
|
|
641
|
+
#: udata/core/organization/models.py:145
|
|
634
642
|
msgid "Public Service"
|
|
635
643
|
msgstr "Service Public"
|
|
636
644
|
|
|
637
|
-
#: udata/core/organization/models.py:
|
|
645
|
+
#: udata/core/organization/models.py:146
|
|
638
646
|
msgid "Certified"
|
|
639
647
|
msgstr "Certifié"
|
|
640
648
|
|
|
641
|
-
#: udata/core/organization/
|
|
649
|
+
#: udata/core/organization/models.py:147
|
|
650
|
+
msgid "Association"
|
|
651
|
+
msgstr "Association"
|
|
652
|
+
|
|
653
|
+
#: udata/core/organization/models.py:148
|
|
654
|
+
msgid "Company"
|
|
655
|
+
msgstr "Entreprise"
|
|
656
|
+
|
|
657
|
+
#: udata/core/organization/models.py:149
|
|
658
|
+
msgid "Local authority"
|
|
659
|
+
msgstr "Collectivité territoriale"
|
|
660
|
+
|
|
661
|
+
#: udata/core/organization/tasks.py:52
|
|
642
662
|
msgid "New membership request"
|
|
643
663
|
msgstr "Nouvelle demande d'adhésion"
|
|
644
664
|
|
|
645
|
-
#: udata/core/organization/tasks.py:
|
|
665
|
+
#: udata/core/organization/tasks.py:62 udata/core/organization/tasks.py:75
|
|
646
666
|
#, python-format
|
|
647
667
|
msgid "You are now a member of the organization \"%(org)s\""
|
|
648
668
|
msgstr "Vous êtes maintenant membre de l'organisation \"%(org)s\""
|
|
649
669
|
|
|
650
|
-
#: udata/core/organization/tasks.py:
|
|
670
|
+
#: udata/core/organization/tasks.py:66
|
|
651
671
|
msgid "Membership refused"
|
|
652
672
|
msgstr "Demande d'adhésion refusée"
|
|
653
673
|
|
|
654
|
-
#: udata/core/organization/tasks.py:
|
|
674
|
+
#: udata/core/organization/tasks.py:86
|
|
655
675
|
#, python-format
|
|
656
676
|
msgid "Your organization \"%(name)s\" has been certified"
|
|
657
677
|
msgstr "Votre organisation \"%(name)s\" a été certifiée"
|
|
658
678
|
|
|
659
|
-
#: udata/core/organization/tasks.py:
|
|
679
|
+
#: udata/core/organization/tasks.py:106
|
|
660
680
|
#, python-format
|
|
661
681
|
msgid "Your organization \"%(name)s\" has been identified as public service"
|
|
662
682
|
msgstr "Votre organisation \"%(name)s\" a été identifiée comme étant un service public"
|
|
663
683
|
|
|
684
|
+
#: udata/core/organization/tasks.py:126
|
|
685
|
+
#, python-format
|
|
686
|
+
msgid "Your organization \"%(name)s\" has been identified as a company"
|
|
687
|
+
msgstr "Votre organisation \"%(name)s\" a été identifiée comme étant une entreprise"
|
|
688
|
+
|
|
689
|
+
#: udata/core/organization/tasks.py:146
|
|
690
|
+
#, python-format
|
|
691
|
+
msgid "Your organization \"%(name)s\" has been identified as an association"
|
|
692
|
+
msgstr "Votre organisation \"%(name)s\" a été identifiée comme étant une association"
|
|
693
|
+
|
|
694
|
+
#: udata/core/organization/tasks.py:166
|
|
695
|
+
#, python-format
|
|
696
|
+
msgid "Your organization \"%(name)s\" has been identified as a local authority"
|
|
697
|
+
msgstr "Votre organisation \"%(name)s\" a été identifiée comme étant une collectivité territoriale"
|
|
698
|
+
|
|
664
699
|
#: udata/core/post/forms.py:16
|
|
665
700
|
msgid "Headline"
|
|
666
701
|
msgstr "Entête"
|
|
@@ -669,11 +704,11 @@ msgstr "Entête"
|
|
|
669
704
|
msgid "Content"
|
|
670
705
|
msgstr "Contenu"
|
|
671
706
|
|
|
672
|
-
#: udata/core/post/forms.py:19 udata/core/topic/forms.py:
|
|
707
|
+
#: udata/core/post/forms.py:19 udata/core/topic/forms.py:21
|
|
673
708
|
msgid "Associated datasets"
|
|
674
709
|
msgstr "Jeux de données associés"
|
|
675
710
|
|
|
676
|
-
#: udata/core/post/forms.py:20 udata/core/topic/forms.py:
|
|
711
|
+
#: udata/core/post/forms.py:20 udata/core/topic/forms.py:22
|
|
677
712
|
msgid "Associated reuses"
|
|
678
713
|
msgstr "Réutilisations associées"
|
|
679
714
|
|
|
@@ -865,7 +900,7 @@ msgstr "Granularité spatiale"
|
|
|
865
900
|
msgid "The size of the data increment"
|
|
866
901
|
msgstr "La taille de l'incrément de donnée"
|
|
867
902
|
|
|
868
|
-
#: udata/core/spatial/models.py:
|
|
903
|
+
#: udata/core/spatial/models.py:20
|
|
869
904
|
msgid "POI"
|
|
870
905
|
msgstr "Point d'Intérêt"
|
|
871
906
|
|
|
@@ -933,7 +968,7 @@ msgstr "Collectivités d'outre-mer françaises"
|
|
|
933
968
|
msgid "French arrondissement"
|
|
934
969
|
msgstr "Arrondissement français"
|
|
935
970
|
|
|
936
|
-
#: udata/core/topic/forms.py:
|
|
971
|
+
#: udata/core/topic/forms.py:30
|
|
937
972
|
msgid "Featured"
|
|
938
973
|
msgstr "Mis en avant"
|
|
939
974
|
|
|
@@ -961,10 +996,6 @@ msgstr "a suivi un jeu de données"
|
|
|
961
996
|
msgid "followed a reuse"
|
|
962
997
|
msgstr "a suivi une réutilisation"
|
|
963
998
|
|
|
964
|
-
#: udata/core/user/forms.py:18
|
|
965
|
-
msgid "Email"
|
|
966
|
-
msgstr "Email"
|
|
967
|
-
|
|
968
999
|
#: udata/core/user/forms.py:19
|
|
969
1000
|
msgid "Avatar"
|
|
970
1001
|
msgstr "Avatar"
|
|
@@ -977,7 +1008,7 @@ msgstr "À propos"
|
|
|
977
1008
|
msgid "Roles"
|
|
978
1009
|
msgstr "Rôles"
|
|
979
1010
|
|
|
980
|
-
#: udata/core/user/models.py:
|
|
1011
|
+
#: udata/core/user/models.py:273 udata/tests/api/test_me_api.py:314
|
|
981
1012
|
msgid "Account deletion"
|
|
982
1013
|
msgstr "Suppression de compte"
|
|
983
1014
|
|
|
@@ -1013,54 +1044,54 @@ msgstr "Le rôle {role} n'existe pas"
|
|
|
1013
1044
|
msgid "Not a valid UUID"
|
|
1014
1045
|
msgstr "N'est pas un UUID"
|
|
1015
1046
|
|
|
1016
|
-
#: udata/forms/fields.py:
|
|
1047
|
+
#: udata/forms/fields.py:210 udata/tests/api/test_datasets_api.py:766
|
|
1017
1048
|
msgid "Invalid URL"
|
|
1018
1049
|
msgstr "URL invalide"
|
|
1019
1050
|
|
|
1020
|
-
#: udata/forms/fields.py:
|
|
1051
|
+
#: udata/forms/fields.py:414
|
|
1021
1052
|
#, python-format
|
|
1022
1053
|
msgid "Tag \"%(tag)s\" must be between %(min)d and %(max)d characters long."
|
|
1023
1054
|
msgstr "Le mot-clé \"%(tag)s\" doit avoir entre %(min)d et %(max)d caractères."
|
|
1024
1055
|
|
|
1025
|
-
#: udata/forms/fields.py:
|
|
1056
|
+
#: udata/forms/fields.py:454 udata/forms/fields.py:506
|
|
1026
1057
|
msgid "{0} does not exists"
|
|
1027
1058
|
msgstr "{0} n'existe pas"
|
|
1028
1059
|
|
|
1029
|
-
#: udata/forms/fields.py:
|
|
1060
|
+
#: udata/forms/fields.py:480 udata/tests/forms/test_model_field.py:318
|
|
1030
1061
|
#: udata/tests/forms/test_model_field.py:332
|
|
1031
1062
|
msgid "Missing \"id\" field"
|
|
1032
1063
|
msgstr "Champ \"id\" manquant"
|
|
1033
1064
|
|
|
1034
|
-
#: udata/forms/fields.py:
|
|
1065
|
+
#: udata/forms/fields.py:487
|
|
1035
1066
|
msgid "Expect a \"{0}\" class but \"{1}\" was found"
|
|
1036
1067
|
msgstr "Attend une classe \"{0}\" mais \"{1}\" a été trouvée"
|
|
1037
1068
|
|
|
1038
|
-
#: udata/forms/fields.py:
|
|
1069
|
+
#: udata/forms/fields.py:493 udata/tests/forms/test_model_field.py:43
|
|
1039
1070
|
#: udata/tests/forms/test_model_field.py:56
|
|
1040
1071
|
msgid "Expect both class and identifier"
|
|
1041
1072
|
msgstr "Attends à la fois une classe et un identifiant"
|
|
1042
1073
|
|
|
1043
|
-
#: udata/forms/fields.py:
|
|
1074
|
+
#: udata/forms/fields.py:539
|
|
1044
1075
|
msgid "Model for {0} not found"
|
|
1045
1076
|
msgstr "Modèle pour {0} non trouvé"
|
|
1046
1077
|
|
|
1047
|
-
#: udata/forms/fields.py:
|
|
1078
|
+
#: udata/forms/fields.py:574
|
|
1048
1079
|
msgid "Unknown identifiers: {identifiers}"
|
|
1049
1080
|
msgstr "Identifiants inconnus : {identifiers}"
|
|
1050
1081
|
|
|
1051
|
-
#: udata/forms/fields.py:
|
|
1082
|
+
#: udata/forms/fields.py:709
|
|
1052
1083
|
msgid "Unable to parse date range"
|
|
1053
1084
|
msgstr "Incapable de comprendre la date"
|
|
1054
1085
|
|
|
1055
|
-
#: udata/forms/fields.py:
|
|
1086
|
+
#: udata/forms/fields.py:736 udata/forms/fields.py:759
|
|
1056
1087
|
msgid "You must be authenticated"
|
|
1057
1088
|
msgstr "Vous devez être authentifié"
|
|
1058
1089
|
|
|
1059
|
-
#: udata/forms/fields.py:
|
|
1090
|
+
#: udata/forms/fields.py:739
|
|
1060
1091
|
msgid "You can only set yourself as owner"
|
|
1061
1092
|
msgstr "Vous ne pouvez définir que vous-même en tant que propriétaire"
|
|
1062
1093
|
|
|
1063
|
-
#: udata/forms/fields.py:
|
|
1094
|
+
#: udata/forms/fields.py:762
|
|
1064
1095
|
msgid "Permission denied for this organization"
|
|
1065
1096
|
msgstr "Permission refusée pour cette organisation"
|
|
1066
1097
|
|
|
@@ -1208,16 +1239,34 @@ msgstr "Partagez, améliorez et réutilisez les données publiques"
|
|
|
1208
1239
|
msgid "Your account has now been deleted"
|
|
1209
1240
|
msgstr "Votre compte est maintenant supprimé"
|
|
1210
1241
|
|
|
1211
|
-
#: udata/templates/mail/
|
|
1242
|
+
#: udata/templates/mail/badge_added_association.html:6
|
|
1212
1243
|
#, python-format
|
|
1213
|
-
msgid "%(user)s has
|
|
1214
|
-
msgstr "%(user)s a
|
|
1244
|
+
msgid "%(user)s has identified your organization \"%(name)s\" as an association"
|
|
1245
|
+
msgstr "%(user)s a identifié votre organisation \"%(name)s\" comme étant une association"
|
|
1215
1246
|
|
|
1247
|
+
#: udata/templates/mail/badge_added_association.html:27
|
|
1216
1248
|
#: udata/templates/mail/badge_added_certified.html:27
|
|
1249
|
+
#: udata/templates/mail/badge_added_company.html:27
|
|
1250
|
+
#: udata/templates/mail/badge_added_local_authority.html:27
|
|
1217
1251
|
#: udata/templates/mail/badge_added_public_service.html:27
|
|
1218
1252
|
msgid "See the badge"
|
|
1219
1253
|
msgstr "Voir le badge"
|
|
1220
1254
|
|
|
1255
|
+
#: udata/templates/mail/badge_added_certified.html:6
|
|
1256
|
+
#, python-format
|
|
1257
|
+
msgid "%(user)s has certified your organization \"%(name)s\""
|
|
1258
|
+
msgstr "%(user)s a certifié votre organisation \"%(name)s\""
|
|
1259
|
+
|
|
1260
|
+
#: udata/templates/mail/badge_added_company.html:6
|
|
1261
|
+
#, python-format
|
|
1262
|
+
msgid "%(user)s has identified your organization \"%(name)s\" as a company"
|
|
1263
|
+
msgstr "%(user)s a identifié votre organisation \"%(name)s\" comme étant une entreprise"
|
|
1264
|
+
|
|
1265
|
+
#: udata/templates/mail/badge_added_local_authority.html:6
|
|
1266
|
+
#, python-format
|
|
1267
|
+
msgid "%(user)s has identified your organization \"%(name)s\" as a local authority"
|
|
1268
|
+
msgstr "%(user)s a identifié votre organisation \"%(name)s\" comme étant une collectivité territoriale"
|
|
1269
|
+
|
|
1221
1270
|
#: udata/templates/mail/badge_added_public_service.html:6
|
|
1222
1271
|
#, python-format
|
|
1223
1272
|
msgid "%(user)s has identified your organization \"%(name)s\" as public service"
|
|
@@ -1489,19 +1538,19 @@ msgstr "Ici"
|
|
|
1489
1538
|
msgid "Expect a \"Target\" class but \"Wrong\" was found"
|
|
1490
1539
|
msgstr "Attend une classe \"Target\" mais \"Wrong\" a été trouvée"
|
|
1491
1540
|
|
|
1492
|
-
#: udata/tests/search/test_adapter.py:
|
|
1541
|
+
#: udata/tests/search/test_adapter.py:27
|
|
1493
1542
|
msgid "Never reused"
|
|
1494
1543
|
msgstr "Jamais réutilisé"
|
|
1495
1544
|
|
|
1496
|
-
#: udata/tests/search/test_adapter.py:
|
|
1545
|
+
#: udata/tests/search/test_adapter.py:28
|
|
1497
1546
|
msgid "Little reused"
|
|
1498
1547
|
msgstr "Peu réutilisé"
|
|
1499
1548
|
|
|
1500
|
-
#: udata/tests/search/test_adapter.py:
|
|
1549
|
+
#: udata/tests/search/test_adapter.py:29
|
|
1501
1550
|
msgid "Quite reused"
|
|
1502
1551
|
msgstr "Assez réutilisé"
|
|
1503
1552
|
|
|
1504
|
-
#: udata/tests/search/test_adapter.py:
|
|
1553
|
+
#: udata/tests/search/test_adapter.py:30
|
|
1505
1554
|
msgid "Heavily reused"
|
|
1506
1555
|
msgstr "Souvent réutilisé"
|
|
1507
1556
|
|