udata 11.1.2.dev9__py3-none-any.whl → 11.1.2.dev10__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.

Files changed (36) hide show
  1. udata/core/dataset/api.py +2 -2
  2. udata/core/dataset/api_fields.py +3 -4
  3. udata/core/dataset/apiv2.py +6 -6
  4. udata/core/dataset/constants.py +124 -38
  5. udata/core/dataset/factories.py +2 -1
  6. udata/core/dataset/forms.py +14 -10
  7. udata/core/dataset/models.py +8 -36
  8. udata/core/dataset/rdf.py +76 -54
  9. udata/core/dataset/tasks.py +4 -9
  10. udata/harvest/backends/ckan/harvesters.py +10 -14
  11. udata/harvest/backends/maaf.py +15 -14
  12. udata/harvest/tests/ckan/test_ckan_backend.py +4 -3
  13. udata/harvest/tests/test_dcat_backend.py +3 -2
  14. udata/migrations/2025-09-04-update-legacy-frequencies.py +36 -0
  15. udata/static/chunks/{11.55ab79044cda0271b595.js → 11.51d706fb9521c16976bc.js} +3 -3
  16. udata/static/chunks/{11.55ab79044cda0271b595.js.map → 11.51d706fb9521c16976bc.js.map} +1 -1
  17. udata/static/chunks/{13.d9c1735d14038b94c17e.js → 13.f29411b06be1883356a3.js} +2 -2
  18. udata/static/chunks/{13.d9c1735d14038b94c17e.js.map → 13.f29411b06be1883356a3.js.map} +1 -1
  19. udata/static/chunks/{17.81c57c0dedf812e43013.js → 17.3bd0340930d4a314ce9c.js} +2 -2
  20. udata/static/chunks/{17.81c57c0dedf812e43013.js.map → 17.3bd0340930d4a314ce9c.js.map} +1 -1
  21. udata/static/chunks/{19.3e0e8651d948e04b8cf2.js → 19.ba0bb2baa40e899d440b.js} +3 -3
  22. udata/static/chunks/{19.3e0e8651d948e04b8cf2.js.map → 19.ba0bb2baa40e899d440b.js.map} +1 -1
  23. udata/static/chunks/{8.494b003a94383b142c18.js → 8.b966402f5d680d4bdf4a.js} +2 -2
  24. udata/static/chunks/{8.494b003a94383b142c18.js.map → 8.b966402f5d680d4bdf4a.js.map} +1 -1
  25. udata/static/common.js +1 -1
  26. udata/static/common.js.map +1 -1
  27. udata/tests/api/test_datasets_api.py +41 -12
  28. udata/tests/dataset/test_dataset_model.py +17 -53
  29. udata/tests/dataset/test_dataset_rdf.py +27 -28
  30. udata/translations/udata.pot +226 -150
  31. {udata-11.1.2.dev9.dist-info → udata-11.1.2.dev10.dist-info}/METADATA +1 -1
  32. {udata-11.1.2.dev9.dist-info → udata-11.1.2.dev10.dist-info}/RECORD +36 -35
  33. {udata-11.1.2.dev9.dist-info → udata-11.1.2.dev10.dist-info}/WHEEL +0 -0
  34. {udata-11.1.2.dev9.dist-info → udata-11.1.2.dev10.dist-info}/entry_points.txt +0 -0
  35. {udata-11.1.2.dev9.dist-info → udata-11.1.2.dev10.dist-info}/licenses/LICENSE +0 -0
  36. {udata-11.1.2.dev9.dist-info → udata-11.1.2.dev10.dist-info}/top_level.txt +0 -0
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PROJECT VERSION\n"
10
10
  "Report-Msgid-Bugs-To: i18n@opendata.team\n"
11
- "POT-Creation-Date: 2025-10-06 17:05+0200\n"
12
- "PO-Revision-Date: 2025-10-06 17:05+0200\n"
11
+ "POT-Creation-Date: 2025-10-08 15:31+0200\n"
12
+ "PO-Revision-Date: 2025-10-08 15:31+0200\n"
13
13
  "Last-Translator: Open Data Team <i18n@opendata.team>\n"
14
14
  "Language: en\n"
15
15
  "Language-Team: Open Data Team <i18n@opendata.team>\n"
@@ -19,74 +19,74 @@ msgstr ""
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Generated-By: Babel 2.17.0\n"
21
21
 
22
- #: udata/settings.py:111
22
+ #: udata/settings.py:129
23
23
  msgid "Welcome"
24
24
  msgstr ""
25
25
 
26
- #: udata/settings.py:112
26
+ #: udata/settings.py:130
27
27
  msgid "Please confirm your email"
