invenio-vocabularies 8.3.0__py2.py3-none-any.whl → 8.3.1__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.
- invenio_vocabularies/__init__.py +2 -1
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/_generatedTranslations.js +2 -0
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fi/messages.po +94 -0
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fi/translations.json +28 -0
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/messages.po +3 -3
- invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json +1 -1
- invenio_vocabularies/translations/fi/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/fi/LC_MESSAGES/messages.po +275 -0
- invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_vocabularies/translations/sv/LC_MESSAGES/messages.po +4 -3
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/METADATA +7 -1
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/RECORD +17 -13
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/WHEEL +0 -0
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/entry_points.txt +0 -0
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/licenses/AUTHORS.rst +0 -0
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/licenses/LICENSE +0 -0
- {invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/top_level.txt +0 -0
invenio_vocabularies/__init__.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
# Copyright (C) 2020-2025 CERN.
|
|
4
4
|
# Copyright (C) 2024-2025 Graz University of Technology.
|
|
5
|
+
# Copyright (C) 2025 KTH Royal Institute of Technology.
|
|
5
6
|
#
|
|
6
7
|
# Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
7
8
|
# modify it under the terms of the MIT License; see LICENSE file for more
|
|
@@ -11,6 +12,6 @@
|
|
|
11
12
|
|
|
12
13
|
from .ext import InvenioVocabularies
|
|
13
14
|
|
|
14
|
-
__version__ = "8.3.
|
|
15
|
+
__version__ = "8.3.1"
|
|
15
16
|
|
|
16
17
|
__all__ = ("__version__", "InvenioVocabularies")
|
|
@@ -12,6 +12,7 @@ import TRANSLATE_EN from "./en/translations.json";
|
|
|
12
12
|
import TRANSLATE_ES from "./es/translations.json";
|
|
13
13
|
import TRANSLATE_ET from "./et/translations.json";
|
|
14
14
|
import TRANSLATE_FA from "./fa/translations.json";
|
|
15
|
+
import TRANSLATE_FI from "./fi/translations.json";
|
|
15
16
|
import TRANSLATE_FR from "./fr/translations.json";
|
|
16
17
|
import TRANSLATE_HR from "./hr/translations.json";
|
|
17
18
|
import TRANSLATE_HU from "./hu/translations.json";
|
|
@@ -44,6 +45,7 @@ export const translations = {
|
|
|
44
45
|
es: { translation: TRANSLATE_ES },
|
|
45
46
|
et: { translation: TRANSLATE_ET },
|
|
46
47
|
fa: { translation: TRANSLATE_FA },
|
|
48
|
+
fi: { translation: TRANSLATE_FI },
|
|
47
49
|
fr: { translation: TRANSLATE_FR },
|
|
48
50
|
hr: { translation: TRANSLATE_HR },
|
|
49
51
|
hu: { translation: TRANSLATE_HU },
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fi/messages.po
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Translators:
|
|
3
|
+
# Matti Lassila <matti.lassila@gmail.com>, 2025
|
|
4
|
+
#
|
|
5
|
+
msgid ""
|
|
6
|
+
msgstr ""
|
|
7
|
+
"Project-Id-Version: i18next-conv\n"
|
|
8
|
+
"POT-Creation-Date: 2025-07-08T15:47:17.169Z\n"
|
|
9
|
+
"PO-Revision-Date: 2025-05-13 21:01+0000\n"
|
|
10
|
+
"Last-Translator: Matti Lassila <matti.lassila@gmail.com>, 2025\n"
|
|
11
|
+
"Language-Team: Finnish (https://app.transifex.com/inveniosoftware/teams/23537/fi/)\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
14
|
+
"Language: fi\n"
|
|
15
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
16
|
+
"mime-version: 1.0\n"
|
|
17
|
+
|
|
18
|
+
msgid "Search for a funder by name"
|
|
19
|
+
msgstr "Hae rahoittajaa nimellä"
|
|
20
|
+
|
|
21
|
+
msgid "Funder"
|
|
22
|
+
msgstr "Rahoittaja"
|
|
23
|
+
|
|
24
|
+
msgid "Search for funder..."
|
|
25
|
+
msgstr "Hae rahoittajaa..."
|
|
26
|
+
|
|
27
|
+
msgid "Additional information"
|
|
28
|
+
msgstr "Lisätiedot"
|
|
29
|
+
|
|
30
|
+
msgid "optional"
|
|
31
|
+
msgstr "valinnainen"
|
|
32
|
+
|
|
33
|
+
msgid "Number"
|
|
34
|
+
msgstr "Numero"
|
|
35
|
+
|
|
36
|
+
msgid "Award/Grant number"
|
|
37
|
+
msgstr "Palkinto-/apurahan numero"
|
|
38
|
+
|
|
39
|
+
msgid "Title"
|
|
40
|
+
msgstr "Otsikko"
|
|
41
|
+
|
|
42
|
+
msgid "Award/Grant Title"
|
|
43
|
+
msgstr "Palkinto-/apurahan nimi"
|
|
44
|
+
|
|
45
|
+
msgid "URL"
|
|
46
|
+
msgstr "URL"
|
|
47
|
+
|
|
48
|
+
msgid "Award/Grant URL"
|
|
49
|
+
msgstr "Palkinto-/apurahan URL"
|
|
50
|
+
|
|
51
|
+
msgid "Add"
|
|
52
|
+
msgstr "Lisää"
|
|
53
|
+
|
|
54
|
+
msgid "Add custom"
|
|
55
|
+
msgstr "Lisää mukautettu"
|
|
56
|
+
|
|
57
|
+
msgid "Edit"
|
|
58
|
+
msgstr "Muokkaa"
|
|
59
|
+
|
|
60
|
+
msgid "Remove"
|
|
61
|
+
msgstr "Poista"
|
|
62
|
+
|
|
63
|
+
msgid "Open external link"
|
|
64
|
+
msgstr "Avaa ulkoinen linkki"
|
|
65
|
+
|
|
66
|
+
msgid "Funder is required."
|
|
67
|
+
msgstr "Rahoittaja on pakollinen."
|
|
68
|
+
|
|
69
|
+
msgid "URL must be valid."
|
|
70
|
+
msgstr "URL-osoitteen on oltava kelvollinen."
|
|
71
|
+
|
|
72
|
+
msgid "URL must be set alongside title or number."
|
|
73
|
+
msgstr "URL on asetettava yhdessä otsikon tai numeron kanssa."
|
|
74
|
+
|
|
75
|
+
msgid "Add standard award/grant"
|
|
76
|
+
msgstr "Lisää vakiopalkinto/apuraha"
|
|
77
|
+
|
|
78
|
+
msgid "Add custom funding"
|
|
79
|
+
msgstr "Lisää mukautettu rahoitus"
|
|
80
|
+
|
|
81
|
+
msgid "Search for awards/grants"
|
|
82
|
+
msgstr "Hae palkintoja/apurahoja"
|
|
83
|
+
|
|
84
|
+
msgid "Cancel"
|
|
85
|
+
msgstr "Peruuta"
|
|
86
|
+
|
|
87
|
+
msgid "Change"
|
|
88
|
+
msgstr "Muuta"
|
|
89
|
+
|
|
90
|
+
msgid "Did not find your award/grant? "
|
|
91
|
+
msgstr "Etkö löytänyt palkintoasi/apurahaa? "
|
|
92
|
+
|
|
93
|
+
msgid "Add a custom award/grant."
|
|
94
|
+
msgstr "Lisää mukautettu palkinto/apuraha."
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Search for a funder by name": "Hae rahoittajaa nimellä",
|
|
3
|
+
"Funder": "Rahoittaja",
|
|
4
|
+
"Search for funder...": "Hae rahoittajaa...",
|
|
5
|
+
"Additional information": "Lisätiedot",
|
|
6
|
+
"optional": "valinnainen",
|
|
7
|
+
"Number": "Numero",
|
|
8
|
+
"Award/Grant number": "Palkinto-/apurahan numero",
|
|
9
|
+
"Title": "Otsikko",
|
|
10
|
+
"Award/Grant Title": "Palkinto-/apurahan nimi",
|
|
11
|
+
"URL": "URL",
|
|
12
|
+
"Award/Grant URL": "Palkinto-/apurahan URL",
|
|
13
|
+
"Add": "Lisää",
|
|
14
|
+
"Add custom": "Lisää mukautettu",
|
|
15
|
+
"Edit": "Muokkaa",
|
|
16
|
+
"Remove": "Poista",
|
|
17
|
+
"Open external link": "Avaa ulkoinen linkki",
|
|
18
|
+
"Funder is required.": "Rahoittaja on pakollinen.",
|
|
19
|
+
"URL must be valid.": "URL-osoitteen on oltava kelvollinen.",
|
|
20
|
+
"URL must be set alongside title or number.": "URL on asetettava yhdessä otsikon tai numeron kanssa.",
|
|
21
|
+
"Add standard award/grant": "Lisää vakiopalkinto/apuraha",
|
|
22
|
+
"Add custom funding": "Lisää mukautettu rahoitus",
|
|
23
|
+
"Search for awards/grants": "Hae palkintoja/apurahoja",
|
|
24
|
+
"Cancel": "Peruuta",
|
|
25
|
+
"Change": "Muuta",
|
|
26
|
+
"Did not find your award/grant? ": "Etkö löytänyt palkintoasi/apurahaa? ",
|
|
27
|
+
"Add a custom award/grant.": "Lisää mukautettu palkinto/apuraha."
|
|
28
|
+
}
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/messages.po
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# Translators:
|
|
3
3
|
# Rim Sharif, 2025
|
|
4
4
|
# Tibor Simko <tibor.simko@cern.ch>, 2025
|
|
5
|
-
# Lina Andrén, 2025
|
|
6
5
|
# Mattias Vesterlund, 2025
|
|
7
6
|
# Sam Arbid, 2025
|
|
7
|
+
# Lina Andrén, 2025
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: i18next-conv\n"
|
|
12
12
|
"POT-Creation-Date: 2025-07-08T15:47:17.169Z\n"
|
|
13
13
|
"PO-Revision-Date: 2025-05-13 21:01+0000\n"
|
|
14
|
-
"Last-Translator:
|
|
14
|
+
"Last-Translator: Lina Andrén, 2025\n"
|
|
15
15
|
"Language-Team: Swedish (https://app.transifex.com/inveniosoftware/teams/23537/sv/)\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -38,7 +38,7 @@ msgid "Number"
|
|
|
38
38
|
msgstr "Nummer"
|
|
39
39
|
|
|
40
40
|
msgid "Award/Grant number"
|
|
41
|
-
msgstr "Projektbidrags-/
|
|
41
|
+
msgstr "Projektbidrags-/Anslagsnummer"
|
|
42
42
|
|
|
43
43
|
msgid "Title"
|
|
44
44
|
msgstr "Titel"
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Additional information": "Mer information",
|
|
6
6
|
"optional": "valfritt",
|
|
7
7
|
"Number": "Nummer",
|
|
8
|
-
"Award/Grant number": "Projektbidrags-/
|
|
8
|
+
"Award/Grant number": "Projektbidrags-/Anslagsnummer",
|
|
9
9
|
"Title": "Titel",
|
|
10
10
|
"Award/Grant Title": "Projektbidrags-/Anslags-titel",
|
|
11
11
|
"URL": "URL",
|
|
Binary file
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
# Translations template for invenio-vocabularies.
|
|
2
|
+
# Copyright (C) 2025 CERN
|
|
3
|
+
# This file is distributed under the same license as the
|
|
4
|
+
# invenio-vocabularies project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Matti Lassila <matti.lassila@gmail.com>, 2025
|
|
9
|
+
#
|
|
10
|
+
#, fuzzy
|
|
11
|
+
msgid ""
|
|
12
|
+
msgstr ""
|
|
13
|
+
"Project-Id-Version: invenio-vocabularies 8.1.0\n"
|
|
14
|
+
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
|
|
15
|
+
"POT-Creation-Date: 2025-07-08 20:00+0000\n"
|
|
16
|
+
"PO-Revision-Date: 2021-07-13 12:40+0000\n"
|
|
17
|
+
"Last-Translator: Matti Lassila <matti.lassila@gmail.com>, 2025\n"
|
|
18
|
+
"Language-Team: Finnish (https://app.transifex.com/inveniosoftware/teams/23537/fi/)\n"
|
|
19
|
+
"MIME-Version: 1.0\n"
|
|
20
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
21
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
22
|
+
"Generated-By: Babel 2.17.0\n"
|
|
23
|
+
"Language: fi\n"
|
|
24
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
25
|
+
|
|
26
|
+
#: invenio_vocabularies/config.py:44
|
|
27
|
+
msgid "GRID"
|
|
28
|
+
msgstr "GRID"
|
|
29
|
+
|
|
30
|
+
#: invenio_vocabularies/config.py:45 invenio_vocabularies/config.py:126
|
|
31
|
+
#: invenio_vocabularies/config.py:131
|
|
32
|
+
msgid "GND"
|
|
33
|
+
msgstr "GND"
|
|
34
|
+
|
|
35
|
+
#: invenio_vocabularies/config.py:46 invenio_vocabularies/config.py:125
|
|
36
|
+
msgid "ISNI"
|
|
37
|
+
msgstr "ISNI"
|
|
38
|
+
|
|
39
|
+
#: invenio_vocabularies/config.py:47
|
|
40
|
+
msgid "ROR"
|
|
41
|
+
msgstr "ROR"
|
|
42
|
+
|
|
43
|
+
#: invenio_vocabularies/config.py:68
|
|
44
|
+
msgid "PIC"
|
|
45
|
+
msgstr "PIC"
|
|
46
|
+
|
|
47
|
+
#: invenio_vocabularies/config.py:69
|
|
48
|
+
msgid "EDMO"
|
|
49
|
+
msgstr "EDMO"
|
|
50
|
+
|
|
51
|
+
#: invenio_vocabularies/config.py:75 invenio_vocabularies/config.py:84
|
|
52
|
+
msgid "DOI"
|
|
53
|
+
msgstr "DOI"
|
|
54
|
+
|
|
55
|
+
#: invenio_vocabularies/config.py:83 invenio_vocabularies/config.py:132
|
|
56
|
+
msgid "URL"
|
|
57
|
+
msgstr "URL"
|
|
58
|
+
|
|
59
|
+
#: invenio_vocabularies/config.py:124
|
|
60
|
+
msgid "ORCID"
|
|
61
|
+
msgstr "ORCID"
|
|
62
|
+
|
|
63
|
+
#: invenio_vocabularies/administration/views/vocabularies.py:37
|
|
64
|
+
#: invenio_vocabularies/config.py:175
|
|
65
|
+
#: invenio_vocabularies/contrib/affiliations/config.py:61
|
|
66
|
+
#: invenio_vocabularies/contrib/funders/config.py:60
|
|
67
|
+
#: invenio_vocabularies/contrib/names/config.py:55
|
|
68
|
+
#: invenio_vocabularies/contrib/subjects/config.py:70
|
|
69
|
+
msgid "Name"
|
|
70
|
+
msgstr "Nimi"
|
|
71
|
+
|
|
72
|
+
#: invenio_vocabularies/administration/views/vocabularies.py:38
|
|
73
|
+
#: invenio_vocabularies/config.py:179
|
|
74
|
+
msgid "Number of entries"
|
|
75
|
+
msgstr "Merkintöjen määrä"
|
|
76
|
+
|
|
77
|
+
#: invenio_vocabularies/jobs.py:30
|
|
78
|
+
msgid "Process ROR affiliations"
|
|
79
|
+
msgstr "Käsittele ROR-affiliaatiot"
|
|
80
|
+
|
|
81
|
+
#: invenio_vocabularies/jobs.py:31
|
|
82
|
+
msgid "Load ROR affiliations"
|
|
83
|
+
msgstr "Lataa ROR-affiliaatiot"
|
|
84
|
+
|
|
85
|
+
#: invenio_vocabularies/jobs.py:68
|
|
86
|
+
msgid "Process ROR funders"
|
|
87
|
+
msgstr "Käsittele ROR-rahoittajat"
|
|
88
|
+
|
|
89
|
+
#: invenio_vocabularies/jobs.py:69
|
|
90
|
+
msgid "Load ROR funders"
|
|
91
|
+
msgstr "Lataa ROR-rahoittajat"
|
|
92
|
+
|
|
93
|
+
#: invenio_vocabularies/jobs.py:106
|
|
94
|
+
msgid "Import awards from OpenAIRE"
|
|
95
|
+
msgstr "Tuo apurahat OpenAIREsta"
|
|
96
|
+
|
|
97
|
+
#: invenio_vocabularies/jobs.py:107
|
|
98
|
+
msgid "Import Awards OpenAIRE"
|
|
99
|
+
msgstr "Tuo apurahat OpenAIREsta"
|
|
100
|
+
|
|
101
|
+
#: invenio_vocabularies/jobs.py:141
|
|
102
|
+
msgid "Update awards from CORDIS"
|
|
103
|
+
msgstr "Päivitä apurahat CORDISista"
|
|
104
|
+
|
|
105
|
+
#: invenio_vocabularies/jobs.py:142
|
|
106
|
+
msgid "Update Awards CORDIS"
|
|
107
|
+
msgstr "Päivitä apurahat CORDISista"
|
|
108
|
+
|
|
109
|
+
#: invenio_vocabularies/jobs.py:169 invenio_vocabularies/jobs.py:170
|
|
110
|
+
msgid "Import ORCID data"
|
|
111
|
+
msgstr "Tuo ORCID-tiedot"
|
|
112
|
+
|
|
113
|
+
#: invenio_vocabularies/administration/views/vocabularies.py:21
|
|
114
|
+
#: invenio_vocabularies/administration/views/vocabularies.py:24
|
|
115
|
+
msgid "Vocabulary Types"
|
|
116
|
+
msgstr "Sanastotyypit"
|
|
117
|
+
|
|
118
|
+
#: invenio_vocabularies/administration/views/vocabularies.py:25
|
|
119
|
+
msgid "Site management"
|
|
120
|
+
msgstr "Sivuston hallinta"
|
|
121
|
+
|
|
122
|
+
#: invenio_vocabularies/contrib/affiliations/config.py:57
|
|
123
|
+
#: invenio_vocabularies/contrib/funders/config.py:56
|
|
124
|
+
#: invenio_vocabularies/contrib/names/config.py:51
|
|
125
|
+
#: invenio_vocabularies/contrib/subjects/config.py:66
|
|
126
|
+
#: invenio_vocabularies/services/config.py:67
|
|
127
|
+
msgid "Best match"
|
|
128
|
+
msgstr "Paras osuma"
|
|
129
|
+
|
|
130
|
+
#: invenio_vocabularies/contrib/affiliations/config.py:65
|
|
131
|
+
#: invenio_vocabularies/contrib/funders/config.py:64
|
|
132
|
+
#: invenio_vocabularies/contrib/names/config.py:59
|
|
133
|
+
#: invenio_vocabularies/contrib/subjects/config.py:74
|
|
134
|
+
#: invenio_vocabularies/services/config.py:75
|
|
135
|
+
msgid "Newest"
|
|
136
|
+
msgstr "Uusimmat"
|
|
137
|
+
|
|
138
|
+
#: invenio_vocabularies/contrib/affiliations/config.py:69
|
|
139
|
+
#: invenio_vocabularies/contrib/funders/config.py:68
|
|
140
|
+
#: invenio_vocabularies/contrib/names/config.py:63
|
|
141
|
+
#: invenio_vocabularies/contrib/subjects/config.py:78
|
|
142
|
+
#: invenio_vocabularies/services/config.py:79
|
|
143
|
+
msgid "Oldest"
|
|
144
|
+
msgstr "Vanhimmat"
|
|
145
|
+
|
|
146
|
+
#: invenio_vocabularies/contrib/affiliations/schema.py:41
|
|
147
|
+
#: invenio_vocabularies/contrib/funders/schema.py:36
|
|
148
|
+
#: invenio_vocabularies/contrib/funders/schema.py:44
|
|
149
|
+
msgid "Name cannot be blank."
|
|
150
|
+
msgstr "Nimi ei voi olla tyhjä."
|
|
151
|
+
|
|
152
|
+
#: invenio_vocabularies/contrib/affiliations/schema.py:47
|
|
153
|
+
#: invenio_vocabularies/contrib/awards/schema.py:69
|
|
154
|
+
#: invenio_vocabularies/contrib/funders/schema.py:60
|
|
155
|
+
msgid "PID cannot be blank."
|
|
156
|
+
msgstr "PID ei voi olla tyhjä."
|
|
157
|
+
|
|
158
|
+
#: invenio_vocabularies/contrib/awards/config.py:49
|
|
159
|
+
msgid "Funders"
|
|
160
|
+
msgstr "Rahoittajat"
|
|
161
|
+
|
|
162
|
+
#: invenio_vocabularies/contrib/awards/datastreams.py:67
|
|
163
|
+
#, python-brace-format
|
|
164
|
+
msgid "Unknown OpenAIRE funder prefix {openaire_funder_prefix}"
|
|
165
|
+
msgstr "Tuntematon OpenAIRE-rahoittajan etuliite {openaire_funder_prefix}"
|
|
166
|
+
|
|
167
|
+
#: invenio_vocabularies/contrib/awards/datastreams.py:108
|
|
168
|
+
#, python-brace-format
|
|
169
|
+
msgid "Missing title attribute for award {award_id}"
|
|
170
|
+
msgstr "Palkinnon {award_id} otsikko-attribuutti puuttuu"
|
|
171
|
+
|
|
172
|
+
#: invenio_vocabularies/contrib/awards/datastreams.py:244
|
|
173
|
+
#, python-brace-format
|
|
174
|
+
msgid "No related legal basis programme found for project {project_id}"
|
|
175
|
+
msgstr "Hankkeelle {project_id} ei löytynyt liittyvää oikeusperustaohjelmaa"
|
|
176
|
+
|
|
177
|
+
#: invenio_vocabularies/contrib/awards/schema.py:52
|
|
178
|
+
msgid "Number cannot be blank."
|
|
179
|
+
msgstr "Numero ei voi olla tyhjä."
|
|
180
|
+
|
|
181
|
+
#: invenio_vocabularies/contrib/awards/schema.py:100
|
|
182
|
+
msgid "An existing id or either number or title must be present."
|
|
183
|
+
msgstr "Täytyy olla joko olemassa oleva tunnus tai numero tai otsikko."
|
|
184
|
+
|
|
185
|
+
#: invenio_vocabularies/contrib/awards/schema.py:118
|
|
186
|
+
msgid "At least award or funder should be present."
|
|
187
|
+
msgstr "Vähintään palkinto tai rahoittaja on annettava."
|
|
188
|
+
|
|
189
|
+
#: invenio_vocabularies/contrib/common/ror/datastreams.py:147
|
|
190
|
+
msgid "Id not found in ROR entry."
|
|
191
|
+
msgstr "Tunnusta ei löytynyt ROR-merkinnästä."
|
|
192
|
+
|
|
193
|
+
#: invenio_vocabularies/contrib/common/ror/datastreams.py:179
|
|
194
|
+
msgid "Name with type ror_display not found in ROR entry."
|
|
195
|
+
msgstr "Nimeä tyypillä ror_display ei löytynyt ROR-merkinnästä."
|
|
196
|
+
|
|
197
|
+
#: invenio_vocabularies/contrib/funders/schema.py:73
|
|
198
|
+
#: invenio_vocabularies/services/schema.py:120
|
|
199
|
+
msgid "Missing PID."
|
|
200
|
+
msgstr "PID puuttuu."
|
|
201
|
+
|
|
202
|
+
#: invenio_vocabularies/contrib/names/schema.py:76
|
|
203
|
+
msgid ""
|
|
204
|
+
"A name or the family name together with the given name must be present."
|
|
205
|
+
msgstr "Nimi tai sukunimi yhdessä etunimen kanssa on annettava."
|
|
206
|
+
|
|
207
|
+
#: invenio_vocabularies/contrib/names/schema.py:90
|
|
208
|
+
msgid "Duplicated affiliations."
|
|
209
|
+
msgstr "Päällekkäiset affiliaatiot."
|
|
210
|
+
|
|
211
|
+
#: invenio_vocabularies/records/models.py:84
|
|
212
|
+
#, python-format
|
|
213
|
+
msgid "No '%(banned_char)s' allowed in VocabularyScheme.id"
|
|
214
|
+
msgstr "Merkkiä '%(banned_char)s' ei sallita kentässä VocabularyScheme.id"
|
|
215
|
+
|
|
216
|
+
#: invenio_vocabularies/services/components.py:29
|
|
217
|
+
msgid "The vocabulary type does not exists."
|
|
218
|
+
msgstr "Sanastotyyppiä ei ole olemassa."
|
|
219
|
+
|
|
220
|
+
#: invenio_vocabularies/services/config.py:71
|
|
221
|
+
msgid "Title"
|
|
222
|
+
msgstr "Otsikko"
|
|
223
|
+
|
|
224
|
+
#: invenio_vocabularies/services/config.py:90
|
|
225
|
+
msgid "ID"
|
|
226
|
+
msgstr "Tunnus"
|
|
227
|
+
|
|
228
|
+
#: invenio_vocabularies/services/config.py:100
|
|
229
|
+
msgid "Ascending"
|
|
230
|
+
msgstr "Nouseva"
|
|
231
|
+
|
|
232
|
+
#: invenio_vocabularies/services/config.py:101
|
|
233
|
+
msgid "Descending"
|
|
234
|
+
msgstr "Laskeva"
|
|
235
|
+
|
|
236
|
+
#: invenio_vocabularies/services/schema.py:85
|
|
237
|
+
#, python-brace-format
|
|
238
|
+
msgid "An existing id or a free text {ftf_name} must be present."
|
|
239
|
+
msgstr "Olemassa oleva tunnus tai vapaamuotoinen {ftf_name} on annettava."
|
|
240
|
+
|
|
241
|
+
#: invenio_vocabularies/services/custom_fields/subject.py:50
|
|
242
|
+
msgid "Subjects"
|
|
243
|
+
msgstr "Aiheet"
|
|
244
|
+
|
|
245
|
+
#: invenio_vocabularies/services/custom_fields/subject.py:57
|
|
246
|
+
msgid "Keywords and subjects"
|
|
247
|
+
msgstr "Avainsanat ja aiheet"
|
|
248
|
+
|
|
249
|
+
#: invenio_vocabularies/services/custom_fields/subject.py:59
|
|
250
|
+
msgid "The subjects related to the community"
|
|
251
|
+
msgstr "Yhteisöön liittyvät aiheet"
|
|
252
|
+
|
|
253
|
+
#: invenio_vocabularies/services/custom_fields/subject.py:60
|
|
254
|
+
msgid "Search for a subject by name e.g. Psychology ..."
|
|
255
|
+
msgstr "Hae aihetta nimellä, esim. Psychology ..."
|
|
256
|
+
|
|
257
|
+
#: invenio_vocabularies/services/custom_fields/subject.py:62
|
|
258
|
+
msgid "Search for subjects..."
|
|
259
|
+
msgstr "Hae aiheita..."
|
|
260
|
+
|
|
261
|
+
#: invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/subjects.html:16
|
|
262
|
+
msgid "Search results for "
|
|
263
|
+
msgstr "Hakutulokset haulle "
|
|
264
|
+
|
|
265
|
+
#: invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabulary-details.html:26
|
|
266
|
+
msgid "Settings"
|
|
267
|
+
msgstr "Asetukset"
|
|
268
|
+
|
|
269
|
+
#: invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabulary-details.html:31
|
|
270
|
+
msgid "Schedule"
|
|
271
|
+
msgstr "Ajoitus"
|
|
272
|
+
|
|
273
|
+
#: invenio_vocabularies/templates/semantic-ui/invenio_vocabularies/vocabulary-details.html:36
|
|
274
|
+
msgid "Run now"
|
|
275
|
+
msgstr "Aja nyt"
|
|
Binary file
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
# Rim Sharif, 2025
|
|
11
11
|
# Mattias Vesterlund, 2025
|
|
12
12
|
# Sam Arbid, 2025
|
|
13
|
+
# Lina Andrén, 2025
|
|
13
14
|
#
|
|
14
15
|
#, fuzzy
|
|
15
16
|
msgid ""
|
|
@@ -18,7 +19,7 @@ msgstr ""
|
|
|
18
19
|
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
|
|
19
20
|
"POT-Creation-Date: 2025-07-08 20:00+0000\n"
|
|
20
21
|
"PO-Revision-Date: 2021-07-13 12:40+0000\n"
|
|
21
|
-
"Last-Translator:
|
|
22
|
+
"Last-Translator: Lina Andrén, 2025\n"
|
|
22
23
|
"Language-Team: Swedish (https://app.transifex.com/inveniosoftware/teams/23537/sv/)\n"
|
|
23
24
|
"MIME-Version: 1.0\n"
|
|
24
25
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -121,7 +122,7 @@ msgstr "Vokabulärtyper"
|
|
|
121
122
|
|
|
122
123
|
#: invenio_vocabularies/administration/views/vocabularies.py:25
|
|
123
124
|
msgid "Site management"
|
|
124
|
-
msgstr "Hantera
|
|
125
|
+
msgstr "Hantera webbplats"
|
|
125
126
|
|
|
126
127
|
#: invenio_vocabularies/contrib/affiliations/config.py:57
|
|
127
128
|
#: invenio_vocabularies/contrib/funders/config.py:56
|
|
@@ -236,7 +237,7 @@ msgstr "Stigande"
|
|
|
236
237
|
|
|
237
238
|
#: invenio_vocabularies/services/config.py:101
|
|
238
239
|
msgid "Descending"
|
|
239
|
-
msgstr "
|
|
240
|
+
msgstr "Fallande"
|
|
240
241
|
|
|
241
242
|
#: invenio_vocabularies/services/schema.py:85
|
|
242
243
|
#, python-brace-format
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-vocabularies
|
|
3
|
-
Version: 8.3.
|
|
3
|
+
Version: 8.3.1
|
|
4
4
|
Summary: Invenio module for managing vocabularies.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-vocabularies
|
|
6
6
|
Author: CERN
|
|
@@ -81,6 +81,7 @@ Invenio module for managing vocabularies, based on Invenio-Records and Invenio-R
|
|
|
81
81
|
..
|
|
82
82
|
Copyright (C) 2020-2024 CERN.
|
|
83
83
|
Copyright (C) 2024-2025 Graz University of Technology.
|
|
84
|
+
Copyright (C) 2025 KTH Royal Institute of Technology.
|
|
84
85
|
|
|
85
86
|
Invenio-Vocabularies is free software; you can redistribute it and/or
|
|
86
87
|
modify it under the terms of the MIT License; see LICENSE file for more
|
|
@@ -89,6 +90,11 @@ Invenio module for managing vocabularies, based on Invenio-Records and Invenio-R
|
|
|
89
90
|
Changes
|
|
90
91
|
=======
|
|
91
92
|
|
|
93
|
+
Version v8.3.1 (released 2025-10-24)
|
|
94
|
+
|
|
95
|
+
- i18n: pulled translations
|
|
96
|
+
|
|
97
|
+
|
|
92
98
|
Version v8.3.0 (released 2025-07-31)
|
|
93
99
|
|
|
94
100
|
- subjects: Add search scheme field configuration to enable composite and filter query support in subject search functionality
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
invenio_vocabularies/__init__.py,sha256=
|
|
1
|
+
invenio_vocabularies/__init__.py,sha256=K-xflirW5LXy05k20gO8oBfcvmOspB8M2Nnk9BISUKo,490
|
|
2
2
|
invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
|
|
3
3
|
invenio_vocabularies/config.py,sha256=v6fTdeQXfUl0LavI2Xslql7mv3DVuIuGTqe2z3H3S7o,6942
|
|
4
4
|
invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
|
|
@@ -41,7 +41,7 @@ invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/form
|
|
|
41
41
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next.js,sha256=CR2XxtD-2Mn-ukWo_-qr0FIsMqytgh_DpDIFxKSNUEI,1021
|
|
42
42
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package.json,sha256=0gN7i3wMO6mdQzau6sYqM_tj_WxZgI6SL0ZEinS30R8,617
|
|
43
43
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/translations.pot,sha256=davZOqJKWxwGTRFX0lyhnxb13QtTZ-tp6-HYyOCnjQA,1638
|
|
44
|
-
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/_generatedTranslations.js,sha256=
|
|
44
|
+
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/_generatedTranslations.js,sha256=TVnCkLEbL2wYFdvnT1ZUcpjTpJZJOiAC2Y_hxmnXqNw,2893
|
|
45
45
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/index.js,sha256=5ov5EHjBn4Z7cPXM7p5lefUOSeAIw7cr3ETB4vxEF7c,990
|
|
46
46
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ar/messages.po,sha256=X2Zy81kAEL16_5WPtE5wGFfbvpSX7UkPw2U2NIE2fvE,2361
|
|
47
47
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ar/translations.json,sha256=AFFJOsm6NCZNj5U4tkSGweGfTxyn5mbtYIEmJEsioJE,1375
|
|
@@ -65,6 +65,8 @@ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messag
|
|
|
65
65
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/et/translations.json,sha256=3q3ywhmGAayAt8MxpODoCo67MG3Hq5MalqBh3mlAvBM,850
|
|
66
66
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fa/messages.po,sha256=LM98jfgtwBVJruFWHwJBGdxqKsOwqOkPxMZMb89Yc7Y,1514
|
|
67
67
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fa/translations.json,sha256=4XW7BTKZDAwakRzyr52T5ZafOEvkeCE1fNLzYQPiOug,733
|
|
68
|
+
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fi/messages.po,sha256=eEinxuWUzQeth9WY4S_9jvjwhhDws55EH1R6eF55KBA,1958
|
|
69
|
+
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fi/translations.json,sha256=2jr5KUbKeTPZ5iBPtVKjxrbwMLeU6Yr3EJ1O0cMWe6Q,1164
|
|
68
70
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fr/messages.po,sha256=6SyKxnlWCNy71YoybamKzvupYHnCcgfimFovsFwtTPQ,1658
|
|
69
71
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fr/translations.json,sha256=NRVjlCXKelT_kauhz8NTsM2ccy1rGaWvIhRRB_QAXKM,758
|
|
70
72
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hr/messages.po,sha256=AUPEg3oLPs6uyPAY4cdhcE0x4Wuq5WfyPrSzZTlKQZs,1554
|
|
@@ -93,8 +95,8 @@ invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messag
|
|
|
93
95
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ru/translations.json,sha256=0VJJlB2p-YlapOJ4w5Q2a4eIK9c6valTEuOTZGmtZFY,864
|
|
94
96
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sk/messages.po,sha256=D4CTLZjeAlqvAUtaXMV3aZC8pRhEFGTP1crnl1D_IkM,1558
|
|
95
97
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sk/translations.json,sha256=b8-UXtXCK5S6XHdTGdjnjM4H4elJYsEkqm3OJioZnZw,702
|
|
96
|
-
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/messages.po,sha256=
|
|
97
|
-
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json,sha256=
|
|
98
|
+
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/messages.po,sha256=S7snxapjSt-9K4Pne5te0eVIr0Mh_6YHm62_jA0Sv84,2036
|
|
99
|
+
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json,sha256=wvFFW_SboZ693QmYFhEnO-ZjQ6CTD8Z2XKnSbnxqU9s,1190
|
|
98
100
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/tr/messages.po,sha256=I7VN3UiYfpUJUgrRqJb6b50By3UbnnwMSKp6JBHHroc,1658
|
|
99
101
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/tr/translations.json,sha256=JJfkCpvOqXZBaESmTPm52-U0TqnzupSp-ulwpcw59Ik,774
|
|
100
102
|
invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/uk/messages.po,sha256=1JBHYDlPVV_JBnwwsNdPH8TY1elRkIZ61x1hNvvCkx8,2152
|
|
@@ -290,6 +292,8 @@ invenio_vocabularies/translations/et/LC_MESSAGES/messages.mo,sha256=WaLcbkXPB4GW
|
|
|
290
292
|
invenio_vocabularies/translations/et/LC_MESSAGES/messages.po,sha256=qPBEjzgrYUzx-03Ni6nQiqcbAaa--t7QruqH5403TyI,8054
|
|
291
293
|
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.mo,sha256=YDDQwgPlMqxZp5IYgrzL0iBZFEtkGjWv4ppTpKtPJDw,594
|
|
292
294
|
invenio_vocabularies/translations/fa/LC_MESSAGES/messages.po,sha256=kmsCV_TxamWZ7_B2yPIOyfdDDhCwsrTB1h0CPYN7O3k,7514
|
|
295
|
+
invenio_vocabularies/translations/fi/LC_MESSAGES/messages.mo,sha256=TGuR1Ke8SjqCcyBxglk_qL1hQ5dh2wzrwWuFLqVr1Ow,3948
|
|
296
|
+
invenio_vocabularies/translations/fi/LC_MESSAGES/messages.po,sha256=oZq4k9FdQ8QerqurdfpwcgbcB3NqcR5RUHaVbzZSEr8,8768
|
|
293
297
|
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.mo,sha256=8eDnggtginOb3bGUegLgDlx--voEP1FdOdJ-8L0xphU,2697
|
|
294
298
|
invenio_vocabularies/translations/fr/LC_MESSAGES/messages.po,sha256=g_gQbJ3Ml39-fNRG48KsywXTt7h0KFSkGXMgBbBsD8Q,8399
|
|
295
299
|
invenio_vocabularies/translations/hr/LC_MESSAGES/messages.mo,sha256=V45r8U1Ia1tc-vb_vmwGs4UjV00OWnjs1iZR0J1oBhk,661
|
|
@@ -318,8 +322,8 @@ invenio_vocabularies/translations/ru/LC_MESSAGES/messages.mo,sha256=MqftVPul8xwg
|
|
|
318
322
|
invenio_vocabularies/translations/ru/LC_MESSAGES/messages.po,sha256=j4dXkWNURApoOiGq_E9smbAzRyxe3XapsqpQnCt0xMA,8285
|
|
319
323
|
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.mo,sha256=MfBdFgOydOzspJVfQZtI5Shf9PPxkSj3NOlZJOPwJvU,721
|
|
320
324
|
invenio_vocabularies/translations/sk/LC_MESSAGES/messages.po,sha256=lOo06Sp13NSsbDF5F94LIL04v6wH2SLaTp1bE1uXwxk,7636
|
|
321
|
-
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=
|
|
322
|
-
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.po,sha256=
|
|
325
|
+
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.mo,sha256=es2-r4OFkoge9w2g2esgGUal672sUt2x4gjpD-3WRko,3928
|
|
326
|
+
invenio_vocabularies/translations/sv/LC_MESSAGES/messages.po,sha256=ptjAn8_AyVofuhpm6G6FDOnvMflu40w9pP-qRjBZ-IU,8845
|
|
323
327
|
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.mo,sha256=s26SWaa4UK5JPkMerFbm-GkUIXTDuaZXCvSLqNQEFYg,2651
|
|
324
328
|
invenio_vocabularies/translations/tr/LC_MESSAGES/messages.po,sha256=98hriTuIgR2_cqS5l9Oxh9nbOq_wXQKkQjoKV3JzMD0,8379
|
|
325
329
|
invenio_vocabularies/translations/uk/LC_MESSAGES/messages.mo,sha256=mHyyKMmY24zAJp0znBD_2xcK0F8CLg0UR3tNDYRhLGA,1427
|
|
@@ -328,10 +332,10 @@ invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=AEoPrwqBX
|
|
|
328
332
|
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=sP0-MvZo4F4wIG4JVLebCAOxh1tFIkfM2bLaKL-B148,8024
|
|
329
333
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=p2PFN_PL1m7miZ6qyoHFmBi6UUF3qhuz1sfCqTxm5fY,599
|
|
330
334
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=vO8YRTkTqKE6gepSW_N3uNKYp3Me1rqnYaONFQGJOoY,7519
|
|
331
|
-
invenio_vocabularies-8.3.
|
|
332
|
-
invenio_vocabularies-8.3.
|
|
333
|
-
invenio_vocabularies-8.3.
|
|
334
|
-
invenio_vocabularies-8.3.
|
|
335
|
-
invenio_vocabularies-8.3.
|
|
336
|
-
invenio_vocabularies-8.3.
|
|
337
|
-
invenio_vocabularies-8.3.
|
|
335
|
+
invenio_vocabularies-8.3.1.dist-info/licenses/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
|
|
336
|
+
invenio_vocabularies-8.3.1.dist-info/licenses/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
|
|
337
|
+
invenio_vocabularies-8.3.1.dist-info/METADATA,sha256=LalqLqUreO2rqEdTYt9-U16q-C2gbJk0IW1w_HfVbNA,15223
|
|
338
|
+
invenio_vocabularies-8.3.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
339
|
+
invenio_vocabularies-8.3.1.dist-info/entry_points.txt,sha256=lget4Ekno9VRTq36oowWReIJA99165gOp0BOiiET60Y,3179
|
|
340
|
+
invenio_vocabularies-8.3.1.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
|
|
341
|
+
invenio_vocabularies-8.3.1.dist-info/RECORD,,
|
|
File without changes
|
{invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/licenses/AUTHORS.rst
RENAMED
|
File without changes
|
{invenio_vocabularies-8.3.0.dist-info → invenio_vocabularies-8.3.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|