invenio-vocabularies 7.3.0__py2.py3-none-any.whl → 7.5.0__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 invenio-vocabularies might be problematic. Click here for more details.

Files changed (98) hide show
  1. invenio_vocabularies/__init__.py +1 -1
  2. invenio_vocabularies/administration/views/vocabularies.py +7 -9
  3. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js +1 -1
  4. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js +1 -1
  5. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js +1 -1
  6. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingFieldItem.js +1 -1
  7. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingModal.js +1 -1
  8. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/NoAwardResults.js +1 -1
  9. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next-scanner.config.js +1 -1
  10. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next.js +1 -1
  11. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ar/translations.json +28 -0
  12. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/bg/translations.json +28 -0
  13. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ca/translations.json +28 -0
  14. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/cs/translations.json +28 -0
  15. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/da/translations.json +28 -0
  16. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/de/translations.json +28 -0
  17. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/el/translations.json +28 -0
  18. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/en/translations.json +28 -0
  19. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/es/translations.json +28 -0
  20. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/et/translations.json +28 -0
  21. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fa/translations.json +28 -0
  22. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fr/translations.json +28 -0
  23. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hr/translations.json +28 -0
  24. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hu/translations.json +28 -0
  25. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/it/translations.json +28 -0
  26. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ja/translations.json +28 -0
  27. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ka/translations.json +28 -0
  28. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/lt/translations.json +28 -0
  29. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/no/translations.json +28 -0
  30. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pl/translations.json +28 -0
  31. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pt/translations.json +28 -0
  32. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ro/translations.json +28 -0
  33. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ru/translations.json +28 -0
  34. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sk/translations.json +28 -0
  35. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json +28 -0
  36. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/tr/translations.json +28 -0
  37. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/uk/translations.json +28 -0
  38. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_CN/translations.json +28 -0
  39. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_TW/translations.json +28 -0
  40. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package-lock.json +1992 -0
  41. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package.json +0 -4
  42. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/compileCatalog.js +1 -1
  43. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/initCatalog.js +1 -1
  44. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/translations.pot +88 -0
  45. invenio_vocabularies/config.py +14 -14
  46. invenio_vocabularies/contrib/common/ror/datastreams.py +7 -1
  47. invenio_vocabularies/contrib/names/datastreams.py +38 -9
  48. invenio_vocabularies/contrib/names/s3client.py +9 -3
  49. invenio_vocabularies/datastreams/datastreams.py +14 -0
  50. invenio_vocabularies/datastreams/readers.py +12 -2
  51. invenio_vocabularies/datastreams/writers.py +6 -0
  52. invenio_vocabularies/jobs.py +11 -11
  53. invenio_vocabularies/records/models.py +4 -1
  54. invenio_vocabularies/services/custom_fields/subject.py +4 -4
  55. invenio_vocabularies/services/tasks.py +7 -1
  56. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/METADATA +21 -6
  57. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/RECORD +62 -67
  58. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/WHEEL +1 -1
  59. invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo +0 -0
  60. invenio_vocabularies/translations/af/LC_MESSAGES/messages.po +0 -139
  61. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo +0 -0
  62. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.po +0 -139
  63. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo +0 -0
  64. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.po +0 -139
  65. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo +0 -0
  66. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.po +0 -139
  67. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo +0 -0
  68. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.po +0 -139
  69. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo +0 -0
  70. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.po +0 -139
  71. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo +0 -0
  72. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.po +0 -139
  73. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo +0 -0
  74. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.po +0 -139
  75. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo +0 -0
  76. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.po +0 -139
  77. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo +0 -0
  78. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.po +0 -139
  79. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
  80. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.po +0 -139
  81. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo +0 -0
  82. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.po +0 -139
  83. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
  84. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.po +0 -139
  85. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
  86. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.po +0 -139
  87. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo +0 -0
  88. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.po +0 -139
  89. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo +0 -0
  90. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.po +0 -139
  91. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
  92. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.po +0 -139
  93. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
  94. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.po +0 -139
  95. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/entry_points.txt +0 -0
  96. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info/licenses}/AUTHORS.rst +0 -0
  97. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info/licenses}/LICENSE +0 -0
  98. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/top_level.txt +0 -0