28
28
  msgstr ""
29
29
 
30
- #: udata/settings.py:113
30
+ #: udata/settings.py:131
31
31
  msgid "Login instructions"
32
32
  msgstr ""
33
33
 
34
- #: udata/settings.py:114
34
+ #: udata/settings.py:132
35
35
  msgid "Your password has been reset"
36
36
  msgstr ""
37
37
 
38
- #: udata/settings.py:115
38
+ #: udata/settings.py:133
39
39
  msgid "Your password has been changed"
40
40
  msgstr ""
41
41
 
42
- #: udata/settings.py:116
42
+ #: udata/settings.py:134
43
43
  msgid "Password reset instructions"
44
44
  msgstr ""
45
45
 
46
- #: udata/settings.py:520
46
+ #: udata/settings.py:547
47
47
  msgid "This dataset has been archived"
48
48
  msgstr ""
49
49
 
50
- #: udata/uris.py:55
50
+ #: udata/uris.py:54
51
51
  #, python-brace-format
52
52
  msgid "Invalid URL \"{url}\": {reason}"
53
53
  msgstr ""
54
54
 
55
- #: udata/tests/api/test_datasets_api.py:1126 udata/tests/test_model.py:403
56
- #: udata/uris.py:57
55
+ #: udata/tests/api/test_datasets_api.py:1155 udata/tests/test_model.py:403
56
+ #: udata/uris.py:56
57
57
  #, python-brace-format
58
58
  msgid "Invalid URL \"{url}\""
59
59
  msgstr ""
60
60
 
61
- #: udata/uris.py:131
61
+ #: udata/uris.py:130
62
62
  #, python-brace-format
63
63
  msgid "Invalid scheme {0}, allowed schemes: {1}"
64
64
  msgstr ""
65
65
 
66
- #: udata/uris.py:134
66
+ #: udata/uris.py:133
67
67
  msgid "Credentials in URL are not allowed"
68
68
  msgstr ""
69
69
 
70
- #: udata/uris.py:138
70
+ #: udata/uris.py:137
71
71
  #, python-brace-format
72
72
  msgid "Invalid TLD {0}"
73
73
  msgstr ""
74
74
 
75
- #: udata/uris.py:147
75
+ #: udata/uris.py:146
76
76
  #, python-brace-format
77
77
  msgid "{0} is a multicast IP"
78
78
  msgstr ""
79
79
 
80
- #: udata/uris.py:149
80
+ #: udata/uris.py:148
81
81
  #, python-brace-format
82
82
  msgid "{0} is a mask IP"
83
83
  msgstr ""
84
84
 
85
- #: udata/uris.py:153
85
+ #: udata/uris.py:152
86
86
  msgid "is a local URL"
87
87
  msgstr ""
88
88
 
89
- #: udata/tests/test_model.py:421 udata/uris.py:160
89
+ #: udata/tests/test_model.py:421 udata/uris.py:159
90
90
  msgid "is a private URL"
91
91
  msgstr ""
92
92
 
@@ -96,57 +96,77 @@ msgid ""
96
96
  "of the error and we will fix it as soon as possible."
97
97
  msgstr ""
98
98
 
99
- #: udata/api/oauth2.py:55
99
+ #: udata/api/oauth2.py:56
100
100
  msgid "Bearer Token"
101
101
  msgstr ""
102
102
 
103
- #: udata/api/oauth2.py:58
103
+ #: udata/api/oauth2.py:59
104
104
  msgid "Default scope"
105
105
  msgstr ""
106
106
 
107
- #: udata/api/oauth2.py:58
107
+ #: udata/api/oauth2.py:59
108
108
  msgid "System administrator rights"
109
109
  msgstr ""
110
110
 
111
- #: udata/auth/forms.py:13 udata/core/user/forms.py:14
111
+ #: udata/auth/forms.py:23
112
+ msgid "Captcha code"
113
+ msgstr ""
114
+
115
+ #: udata/auth/forms.py:24
116
+ msgid "Captcha ID"
117
+ msgstr ""
118
+
119
+ #: udata/auth/forms.py:30
120
+ msgid "Invalid Captcha"
121
+ msgstr ""
122
+
123
+ #: udata/auth/forms.py:36 udata/core/user/forms.py:14
112
124
  msgid "First name"
113
125
  msgstr ""
114
126
 
115
- #: udata/auth/forms.py:15
127
+ #: udata/auth/forms.py:38
116
128
  msgid "First name is required"
117
129
  msgstr ""
118
130
 
119
- #: udata/auth/forms.py:16 udata/auth/forms.py:23
131
+ #: udata/auth/forms.py:39 udata/auth/forms.py:46
120
132
  #: udata/core/contact_point/forms.py:13 udata/core/user/forms.py:15
