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
@@ -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: German (Austria) (https://app.transifex.com/inveniosoftware/teams/23537/de_AT/)\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: de_AT\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 ""
@@ -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: German (Germany) (https://app.transifex.com/inveniosoftware/teams/23537/de_DE/)\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: de_DE\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 ""
@@ -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: English (Austria) (https://app.transifex.com/inveniosoftware/teams/23537/en_AT/)\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: en_AT\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 ""
@@ -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: English (Hungary) (https://app.transifex.com/inveniosoftware/teams/23537/en_HU/)\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: en_HU\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 ""