@@ -54,12 +54,12 @@ SUBJECT_FIELDS_UI = [
54
54
  ui_widget="SubjectAutocompleteDropdown",
55
55
  isGenericVocabulary=False,
56
56
  props=dict(
57
- label="Keywords and subjects",
57
+ label=_("Keywords and subjects"),
58
58
  icon="tag",
59
- description="The subjects related to the community",
60
- placeholder="Search for a subject by name e.g. Psychology ...",
59
+ description=_("The subjects related to the community"),
60
+ placeholder=_("Search for a subject by name e.g. Psychology ..."),
61
61
  autocompleteFrom="api/subjects",
62
- noQueryMessage="Search for subjects...",
62
+ noQueryMessage=_("Search for subjects..."),
63
63
  autocompleteFromAcceptHeader="application/vnd.inveniordm.v1+json",
64
64
  required=False,
65
65
  multiple=True,
@@ -9,6 +9,7 @@
9
9
 
10
10
  from celery import shared_task
11
11
  from flask import current_app
12
+ from invenio_jobs.errors import TaskExecutionError
12
13
 
13
14
  from ..datastreams.factories import DataStreamFactory
14
15
 
@@ -23,8 +24,13 @@ def process_datastream(config):
23
24
  batch_size=config.get("batch_size", 1000),
24
25
  write_many=config.get("write_many", False),
25
26
  )
26
-
27
+ entries_with_errors = 0
27
28
  for result in ds.process():
28
29
  if result.errors:
29
30
  for err in result.errors:
30
31
  current_app.logger.error(err)
32
+ entries_with_errors += 1
33
+ if entries_with_errors:
34
+ raise TaskExecutionError(
35
+ message=f"Task execution succeeded with {entries_with_errors} entries with errors."
36
+ )
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: invenio-vocabularies
3
- Version: 7.3.0
3
+ Version: 7.5.0
4
4
  Summary: Invenio module for managing vocabularies.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-vocabularies
6
6
  Author: CERN
@@ -45,9 +45,10 @@ Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"
45
45
  Provides-Extra: mysql
46
46
  Provides-Extra: postgresql
47
47
  Provides-Extra: sqlite
48
+ Dynamic: license-file
48
49
 
49
50
  ..
50
- Copyright (C) 2020-2021 CERN.
51
+ Copyright (C) 2020-2025 CERN.
51
52
 
52
53
  Invenio-Vocabularies is free software; you can redistribute it and/or
53
54
  modify it under the terms of the MIT License; see LICENSE file for more
@@ -77,9 +78,6 @@ Invenio module for managing vocabularies, based on Invenio-Records and Invenio-R
77
78
  - Factories for easily generating models, record API classes, services, and resources
78
79
  - Helpers for importing vocabularies
79
80
 
80
- Further documentation is available on
81
- https://invenio-vocabularies.readthedocs.io/
82
-
83
81
  ..
84
82
  Copyright (C) 2020-2024 CERN.
85
83
  Copyright (C) 2024 Graz University of Technology.
@@ -91,6 +89,23 @@ https://invenio-vocabularies.readthedocs.io/
91
89
  Changes
92
90
  =======
93
91
 
92
+ Version v7.5.0 (released 2025-06-03)
93
+
94
+ - jobs: ORCID job update instead of import (insert-only)
95
+ - readers: add SPARQLReader client params to allow setting user_agent (#472)
96
+ - chore(i18n): removed deprecated languages from i18next
97
+ - chore(tests): update MANIFEST.in
98
+ - chore(i18n): init catalog & extract messages
99
+ - refactor(i18n): use vocabularies i18next for funding ui
100
+ - config: update idutils imports
101
+ - logging: add basic logging for ROR HTTP reader
102
+ - names: ORCID Public Data Sync: detect default keys
103
+
104
+ Version v7.4.0 (released 2025-04-28)
105
+
106
+ - i18n: Fix untranslated strings in vocabularies
107
+ - logging: add basic logging for ORCID
108
+
94
109
  Version v7.3.0 (released 2025-03-18)
95
110
 
96
111
  - form: funding: use FeedbackLabel and add error styling
@@ -1,16 +1,16 @@
1
- invenio_vocabularies/__init__.py,sha256=IuQRd0A4SQseB03HVn0A3YbUI1JUeqRykVF3aqcYMew,429
1
+ invenio_vocabularies/__init__.py,sha256=Sz2fhKQ5Xh_F1bQq73K0muRdobmymX3NI6OQoWYEx4U,429
2
2
  invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
3
- invenio_vocabularies/config.py,sha256=HCX670_PXw-fA1aaTto93N4579dr4M3xRxnA4nHZn18,6967
3
+ invenio_vocabularies/config.py,sha256=v6fTdeQXfUl0LavI2Xslql7mv3DVuIuGTqe2z3H3S7o,6942
4
4
  invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
5
5
  invenio_vocabularies/factories.py,sha256=DM4jRUYu-so1jHRzhbNoNTnWKpYTZeRJhSP273giYws,6400
6
6
  invenio_vocabularies/fixtures.py,sha256=iEPkWf_ZjdP2D9r2sLdIlPoR8Rq2m5cnoFwywUGHneg,1696
7
- invenio_vocabularies/jobs.py,sha256=cbiZnJ3D6Q-j4NvijjqeCoD90TSTMyYul8l4BmBIxPw,5776
7
+ invenio_vocabularies/jobs.py,sha256=ACNpTRoM8AcSlkU79spEKOe8LHtRuBOBLNZQK2jSCgc,5811
8
8
  invenio_vocabularies/proxies.py,sha256=k7cTUgWfnCoYIuNqAj_VFi1zBN33KNNclRSVnBkObEM,711
9
9
  invenio_vocabularies/views.py,sha256=PNJ5nvc3O7ASwNe56xmqy5YaU9n3UYF3W2JwvtE_kYs,1561
10
10
  invenio_vocabularies/webpack.py,sha256=FkM8TxXClmaJcD8YsQq5Mai56nYVJh_1IYTMEHb3c1M,1891
11
11
  invenio_vocabularies/administration/__init__.py,sha256=0bDp2Aw8aZth7C-q9Xn9rxeCUQQRoIUxoWWWwPvKbXA,308
12
12
  invenio_vocabularies/administration/views/__init__.py,sha256=31DP4jLG6q4HQlzSRiGLPxUjHPUCCl4N34y4XMuPP6g,313
13
- invenio_vocabularies/administration/views/vocabularies.py,sha256=JyKr1OYF9DO89zvWCNOtNfClO_QptdHdjvgY1kkImnw,1290
13
+ invenio_vocabularies/administration/views/vocabularies.py,sha256=M8UbXqGyik1_NHzHD0lMn5-ow5ePf7uw8z7DUV0rayw,1312
14
14
  invenio_vocabularies/alembic/17c703ce1eb7_create_names_table.py,sha256=2QGs0Ofi6yd93VzIBqghNi47hrZtuLf0DylKyvVzskI,1572
15
15
  invenio_vocabularies/alembic/3ba812d80559_add_internal_name_id.py,sha256=dwurTL2HN2GQK3c62o6xGugJqgn30DZlhq_njyUBa7s,945
16
16
  invenio_vocabularies/alembic/4a9a4fd235f8_create_vocabulary_schemes.py,sha256=Ywtp8qOFcI3PxUXemHdvy_VwdcUVtMFV1sFgNAmYrms,1054
@@ -30,20 +30,51 @@ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/index.js,sha
30
30
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/index.js,sha256=iSx-bdQkKj6XA9NAam31bdcQmFygljQnjLcFjjK3lwU,245
31
31
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/index.js,sha256=7sSg482yJODQHU4jkP-hWJjpBOw7ubFr5nPZl5D_1gQ,262
32
32
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/AwardResults.js,sha256=AgqJg9GEcJvKZR4plZsH0j7cm9C3yjT9YCPI6uvmOyc,3499
33
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js,sha256=TfwrlA_GrINvN1LAdW7J6q_hkbsiEKxbCWc-7VVp8mY,4674
34
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js,sha256=pPMB9Hirc8z3efquecrO_CKlfXE1ws6OqDB7fB30l5k,2431
35
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js,sha256=NfbBZOxqphYqWB3i0N5p3LDNo4WxM1ko50K_zuuFT28,7621
33
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js,sha256=N4nCbvm6_vTCfuGyhuDnydUdk4cHyum14qYALr6p1WE,4675
34
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js,sha256=KOeeopPt1xoxQDmFDOV8nEi9YsH4VZPlc96hEzLxIQY,2432
35
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js,sha256=L1IqUDkU8VIpos7Cv75A-ZkG2ZLSP8aP3uKR5F1TL5k,7622
36
36
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.test.js,sha256=z_4lWkf3h9Uin8OzSBSKY1wpUxtbnjE2kRUjW80jAhA,35
37
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingFieldItem.js,sha256=ZN4dEcHCVtSVFjzb1SAYPxmaY1Qk5ZdCt1yY7j6pvQs,4610
38
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingModal.js,sha256=X2l1hjwboHFZWEEODvQS8Q7YntD6npj_TmZLiXkuZQs,7474
39
- invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/NoAwardResults.js,sha256=MfA9PWElQcaYznZD5a8TDe5csD6fmxU_6-LTA690mSg,962
37
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingFieldItem.js,sha256=FvxrKFOf9tm3O2Dmnd3B4pt-Tj3OCMUKg22-rGI5qC8,4611
38
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingModal.js,sha256=4ZewwPdzYyWt85VcorgLDe9SguJ0RJCJSTdChUcSxsM,7475
39
+ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/NoAwardResults.js,sha256=hJkNlZTopOEBRQFVx0PqZAusWxcE9DiVlIqY1DniXMQ,963
40
40
  invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/index.js,sha256=67N7fTRVuqH-dkVW9gh3ehr0xGrswVHYaTqUPgYEmF0,319
41
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next-scanner.config.js,sha256=7Xn2OSYbm-zzguRiNTlKLHdBnJCqLuI7MaFaQTMebbA,1814
42
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next.js,sha256=B7b65r5V2hCUgFw1G2GnMNxCeSgHgW5W2vf8I5ZWwcc,1024
43
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package.json,sha256=N1tSgd6KC1QSE80VsO75qrDHraE0YO4kXvrtRrQ7MU0,1026
41
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next-scanner.config.js,sha256=3fjrDsYsRo4rg0QduzNaMtYYhpfoPcRMzBmgJjkeN3A,1813
42
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next.js,sha256=EQEi7-F7BuT8KmkoRnxOLmmEQtsnd1KRO9KTCO-nG_E,1023
43
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package-lock.json,sha256=hTBYSYq5OQTA52XEyw5uwKAVULbjVW7VojWL7mnmFZ8,75872
44
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package.json,sha256=iZYIB9ASfxxAhvTUaQE16uWMraMWGVcAOvf_VXM68yo,975
45
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/translations.pot,sha256=5HeUmnb3SxqGzGz9OAxd-eDr94HlHLy-I5q1Xps_NQY,1637
44
46
  invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/index.js,sha256=6hVcIOIVAKLu-DNyqlsYJ8_TvjmIzGFBK6EGm73cUfU,32
45
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/compileCatalog.js,sha256=wsNlTVpBoI3egVJPTGIHq5eP5AByRE6HNUoWYcu1IEE,1170
46
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/initCatalog.js,sha256=ghTi5iOIhT8AJoFGlxnBrHWiw2ts21dKwY_vWxmkiCE,682
47
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ar/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
48
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/bg/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
49
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ca/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
50
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/cs/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
51
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/da/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
52
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/de/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
53
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/el/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
54
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/en/translations.json,sha256=hzDTBHGRYtpXlypyiZpId7iX-z7DRgGT7IlkLzE37Hk,1065
55
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/es/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
56
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/et/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
57
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fa/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
58
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fr/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
59
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hr/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
60
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hu/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
61
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/it/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
62
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ja/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
63
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ka/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
64
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/lt/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
65
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/no/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
66
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pl/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
67
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pt/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
68
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ro/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
69
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ru/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
70
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sk/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
71
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
72
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/tr/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
73
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/uk/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
74
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_CN/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
75
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_TW/translations.json,sha256=ZCZK3cQD_wfWAH4F1jwGopguCKbXFr7696GUhGSEfCk,664
76
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/compileCatalog.js,sha256=JuQlCwGj8WMqdzJv8wRoIxg8Y5AyVEkJHDaKYdt-CS8,1169
77
+ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/initCatalog.js,sha256=OoStok0-oRJNDcGgnYi0phLFPupWY-fhR4MW7AUmBEs,681
47
78
  invenio_vocabularies/contrib/__init__.py,sha256=C5eDia6tAVBCrbb5hd_KnxmczyBoF87NIBUCLID-Tzc,240
48
79
  invenio_vocabularies/contrib/affiliations/__init__.py,sha256=rV8YAzBRoSKsBYcVjCNJh6j7ITuPRfurwj9HJHRjkN8,565
49
80
  invenio_vocabularies/contrib/affiliations/affiliations.py,sha256=zqFwrAuYhZw7dTfm7dE8bUDxmyPqydUEjKTMPwWSjHk,2096
@@ -89,7 +120,7 @@ invenio_vocabularies/contrib/common/__init__.py,sha256=DdbGYRthEpQtObhY_YK4vOT9Z
89
120
  invenio_vocabularies/contrib/common/openaire/__init__.py,sha256=L7UtSimFJ3NI6j53bHzYKsWpFti1uo4fPb9OaTl7leI,244
90
121
  invenio_vocabularies/contrib/common/openaire/datastreams.py,sha256=BV6NtBCPFuii6KbTHGkgNQO5tt_3Hn9T_219bz8AINg,3514
91
122
  invenio_vocabularies/contrib/common/ror/__init__.py,sha256=3u2-fre1SQ-4nz3Ay0nxj3ntmMZ8Ujh_4eV-fyxfmtc,239
92
- invenio_vocabularies/contrib/common/ror/datastreams.py,sha256=wHpJy5mRKgJ4nQ7IniLyjxoxjTCZKHaEKKKr_OKrqFM,8139
123
+ invenio_vocabularies/contrib/common/ror/datastreams.py,sha256=y8b1akZGbUjcvVBdT8hCqeN5ZsrlHr8OWqN0v_M-h18,8408
93
124
  invenio_vocabularies/contrib/funders/__init__.py,sha256=YxFXBDnT7NM8rFwxT_Ge3xXR2n17EM0alknQq7r_Bt8,478
94
125
  invenio_vocabularies/contrib/funders/api.py,sha256=QKGGeSnPHSoBfucvpaVruXT_txYidofZ080G3IxFkIo,306
95
126
  invenio_vocabularies/contrib/funders/config.py,sha256=OAP7NB7oF3cmrLBlP9dubrAAtanPWvrQO1XZaImBf98,2242
@@ -116,12 +147,12 @@ invenio_vocabularies/contrib/names/__init__.py,sha256=DBfsM7JMETZGaV5QmXEwE7zhCa
116
147
  invenio_vocabularies/contrib/names/api.py,sha256=sEPn_jFX3gyoxgbdEUSIvOoPCUI8pocI6qCZO6mzCgQ,300
117
148
  invenio_vocabularies/contrib/names/components.py,sha256=PyYD1lOhmsuNoyDwM_huxkeo7kWd44vkEbJk9gqbDrM,769
118
149
  invenio_vocabularies/contrib/names/config.py,sha256=62jh4MP-CygnBpnRBVaCoGySHDEwhBSG1MnlUBumthw,2046
119
- invenio_vocabularies/contrib/names/datastreams.py,sha256=mmhtdrda6b4c83dRjxVF5JTqtkt92GSEMHTU6TzQtHw,14570
150
+ invenio_vocabularies/contrib/names/datastreams.py,sha256=cp6hyR3MNH8f05Y9Zhdp5l7uRax2z1ps2KJq4ycPxCQ,16282
120
151
  invenio_vocabularies/contrib/names/models.py,sha256=SYdtDDG-y5Wq_d06YhiVO5n8gfxPW_mx-tECsIcv5H8,308
121
152
  invenio_vocabularies/contrib/names/names.py,sha256=jej3gkBgOJpKwp5RmWk1AP678WkMb0VqCpzbTHLTyEc,2675
122
153
  invenio_vocabularies/contrib/names/permissions.py,sha256=5xrpYsA3oQUJ5lJpF7wjRAFiW-pM6_yP1k9zllbRwnQ,844
123
154
  invenio_vocabularies/contrib/names/resources.py,sha256=Z8XqLKfFKE69zdTTvcTDmpEZ6wqiqjIH5tp0LzXTSwQ,1588
124
- invenio_vocabularies/contrib/names/s3client.py,sha256=c7B9_NbnXCfE4pE_yMTsT6uQ2hgbcRU-KY6nbWFuFzU,1063
155
+ invenio_vocabularies/contrib/names/s3client.py,sha256=9n_Moet-XCQe0NEt1lYzRk_vorcNoCnmylZPKTbaqLA,1342
125
156
  invenio_vocabularies/contrib/names/schema.py,sha256=o5RDy3C9GaqCG6om6q-52t5DAJDwApwbnTUvuZUDQPg,3773
126
157
  invenio_vocabularies/contrib/names/services.py,sha256=ntcGUTM0ZsKnRTxIKvZhKrRuup6Tjv965PATCaJR6Cc,2127
127
158
  invenio_vocabularies/contrib/names/jsonschemas/__init__.py,sha256=pdDZdyoxqWbAQ6ngiclhYoDUsGKgRDRPXlIDy0U5Jzg,241
@@ -163,17 +194,17 @@ invenio_vocabularies/contrib/subjects/mesh/datastreams.py,sha256=6W6bgQ7P_31kf3e
163
194
  invenio_vocabularies/contrib/subjects/nvs/__init__.py,sha256=H7joYEPU0lzGN_p72i9FElSRoaQTYHM7PvOn-ZPHyzM,245
164
195
  invenio_vocabularies/contrib/subjects/nvs/datastreams.py,sha256=PQsHKat9kAeZYAT_gEkVHLcZJLCwlc6TTwfMxewgVek,4273
165
196
  invenio_vocabularies/datastreams/__init__.py,sha256=VPefh6k4Q3eYxKIW8I5zXUGucntp7VHxaOR5Vhgkfmg,412
166
- invenio_vocabularies/datastreams/datastreams.py,sha256=mAi_xUDmDWpc3NyhU1TMOhqVRbwYu_meJ9UY6-wgBKQ,6169
197
+ invenio_vocabularies/datastreams/datastreams.py,sha256=HUla8TmfVtBbaXT-raFy-oOEtxeMZztZuNUZ04ICVM0,7133
167
198
  invenio_vocabularies/datastreams/errors.py,sha256=IDUZ3gNtYGrhcOgApHCms1gNNJTyJzoMPmG5JtIeYNU,678
168
199
  invenio_vocabularies/datastreams/factories.py,sha256=kuuN4Zt7Xw58rwf0M03djqcdZOZRWgJdLK16-HmID24,2213
169
- invenio_vocabularies/datastreams/readers.py,sha256=DUuV-D2PLio3nVR0J-2knASq8rB-H14QBr3DoRL6UgA,14352
200
+ invenio_vocabularies/datastreams/readers.py,sha256=rDYnYASYgPvp9OH0mtlGHsOEJGzDNcnSbyD8arXkmKE,14803
170
201
  invenio_vocabularies/datastreams/tasks.py,sha256=0fuH_PRt9Ncv6WHM4pkYmfheRVGDKkERZiMPvgV4bZU,1129
171
202
  invenio_vocabularies/datastreams/transformers.py,sha256=PJFbmRSj3dpJ95NzONAIns5ksztshd99JOp_FLQAlJM,4133
172
- invenio_vocabularies/datastreams/writers.py,sha256=VIXx9klJaCEdscaKqi2zO959cc157YUGjVYdeTfhTTI,6861
203
+ invenio_vocabularies/datastreams/writers.py,sha256=58BczBDaEJQpJM8R4SAXwlDy4UegbxX5thD3IhmnNq0,7291
173
204
  invenio_vocabularies/datastreams/xml.py,sha256=HFa-lfxj7kFrr2IjeN1jxSLDfcvpBwO9nZLZF2-BryE,997
174
205
  invenio_vocabularies/records/__init__.py,sha256=Uj7O6fYdAtLOkLXUGSAYPADBB7aqP4yVs9b6OAjA158,243
175
206
  invenio_vocabularies/records/api.py,sha256=Lynt6Sz4BVN1orh0zgJ5ljhnUobEtcq8c22PmSeUo2U,1494
176
- invenio_vocabularies/records/models.py,sha256=36CxObDMe-D9hoGaelAlR4ggZZTyXgRmCWPxZRpWF5w,2460
207
+ invenio_vocabularies/records/models.py,sha256=W96rbxKCCOeqaAJQZIxX1_hR3zZTdaO1V0ij4D41GF8,2557
177
208
  invenio_vocabularies/records/pidprovider.py,sha256=uFuo-M0Wqua0QhTS2z17YpzYDySwNfJaOi7rp0S0dPs,3840
178
209
  invenio_vocabularies/records/jsonschemas/__init__.py,sha256=qr2BZMyMVvVRSeJzPCI8re2BlGokiDjeqwREkythSrQ,246
179
210
  invenio_vocabularies/records/jsonschemas/vocabularies/definitions-v1.0.0.json,sha256=BronllCw2uX2i-uJTIb7_KZDkeMJOgQGZK9025ueV_A,583
@@ -203,16 +234,14 @@ invenio_vocabularies/services/querystr.py,sha256=OrNUR_QAcQ_T-EiL3H1Jvzz9gK2ZB5F
203
234
  invenio_vocabularies/services/results.py,sha256=6LZIpzWSbt9wpRNWgjA1uIM4RFooOYTkHcp5-PnIJdU,3767
204
235
  invenio_vocabularies/services/schema.py,sha256=mwIBFylpQlWw1M6h_axc-z4Yd7X3Z1S0PxJOlZGpfrQ,4634
205
236
  invenio_vocabularies/services/service.py,sha256=9QQDsG1WShCpBVFze-Dnq-iC2BwNX_0-qzfzrpImJo8,6469
206
- invenio_vocabularies/services/tasks.py,sha256=xKEymph1M-wFjPLeCGkqvnuYdPMMHgxhCCdC0j44Pi4,891
237
+ invenio_vocabularies/services/tasks.py,sha256=xLLxcepJz-pv9KyVbKu-grh3hr9w7djaFKijMe_8WmM,1174
207
238
  invenio_vocabularies/services/custom_fields/__init__.py,sha256=QgvSsn-S1xLzbZ57pjjGTt5oI3HqzXHVjwGTtuPgzN8,421
208
- invenio_vocabularies/services/custom_fields/subject.py,sha256=ZM-ZkaxoouF9lL62smOtLxsjQQZwiQs0jG3qGruP6nY,2231
239
+ invenio_vocabularies/services/custom_fields/subject.py,sha256=XTHnOddoSZsDHqGQq-hns46-WaLn88fqz57K--YLHg4,2243
209
240
  invenio_vocabularies/services/custom_fields/vocabulary.py,sha256=oQwI8Aoi2Nr9k3eWKnde5H7RXc7qdlATSeI6coy8UR0,3020
210
241
  invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/subjects.html,sha256=Fr8xRfKYiytuTfbtH7gfasNXwFIcjPFnXV4F5oGNUkM,681
211
242
  invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabularies-list.html,sha256=-gDwRctqIkSzh9ial8zfbA4o41ARM-Mq-THkcJ87U00,359
212
243
  invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabulary-details.html,sha256=2dfQzRFl5RwUwle245sxWGnObwJQXr-e_bBzpe_PkkA,2684
213
244
  invenio_vocabularies/translations/messages.pot,sha256=kyRQs0jzNzypK2rKpCCDyPbuTbMcblPCZzKr6xdnRiQ,5173
214
- invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo,sha256=ilStH4uh6crX8Rh64QHeDIhSGIDdNmML3cfZ6_OR9MM,523
215
- invenio_vocabularies/translations/af/LC_MESSAGES/messages.po,sha256=XXoiqCtGELaxl6hxRj31D3DCdgBUrz0oD3MYJUpcklM,3976
216
245
  invenio_vocabularies/translations/ar/LC_MESSAGES/messages.mo,sha256=A_F348oSg28aUb8ZFxdTe_RVdHWCfHGIrywEaF0K6zo,2470
217
246
  invenio_vocabularies/translations/ar/LC_MESSAGES/messages.po,sha256=aNg5ViJnWh9MpEMQfM2dbuBF-BSS2UKKvMtgHoAk5RQ,5183
218
247
  invenio_vocabularies/translations/bg/LC_MESSAGES/messages.mo,sha256=Wo96h2Ymfb0OvPCylOGOvlaYUCMZlzY-2pMrtZILmZE,604
@@ -225,48 +254,22 @@ invenio_vocabularies/translations/da/LC_MESSAGES/messages.mo,sha256=eYoPo2fS4iu5
225
254
  invenio_vocabularies/translations/da/LC_MESSAGES/messages.po,sha256=QeezPCuKh9M3fJavKdVVP2NSbPzRWgmwGID41CfAC7M,3973
226
255
  invenio_vocabularies/translations/de/LC_MESSAGES/messages.mo,sha256=s4jZ5y7aA9MhXwCT3Bn8FqSBG3yH8CpYd9EXe6OBIyI,1760
227
256
  invenio_vocabularies/translations/de/LC_MESSAGES/messages.po,sha256=h_ZmJ_WpJHrs0cdJiT6N-PqbVyt6oDCP9uqTRdhiQWE,4820
228
- invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo,sha256=4P4BvetpSU6LOQRl5eVJaMxPwSCRxfBllcTjpFBZFBA,536
229
- invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.po,sha256=ylaRwzVqDO6KglpJSo3qI2_PtmmpDiY4WmjHCbmAxMs,3989
230
- invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo,sha256=TCdDLpq2tc6xbts15H851iu9Q4Wc2kcDZzaQ5xpkpeM,536
231
- invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.po,sha256=kXsjtk8pn2_Qlfy45r58wrQdtxVmQb04oJuQZTwy35k,3989
232
257
  invenio_vocabularies/translations/el/LC_MESSAGES/messages.mo,sha256=rOVbgGCcORUxZC9EkPBYOBy6N0QHV2ZxMvaIay7qnH8,624
233
258
  invenio_vocabularies/translations/el/LC_MESSAGES/messages.po,sha256=5X06NA8dg5b-XuhR_7FtYSWftp4oRfe4VSD04RRMSEI,4118
234
259
  invenio_vocabularies/translations/en/LC_MESSAGES/messages.mo,sha256=oK6bMO8xq_t3SLZRwR8Zw8gb0gTjv_AnKugCX42a-Jo,467
235
260
  invenio_vocabularies/translations/en/LC_MESSAGES/messages.po,sha256=OLbQwEoqXSAGuXrYazkgoNtTp2gUgcbmoLlLK8BrZQs,1616
236
- invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo,sha256=55YeJbK1tL_2OKMA_RGhMtxh_rXtDKH7NTDYJSf_Q-g,537
237
- invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.po,sha256=AZGLT5-sARb8b_7aDrY4RYJW6HG1SkFBgc7X242BIWM,3990
238
- invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo,sha256=ZhuV6nVXId7VM0RTnd8UQy-Ez_zL8ChY8pcEeUg652A,494
239
- invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.po,sha256=_d6Ks5SnPdrr1Kw7V3LoD6ClUrt8Ny8rvJqq6Ep2oQo,3990
240
261
  invenio_vocabularies/translations/es/LC_MESSAGES/messages.mo,sha256=4xIqlivr6L6X-31576ANvO4uxWfEymcQ5NzNFpN61Ec,2189
241
262
  invenio_vocabularies/translations/es/LC_MESSAGES/messages.po,sha256=SWHq9lzwUXjujYuokrJ59q-VB1FG78M-o9AcBY-ehds,4898
242
- invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo,sha256=FpZZpWJHoXNBs7KjHHcpMofLmW1sBQV6PjsYZG6TUUU,573
243
- invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.po,sha256=ik6vOP-Fh0RCOMGEroDr8IM7gJ-aG5E1eS66uBy1wpw,4026
244
- invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo,sha256=zShEpJrip81eblvsBypnd8dC8cJ3zG-Ai7dmA2ciKO4,575
245
- invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.po,sha256=3iNp0vZnPc1IfRmq2WK1__5LEJRz7yo1XsieGw6kAfs,4028
246
263
  invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo,sha256=EAEIOZ4WbOlBSE7abIvLcGpRPTwPgXU7mMw9X5Pr0gw,1990
247
264
  invenio_vocabularies/translations/et/LC_MESSAGES/messages.po,sha256=OYFppzn31T8w1_XwJqPqiypJJe42E_cuWxeyGv039pU,4628
248
- invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo,sha256=WuwuCuultFp2ElOmpG6EVxc1WpwxBrllCrL9ZNrJ2vM,538
249
- invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.po,sha256=DRXergYlj3rsX8DXTC3kmTwxPT3GAO7GTUBUvucQKYI,3991
250
265
  invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo,sha256=oCQrChMgerqqVyfDNJzQHQI4Dyo6iEI1n-uGQBTk0Kg,595
251
266
  invenio_vocabularies/translations/fa/LC_MESSAGES/messages.po,sha256=ItSGf3ECumdoAEQl6L7VKfMFSVhIFfThfSzZ66aapPE,4110
252
- invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo,sha256=CQqjr4KWSWaYCVw63zsCoEqbQRpUvgkkIYXh9LAxTao,533
253
- invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.po,sha256=sqQJeNvjpVQm16jPwQRpm5jI6ZDhLv7me0_8qVKbSOU,3986
254
267
  invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo,sha256=ie6G21pdQK5frd6tjNQo-W-NWX2sQjEGzM6fMzo8X2Y,662
255
268
  invenio_vocabularies/translations/fr/LC_MESSAGES/messages.po,sha256=l0xWw1uf4JhAJxfyG1ypwOmYncmZkJdsc44X76yND9Q,4200
256
- invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo,sha256=Kmlgthgcg3n19haldSJ65v_dYUfWUAv0E92ckkwOmtw,594
257
- invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.po,sha256=HV5SiBCunaVD0hTVxvZC2dazwouTl-TPDzqrcYIx4wk,4047
258
- invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo,sha256=gt6tQIErg5typaY9wEADRHhPpsGSfy8zkW3PjBAikFw,586
259
- invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.po,sha256=ziB-xADWfC89PPNhbVtjaBEhl0UYiFC5KYc7ZZt7M5w,4039
260
- invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo,sha256=lG1ZOWnW-bOSQXMxIQrfEKZlfqLJjy1ox-P9FlzItGc,522
261
- invenio_vocabularies/translations/gl/LC_MESSAGES/messages.po,sha256=cOyVErQJJwScqsbD_rCXRsYOd4uoEATA9qocC0-K8kM,3975
262
- invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo,sha256=9wg1tCNLh6KUBhxCXm9oXsp_tR60SgZTauC2OHFPmv0,533
263
- invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.po,sha256=n-OYjVPSd-P8u4mKxX0I5fCRyapgSE6BiEIC5qPRmu4,3986
264
269
  invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo,sha256=qgl2V63zU-ChMy-47498FzRRvh7PYZGg4cfbpgfKyGY,662
265
270
  invenio_vocabularies/translations/hr/LC_MESSAGES/messages.po,sha256=Ye-5_Z5TFH9xxtid9naKo86yt5_-WmKYVT1G-uup9vo,4177
266
271
  invenio_vocabularies/translations/hu/LC_MESSAGES/messages.mo,sha256=jKU7ML_dOBM8MUGZ_8lZMjoalvZ88E-tPI2wXrrf1kg,2095
267
272
  invenio_vocabularies/translations/hu/LC_MESSAGES/messages.po,sha256=D9I9AE_HnTrg9hb2ok44cRTYLd8JkOi8e_nQlHj8-TU,4690
268
- invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo,sha256=wmjbZ1VGJNfjeQjl1zYMtOyfdRQdHWLvGZZSmb8Naa0,539
269
- invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.po,sha256=_jorg7x43IAMVzrsaQYZpRysKu9j84dtmxBqqW7RrpI,3992
270
273
  invenio_vocabularies/translations/it/LC_MESSAGES/messages.mo,sha256=ezylmAH3RoCbuDeGCDD4iHvEQULI25T83xBAi6Urn1w,670
271
274
  invenio_vocabularies/translations/it/LC_MESSAGES/messages.po,sha256=dUb7fx9KsDqlPfVbw9dWoPG1HwV8NU4kmCyAS1oZ_RA,4222
272
275
  invenio_vocabularies/translations/ja/LC_MESSAGES/messages.mo,sha256=QQL-A7i3ieJJgfmXRJuHIEM3QSinJfSxIPFAdBIB-8c,592
@@ -275,8 +278,6 @@ invenio_vocabularies/translations/ka/LC_MESSAGES/messages.mo,sha256=uI7Ta0l8jdLX
275
278
  invenio_vocabularies/translations/ka/LC_MESSAGES/messages.po,sha256=j8ZPewJC1oB5nZgpgf9bPlcgNkQ7tULnx_fV--IPHng,4148
276
279
  invenio_vocabularies/translations/lt/LC_MESSAGES/messages.mo,sha256=LyOiZjr1g9Mgmj6s7fmzOcuGlfSrwSm_TDZhigfHHvo,760
277
280
  invenio_vocabularies/translations/lt/LC_MESSAGES/messages.po,sha256=9aF8nMUPtP3xK2BirfwNOHVhYeR90mpGQkAiWYjurgo,4254
278
- invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo,sha256=x8oWT-7Ak7cv2ihBdRc889yqvxShdb06qNeNyegJoGw,520
279
- invenio_vocabularies/translations/ne/LC_MESSAGES/messages.po,sha256=GjzkKRLhkhCFxxb_Lcg3NPbyYdLc_yXYh18l6GSdwp8,3973
280
281
  invenio_vocabularies/translations/no/LC_MESSAGES/messages.mo,sha256=pAJUPQdkAOj4KXb3h_krgwO4-nF1hUiAqO1Yjv3Li08,592
281
282
  invenio_vocabularies/translations/no/LC_MESSAGES/messages.po,sha256=h4c-86uMKBzf-tFSwcIj05xnuNTErbpkSykWcwjaS9s,4107
282
283
  invenio_vocabularies/translations/pl/LC_MESSAGES/messages.mo,sha256=VTmdW4f8ZGbAsAx_jlTbJCVuEgbv_U6QgueNdNdrwCA,736
@@ -287,28 +288,22 @@ invenio_vocabularies/translations/ro/LC_MESSAGES/messages.mo,sha256=omcKGaD56ihL
287
288
  invenio_vocabularies/translations/ro/LC_MESSAGES/messages.po,sha256=_WJtM7YEVv_R6WujNtlMIq7otc10zVqmIql2P69cjno,4146
288
289
  invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo,sha256=HVGVTN9k3P8rtenSYP0a7FKo1DArNUzS8jRHTRcvbtw,740
289
290
  invenio_vocabularies/translations/ru/LC_MESSAGES/messages.po,sha256=ur3fZ_LChAF30PbohmJmSrTi6oP_BYXwGzvVDvgJeqE,4255
290
- invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo,sha256=HLRv3clKpg8ax1KHyhOKJPONHQ9kV-YVdjaKJo8dlRo,525
291
- invenio_vocabularies/translations/rw/LC_MESSAGES/messages.po,sha256=ETsMPjzcL0B3KkJF3V34q8iXHbAyA_9SvqLHTCUh0MI,3978
292
291
  invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo,sha256=yR57kLcC7wAyy23Q48fO2vfC1iv940daIdmsZRBUVOM,664
293
292
  invenio_vocabularies/translations/sk/LC_MESSAGES/messages.po,sha256=_694ORmQV_KkDUhKDKUigT0VoxL58I7wymOevCGTgbQ,4179
294
293
  invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=0gFVX8EpgMnNAuKkxhc0blzH7LLG5UHIxICz6wlcWFo,2001
295
294
  invenio_vocabularies/translations/sv/LC_MESSAGES/messages.po,sha256=jKV1UwmA1DQdUV-WB_4pvw0TCQA06LEvXOIqfWF697w,4642
296
- invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo,sha256=yF3ZV6V4MS43SUtFjTxX8RievM5ZwX8Ke6ZeymXGVHg,536
297
- invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.po,sha256=pb4wo66W2jg0pssRfwLeUUG4qDPSL-XKD45bKUvc5Jo,3989
298
295
  invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo,sha256=665tFgeO-zRn05W2WsxEvTMWR-pM1BUyOEBWH1MqKuI,946
299
296
  invenio_vocabularies/translations/tr/LC_MESSAGES/messages.po,sha256=S1uBEdS5z4u7V2iLDwCREoYnlqp-qM_UmXfIOT3WXGQ,4280
300
297
  invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo,sha256=13_ynDiAbdZRvshyb9lH2lhpVW7YhaRXqiSg4m2fnxM,1169
301
298
  invenio_vocabularies/translations/uk/LC_MESSAGES/messages.po,sha256=mERndelTrdxz5m_UaNhcMgU8K5b641h5pD_67Tp8VpM,4461
302
- invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo,sha256=03X88ZD_QQuFpa45j2feBgl-hmCJJylTSrcItNpEaH0,761
303
- invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.po,sha256=zOhuP60Iht7r7STIkud-Bv-H7jjzIOqykmuC1mRKePU,4214
304
299
  invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=bpqywk-HnDHyLcIb1LXySQtQY1_Gz4SvbnK85Cy9xUs,1797
305
300
  invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
306
301
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=o3nwy64PXTcRaAbRrJpYMICW5aVQ0sCdGIn2Xy4UccU,600
307
302
  invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
308
- invenio_vocabularies-7.3.0.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
309
- invenio_vocabularies-7.3.0.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
310
- invenio_vocabularies-7.3.0.dist-info/METADATA,sha256=VdGum0SJJwYTn6gfdGbGiNWSDkDw84w4veKV4j6Dr4g,13460
311
- invenio_vocabularies-7.3.0.dist-info/WHEEL,sha256=Kol19cahXavY536r5Aj6aAgK_6CmctrOu3bgNJMSNJA,109
312
- invenio_vocabularies-7.3.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
313
- invenio_vocabularies-7.3.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
314
- invenio_vocabularies-7.3.0.dist-info/RECORD,,
303
+ invenio_vocabularies-7.5.0.dist-info/licenses/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
304
+ invenio_vocabularies-7.5.0.dist-info/licenses/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
305
+ invenio_vocabularies-7.5.0.dist-info/METADATA,sha256=rraEdfXFIB__JTOcWEpYLmXyG85ReahTPhnFVvhuiBI,14030
306
+ invenio_vocabularies-7.5.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
307
+ invenio_vocabularies-7.5.0.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
308
+ invenio_vocabularies-7.5.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
309
+ invenio_vocabularies-7.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -1,139 +0,0 @@
1
- # Translations template for invenio-vocabularies.
2
- # Copyright (C) 2022 CERN
3
- # This file is distributed under the same license as the
4
- # invenio-vocabularies project.
5
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
6
- #
7
- #, fuzzy
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: invenio-vocabularies 0.13.2\n"
11
- "Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
12
- "POT-Creation-Date: 2022-10-12 12:27+0000\n"
13
- "PO-Revision-Date: 2021-07-13 12:40+0000\n"
14
- "Language-Team: Afrikaans (https://app.transifex.com/inveniosoftware/teams/23537/af/)\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Generated-By: Babel 2.10.3\n"
19
- "Language: af\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
-
22
- #: invenio_vocabularies/config.py:37
23
- msgid "GRID"
24
- msgstr ""
25
-
26
- #: invenio_vocabularies/config.py:38 invenio_vocabularies/config.py:97
27
- msgid "GND"
28
- msgstr ""
29
-
30
- #: invenio_vocabularies/config.py:39 invenio_vocabularies/config.py:96
31
- msgid "ISNI"
32
- msgstr ""
33
-
34
- #: invenio_vocabularies/config.py:40
35
- msgid "ROR"
36
- msgstr ""
37
-
38
- #: invenio_vocabularies/config.py:51 invenio_vocabularies/config.py:60
39
- msgid "DOI"
40
- msgstr ""
41
-
42
- #: invenio_vocabularies/config.py:59
43
- msgid "URL"
44
- msgstr ""
45
-
46
- #: invenio_vocabularies/config.py:95
47
- msgid "ORCID"
48
- msgstr ""
49
-
50
- #: invenio_vocabularies/contrib/affiliations/config.py:44
51
- #: invenio_vocabularies/contrib/funders/config.py:45
52
- #: invenio_vocabularies/contrib/names/config.py:45
53
- #: invenio_vocabularies/contrib/subjects/config.py:38
54
- #: invenio_vocabularies/services/service.py:64
55
- msgid "Best match"
56
- msgstr ""
57
-
58
- #: invenio_vocabularies/contrib/affiliations/config.py:48
59
- #: invenio_vocabularies/contrib/funders/config.py:49
60
- #: invenio_vocabularies/contrib/names/config.py:49
61
- #: invenio_vocabularies/contrib/subjects/config.py:42
62
- msgid "Name"
63
- msgstr ""
64
-
65
- #: invenio_vocabularies/contrib/affiliations/config.py:52
66
- #: invenio_vocabularies/contrib/funders/config.py:53
67
- #: invenio_vocabularies/contrib/names/config.py:53
68
- #: invenio_vocabularies/contrib/subjects/config.py:46
69
- #: invenio_vocabularies/services/service.py:72
70
- msgid "Newest"
71
- msgstr ""
72
-
73
- #: invenio_vocabularies/contrib/affiliations/config.py:56
74
- #: invenio_vocabularies/contrib/funders/config.py:57
75
- #: invenio_vocabularies/contrib/names/config.py:57
76
- #: invenio_vocabularies/contrib/subjects/config.py:50
77
- #: invenio_vocabularies/services/service.py:76
78
- msgid "Oldest"
79
- msgstr ""
80
-
81
- #: invenio_vocabularies/contrib/awards/config.py:51
82
- msgid "Funders"
83
- msgstr ""
84
-
85
- #: invenio_vocabularies/contrib/awards/datastreams.py:47
86
- msgid "Unknown OpenAIRE funder prefix {openaire_funder_prefix}"
87
- msgstr ""
88
-
89
- #: invenio_vocabularies/contrib/awards/schema.py:46
90
- msgid "Number cannot be blank."
91
- msgstr ""
92
-
93
- #: invenio_vocabularies/contrib/awards/schema.py:53
94
- #: invenio_vocabularies/contrib/funders/schema.py:57
95
- msgid "PID cannot be blank."
96
- msgstr ""
97
-
98
- #: invenio_vocabularies/contrib/awards/schema.py:61
99
- #: invenio_vocabularies/contrib/funders/schema.py:65
100
- msgid "Missing PID."
101
- msgstr ""
102
-
103
- #: invenio_vocabularies/contrib/awards/schema.py:103
104
- msgid "An existing id or number/title must be present."
105
- msgstr ""
106
-
107
- #: invenio_vocabularies/contrib/awards/schema.py:120
108
- msgid "At least award or funder should be present."
109
- msgstr ""
110
-
111
- #: invenio_vocabularies/contrib/funders/datastreams.py:44
112
- msgid "Id not found in ROR entry."
113
- msgstr ""
114
-
115
- #: invenio_vocabularies/contrib/funders/datastreams.py:48
116
- msgid "Name not found in ROR entry."
117
- msgstr ""
118
-
119
- #: invenio_vocabularies/contrib/funders/schema.py:35
120
- #: invenio_vocabularies/contrib/funders/schema.py:43
121
- msgid "Name cannot be blank."
122
- msgstr ""
123
-
124
- #: invenio_vocabularies/contrib/names/schema.py:53
125
- msgid ""
126
- "A name or the family name together with the given name must be present."
127
- msgstr ""
128
-
129
- #: invenio_vocabularies/services/components.py:29
130
- msgid "The vocabulary type does not exists."
131
- msgstr ""
132
-
133
- #: invenio_vocabularies/services/schema.py:77
134
- msgid "An existing id or a free text {ftf_name} must be present."
135
- msgstr ""
136
-
137
- #: invenio_vocabularies/services/service.py:68
138
- msgid "Title"
139
- msgstr ""