121
133
  #: udata/core/user/forms.py:19
122
134
  msgid "URLs not allowed in this field"
123
135
  msgstr ""
124
136
 
125
- #: udata/auth/forms.py:20 udata/core/user/forms.py:18
137
+ #: udata/auth/forms.py:43 udata/core/user/forms.py:18
126
138
  msgid "Last name"
127
139
  msgstr ""
128
140
 
129
- #: udata/auth/forms.py:22
141
+ #: udata/auth/forms.py:45
130
142
  msgid "Last name is required"
131
143
  msgstr ""
132
144
 
133
- #: udata/auth/forms.py:41 udata/tests/forms/test_current_user_field.py:192
145
+ #: udata/auth/forms.py:50
146
+ msgid "J'accepte les conditions générales d'utilisation"
147
+ msgstr ""
148
+
149
+ #: udata/auth/forms.py:52
150
+ msgid "Vous devez accepter les CGU pour continuer."
151
+ msgstr ""
152
+
153
+ #: udata/auth/forms.py:73 udata/tests/forms/test_current_user_field.py:192
134
154
  msgid "Password must be changed for security reasons"
135
155
  msgstr ""
136
156
 
137
- #: udata/auth/forms.py:61
157
+ #: udata/auth/forms.py:104
138
158
  msgid "New email"
139
159
  msgstr ""
140
160
 
141
- #: udata/auth/forms.py:63
161
+ #: udata/auth/forms.py:106
142
162
  msgid "Retype email"
143
163
  msgstr ""
144
164
 
145
- #: udata/auth/forms.py:64
165
+ #: udata/auth/forms.py:107
146
166
  msgid "Email does not match"
147
167
  msgstr ""
148
168
 
149
- #: udata/auth/forms.py:66 udata/templates/security/change_email.html:10
169
+ #: udata/auth/forms.py:109 udata/templates/security/change_email.html:10
150
170
  #: udata/templates/security/change_email.html:16
151
171
  msgid "Change email"
152
172
  msgstr ""
@@ -172,7 +192,7 @@ msgstr ""
172
192
  msgid "Password must contain symbols"
173
193
  msgstr ""
174
194
 
175
- #: udata/auth/views.py:49
195
+ #: udata/auth/views.py:52
176
196
  msgid "Confirm change of email instructions"
177
197
  msgstr ""
178
198
 
@@ -241,8 +261,8 @@ msgstr ""
241
261
  msgid "The organization web contact form"
242
262
  msgstr ""
243
263
 
244
- #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:117
245
- #: udata/core/dataset/forms.py:185 udata/core/discussions/forms.py:13
264
+ #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:115
265
+ #: udata/core/dataset/forms.py:189 udata/core/discussions/forms.py:13
246
266
  #: udata/core/discussions/forms.py:29 udata/core/topic/forms.py:35
247
267
  #: udata/harvest/forms.py:87
248
268
  msgid "Publish as"
@@ -280,7 +300,7 @@ msgstr ""
280
300
  msgid "deleted a dataservice"
281
301
  msgstr ""
282
302
 
283
- #: udata/core/dataservices/api.py:63
303
+ #: udata/core/dataservices/api.py:62
284
304
  msgid "Latest APIs"
285
305
  msgstr ""
286
306
 
@@ -288,16 +308,16 @@ msgstr ""
288
308
  msgid "You can only set one condition for a given access audience role"
289
309
  msgstr ""
290
310
 
291
- #: udata/core/dataservices/models.py:182
311
+ #: udata/core/dataservices/models.py:181
292
312
  msgid "dataservice"
293
313
  msgstr ""
294
314
 
295
- #: udata/core/dataservices/models.py:271 udata/core/dataset/models.py:605
315
+ #: udata/core/dataservices/models.py:270 udata/core/dataset/models.py:605
296
316
  #: udata/mongo/datetime_fields.py:60
297
317
  msgid "Creation date"
298
318
  msgstr ""
299
319
 
300
- #: udata/core/dataservices/models.py:277 udata/core/dataset/models.py:610
320
+ #: udata/core/dataservices/models.py:276 udata/core/dataset/models.py:610
301
321
  #: udata/mongo/datetime_fields.py:66
302
322
  msgid "Last modification date"
303
323
  msgstr ""
@@ -326,159 +346,216 @@ msgstr ""
326
346
  msgid "removed a resource from a dataset"
327
347
  msgstr ""
328
348
 
329
- #: udata/core/dataset/api.py:329
349
+ #: udata/core/dataset/api.py:328
330
350
  msgid "Latest datasets"
331
351
  msgstr ""
332
352
 
