udata 13.0.0__py3-none-any.whl → 13.0.1.dev2__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/core/contact_point/models.py +8 -0
- udata/core/dataset/models.py +4 -1
- udata/harvest/backends/ckan/harvesters.py +0 -1
- udata/harvest/tests/ckan/test_dkan_backend.py +1 -1
- udata/harvest/tests/dcat/datara--5a26b0f6-0ccf-46ad-ac58-734054b91977.rdf.xml +255 -0
- udata/harvest/tests/dcat/datara--f40c3860-7236-4b30-a141-23b8ae33f7b2.rdf.xml +289 -0
- udata/harvest/tests/test_dcat_backend.py +42 -0
- udata/migrations/2025-10-21-remove-ckan-harvest-modified-at.py +28 -0
- udata/rdf.py +32 -15
- udata/tests/dataset/test_dataset_rdf.py +191 -3
- udata/tests/test_rdf.py +19 -15
- udata/translations/udata.pot +107 -163
- {udata-13.0.0.dist-info → udata-13.0.1.dev2.dist-info}/METADATA +1 -1
- {udata-13.0.0.dist-info → udata-13.0.1.dev2.dist-info}/RECORD +18 -15
- {udata-13.0.0.dist-info → udata-13.0.1.dev2.dist-info}/WHEEL +0 -0
- {udata-13.0.0.dist-info → udata-13.0.1.dev2.dist-info}/entry_points.txt +0 -0
- {udata-13.0.0.dist-info → udata-13.0.1.dev2.dist-info}/licenses/LICENSE +0 -0
- {udata-13.0.0.dist-info → udata-13.0.1.dev2.dist-info}/top_level.txt +0 -0
udata/translations/udata.pot
CHANGED
|
@@ -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-
|
|
12
|
-
"PO-Revision-Date: 2025-10-
|
|
11
|
+
"POT-Creation-Date: 2025-10-27 16:50+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2025-10-27 16:50+0100\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"
|
|
@@ -43,7 +43,7 @@ msgstr ""
|
|
|
43
43
|
msgid "Password reset instructions"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: udata/settings.py:
|
|
46
|
+
#: udata/settings.py:544
|
|
47
47
|
msgid "This dataset has been archived"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
@@ -52,7 +52,7 @@ msgstr ""
|
|
|
52
52
|
msgid "Invalid URL \"{url}\": {reason}"
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
|
-
#: udata/tests/api/test_datasets_api.py:
|
|
55
|
+
#: udata/tests/api/test_datasets_api.py:1169 udata/tests/test_model.py:402
|
|
56
56
|
#: udata/uris.py:56
|
|
57
57
|
#, python-brace-format
|
|
58
58
|
msgid "Invalid URL \"{url}\""
|
|
@@ -86,7 +86,7 @@ msgstr ""
|
|
|
86
86
|
msgid "is a local URL"
|
|
87
87
|
msgstr ""
|
|
88
88
|
|
|
89
|
-
#: udata/tests/test_model.py:
|
|
89
|
+
#: udata/tests/test_model.py:420 udata/uris.py:159
|
|
90
90
|
msgid "is a private URL"
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
@@ -217,7 +217,7 @@ msgid "Your udata instance is ready!"
|
|
|
217
217
|
msgstr ""
|
|
218
218
|
|
|
219
219
|
#: udata/core/owned.py:64 udata/forms/fields.py:759
|
|
220
|
-
#: udata/tests/api/test_dataservices_api.py:
|
|
220
|
+
#: udata/tests/api/test_dataservices_api.py:547
|
|
221
221
|
msgid "You can only set yourself as owner"
|
|
222
222
|
msgstr ""
|
|
223
223
|
|
|
@@ -226,7 +226,7 @@ msgid "Unknown organization"
|
|
|
226
226
|
msgstr ""
|
|
227
227
|
|
|
228
228
|
#: udata/core/owned.py:77 udata/forms/fields.py:791
|
|
229
|
-
#: udata/tests/api/test_dataservices_api.py:
|
|
229
|
+
#: udata/tests/api/test_dataservices_api.py:560
|
|
230
230
|
msgid "Permission denied for this organization"
|
|
231
231
|
msgstr ""
|
|
232
232
|
|
|
@@ -245,7 +245,6 @@ msgstr ""
|
|
|
245
245
|
#: udata/core/contact_point/forms.py:12 udata/core/jobs/forms.py:27
|
|
246
246
|
#: udata/core/organization/forms.py:46 udata/core/post/forms.py:15
|
|
247
247
|
#: udata/core/topic/forms.py:37 udata/harvest/forms.py:78
|
|
248
|
-
#: udata/templates/api/admin.html:10
|
|
249
248
|
msgid "Name"
|
|
250
249
|
msgstr ""
|
|
251
250
|
|
|
@@ -262,7 +261,7 @@ msgid "The organization web contact form"
|
|
|
262
261
|
msgstr ""
|
|
263
262
|
|
|
264
263
|
#: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:115
|
|
265
|
-
#: udata/core/dataset/forms.py:
|
|
264
|
+
#: udata/core/dataset/forms.py:191 udata/core/discussions/forms.py:13
|
|
266
265
|
#: udata/core/discussions/forms.py:29 udata/core/topic/forms.py:35
|
|
267
266
|
#: udata/harvest/forms.py:87
|
|
268
267
|
msgid "Publish as"
|
|
@@ -284,7 +283,39 @@ msgstr ""
|
|
|
284
283
|
msgid "Publisher"
|
|
285
284
|
msgstr ""
|
|
286
285
|
|
|
287
|
-
#: udata/core/contact_point/models.py:
|
|
286
|
+
#: udata/core/contact_point/models.py:12
|
|
287
|
+
msgid "Rights Holder"
|
|
288
|
+
msgstr ""
|
|
289
|
+
|
|
290
|
+
#: udata/core/contact_point/models.py:13
|
|
291
|
+
msgid "Custodian"
|
|
292
|
+
msgstr ""
|
|
293
|
+
|
|
294
|
+
#: udata/core/contact_point/models.py:14
|
|
295
|
+
msgid "Distributor"
|
|
296
|
+
msgstr ""
|
|
297
|
+
|
|
298
|
+
#: udata/core/contact_point/models.py:15
|
|
299
|
+
msgid "Originator"
|
|
300
|
+
msgstr ""
|
|
301
|
+
|
|
302
|
+
#: udata/core/contact_point/models.py:16
|
|
303
|
+
msgid "Principal Investigator"
|
|
304
|
+
msgstr ""
|
|
305
|
+
|
|
306
|
+
#: udata/core/contact_point/models.py:17
|
|
307
|
+
msgid "Processor"
|
|
308
|
+
msgstr ""
|
|
309
|
+
|
|
310
|
+
#: udata/core/contact_point/models.py:18
|
|
311
|
+
msgid "Resource Provider"
|
|
312
|
+
msgstr ""
|
|
313
|
+
|
|
314
|
+
#: udata/core/contact_point/models.py:19
|
|
315
|
+
msgid "User"
|
|
316
|
+
msgstr ""
|
|
317
|
+
|
|
318
|
+
#: udata/core/contact_point/models.py:34 udata/tests/api/test_contact_points.py:136
|
|
288
319
|
msgid "At least an email or a contact form is required for a contact point"
|
|
289
320
|
msgstr ""
|
|
290
321
|
|
|
@@ -312,12 +343,12 @@ msgstr ""
|
|
|
312
343
|
msgid "dataservice"
|
|
313
344
|
msgstr ""
|
|
314
345
|
|
|
315
|
-
#: udata/core/dataservices/models.py:270 udata/core/dataset/models.py:
|
|
346
|
+
#: udata/core/dataservices/models.py:270 udata/core/dataset/models.py:575
|
|
316
347
|
#: udata/mongo/datetime_fields.py:60
|
|
317
348
|
msgid "Creation date"
|
|
318
349
|
msgstr ""
|
|
319
350
|
|
|
320
|
-
#: udata/core/dataservices/models.py:276 udata/core/dataset/models.py:
|
|
351
|
+
#: udata/core/dataservices/models.py:276 udata/core/dataset/models.py:580
|
|
321
352
|
#: udata/mongo/datetime_fields.py:66
|
|
322
353
|
msgid "Last modification date"
|
|
323
354
|
msgstr ""
|
|
@@ -346,7 +377,7 @@ msgstr ""
|
|
|
346
377
|
msgid "removed a resource from a dataset"
|
|
347
378
|
msgstr ""
|
|
348
379
|
|
|
349
|
-
#: udata/core/dataset/api.py:
|
|
380
|
+
#: udata/core/dataset/api.py:332
|
|
350
381
|
msgid "Latest datasets"
|
|
351
382
|
msgstr ""
|
|
352
383
|
|
|
@@ -555,7 +586,7 @@ msgstr ""
|
|
|
555
586
|
msgid "Version of the schema"
|
|
556
587
|
msgstr ""
|
|
557
588
|
|
|
558
|
-
#: udata/core/dataset/forms.py:64 udata/core/dataset/forms.py:
|
|
589
|
+
#: udata/core/dataset/forms.py:64 udata/core/dataset/forms.py:148
|
|
559
590
|
#: udata/core/discussions/forms.py:14 udata/core/discussions/forms.py:25
|
|
560
591
|
#: udata/core/site/forms.py:12 udata/core/topic/forms.py:13
|
|
561
592
|
#: udata/templates/mail/discussion_closed.html:26
|
|
@@ -564,7 +595,7 @@ msgstr ""
|
|
|
564
595
|
msgid "Title"
|
|
565
596
|
msgstr ""
|
|
566
597
|
|
|
567
|
-
#: udata/core/dataset/forms.py:67 udata/core/dataset/forms.py:
|
|
598
|
+
#: udata/core/dataset/forms.py:67 udata/core/dataset/forms.py:152
|
|
568
599
|
#: udata/core/jobs/forms.py:28 udata/core/organization/forms.py:50
|
|
569
600
|
#: udata/core/topic/forms.py:14 udata/core/topic/forms.py:38
|
|
570
601
|
#: udata/harvest/forms.py:80
|
|
@@ -615,150 +646,146 @@ msgstr ""
|
|
|
615
646
|
msgid "Related dataset"
|
|
616
647
|
msgstr ""
|
|
617
648
|
|
|
618
|
-
#: udata/core/dataset/forms.py:
|
|
649
|
+
#: udata/core/dataset/forms.py:140 udata/tests/api/test_datasets_api.py:1081
|
|
619
650
|
msgid "Wrong contact point id or contact point ownership mismatch"
|
|
620
651
|
msgstr ""
|
|
621
652
|
|
|
622
|
-
#: udata/core/dataset/forms.py:
|
|
653
|
+
#: udata/core/dataset/forms.py:150 udata/core/organization/forms.py:48
|
|
623
654
|
msgid "Acronym"
|
|
624
655
|
msgstr ""
|
|
625
656
|
|
|
626
|
-
#: udata/core/dataset/forms.py:
|
|
657
|
+
#: udata/core/dataset/forms.py:150
|
|
627
658
|
msgid "An optional acronym"
|
|
628
659
|
msgstr ""
|
|
629
660
|
|
|
630
|
-
#: udata/core/dataset/forms.py:
|
|
661
|
+
#: udata/core/dataset/forms.py:154
|
|
631
662
|
msgid "The details about the dataset (collection process, specifics...)."
|
|
632
663
|
msgstr ""
|
|
633
664
|
|
|
634
|
-
#: udata/core/dataset/forms.py:
|
|
665
|
+
#: udata/core/dataset/forms.py:157
|
|
635
666
|
msgid "Short description"
|
|
636
667
|
msgstr ""
|
|
637
668
|
|
|
638
|
-
#: udata/core/dataset/forms.py:
|
|
669
|
+
#: udata/core/dataset/forms.py:159
|
|
639
670
|
msgid "A short description of the dataset."
|
|
640
671
|
msgstr ""
|
|
641
672
|
|
|
642
|
-
#: udata/core/dataset/forms.py:
|
|
673
|
+
#: udata/core/dataset/forms.py:161
|
|
643
674
|
msgid "License"
|
|
644
675
|
msgstr ""
|
|
645
676
|
|
|
646
|
-
#: udata/core/dataset/forms.py:
|
|
677
|
+
#: udata/core/dataset/forms.py:163
|
|
647
678
|
msgid "Update frequency"
|
|
648
679
|
msgstr ""
|
|
649
680
|
|
|
650
|
-
#: udata/core/dataset/forms.py:
|
|
681
|
+
#: udata/core/dataset/forms.py:173
|
|
651
682
|
msgid "The frequency at which data are updated."
|
|
652
683
|
msgstr ""
|
|
653
684
|
|
|
654
|
-
#: udata/core/dataset/forms.py:
|
|
685
|
+
#: udata/core/dataset/forms.py:175
|
|
655
686
|
msgid "Expected frequency date"
|
|
656
687
|
msgstr ""
|
|
657
688
|
|
|
658
|
-
#: udata/core/dataset/forms.py:
|
|
689
|
+
#: udata/core/dataset/forms.py:179
|
|
659
690
|
msgid "Temporal coverage"
|
|
660
691
|
msgstr ""
|
|
661
692
|
|
|
662
|
-
#: udata/core/dataset/forms.py:
|
|
693
|
+
#: udata/core/dataset/forms.py:179
|
|
663
694
|
msgid "The period covered by the data"
|
|
664
695
|
msgstr ""
|
|
665
696
|
|
|
666
|
-
#: udata/core/dataset/forms.py:
|
|
697
|
+
#: udata/core/dataset/forms.py:182 udata/core/spatial/forms.py:85
|
|
667
698
|
#: udata/core/topic/forms.py:86
|
|
668
699
|
msgid "Spatial coverage"
|
|
669
700
|
msgstr ""
|
|
670
701
|
|
|
671
|
-
#: udata/core/dataset/forms.py:
|
|
702
|
+
#: udata/core/dataset/forms.py:182 udata/core/topic/forms.py:86
|
|
672
703
|
msgid "The geographical area covered by the data."
|
|
673
704
|
msgstr ""
|
|
674
705
|
|
|
675
|
-
#: udata/core/dataset/forms.py:
|
|
706
|
+
#: udata/core/dataset/forms.py:184 udata/core/post/forms.py:26
|
|
676
707
|
#: udata/core/site/forms.py:13 udata/core/topic/forms.py:15
|
|
677
708
|
#: udata/core/topic/forms.py:89
|
|
678
709
|
msgid "Tags"
|
|
679
710
|
msgstr ""
|
|
680
711
|
|
|
681
|
-
#: udata/core/dataset/forms.py:
|
|
712
|
+
#: udata/core/dataset/forms.py:184
|
|
682
713
|
msgid "Some taxonomy keywords"
|
|
683
714
|
msgstr ""
|
|
684
715
|
|
|
685
|
-
#: udata/core/dataset/forms.py:
|
|
716
|
+
#: udata/core/dataset/forms.py:186 udata/core/topic/forms.py:90
|
|
686
717
|
msgid "Private"
|
|
687
718
|
msgstr ""
|
|
688
719
|
|
|
689
|
-
#: udata/core/dataset/forms.py:
|
|
720
|
+
#: udata/core/dataset/forms.py:187
|
|
690
721
|
msgid "Restrict the dataset visibility to you or your organization only."
|
|
691
722
|
msgstr ""
|
|
692
723
|
|
|
693
|
-
#: udata/core/dataset/models.py:
|
|
724
|
+
#: udata/core/dataset/models.py:66
|
|
694
725
|
msgid "Pivotal data"
|
|
695
726
|
msgstr ""
|
|
696
727
|
|
|
697
|
-
#: udata/core/dataset/models.py:
|
|
728
|
+
#: udata/core/dataset/models.py:67
|
|
698
729
|
msgid "Reference data public service"
|
|
699
730
|
msgstr ""
|
|
700
731
|
|
|
701
|
-
#: udata/core/dataset/models.py:
|
|
732
|
+
#: udata/core/dataset/models.py:68
|
|
702
733
|
msgid "Inspire"
|
|
703
734
|
msgstr ""
|
|
704
735
|
|
|
705
|
-
#: udata/core/dataset/models.py:
|
|
736
|
+
#: udata/core/dataset/models.py:69
|
|
706
737
|
msgid "High value datasets"
|
|
707
738
|
msgstr ""
|
|
708
739
|
|
|
709
|
-
#: udata/core/dataset/models.py:
|
|
740
|
+
#: udata/core/dataset/models.py:70
|
|
710
741
|
msgid "Certified statistic series"
|
|
711
742
|
msgstr ""
|
|
712
743
|
|
|
713
|
-
#: udata/core/dataset/models.py:
|
|
744
|
+
#: udata/core/dataset/models.py:71
|
|
714
745
|
msgid "Statistical series of general interest"
|
|
715
746
|
msgstr ""
|
|
716
747
|
|
|
717
|
-
#: udata/core/dataset/models.py:
|
|
748
|
+
#: udata/core/dataset/models.py:151
|
|
718
749
|
msgid "A schema must contains a name or an URL when a version is provided."
|
|
719
750
|
msgstr ""
|
|
720
751
|
|
|
721
|
-
#: udata/core/dataset/models.py:
|
|
722
|
-
#: udata/tests/api/test_datasets_api.py:
|
|
752
|
+
#: udata/core/dataset/models.py:183 udata/tests/api/test_datasets_api.py:1177
|
|
753
|
+
#: udata/tests/api/test_datasets_api.py:1188
|
|
723
754
|
#, python-brace-format
|
|
724
755
|
msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
|
|
725
756
|
msgstr ""
|
|
726
757
|
|
|
727
|
-
#: udata/core/dataset/models.py:
|
|
758
|
+
#: udata/core/dataset/models.py:202 udata/tests/api/test_datasets_api.py:1200
|
|
728
759
|
#, python-brace-format
|
|
729
760
|
msgid ""
|
|
730
761
|
"Version \"{version}\" is not an allowed value for the schema \"{name}\". "
|
|
731
762
|
"Allowed versions: {values}"
|
|
732
763
|
msgstr ""
|
|
733
764
|
|
|
734
|
-
#: udata/core/dataset/models.py:
|
|
735
|
-
#: udata/tests/dataset/test_dataset_rdf.py:
|
|
736
|
-
#: udata/tests/dataset/test_dataset_rdf.py:
|
|
765
|
+
#: udata/core/dataset/models.py:451 udata/core/dataset/rdf.py:595
|
|
766
|
+
#: udata/tests/dataset/test_dataset_rdf.py:908
|
|
767
|
+
#: udata/tests/dataset/test_dataset_rdf.py:921
|
|
737
768
|
msgid "Nameless resource"
|
|
738
769
|
msgstr ""
|
|
739
770
|
|
|
740
|
-
#: udata/core/dataset/models.py:
|
|
771
|
+
#: udata/core/dataset/models.py:554
|
|
741
772
|
msgid "Future date of update"
|
|
742
773
|
msgstr ""
|
|
743
774
|
|
|
744
|
-
#: udata/core/dataset/models.py:
|
|
775
|
+
#: udata/core/dataset/models.py:586
|
|
745
776
|
msgid "Last update of the dataset resources"
|
|
746
777
|
msgstr ""
|
|
747
778
|
|
|
748
|
-
#: udata/core/dataset/models.py:
|
|
779
|
+
#: udata/core/dataset/models.py:641
|
|
749
780
|
msgid "dataset"
|
|
750
781
|
msgstr ""
|
|
751
782
|
|
|
752
|
-
#: udata/core/dataset/rdf.py:593 udata/tests/dataset/test_dataset_rdf.py:
|
|
753
|
-
#: udata/tests/dataset/test_dataset_rdf.py:
|
|
783
|
+
#: udata/core/dataset/rdf.py:593 udata/tests/dataset/test_dataset_rdf.py:878
|
|
784
|
+
#: udata/tests/dataset/test_dataset_rdf.py:895
|
|
754
785
|
#, python-brace-format
|
|
755
786
|
msgid "{format} resource"
|
|
756
787
|
msgstr ""
|
|
757
788
|
|
|
758
|
-
#: udata/core/dataset/tasks.py:104
|
|
759
|
-
msgid "You need to update some frequency-based datasets"
|
|
760
|
-
msgstr ""
|
|
761
|
-
|
|
762
789
|
#: udata/core/discussions/forms.py:16 udata/core/discussions/forms.py:31
|
|
763
790
|
#: udata/core/discussions/forms.py:37 udata/core/organization/forms.py:83
|
|
764
791
|
#: udata/core/organization/forms.py:87 udata/harvest/forms.py:97
|
|
@@ -833,17 +860,17 @@ msgid "Refused"
|
|
|
833
860
|
msgstr ""
|
|
834
861
|
|
|
835
862
|
#: udata/core/organization/forms.py:25
|
|
836
|
-
#: udata/tests/api/test_organizations_api.py:
|
|
863
|
+
#: udata/tests/api/test_organizations_api.py:159
|
|
837
864
|
msgid "A siret number is made of 14 digits"
|
|
838
865
|
msgstr ""
|
|
839
866
|
|
|
840
867
|
#: udata/core/organization/forms.py:36
|
|
841
|
-
#: udata/tests/api/test_organizations_api.py:
|
|
868
|
+
#: udata/tests/api/test_organizations_api.py:171
|
|
842
869
|
msgid "A siret number is only made of digits"
|
|
843
870
|
msgstr ""
|
|
844
871
|
|
|
845
872
|
#: udata/core/organization/forms.py:39
|
|
846
|
-
#: udata/tests/api/test_organizations_api.py:
|
|
873
|
+
#: udata/tests/api/test_organizations_api.py:165
|
|
847
874
|
msgid "Invalid Siret number"
|
|
848
875
|
msgstr ""
|
|
849
876
|
|
|
@@ -1053,7 +1080,7 @@ msgstr ""
|
|
|
1053
1080
|
msgid "Connected device"
|
|
1054
1081
|
msgstr ""
|
|
1055
1082
|
|
|
1056
|
-
#: udata/core/reuse/constants.py:15 udata/tests/reuse/test_reuse_model.py:
|
|
1083
|
+
#: udata/core/reuse/constants.py:15 udata/tests/reuse/test_reuse_model.py:109
|
|
1057
1084
|
msgid "Health"
|
|
1058
1085
|
msgstr ""
|
|
1059
1086
|
|
|
@@ -1246,7 +1273,7 @@ msgstr ""
|
|
|
1246
1273
|
msgid "Element"
|
|
1247
1274
|
msgstr ""
|
|
1248
1275
|
|
|
1249
|
-
#: udata/core/topic/forms.py:26
|
|
1276
|
+
#: udata/core/topic/forms.py:26 udata/tests/apiv2/test_topics.py:720
|
|
1250
1277
|
msgid "A topic element must have a title or an element."
|
|
1251
1278
|
msgstr ""
|
|
1252
1279
|
|
|
@@ -1298,7 +1325,7 @@ msgstr ""
|
|
|
1298
1325
|
msgid "Roles"
|
|
1299
1326
|
msgstr ""
|
|
1300
1327
|
|
|
1301
|
-
#: udata/core/user/models.py:298 udata/tests/api/test_me_api.py:
|
|
1328
|
+
#: udata/core/user/models.py:298 udata/tests/api/test_me_api.py:295
|
|
1302
1329
|
msgid "Account deletion"
|
|
1303
1330
|
msgstr ""
|
|
1304
1331
|
|
|
@@ -1328,6 +1355,10 @@ msgstr ""
|
|
|
1328
1355
|
msgid "Deletion of your inactive {site} account"
|
|
1329
1356
|
msgstr ""
|
|
1330
1357
|
|
|
1358
|
+
#: udata/flask_mongoengine/fields.py:85
|
|
1359
|
+
msgid "Not a valid choice"
|
|
1360
|
+
msgstr ""
|
|
1361
|
+
|
|
1331
1362
|
#: udata/forms/fields.py:127
|
|
1332
1363
|
msgid "Please input a date/time value"
|
|
1333
1364
|
msgstr ""
|
|
@@ -1355,8 +1386,8 @@ msgstr ""
|
|
|
1355
1386
|
msgid "{0} does not exists"
|
|
1356
1387
|
msgstr ""
|
|
1357
1388
|
|
|
1358
|
-
#: udata/forms/fields.py:494 udata/tests/forms/test_model_field.py:
|
|
1359
|
-
#: udata/tests/forms/test_model_field.py:
|
|
1389
|
+
#: udata/forms/fields.py:494 udata/tests/forms/test_model_field.py:331
|
|
1390
|
+
#: udata/tests/forms/test_model_field.py:347
|
|
1360
1391
|
msgid "Missing \"id\" field"
|
|
1361
1392
|
msgstr ""
|
|
1362
1393
|
|
|
@@ -1365,8 +1396,8 @@ msgstr ""
|
|
|
1365
1396
|
msgid "Expect a \"{0}\" class but \"{1}\" was found"
|
|
1366
1397
|
msgstr ""
|
|
1367
1398
|
|
|
1368
|
-
#: udata/forms/fields.py:507 udata/tests/forms/test_model_field.py:
|
|
1369
|
-
#: udata/tests/forms/test_model_field.py:
|
|
1399
|
+
#: udata/forms/fields.py:507 udata/tests/forms/test_model_field.py:39
|
|
1400
|
+
#: udata/tests/forms/test_model_field.py:54
|
|
1370
1401
|
msgid "Expect both class and identifier"
|
|
1371
1402
|
msgstr ""
|
|
1372
1403
|
|
|
@@ -1385,7 +1416,7 @@ msgid "Unable to parse date range"
|
|
|
1385
1416
|
msgstr ""
|
|
1386
1417
|
|
|
1387
1418
|
#: udata/forms/fields.py:752 udata/forms/fields.py:784
|
|
1388
|
-
#: udata/tests/forms/test_publish_as_field.py:
|
|
1419
|
+
#: udata/tests/forms/test_publish_as_field.py:212
|
|
1389
1420
|
msgid "Cannot change owner after creation. Please use transfer feature."
|
|
1390
1421
|
msgstr ""
|
|
1391
1422
|
|
|
@@ -1474,87 +1505,20 @@ msgstr ""
|
|
|
1474
1505
|
msgid "A CKAN tag name"
|
|
1475
1506
|
msgstr ""
|
|
1476
1507
|
|
|
1477
|
-
#: udata/templates/404.html:6
|
|
1508
|
+
#: udata/templates/404.html:6 udata/tests/frontend/test_error_handlers.py:22
|
|
1509
|
+
#: udata/tests/frontend/test_error_handlers.py:48
|
|
1478
1510
|
msgid "Page not found"
|
|
1479
1511
|
msgstr ""
|
|
1480
1512
|
|
|
1481
|
-
#: udata/templates/404.html:39
|
|
1513
|
+
#: udata/templates/404.html:39 udata/tests/frontend/test_error_handlers.py:22
|
|
1514
|
+
#: udata/tests/frontend/test_error_handlers.py:48
|
|
1482
1515
|
msgid "The page you are looking for does not exist."
|
|
1483
1516
|
msgstr ""
|
|
1484
1517
|
|
|
1485
|
-
#: udata/templates/404.html:40
|
|
1518
|
+
#: udata/templates/404.html:40 udata/tests/frontend/test_error_handlers.py:26
|
|
1486
1519
|
msgid "Back to home"
|
|
1487
1520
|
msgstr ""
|
|
1488
1521
|
|
|
1489
|
-
#: udata/templates/admin.html:7
|
|
1490
|
-
msgid "Admin"
|
|
1491
|
-
msgstr ""
|
|
1492
|
-
|
|
1493
|
-
#: udata/templates/base.html:7
|
|
1494
|
-
msgid "You must be connected to do this action."
|
|
1495
|
-
msgstr ""
|
|
1496
|
-
|
|
1497
|
-
#: udata/templates/api/admin.html:11
|
|
1498
|
-
msgid "Maintainer"
|
|
1499
|
-
msgstr ""
|
|
1500
|
-
|
|
1501
|
-
#: udata/templates/api/admin.html:31
|
|
1502
|
-
msgid "Edit"
|
|
1503
|
-
msgstr ""
|
|
1504
|
-
|
|
1505
|
-
#: udata/templates/api/admin.html:34
|
|
1506
|
-
msgid "Delete"
|
|
1507
|
-
msgstr ""
|
|
1508
|
-
|
|
1509
|
-
#: udata/templates/api/admin.html:42
|
|
1510
|
-
msgid "No OAuth clients"
|
|
1511
|
-
msgstr ""
|
|
1512
|
-
|
|
1513
|
-
#: udata/templates/api/admin.html:53
|
|
1514
|
-
msgid "Add a client"
|
|
1515
|
-
msgstr ""
|
|
1516
|
-
|
|
1517
|
-
#: udata/templates/api/oauth_authorize.html:23
|
|
1518
|
-
#, python-format
|
|
1519
|
-
msgid "%(app)s want to access your %(site)s account."
|
|
1520
|
-
msgstr ""
|
|
1521
|
-
|
|
1522
|
-
#: udata/templates/api/oauth_authorize.html:35
|
|
1523
|
-
msgid "Details"
|
|
1524
|
-
msgstr ""
|
|
1525
|
-
|
|
1526
|
-
#: udata/templates/api/oauth_authorize.html:45
|
|
1527
|
-
msgid "Access your profile"
|
|
1528
|
-
msgstr ""
|
|
1529
|
-
|
|
1530
|
-
#: udata/templates/api/oauth_authorize.html:46
|
|
1531
|
-
msgid "Read your profile, the orgnization you belong to, your publications"
|
|
1532
|
-
msgstr ""
|
|
1533
|
-
|
|
1534
|
-
#: udata/templates/api/oauth_authorize.html:54
|
|
1535
|
-
msgid "Publish data"
|
|
1536
|
-
msgstr ""
|
|
1537
|
-
|
|
1538
|
-
#: udata/templates/api/oauth_authorize.html:55
|
|
1539
|
-
msgid "Publish datasets, reuses, follow or unfollow"
|
|
1540
|
-
msgstr ""
|
|
1541
|
-
|
|
1542
|
-
#: udata/templates/api/oauth_authorize.html:65
|
|
1543
|
-
msgid "Accept"
|
|
1544
|
-
msgstr ""
|
|
1545
|
-
|
|
1546
|
-
#: udata/templates/api/oauth_authorize.html:67
|
|
1547
|
-
msgid "Refuse"
|
|
1548
|
-
msgstr ""
|
|
1549
|
-
|
|
1550
|
-
#: udata/templates/api/oauth_error.html:15
|
|
1551
|
-
msgid "OAuth Authentication Error"
|
|
1552
|
-
msgstr ""
|
|
1553
|
-
|
|
1554
|
-
#: udata/templates/api/oauth_error.html:20 udata/templates/macros/metadata.html:2
|
|
1555
|
-
msgid "Home"
|
|
1556
|
-
msgstr ""
|
|
1557
|
-
|
|
1558
1522
|
#: udata/templates/comments/dataset_archived.txt:1
|
|
1559
1523
|
msgid ""
|
|
1560
1524
|
"This dataset has been archived by our administration team.\n"
|
|
@@ -1566,10 +1530,6 @@ msgid ""
|
|
|
1566
1530
|
"If you think this is a mistake, you can contact the site administrator."
|
|
1567
1531
|
msgstr ""
|
|
1568
1532
|
|
|
1569
|
-
#: udata/templates/macros/metadata.html:3
|
|
1570
|
-
msgid "Share, improve and reuse public data"
|
|
1571
|
-
msgstr ""
|
|
1572
|
-
|
|
1573
1533
|
#: udata/templates/mail/account_deleted.html:4
|
|
1574
1534
|
msgid "Your account has now been deleted"
|
|
1575
1535
|
msgstr ""
|
|
@@ -1672,26 +1632,6 @@ msgstr ""
|
|
|
1672
1632
|
msgid "See the discussion"
|
|
1673
1633
|
msgstr ""
|
|
1674
1634
|
|
|
1675
|
-
#: udata/templates/mail/frequency_reminder.html:6
|
|
1676
|
-
msgid "Some of your datasets need to be updated according to the frequency you set:"
|
|
1677
|
-
msgstr ""
|
|
1678
|
-
|
|
1679
|
-
#: udata/templates/mail/frequency_reminder.html:12
|
|
1680
|
-
#, python-format
|
|
1681
|
-
msgid "Dataset \"%(dataset_title)s\" last update is on %(published_date)s."
|
|
1682
|
-
msgstr ""
|
|
1683
|
-
|
|
1684
|
-
#: udata/templates/mail/frequency_reminder.html:17
|
|
1685
|
-
#, python-format
|
|
1686
|
-
msgid ""
|
|
1687
|
-
"Given the set frequency (%(dataset_frequency)s) update was due "
|
|
1688
|
-
"%(due_update_days)s days ago."
|
|
1689
|
-
msgstr ""
|
|
1690
|
-
|
|
1691
|
-
#: udata/templates/mail/frequency_reminder.html:25
|
|
1692
|
-
msgid "Update the dataset and associated resources"
|
|
1693
|
-
msgstr ""
|
|
1694
|
-
|
|
1695
1635
|
#: udata/templates/mail/inactive_account_deleted.html:4
|
|
1696
1636
|
#, python-format
|
|
1697
1637
|
msgid "Your account on %(site)s has been deleted due to inactivity"
|
|
@@ -1905,10 +1845,14 @@ msgstr ""
|
|
|
1905
1845
|
msgid "Here"
|
|
1906
1846
|
msgstr ""
|
|
1907
1847
|
|
|
1908
|
-
#: udata/tests/forms/test_model_field.py:
|
|
1848
|
+
#: udata/tests/forms/test_model_field.py:163
|
|
1909
1849
|
msgid "Expect a \"Target\" class but \"Wrong\" was found"
|
|
1910
1850
|
msgstr ""
|
|
1911
1851
|
|
|
1852
|
+
#: udata/tests/frontend/test_error_handlers.py:26
|
|
1853
|
+
msgid "Home"
|
|
1854
|
+
msgstr ""
|
|
1855
|
+
|
|
1912
1856
|
#: udata/tests/search/test_adapter.py:31
|
|
1913
1857
|
msgid "Never reused"
|
|
1914
1858
|
msgstr ""
|