udata 10.3.1.dev34878__py2.py3-none-any.whl → 10.3.2__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.

Files changed (49) hide show
  1. udata/__init__.py +1 -1
  2. udata/core/activity/api.py +1 -1
  3. udata/{frontend → core}/csv.py +1 -1
  4. udata/core/dataservices/csv.py +1 -1
  5. udata/core/dataset/api.py +11 -0
  6. udata/core/dataset/csv.py +1 -1
  7. udata/core/dataset/tasks.py +1 -2
  8. udata/core/discussions/csv.py +1 -1
  9. udata/core/organization/api.py +40 -0
  10. udata/core/organization/csv.py +1 -1
  11. udata/core/reuse/csv.py +1 -1
  12. udata/core/site/api.py +106 -1
  13. udata/core/tags/csv.py +1 -1
  14. udata/core/tags/views.py +1 -1
  15. udata/core/topic/models.py +1 -1
  16. udata/core/topic/parsers.py +4 -0
  17. udata/harvest/csv.py +1 -1
  18. udata/migrations/2025-04-24-topic-featured-default-false.py +15 -0
  19. udata/routing.py +3 -0
  20. udata/templates/mail/account_inactivity.html +15 -4
  21. udata/templates/mail/account_inactivity.txt +13 -4
  22. udata/tests/api/test_organizations_api.py +98 -1
  23. udata/tests/api/test_topics_api.py +13 -2
  24. udata/tests/apiv2/test_datasets.py +16 -0
  25. udata/tests/apiv2/test_topics.py +13 -2
  26. udata/tests/frontend/test_csv.py +1 -1
  27. udata/tests/site/test_site_csv_exports.py +464 -0
  28. udata/tests/test_tags.py +1 -1
  29. udata/translations/ar/LC_MESSAGES/udata.mo +0 -0
  30. udata/translations/ar/LC_MESSAGES/udata.po +38 -32
  31. udata/translations/de/LC_MESSAGES/udata.mo +0 -0
  32. udata/translations/de/LC_MESSAGES/udata.po +38 -32
  33. udata/translations/es/LC_MESSAGES/udata.mo +0 -0
  34. udata/translations/es/LC_MESSAGES/udata.po +38 -32
  35. udata/translations/fr/LC_MESSAGES/udata.mo +0 -0
  36. udata/translations/fr/LC_MESSAGES/udata.po +40 -34
  37. udata/translations/it/LC_MESSAGES/udata.mo +0 -0
  38. udata/translations/it/LC_MESSAGES/udata.po +38 -32
  39. udata/translations/pt/LC_MESSAGES/udata.mo +0 -0
  40. udata/translations/pt/LC_MESSAGES/udata.po +38 -32
  41. udata/translations/sr/LC_MESSAGES/udata.mo +0 -0
  42. udata/translations/sr/LC_MESSAGES/udata.po +38 -32
  43. udata/translations/udata.pot +43 -34
  44. {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dist-info}/METADATA +10 -2
  45. {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dist-info}/RECORD +49 -47
  46. {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dist-info}/LICENSE +0 -0
  47. {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dist-info}/WHEEL +0 -0
  48. {udata-10.3.1.dev34878.dist-info → udata-10.3.2.dist-info}/entry_points.txt +0 -0
  49. {udata-10.3.1.dev34878.dist-info → udata-10.3.2.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: 2025-04-01 17:30+0200\n"
6
- "PO-Revision-Date: 2025-04-01 15:32\n"
5
+ "POT-Creation-Date: 2025-04-30 14:18+0200\n"
6
+ "PO-Revision-Date: 2025-04-30 12:47\n"
7
7
  "Last-Translator: Open Data Team <i18n@opendata.team>\n"
8
8
  "Language: fr\n"
9
9
  "Language-Team: French\n"
@@ -51,7 +51,7 @@ msgstr "Ce jeu de données a été archivé"
51
51
  msgid "Invalid URL \"{url}\": {reason}"
52
52
  msgstr "URL invalide \"{url}\" : {reason}"
53
53
 
54
- #: udata/tests/api/test_datasets_api.py:935 udata/tests/test_model.py:403
54
+ #: udata/tests/api/test_datasets_api.py:1029 udata/tests/test_model.py:403
55
55
  #: udata/uris.py:55
56
56
  #, python-brace-format
57
57
  msgid "Invalid URL \"{url}\""
@@ -208,7 +208,7 @@ msgid "Your udata instance is ready!"
208
208
  msgstr "Votre instance udata est prête !"
209
209
 
210
210
  #: udata/core/owned.py:64 udata/forms/fields.py:752
211
- #: udata/tests/api/test_dataservices_api.py:476
211
+ #: udata/tests/api/test_dataservices_api.py:474
212
212
  msgid "You can only set yourself as owner"
213
213
  msgstr "Vous ne pouvez définir que vous-même en tant que propriétaire"
214
214
 
@@ -217,7 +217,7 @@ msgid "Unknown organization"
217
217
  msgstr "Organisation inconnue"
218
218
 
219
219
  #: udata/core/owned.py:77 udata/forms/fields.py:784
220
- #: udata/tests/api/test_dataservices_api.py:490
220
+ #: udata/tests/api/test_dataservices_api.py:487
221
221
  msgid "Permission denied for this organization"
222
222
  msgstr "Permission refusée pour cette organisation"
223
223
 
@@ -249,7 +249,8 @@ msgid "The organization web contact form"
249
249
  msgstr "Formulaire de contact web de l'organisation"
250
250
 
251
251
  #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:116
252
- #: udata/core/dataset/forms.py:179 udata/core/topic/forms.py:14
252
+ #: udata/core/dataset/forms.py:179 udata/core/discussions/forms.py:13
253
+ #: udata/core/discussions/forms.py:29 udata/core/topic/forms.py:14
253
254
  #: udata/harvest/forms.py:87
254
255
  msgid "Publish as"
255
256
  msgstr "Publier en tant que"
@@ -278,12 +279,12 @@ msgstr "Au moins un e-mail ou un formulaire de contact est requis pour un point
278
279
  msgid "dataservice"
279
280
  msgstr "API"
280
281
 
281
- #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:573
282
+ #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:575
282
283
  #: udata/mongo/datetime_fields.py:60
283
284
  msgid "Creation date"
284
285
  msgstr "Date de création"
285
286
 
286
- #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:576
287
+ #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:578
287
288
  #: udata/mongo/datetime_fields.py:66
288
289
  msgid "Last modification date"
289
290
  msgstr "Date de dernière modification"
@@ -449,8 +450,8 @@ msgid "Version of the schema"
449
450
  msgstr "Version du schéma"
450
451
 
451
452
  #: udata/core/dataset/forms.py:65 udata/core/dataset/forms.py:146
452
- #: udata/core/discussions/forms.py:13 udata/core/site/forms.py:12
453
- #: udata/templates/mail/discussion_closed.html:26
453
+ #: udata/core/discussions/forms.py:14 udata/core/discussions/forms.py:25
454
+ #: udata/core/site/forms.py:12 udata/templates/mail/discussion_closed.html:26
454
455
  #: udata/templates/mail/new_discussion.html:25
455
456
  #: udata/templates/mail/new_discussion_comment.html:26
456
457
  msgid "Title"
@@ -506,7 +507,7 @@ msgstr "La taille du fichier en octets"
506
507
  msgid "Related dataset"
507
508
  msgstr "Jeu de données concerné"
508
509
 
509
- #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:847
510
+ #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:941
510
511
  msgid "Wrong contact point id or contact point ownership mismatch"
511
512
  msgstr "Mauvais ID de point de contact ou incompatibilité de possession du point de contact"
512
513
 
@@ -580,20 +581,20 @@ msgstr "Données pivot"
580
581
  msgid "A schema must contains a name or an URL when a version is provided."
581
582
  msgstr "Un schéma doit contenir un nom ou une URL lorsqu'une version est fournie."
582
583
 
583
- #: udata/core/dataset/models.py:169 udata/tests/api/test_datasets_api.py:943
584
- #: udata/tests/api/test_datasets_api.py:954
584
+ #: udata/core/dataset/models.py:169 udata/tests/api/test_datasets_api.py:1037
585
+ #: udata/tests/api/test_datasets_api.py:1048
585
586
  #, python-brace-format
586
587
  msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
587
588
  msgstr "Le nom du schéma \"{schema}\" n'est pas une valeur autorisée. Valeurs autorisées : {values}"
588
589
 
589
- #: udata/core/dataset/models.py:188 udata/tests/api/test_datasets_api.py:966
590
+ #: udata/core/dataset/models.py:188 udata/tests/api/test_datasets_api.py:1060
590
591
  #, python-brace-format
591
592
  msgid "Version \"{version}\" is not an allowed value for the schema \"{name}\". Allowed versions: {values}"
592
593
  msgstr "La version \"{version}\" n'est pas une valeur autorisée pour le schéma \"{name}\". Versions autorisées : {values}"
593
594
 
594
595
  #: udata/core/dataset/models.py:467 udata/core/dataset/rdf.py:603
595
- #: udata/tests/dataset/test_dataset_rdf.py:669
596
- #: udata/tests/dataset/test_dataset_rdf.py:682
596
+ #: udata/tests/dataset/test_dataset_rdf.py:687
597
+ #: udata/tests/dataset/test_dataset_rdf.py:700
597
598
  msgid "Nameless resource"
598
599
  msgstr "Ressource sans nom"
599
600
 
@@ -601,11 +602,11 @@ msgstr "Ressource sans nom"
601
602
  msgid "Future date of update"
602
603
  msgstr "Future date de mise à jour"
603
604
 
604
- #: udata/core/dataset/models.py:622
605
+ #: udata/core/dataset/models.py:624
605
606
  msgid "dataset"
606
607
  msgstr "jeu de données"
607
608
 
608
- #: udata/core/dataset/rdf.py:601 udata/tests/dataset/test_dataset_rdf.py:656
609
+ #: udata/core/dataset/rdf.py:601 udata/tests/dataset/test_dataset_rdf.py:674
609
610
  #, python-brace-format
610
611
  msgid "{format} resource"
611
612
  msgstr "Ressource {format}"
@@ -614,13 +615,13 @@ msgstr "Ressource {format}"
614
615
  msgid "You need to update some frequency-based datasets"
615
616
  msgstr "Vous devez publier certains jeux de données avec une fréquence de mise à jour"
616
617
 
617
- #: udata/core/discussions/forms.py:15 udata/core/discussions/forms.py:23
618
- #: udata/core/organization/forms.py:83 udata/core/organization/forms.py:87
619
- #: udata/harvest/forms.py:97
618
+ #: udata/core/discussions/forms.py:16 udata/core/discussions/forms.py:31
619
+ #: udata/core/discussions/forms.py:37 udata/core/organization/forms.py:83
620
+ #: udata/core/organization/forms.py:87 udata/harvest/forms.py:97
620
621
  msgid "Comment"
621
622
  msgstr "Commentaire"
622
623
 
623
- #: udata/core/discussions/forms.py:17
624
+ #: udata/core/discussions/forms.py:18
624
625
  msgid "Subject"
625
626
  msgstr "Sujet"
626
627
 
@@ -956,11 +957,11 @@ msgstr "Droit et justice"
956
957
  msgid "Open data tools"
957
958
  msgstr "Outils open data"
958
959
 
959
- #: udata/core/reuse/models.py:36
960
+ #: udata/core/reuse/models.py:37
960
961
  msgid "This URL is already registered"
961
962
  msgstr "Cette URL est déjà enregistrée"
962
963
 
963
- #: udata/core/reuse/models.py:176
964
+ #: udata/core/reuse/models.py:178
964
965
  msgid "reuse"
965
966
  msgstr "réutilisation"
966
967
 
@@ -1261,11 +1262,11 @@ msgstr "Ignoré"
1261
1262
  msgid "Archived"
1262
1263
  msgstr "Archivé"
1263
1264
 
1264
- #: udata/harvest/backends/dcat.py:296
1265
+ #: udata/harvest/backends/dcat.py:338
1265
1266
  msgid "Remote URL prefix"
1266
1267
  msgstr "Préfixe d'URL distante"
1267
1268
 
1268
- #: udata/harvest/backends/dcat.py:299
1269
+ #: udata/harvest/backends/dcat.py:341
1269
1270
  msgid "A prefix used to build the remote URL of the harvested items."
1270
1271
  msgstr "Un préfixe utilisé pour construire l'URL distante des éléments récoltés."
1271
1272
 
@@ -1358,19 +1359,24 @@ msgstr "Votre compte est maintenant supprimé"
1358
1359
 
1359
1360
  #: udata/templates/mail/account_inactivity.html:6
1360
1361
  #, python-format
1361
- msgid "Your account (%(user_email)s) has been inactive for %(inactivity_years)d years or more."
1362
- msgstr "Votre compte (%(user_email)s) est inactif depuis %(inactivity_years)d ans ou plus."
1362
+ msgid "We have noticed that your account associated to (%(user_email)s) has been inactive for %(inactivity_years)d years or more on %(site)s, the open platform for public data."
1363
+ msgstr "Nous avons constaté que votre compte associé à l'adresse (%(user_email)s) est inactif depuis plus de %(inactivity_years)d ans sur %(site)s, la plateforme des données publiques."
1363
1364
 
1364
- #: udata/templates/mail/account_inactivity.html:15
1365
+ #: udata/templates/mail/account_inactivity.html:17
1365
1366
  #, python-format
1366
- msgid "If you want to keep your account, please log in with your account on %(site)s."
1367
- msgstr "Si vous souhaitez conserver votre compte, veuillez vous connecter avec votre compte sur %(site)s."
1367
+ msgid "If you want to keep your account, please log in with your account on %(home)s."
1368
+ msgstr "Si vous souhaitez conserver votre compte, veuillez vous connecter avec votre compte sur %(home)s."
1368
1369
 
1369
- #: udata/templates/mail/account_inactivity.html:23
1370
+ #: udata/templates/mail/account_inactivity.html:25
1370
1371
  #, python-format
1371
1372
  msgid "Without logging in, your account will be deleted within %(notify_delay)d days."
1372
1373
  msgstr "Sans connexion de votre part, votre compte va être supprimé d'ici %(notify_delay)d jours."
1373
1374
 
1375
+ #: udata/templates/mail/account_inactivity.html:33
1376
+ #, python-format
1377
+ msgid "This account is not tied to your other administration accounts and you can always re-create an account on the %(site)s platform if necessary."
1378
+ msgstr "Ce compte n'est pas relié à vos autres comptes de l'administration et vous aurez toujours la possibilité de recréer un compte sur la plateforme %(site)s."
1379
+
1374
1380
  #: udata/templates/mail/badge_added_association.html:6
1375
1381
  #, python-format
1376
1382
  msgid "%(user)s has identified your organization \"%(name)s\" as an association"
@@ -1432,13 +1438,13 @@ msgstr "L'équipe de %(site)s"
1432
1438
  msgid "%(user)s closed an discussion on your %(type)s %(subject)s"
1433
1439
  msgstr "%(user)s a fermé une discussion sur %(type)s %(subject)s"
1434
1440
 
1435
- #: udata/templates/mail/discussion_closed.html:31
1441
+ #: udata/templates/mail/discussion_closed.html:32
1436
1442
  #: udata/templates/mail/new_discussion.html:30
1437
1443
  #: udata/templates/mail/new_discussion_comment.html:31
1438
1444
  msgid "Message"
1439
1445
  msgstr "Message"
1440
1446
 
1441
- #: udata/templates/mail/discussion_closed.html:40
1447
+ #: udata/templates/mail/discussion_closed.html:41
1442
1448
  #: udata/templates/mail/new_discussion.html:38
1443
1449
  #: udata/templates/mail/new_discussion_comment.html:39
1444
1450
  msgid "See the discussion"
Binary file
@@ -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: 2025-04-01 17:30+0200\n"
6
- "PO-Revision-Date: 2025-04-01 15:33\n"
5
+ "POT-Creation-Date: 2025-04-30 14:18+0200\n"
6
+ "PO-Revision-Date: 2025-04-30 12:35\n"
7
7
  "Last-Translator: Open Data Team <i18n@opendata.team>\n"
8
8
  "Language: it\n"
9
9
  "Language-Team: Italian\n"
@@ -51,7 +51,7 @@ msgstr "Questo dataset è stato archiviato"
51
51
  msgid "Invalid URL \"{url}\": {reason}"
52
52
  msgstr ""
53
53
 
54
- #: udata/tests/api/test_datasets_api.py:935 udata/tests/test_model.py:403
54
+ #: udata/tests/api/test_datasets_api.py:1029 udata/tests/test_model.py:403
55
55
  #: udata/uris.py:55
56
56
  #, python-brace-format
57
57
  msgid "Invalid URL \"{url}\""
@@ -208,7 +208,7 @@ msgid "Your udata instance is ready!"
208
208
  msgstr "La tua istanza udata è pronta!"
209
209
 
210
210
  #: udata/core/owned.py:64 udata/forms/fields.py:752
211
- #: udata/tests/api/test_dataservices_api.py:476
211
+ #: udata/tests/api/test_dataservices_api.py:474
212
212
  msgid "You can only set yourself as owner"
213
213
  msgstr "Puoi solo impostare te stessə come proprietariə"
214
214
 
@@ -217,7 +217,7 @@ msgid "Unknown organization"
217
217
  msgstr ""
218
218
 
219
219
  #: udata/core/owned.py:77 udata/forms/fields.py:784
220
- #: udata/tests/api/test_dataservices_api.py:490
220
+ #: udata/tests/api/test_dataservices_api.py:487
221
221
  msgid "Permission denied for this organization"
222
222
  msgstr "Permesso negato per questa organizzazione"
223
223
 
@@ -249,7 +249,8 @@ msgid "The organization web contact form"
249
249
  msgstr ""
250
250
 
251
251
  #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:116
252
- #: udata/core/dataset/forms.py:179 udata/core/topic/forms.py:14
252
+ #: udata/core/dataset/forms.py:179 udata/core/discussions/forms.py:13
253
+ #: udata/core/discussions/forms.py:29 udata/core/topic/forms.py:14
253
254
  #: udata/harvest/forms.py:87
254
255
  msgid "Publish as"
255
256
  msgstr "Pubblica come"
@@ -278,12 +279,12 @@ msgstr ""
278
279
  msgid "dataservice"
279
280
  msgstr ""
280
281
 
281
- #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:573
282
+ #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:575
282
283
  #: udata/mongo/datetime_fields.py:60
283
284
  msgid "Creation date"
284
285
  msgstr "Data di creazione"
285
286
 
286
- #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:576
287
+ #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:578
287
288
  #: udata/mongo/datetime_fields.py:66
288
289
  msgid "Last modification date"
289
290
  msgstr "Data dell'ultima modifica"
@@ -449,8 +450,8 @@ msgid "Version of the schema"
449
450
  msgstr ""
450
451
 
451
452
  #: udata/core/dataset/forms.py:65 udata/core/dataset/forms.py:146
452
- #: udata/core/discussions/forms.py:13 udata/core/site/forms.py:12
453
- #: udata/templates/mail/discussion_closed.html:26
453
+ #: udata/core/discussions/forms.py:14 udata/core/discussions/forms.py:25
454
+ #: udata/core/site/forms.py:12 udata/templates/mail/discussion_closed.html:26
454
455
  #: udata/templates/mail/new_discussion.html:25
455
456
  #: udata/templates/mail/new_discussion_comment.html:26
456
457
  msgid "Title"
@@ -506,7 +507,7 @@ msgstr "Dimensione del file in byte"
506
507
  msgid "Related dataset"
507
508
  msgstr "Dataset correlato"
508
509
 
509
- #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:847
510
+ #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:941
510
511
  msgid "Wrong contact point id or contact point ownership mismatch"
511
512
  msgstr ""
512
513
 
@@ -580,20 +581,20 @@ msgstr "Dati cardine"
580
581
  msgid "A schema must contains a name or an URL when a version is provided."
581
582
  msgstr ""
582
583
 
583
- #: udata/core/dataset/models.py:169 udata/tests/api/test_datasets_api.py:943
584
- #: udata/tests/api/test_datasets_api.py:954
584
+ #: udata/core/dataset/models.py:169 udata/tests/api/test_datasets_api.py:1037
585
+ #: udata/tests/api/test_datasets_api.py:1048
585
586
  #, python-brace-format
586
587
  msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
587
588
  msgstr "Il nome dello schema \"{schema}\" non è un valore consentito. Valori consentiti: {values}"
588
589
 
589
- #: udata/core/dataset/models.py:188 udata/tests/api/test_datasets_api.py:966
590
+ #: udata/core/dataset/models.py:188 udata/tests/api/test_datasets_api.py:1060
590
591
  #, python-brace-format
591
592
  msgid "Version \"{version}\" is not an allowed value for the schema \"{name}\". Allowed versions: {values}"
592
593
  msgstr ""
593
594
 
594
595
  #: udata/core/dataset/models.py:467 udata/core/dataset/rdf.py:603
595
- #: udata/tests/dataset/test_dataset_rdf.py:669
596
- #: udata/tests/dataset/test_dataset_rdf.py:682
596
+ #: udata/tests/dataset/test_dataset_rdf.py:687
597
+ #: udata/tests/dataset/test_dataset_rdf.py:700
597
598
  msgid "Nameless resource"
598
599
  msgstr "File senza nome"
599
600
 
@@ -601,11 +602,11 @@ msgstr "File senza nome"
601
602
  msgid "Future date of update"
602
603
  msgstr "Data di aggiornamento futura"
603
604
 
604
- #: udata/core/dataset/models.py:622
605
+ #: udata/core/dataset/models.py:624
605
606
  msgid "dataset"
606
607
  msgstr "dataset"
607
608
 
608
- #: udata/core/dataset/rdf.py:601 udata/tests/dataset/test_dataset_rdf.py:656
609
+ #: udata/core/dataset/rdf.py:601 udata/tests/dataset/test_dataset_rdf.py:674
609
610
  #, python-brace-format
610
611
  msgid "{format} resource"
611
612
  msgstr "File {format}"
@@ -614,13 +615,13 @@ msgstr "File {format}"
614
615
  msgid "You need to update some frequency-based datasets"
615
616
  msgstr "È necessario aggiornare alcuni dataset con una frequenza di aggiornamento"
616
617
 
617
- #: udata/core/discussions/forms.py:15 udata/core/discussions/forms.py:23
618
- #: udata/core/organization/forms.py:83 udata/core/organization/forms.py:87
619
- #: udata/harvest/forms.py:97
618
+ #: udata/core/discussions/forms.py:16 udata/core/discussions/forms.py:31
619
+ #: udata/core/discussions/forms.py:37 udata/core/organization/forms.py:83
620
+ #: udata/core/organization/forms.py:87 udata/harvest/forms.py:97
620
621
  msgid "Comment"
621
622
  msgstr "Commento"
622
623
 
623
- #: udata/core/discussions/forms.py:17
624
+ #: udata/core/discussions/forms.py:18
624
625
  msgid "Subject"
625
626
  msgstr "Oggetto"
626
627
 
@@ -956,11 +957,11 @@ msgstr "Diritto e giustizia"
956
957
  msgid "Open data tools"
957
958
  msgstr "Strumenti open data"
958
959
 
959
- #: udata/core/reuse/models.py:36
960
+ #: udata/core/reuse/models.py:37
960
961
  msgid "This URL is already registered"
961
962
  msgstr "Questo URL è già registrato"
962
963
 
963
- #: udata/core/reuse/models.py:176
964
+ #: udata/core/reuse/models.py:178
964
965
  msgid "reuse"
965
966
  msgstr "riuso"
966
967
 
@@ -1261,11 +1262,11 @@ msgstr "Ignorato"
1261
1262
  msgid "Archived"
1262
1263
  msgstr "Archiviato"
1263
1264
 
1264
- #: udata/harvest/backends/dcat.py:296
1265
+ #: udata/harvest/backends/dcat.py:338
1265
1266
  msgid "Remote URL prefix"
1266
1267
  msgstr ""
1267
1268
 
1268
- #: udata/harvest/backends/dcat.py:299
1269
+ #: udata/harvest/backends/dcat.py:341
1269
1270
  msgid "A prefix used to build the remote URL of the harvested items."
1270
1271
  msgstr ""
1271
1272
 
@@ -1355,19 +1356,24 @@ msgstr ""
1355
1356
 
1356
1357
  #: udata/templates/mail/account_inactivity.html:6
1357
1358
  #, python-format
1358
- msgid "Your account (%(user_email)s) has been inactive for %(inactivity_years)d years or more."
1359
+ msgid "We have noticed that your account associated to (%(user_email)s) has been inactive for %(inactivity_years)d years or more on %(site)s, the open platform for public data."
1359
1360
  msgstr ""
1360
1361
 
1361
- #: udata/templates/mail/account_inactivity.html:15
1362
+ #: udata/templates/mail/account_inactivity.html:17
1362
1363
  #, python-format
1363
- msgid "If you want to keep your account, please log in with your account on %(site)s."
1364
+ msgid "If you want to keep your account, please log in with your account on %(home)s."
1364
1365
  msgstr ""
1365
1366
 
1366
- #: udata/templates/mail/account_inactivity.html:23
1367
+ #: udata/templates/mail/account_inactivity.html:25
1367
1368
  #, python-format
1368
1369
  msgid "Without logging in, your account will be deleted within %(notify_delay)d days."
1369
1370
  msgstr ""
1370
1371
 
1372
+ #: udata/templates/mail/account_inactivity.html:33
1373
+ #, python-format
1374
+ msgid "This account is not tied to your other administration accounts and you can always re-create an account on the %(site)s platform if necessary."
1375
+ msgstr ""
1376
+
1371
1377
  #: udata/templates/mail/badge_added_association.html:6
1372
1378
  #, python-format
1373
1379
  msgid "%(user)s has identified your organization \"%(name)s\" as an association"
@@ -1429,13 +1435,13 @@ msgstr ""
1429
1435
  msgid "%(user)s closed an discussion on your %(type)s %(subject)s"
1430
1436
  msgstr ""
1431
1437
 
1432
- #: udata/templates/mail/discussion_closed.html:31
1438
+ #: udata/templates/mail/discussion_closed.html:32
1433
1439
  #: udata/templates/mail/new_discussion.html:30
1434
1440
  #: udata/templates/mail/new_discussion_comment.html:31
1435
1441
  msgid "Message"
1436
1442
  msgstr ""
1437
1443
 
1438
- #: udata/templates/mail/discussion_closed.html:40
1444
+ #: udata/templates/mail/discussion_closed.html:41
1439
1445
  #: udata/templates/mail/new_discussion.html:38
1440
1446
  #: udata/templates/mail/new_discussion_comment.html:39
1441
1447
  msgid "See the discussion"
Binary file
@@ -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: 2025-04-01 17:30+0200\n"
6
- "PO-Revision-Date: 2025-04-01 15:33\n"
5
+ "POT-Creation-Date: 2025-04-30 14:18+0200\n"
6
+ "PO-Revision-Date: 2025-04-30 12:35\n"
7
7
  "Last-Translator: Open Data Team <i18n@opendata.team>\n"
8
8
  "Language: pt\n"
9
9
  "Language-Team: Portuguese\n"
@@ -51,7 +51,7 @@ msgstr "O seu conjunto de dados foi arquivado"
51
51
  msgid "Invalid URL \"{url}\": {reason}"
52
52
  msgstr ""
53
53
 
54
- #: udata/tests/api/test_datasets_api.py:935 udata/tests/test_model.py:403
54
+ #: udata/tests/api/test_datasets_api.py:1029 udata/tests/test_model.py:403
55
55
  #: udata/uris.py:55
56
56
  #, python-brace-format
57
57
  msgid "Invalid URL \"{url}\""
@@ -208,7 +208,7 @@ msgid "Your udata instance is ready!"
208
208
  msgstr "O uData foi iniciado com sucesso!"
209
209
 
210
210
  #: udata/core/owned.py:64 udata/forms/fields.py:752
211
- #: udata/tests/api/test_dataservices_api.py:476
211
+ #: udata/tests/api/test_dataservices_api.py:474
212
212
  msgid "You can only set yourself as owner"
213
213
  msgstr "Apenas pode definir-se como proprietário"
214
214
 
@@ -217,7 +217,7 @@ msgid "Unknown organization"
217
217
  msgstr ""
218
218
 
219
219
  #: udata/core/owned.py:77 udata/forms/fields.py:784
220
- #: udata/tests/api/test_dataservices_api.py:490
220
+ #: udata/tests/api/test_dataservices_api.py:487
221
221
  msgid "Permission denied for this organization"
222
222
  msgstr "Permissão recusada para esta organização"
223
223
 
@@ -249,7 +249,8 @@ msgid "The organization web contact form"
249
249
  msgstr ""
250
250
 
251
251
  #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:116
252
- #: udata/core/dataset/forms.py:179 udata/core/topic/forms.py:14
252
+ #: udata/core/dataset/forms.py:179 udata/core/discussions/forms.py:13
253
+ #: udata/core/discussions/forms.py:29 udata/core/topic/forms.py:14
253
254
  #: udata/harvest/forms.py:87
254
255
  msgid "Publish as"
255
256
  msgstr "Publicar como"
@@ -278,12 +279,12 @@ msgstr ""
278
279
  msgid "dataservice"
279
280
  msgstr ""
280
281
 
281
- #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:573
282
+ #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:575
282
283
  #: udata/mongo/datetime_fields.py:60
283
284
  msgid "Creation date"
284
285
  msgstr "Data de criação"
285
286
 
286
- #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:576
287
+ #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:578
287
288
  #: udata/mongo/datetime_fields.py:66
288
289
  msgid "Last modification date"
289
290
  msgstr "Data da última modificação"
@@ -449,8 +450,8 @@ msgid "Version of the schema"
449
450
  msgstr ""
450
451
 
451
452
  #: udata/core/dataset/forms.py:65 udata/core/dataset/forms.py:146
452
- #: udata/core/discussions/forms.py:13 udata/core/site/forms.py:12
453
- #: udata/templates/mail/discussion_closed.html:26
453
+ #: udata/core/discussions/forms.py:14 udata/core/discussions/forms.py:25
454
+ #: udata/core/site/forms.py:12 udata/templates/mail/discussion_closed.html:26
454
455
  #: udata/templates/mail/new_discussion.html:25
455
456
  #: udata/templates/mail/new_discussion_comment.html:26
456
457
  msgid "Title"
@@ -506,7 +507,7 @@ msgstr "Tamanho do ficheiro em bytes"
506
507
  msgid "Related dataset"
507
508
  msgstr "Dataset relacionado"
508
509
 
509
- #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:847
510
+ #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:941
510
511
  msgid "Wrong contact point id or contact point ownership mismatch"
511
512
  msgstr ""
512
513
 
@@ -580,20 +581,20 @@ msgstr "Dados centrais"
580
581
  msgid "A schema must contains a name or an URL when a version is provided."
581
582
  msgstr ""
582
583
 
583
- #: udata/core/dataset/models.py:169 udata/tests/api/test_datasets_api.py:943
584
- #: udata/tests/api/test_datasets_api.py:954
584
+ #: udata/core/dataset/models.py:169 udata/tests/api/test_datasets_api.py:1037
585
+ #: udata/tests/api/test_datasets_api.py:1048
585
586
  #, python-brace-format
586
587
  msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
587
588
  msgstr ""
588
589
 
589
- #: udata/core/dataset/models.py:188 udata/tests/api/test_datasets_api.py:966
590
+ #: udata/core/dataset/models.py:188 udata/tests/api/test_datasets_api.py:1060
590
591
  #, python-brace-format
591
592
  msgid "Version \"{version}\" is not an allowed value for the schema \"{name}\". Allowed versions: {values}"
592
593
  msgstr ""
593
594
 
594
595
  #: udata/core/dataset/models.py:467 udata/core/dataset/rdf.py:603
595
- #: udata/tests/dataset/test_dataset_rdf.py:669
596
- #: udata/tests/dataset/test_dataset_rdf.py:682
596
+ #: udata/tests/dataset/test_dataset_rdf.py:687
597
+ #: udata/tests/dataset/test_dataset_rdf.py:700
597
598
  msgid "Nameless resource"
598
599
  msgstr "Recurso sem nome"
599
600
 
@@ -601,11 +602,11 @@ msgstr "Recurso sem nome"
601
602
  msgid "Future date of update"
602
603
  msgstr "Data futura de atualização"
603
604
 
604
- #: udata/core/dataset/models.py:622
605
+ #: udata/core/dataset/models.py:624
605
606
  msgid "dataset"
606
607
  msgstr "conjunto de dados"
607
608
 
608
- #: udata/core/dataset/rdf.py:601 udata/tests/dataset/test_dataset_rdf.py:656
609
+ #: udata/core/dataset/rdf.py:601 udata/tests/dataset/test_dataset_rdf.py:674
609
610
  #, python-brace-format
610
611
  msgid "{format} resource"
611
612
  msgstr "{format} recurso"
@@ -614,13 +615,13 @@ msgstr "{format} recurso"
614
615
  msgid "You need to update some frequency-based datasets"
615
616
  msgstr "É necessário atualizar alguns datasets baseados em frequência"
616
617
 
617
- #: udata/core/discussions/forms.py:15 udata/core/discussions/forms.py:23
618
- #: udata/core/organization/forms.py:83 udata/core/organization/forms.py:87
619
- #: udata/harvest/forms.py:97
618
+ #: udata/core/discussions/forms.py:16 udata/core/discussions/forms.py:31
619
+ #: udata/core/discussions/forms.py:37 udata/core/organization/forms.py:83
620
+ #: udata/core/organization/forms.py:87 udata/harvest/forms.py:97
620
621
  msgid "Comment"
621
622
  msgstr "Comentário"
622
623
 
623
- #: udata/core/discussions/forms.py:17
624
+ #: udata/core/discussions/forms.py:18
624
625
  msgid "Subject"
625
626
  msgstr "Assunto"
626
627
 
@@ -956,11 +957,11 @@ msgstr "Lei e justiça"
956
957
  msgid "Open data tools"
957
958
  msgstr "Abrir ferramentas de dados"
958
959
 
959
- #: udata/core/reuse/models.py:36
960
+ #: udata/core/reuse/models.py:37
960
961
  msgid "This URL is already registered"
961
962
  msgstr "Este URL já está registado"
962
963
 
963
- #: udata/core/reuse/models.py:176
964
+ #: udata/core/reuse/models.py:178
964
965
  msgid "reuse"
965
966
  msgstr "reutilização"
966
967
 
@@ -1261,11 +1262,11 @@ msgstr "Ignorado"
1261
1262
  msgid "Archived"
1262
1263
  msgstr "Arquivado"
1263
1264
 
1264
- #: udata/harvest/backends/dcat.py:296
1265
+ #: udata/harvest/backends/dcat.py:338
1265
1266
  msgid "Remote URL prefix"
1266
1267
  msgstr ""
1267
1268
 
1268
- #: udata/harvest/backends/dcat.py:299
1269
+ #: udata/harvest/backends/dcat.py:341
1269
1270
  msgid "A prefix used to build the remote URL of the harvested items."
1270
1271
  msgstr ""
1271
1272
 
@@ -1355,19 +1356,24 @@ msgstr "A sua conta foi eliminada"
1355
1356
 
1356
1357
  #: udata/templates/mail/account_inactivity.html:6
1357
1358
  #, python-format
1358
- msgid "Your account (%(user_email)s) has been inactive for %(inactivity_years)d years or more."
1359
+ msgid "We have noticed that your account associated to (%(user_email)s) has been inactive for %(inactivity_years)d years or more on %(site)s, the open platform for public data."
1359
1360
  msgstr ""
1360
1361
 
1361
- #: udata/templates/mail/account_inactivity.html:15
1362
+ #: udata/templates/mail/account_inactivity.html:17
1362
1363
  #, python-format
1363
- msgid "If you want to keep your account, please log in with your account on %(site)s."
1364
+ msgid "If you want to keep your account, please log in with your account on %(home)s."
1364
1365
  msgstr ""
1365
1366
 
1366
- #: udata/templates/mail/account_inactivity.html:23
1367
+ #: udata/templates/mail/account_inactivity.html:25
1367
1368
  #, python-format
1368
1369
  msgid "Without logging in, your account will be deleted within %(notify_delay)d days."
1369
1370
  msgstr ""
1370
1371
 
1372
+ #: udata/templates/mail/account_inactivity.html:33
1373
+ #, python-format
1374
+ msgid "This account is not tied to your other administration accounts and you can always re-create an account on the %(site)s platform if necessary."
1375
+ msgstr ""
1376
+
1371
1377
  #: udata/templates/mail/badge_added_association.html:6
1372
1378
  #, python-format
1373
1379
  msgid "%(user)s has identified your organization \"%(name)s\" as an association"
@@ -1429,13 +1435,13 @@ msgstr "A equipa do %(site)s"
1429
1435
  msgid "%(user)s closed an discussion on your %(type)s %(subject)s"
1430
1436
  msgstr "%(user)s encerrou uma discussão sobre %(type)s %(subject)s"
1431
1437
 
1432
- #: udata/templates/mail/discussion_closed.html:31
1438
+ #: udata/templates/mail/discussion_closed.html:32
1433
1439
  #: udata/templates/mail/new_discussion.html:30
1434
1440
  #: udata/templates/mail/new_discussion_comment.html:31
1435
1441
  msgid "Message"
1436
1442
  msgstr "Mensagem"
1437
1443
 
1438
- #: udata/templates/mail/discussion_closed.html:40
1444
+ #: udata/templates/mail/discussion_closed.html:41
1439
1445
  #: udata/templates/mail/new_discussion.html:38
1440
1446
  #: udata/templates/mail/new_discussion_comment.html:39
1441
1447
  msgid "See the discussion"
Binary file