333
- #: udata/core/dataset/constants.py:10
334
- msgid "Unknown"
353
+ #: udata/core/dataset/constants.py:19
354
+ msgid "Real time"
335
355
  msgstr ""
336
356
 
337
- #: udata/core/dataset/constants.py:11
338
- msgid "Punctual"
357
+ #: udata/core/dataset/constants.py:20
358
+ msgid "Every minute"
339
359
  msgstr ""
340
360
 
341
- #: udata/core/dataset/constants.py:12
342
- msgid "Real time"
361
+ #: udata/core/dataset/constants.py:21
362
+ msgid "Every five minutes"
363
+ msgstr ""
364
+
365
+ #: udata/core/dataset/constants.py:22
366
+ msgid "Every ten minutes"
367
+ msgstr ""
368
+
369
+ #: udata/core/dataset/constants.py:25
370
+ msgid "Every fifteen minutes"
343
371
  msgstr ""
344
372
 
345
- #: udata/core/dataset/constants.py:13
346
- msgid "Hourly"
373
+ #: udata/core/dataset/constants.py:28
374
+ msgid "Every thirty minute"
347
375
  msgstr ""
348
376
 
349
- #: udata/core/dataset/constants.py:14
350
- msgid "Four times a day"
377
+ #: udata/core/dataset/constants.py:29
378
+ msgid "Every hour"
351
379
  msgstr ""
352
380
 
353
- #: udata/core/dataset/constants.py:15
381
+ #: udata/core/dataset/constants.py:30
382
+ msgid "Every two hours"
383
+ msgstr ""
384
+
385
+ #: udata/core/dataset/constants.py:31
386
+ msgid "Every three hours"
387
+ msgstr ""
388
+
389
+ #: udata/core/dataset/constants.py:32
390
+ msgid "Every twelve hours"
391
+ msgstr ""
392
+
393
+ #: udata/core/dataset/constants.py:33
394
+ msgid "Several times a day"
395
+ msgstr ""
396
+
397
+ #: udata/core/dataset/constants.py:34
354
398
  msgid "Three times a day"
355
399
  msgstr ""
356
400
 
357
- #: udata/core/dataset/constants.py:16
358
- msgid "Semidaily"
401
+ #: udata/core/dataset/constants.py:35
402
+ msgid "Twice a day"
359
403
  msgstr ""
360
404
 
361
- #: udata/core/dataset/constants.py:17 udata/harvest/models.py:22
405
+ #: udata/core/dataset/constants.py:36 udata/harvest/models.py:22
362
406
  msgid "Daily"
363
407
  msgstr ""
364
408
 
365
- #: udata/core/dataset/constants.py:18
366
- msgid "Four times a week"
409
+ #: udata/core/dataset/constants.py:37
410
+ msgid "Five times a week"
367
411
  msgstr ""
368
412
 
369
- #: udata/core/dataset/constants.py:19
413
+ #: udata/core/dataset/constants.py:40
370
414
  msgid "Three times a week"
371
415
  msgstr ""
372
416
 
373
- #: udata/core/dataset/constants.py:20
374
- msgid "Semiweekly"
417
+ #: udata/core/dataset/constants.py:43
418
+ msgid "Twice a week"
375
419
  msgstr ""
376
420
 
377
- #: udata/core/dataset/constants.py:21 udata/harvest/models.py:21
421
+ #: udata/core/dataset/constants.py:44 udata/harvest/models.py:21
378
422
  msgid "Weekly"
379
423
  msgstr ""
380
424
 
381
- #: udata/core/dataset/constants.py:22
382
- msgid "Biweekly"
425
+ #: udata/core/dataset/constants.py:45
426
+ msgid "Every two weeks"
383
427
  msgstr ""
384
428
 
385
- #: udata/core/dataset/constants.py:23
429
+ #: udata/core/dataset/constants.py:48
386
430
  msgid "Three times a month"
387
431
  msgstr ""
388
432
 
389
- #: udata/core/dataset/constants.py:24
390
- msgid "Semimonthly"
433
+ #: udata/core/dataset/constants.py:51
434
+ msgid "Twice a month"
391
435
  msgstr ""
392
436
 
393
- #: udata/core/dataset/constants.py:25 udata/harvest/models.py:20
437
+ #: udata/core/dataset/constants.py:52 udata/harvest/models.py:20
394
438
  msgid "Monthly"
395
439
  msgstr ""
396
440
 
397
- #: udata/core/dataset/constants.py:26
398
- msgid "Bimonthly"
441
+ #: udata/core/dataset/constants.py:53
442
+ msgid "Every two months"
399
443
  msgstr ""
400
444
 
401
- #: udata/core/dataset/constants.py:27
445
+ #: udata/core/dataset/constants.py:54
402
446
  msgid "Quarterly"
403
447
  msgstr ""
404
448
 
405
- #: udata/core/dataset/constants.py:28
449
+ #: udata/core/dataset/constants.py:57
406
450
  msgid "Three times a year"
407
451
  msgstr ""
408
452
 
409
- #: udata/core/dataset/constants.py:29
410
- msgid "Biannual"
453
+ #: udata/core/dataset/constants.py:60
454
+ msgid "Twice a year"
411
455
  msgstr ""
412
456
 
413
- #: udata/core/dataset/constants.py:30
414
- msgid "Annual"
457
+ #: udata/core/dataset/constants.py:61
458
+ msgid "Annually"
415
459
  msgstr ""
416
460
 
417
- #: udata/core/dataset/constants.py:31
418
- msgid "Biennial"
461
+ #: udata/core/dataset/constants.py:62
462
+ msgid "Every two years"
419
463
  msgstr ""
420
464
 
421
- #: udata/core/dataset/constants.py:32
422
- msgid "Triennial"
465
+ #: udata/core/dataset/constants.py:63
466
+ msgid "Every three years"
423
467
  msgstr ""
424
468
 
425
- #: udata/core/dataset/constants.py:33
426
- msgid "Quinquennial"
469
+ #: udata/core/dataset/constants.py:64
470
+ msgid "Every four years"
427
471
  msgstr ""
428
472
 
429
- #: udata/core/dataset/constants.py:34
473
+ #: udata/core/dataset/constants.py:65
474
+ msgid "Every five years"
475
+ msgstr ""
476
+
477
+ #: udata/core/dataset/constants.py:66
478
+ msgid "Every ten years"
479
+ msgstr ""
480
+
481
+ #: udata/core/dataset/constants.py:67
482
+ msgid "Every twenty years"
483
+ msgstr ""
484
+
485
+ #: udata/core/dataset/constants.py:68
486
+ msgid "Every thirty years"
487
+ msgstr ""
488
+
489
+ #: udata/core/dataset/constants.py:69
490
+ msgid "Punctual"
491
+ msgstr ""
492
+
493
+ #: udata/core/dataset/constants.py:70
430
494
  msgid "Irregular"
431
495
  msgstr ""
432
496
 
433
- #: udata/core/dataset/constants.py:58
497
+ #: udata/core/dataset/constants.py:71
498
+ msgid "Never"
499
+ msgstr ""
500
+
501
+ #: udata/core/dataset/constants.py:72
502
+ msgid "Not planned"
503
+ msgstr ""
504
+
505
+ #: udata/core/dataset/constants.py:73 udata/core/dataset/constants.py:149
506
+ #: udata/core/spatial/constants.py:5
507
+ msgid "Other"
508
+ msgstr ""
509
+
510
+ #: udata/core/dataset/constants.py:74
511
+ msgid "Unknown"
512
+ msgstr ""
513
+
514
+ #: udata/core/dataset/constants.py:144
434
515
  msgid "Main file"
435
516
  msgstr ""
436
517
 
437
- #: udata/core/dataset/constants.py:59
518
+ #: udata/core/dataset/constants.py:145
438
519
  msgid "Documentation"
439
520
  msgstr ""
440
521
 
441
- #: udata/core/dataset/constants.py:60
522
+ #: udata/core/dataset/constants.py:146
442
523
  msgid "Update"
443
524
  msgstr ""
444
525
 
445
- #: udata/core/dataset/constants.py:61 udata/core/reuse/constants.py:4
526
+ #: udata/core/dataset/constants.py:147 udata/core/reuse/constants.py:4
446
527
  msgid "API"
447
528
  msgstr ""
448
529
 
449
- #: udata/core/dataset/constants.py:62
530
+ #: udata/core/dataset/constants.py:148
450
531
  msgid "Code repository"
451
532
  msgstr ""
452
533
 
453
- #: udata/core/dataset/constants.py:63 udata/core/spatial/constants.py:5
454
- msgid "Other"
455
- msgstr ""
456
-
457
- #: udata/core/dataset/constants.py:70
534
+ #: udata/core/dataset/constants.py:156
458
535
  msgid "Uploaded file"
459
536
  msgstr ""
460
537
 
461
- #: udata/core/dataset/constants.py:71
538
+ #: udata/core/dataset/constants.py:157
462
539
  msgid "Remote file"
463
540
  msgstr ""
464
541
 
465
- #: udata/core/dataset/forms.py:34
542
+ #: udata/core/dataset/forms.py:32
466
543
  msgid "Checksum value"
467
544
  msgstr ""
468
545
 
469
- #: udata/core/dataset/forms.py:45
546
+ #: udata/core/dataset/forms.py:43
470
547
  msgid "URL of the schema"
471
548
  msgstr ""
472
549
 
473
- #: udata/core/dataset/forms.py:46
550
+ #: udata/core/dataset/forms.py:44
474
551
  msgid "Name of the schema"
475
552
  msgstr ""
476
553
 
477
- #: udata/core/dataset/forms.py:47
554
+ #: udata/core/dataset/forms.py:45
478
555
  msgid "Version of the schema"
479
556
  msgstr ""
480
557
 
481
- #: udata/core/dataset/forms.py:66 udata/core/dataset/forms.py:147
558
+ #: udata/core/dataset/forms.py:64 udata/core/dataset/forms.py:146
482
559
  #: udata/core/discussions/forms.py:14 udata/core/discussions/forms.py:25
483
560
  #: udata/core/site/forms.py:12 udata/core/topic/forms.py:13
484
561
  #: udata/templates/mail/discussion_closed.html:26
@@ -487,176 +564,176 @@ msgstr ""
487
564
  msgid "Title"
488
565
  msgstr ""
489
566
 
490
- #: udata/core/dataset/forms.py:69 udata/core/dataset/forms.py:151
567
+ #: udata/core/dataset/forms.py:67 udata/core/dataset/forms.py:150
491
568
  #: udata/core/jobs/forms.py:28 udata/core/organization/forms.py:50
492
569
  #: udata/core/topic/forms.py:14 udata/core/topic/forms.py:38
493
570
  #: udata/harvest/forms.py:80
494
571
  msgid "Description"
495
572
  msgstr ""
496
573
 
497
- #: udata/core/dataset/forms.py:72
574
+ #: udata/core/dataset/forms.py:70
498
575
  msgid "File type"
499
576
  msgstr ""
500
577
 
501
- #: udata/core/dataset/forms.py:76
578
+ #: udata/core/dataset/forms.py:74
502
579
  msgid "Whether the resource is an uploaded file, a remote file or an API"
503
580
  msgstr ""
504
581
 
505
- #: udata/core/dataset/forms.py:79
582
+ #: udata/core/dataset/forms.py:77
506
583
  msgid "Type"
507
584
  msgstr ""
508
585
 
509
- #: udata/core/dataset/forms.py:83
586
+ #: udata/core/dataset/forms.py:81
510
587
  msgid "Resource type (documentation, API...)"
511
588
  msgstr ""
512
589
 
513
- #: udata/core/dataset/forms.py:85 udata/harvest/forms.py:82
590
+ #: udata/core/dataset/forms.py:83 udata/harvest/forms.py:82
514
591
  msgid "URL"
515
592
  msgstr ""
516
593
 
517
- #: udata/core/dataset/forms.py:87
594
+ #: udata/core/dataset/forms.py:85
518
595
  msgid "Format"
519
596
  msgstr ""
520
597
 
521
- #: udata/core/dataset/forms.py:92
598
+ #: udata/core/dataset/forms.py:90
522
599
  msgid "Mime type"
523
600
  msgstr ""
524
601
 
525
- #: udata/core/dataset/forms.py:93
602
+ #: udata/core/dataset/forms.py:91
526
603
  msgid "The mime type associated to the extension. (ex: text/plain)"
527
604
  msgstr ""
528
605
 
529
- #: udata/core/dataset/forms.py:96
606
+ #: udata/core/dataset/forms.py:94
530
607
  msgid "Size"
531
608
  msgstr ""
532
609
 
533
- #: udata/core/dataset/forms.py:96
610
+ #: udata/core/dataset/forms.py:94
534
611
  msgid "The file size in bytes"
535
612
  msgstr ""
536
613
 
537
- #: udata/core/dataset/forms.py:115
614
+ #: udata/core/dataset/forms.py:113
538
615
  msgid "Related dataset"
539
616
  msgstr ""
540
617
 
541
- #: udata/core/dataset/forms.py:139 udata/tests/api/test_datasets_api.py:1038
618
+ #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:1067
542
619
  msgid "Wrong contact point id or contact point ownership mismatch"
543
620
  msgstr ""
544
621
 
545
- #: udata/core/dataset/forms.py:149 udata/core/organization/forms.py:48
622
+ #: udata/core/dataset/forms.py:148 udata/core/organization/forms.py:48
546
623
  msgid "Acronym"
547
624
  msgstr ""
548
625
 
549
- #: udata/core/dataset/forms.py:149
626
+ #: udata/core/dataset/forms.py:148
550
627
  msgid "An optional acronym"
551
628
  msgstr ""
552
629
 
553
- #: udata/core/dataset/forms.py:153
630
+ #: udata/core/dataset/forms.py:152
554
631
  msgid "The details about the dataset (collection process, specifics...)."
555
632
  msgstr ""
556
633
 
557
- #: udata/core/dataset/forms.py:156
634
+ #: udata/core/dataset/forms.py:155
558
635
  msgid "Short description"
559
636
  msgstr ""
560
637
 
561
- #: udata/core/dataset/forms.py:158
638
+ #: udata/core/dataset/forms.py:157
562
639
  msgid "A short description of the dataset."
563
640
  msgstr ""
564
641
 
565
- #: udata/core/dataset/forms.py:160
642
+ #: udata/core/dataset/forms.py:159
566
643
  msgid "License"
567
644
  msgstr ""
568
645
 
569
- #: udata/core/dataset/forms.py:162
646
+ #: udata/core/dataset/forms.py:161
570
647
  msgid "Update frequency"
571
648
  msgstr ""
572
649
 
573
- #: udata/core/dataset/forms.py:167
650
+ #: udata/core/dataset/forms.py:171
574
651
  msgid "The frequency at which data are updated."
575
652
  msgstr ""
576
653
 
577
- #: udata/core/dataset/forms.py:169
654
+ #: udata/core/dataset/forms.py:173
578
655
  msgid "Expected frequency date"
579
656
  msgstr ""
580
657
 
581
- #: udata/core/dataset/forms.py:173
658
+ #: udata/core/dataset/forms.py:177
582
659
  msgid "Temporal coverage"
583
660
  msgstr ""
584
661
 
585
- #: udata/core/dataset/forms.py:173
662
+ #: udata/core/dataset/forms.py:177
586
663
  msgid "The period covered by the data"
587
664
  msgstr ""
588
665
 
589
- #: udata/core/dataset/forms.py:176 udata/core/spatial/forms.py:85
666
+ #: udata/core/dataset/forms.py:180 udata/core/spatial/forms.py:85
590
667
  #: udata/core/topic/forms.py:86
591
668
  msgid "Spatial coverage"
592
669
  msgstr ""
593
670
 
594
- #: udata/core/dataset/forms.py:176 udata/core/topic/forms.py:86
671
+ #: udata/core/dataset/forms.py:180 udata/core/topic/forms.py:86
595
672
  msgid "The geographical area covered by the data."
596
673
  msgstr ""
597
674
 
598
- #: udata/core/dataset/forms.py:178 udata/core/post/forms.py:26
675
+ #: udata/core/dataset/forms.py:182 udata/core/post/forms.py:26
599
676
  #: udata/core/site/forms.py:13 udata/core/topic/forms.py:15
600
677
  #: udata/core/topic/forms.py:89
601
678
  msgid "Tags"
602
679
  msgstr ""
603
680
 
604
- #: udata/core/dataset/forms.py:178
681
+ #: udata/core/dataset/forms.py:182
605
682
  msgid "Some taxonomy keywords"
606
683
  msgstr ""
607
684
 
608
- #: udata/core/dataset/forms.py:180 udata/core/topic/forms.py:90
685
+ #: udata/core/dataset/forms.py:184 udata/core/topic/forms.py:90
609
686
  msgid "Private"
610
687
  msgstr ""
611
688
 
612
- #: udata/core/dataset/forms.py:181
689
+ #: udata/core/dataset/forms.py:185
613
690
  msgid "Restrict the dataset visibility to you or your organization only."
614
691
  msgstr ""
615
692
 
616
- #: udata/core/dataset/models.py:68
693
+ #: udata/core/dataset/models.py:67
617
694
  msgid "Pivotal data"
618
695
  msgstr ""
619
696
 
620
- #: udata/core/dataset/models.py:69
697
+ #: udata/core/dataset/models.py:68
621
698
  msgid "Reference data public service"
622
699
  msgstr ""
623
700
 
624
- #: udata/core/dataset/models.py:70
701
+ #: udata/core/dataset/models.py:69
625
702
  msgid "Inspire"
626
703
  msgstr ""
627
704
 
628
- #: udata/core/dataset/models.py:71
705
+ #: udata/core/dataset/models.py:70
629
706
  msgid "High value datasets"
630
707
  msgstr ""
631
708
 
632
- #: udata/core/dataset/models.py:72
709
+ #: udata/core/dataset/models.py:71
633
710
  msgid "Certified statistic series"
634
711
  msgstr ""
635
712
 
636
- #: udata/core/dataset/models.py:73
713
+ #: udata/core/dataset/models.py:72
637
714
  msgid "Statistical series of general interest"
638
715
  msgstr ""
639
716
 
640
- #: udata/core/dataset/models.py:153
717
+ #: udata/core/dataset/models.py:152
641
718
  msgid "A schema must contains a name or an URL when a version is provided."
642
719
  msgstr ""
643
720
 
644
- #: udata/core/dataset/models.py:185 udata/tests/api/test_datasets_api.py:1134
645
- #: udata/tests/api/test_datasets_api.py:1145
721
+ #: udata/core/dataset/models.py:184 udata/tests/api/test_datasets_api.py:1163
722
+ #: udata/tests/api/test_datasets_api.py:1174
646
723
  #, python-brace-format
647
724
  msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
648
725
  msgstr ""
649
726
 
650
- #: udata/core/dataset/models.py:204 udata/tests/api/test_datasets_api.py:1157
727
+ #: udata/core/dataset/models.py:203 udata/tests/api/test_datasets_api.py:1186
651
728
  #, python-brace-format
652
729
  msgid ""
653
730
  "Version \"{version}\" is not an allowed value for the schema \"{name}\". "
654
731
  "Allowed versions: {values}"
655
732
  msgstr ""
656
733
 
657
- #: udata/core/dataset/models.py:482 udata/core/dataset/rdf.py:576
658
- #: udata/tests/dataset/test_dataset_rdf.py:723
659
- #: udata/tests/dataset/test_dataset_rdf.py:736
734
+ #: udata/core/dataset/models.py:481 udata/core/dataset/rdf.py:595
735
+ #: udata/tests/dataset/test_dataset_rdf.py:722
736
+ #: udata/tests/dataset/test_dataset_rdf.py:735
660
737
  msgid "Nameless resource"
661
738
  msgstr ""
662
739
 
@@ -672,13 +749,13 @@ msgstr ""
672
749
  msgid "dataset"
673
750
  msgstr ""
674
751
 
675
- #: udata/core/dataset/rdf.py:574 udata/tests/dataset/test_dataset_rdf.py:693
676
- #: udata/tests/dataset/test_dataset_rdf.py:710
752
+ #: udata/core/dataset/rdf.py:593 udata/tests/dataset/test_dataset_rdf.py:692
753
+ #: udata/tests/dataset/test_dataset_rdf.py:709
677
754
  #, python-brace-format
678
755
  msgid "{format} resource"
679
756
  msgstr ""
680
757
 
681
- #: udata/core/dataset/tasks.py:109
758
+ #: udata/core/dataset/tasks.py:104
682
759
  msgid "You need to update some frequency-based datasets"
683
760
  msgstr ""
684
761
 
@@ -856,7 +933,7 @@ msgstr ""
856
933
  msgid "Your organization \"%(name)s\" has been identified as a local authority"
857
934
  msgstr ""
858
935
 
859
- #: udata/core/post/api.py:119
936
+ #: udata/core/post/api.py:118
860
937
  msgid "Latests posts"
861
938
  msgstr ""
862
939
 
@@ -944,7 +1021,7 @@ msgstr ""
944
1021
  msgid "deleted a reuse"
945
1022
  msgstr ""
946
1023
 
947
- #: udata/core/reuse/api.py:141
1024
+ #: udata/core/reuse/api.py:140
948
1025
  msgid "Latests reuses"
949
1026
  msgstr ""
950
1027
 
@@ -1381,19 +1458,19 @@ msgstr ""
1381
1458
  msgid "A prefix used to build the remote URL of the harvested items."
1382
1459
  msgstr ""
1383
1460
 
1384
- #: udata/harvest/backends/ckan/harvesters.py:35
1461
+ #: udata/harvest/backends/ckan/harvesters.py:30
1385
1462
  msgid "Organization"
1386
1463
  msgstr ""
1387
1464
 
1388
- #: udata/harvest/backends/ckan/harvesters.py:35
1465
+ #: udata/harvest/backends/ckan/harvesters.py:30
1389
1466
  msgid "A CKAN Organization name"
1390
1467
  msgstr ""
1391
1468
 
1392
- #: udata/harvest/backends/ckan/harvesters.py:36
1469
+ #: udata/harvest/backends/ckan/harvesters.py:31
1393
1470
  msgid "Tag"
1394
1471
  msgstr ""
1395
1472
 
1396
- #: udata/harvest/backends/ckan/harvesters.py:36
1473
+ #: udata/harvest/backends/ckan/harvesters.py:31
1397
1474
  msgid "A CKAN tag name"
1398
1475
  msgstr ""
1399
1476
 
@@ -1847,4 +1924,3 @@ msgstr ""
1847
1924
  #: udata/tests/search/test_adapter.py:34
1848
1925
  msgid "Heavily reused"
1849
1926
  msgstr ""
1850
-