invenio-app-rdm 13.0.0rc2__py2.py3-none-any.whl → 13.0.0rc4__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.
- invenio_app_rdm/__init__.py +1 -1
- invenio_app_rdm/config.py +14 -1
- invenio_app_rdm/ext.py +2 -2
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html +5 -0
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html +1 -1
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +1 -1
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html +20 -3
- invenio_app_rdm/records_ui/views/deposits.py +11 -5
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +12 -17
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js +3 -4
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +6 -1
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js +1 -0
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js +16 -17
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js +5 -5
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js +13 -18
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less +37 -0
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides +9 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js +66 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po +804 -137
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json +277 -249
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json +102 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po +699 -80
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json +112 -92
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po +821 -138
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json +290 -262
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po +691 -66
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json +91 -71
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po +818 -138
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json +260 -240
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po +698 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json +108 -88
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po +1000 -5
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json +81 -28
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po +810 -137
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json +253 -233
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po +746 -133
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json +130 -110
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po +688 -69
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json +103 -79
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po +809 -126
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json +277 -257
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po +695 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json +101 -79
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po +801 -135
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json +254 -234
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js +16 -65
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po +712 -86
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json +116 -96
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po +683 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json +96 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json +109 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po +889 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json +277 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po +702 -71
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json +113 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po +689 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json +102 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po +704 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json +119 -91
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po +694 -69
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json +93 -73
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po +717 -85
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json +155 -133
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po +806 -124
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json +288 -260
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po +713 -82
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json +119 -91
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po +807 -141
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json +260 -240
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po +799 -128
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json +259 -239
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po +756 -131
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json +124 -96
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po +736 -123
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json +130 -108
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po +683 -70
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json +100 -78
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json +1295 -678
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json +3 -37
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js +102 -24
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js +23 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js +36 -0
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot +243 -94
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html +7 -6
- invenio_app_rdm/theme/webpack.py +1 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po +972 -376
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po +912 -283
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po +1069 -405
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.po +908 -273
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.po +1017 -406
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.po +915 -286
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.po +963 -371
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.po +938 -362
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po +906 -277
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po +1032 -375
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po +985 -369
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.po +928 -298
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po +909 -280
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po +1361 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po +910 -281
- invenio_app_rdm/translations/messages.pot +486 -303
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po +907 -278
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po +906 -277
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po +1042 -384
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po +1022 -370
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po +916 -287
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po +989 -380
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po +992 -341
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po +935 -356
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po +939 -347
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po +907 -278
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/METADATA +27 -1
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/RECORD +156 -148
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/WHEEL +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE +0 -0
- {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/top_level.txt +0 -0
|
@@ -1,147 +1,193 @@
|
|
|
1
1
|
# Translations template for invenio-app-rdm.
|
|
2
|
-
# Copyright (C)
|
|
2
|
+
# Copyright (C) 2025 CERN
|
|
3
3
|
# This file is distributed under the same license as the invenio-app-rdm
|
|
4
4
|
# project.
|
|
5
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
6
|
#
|
|
7
7
|
#, fuzzy
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version: invenio-app-rdm 13.0.
|
|
10
|
+
"Project-Id-Version: invenio-app-rdm 13.0.0b4.dev2\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2025-06-19 14:07+0200\n"
|
|
13
13
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
14
14
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
15
15
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
-
"Generated-By: Babel 2.
|
|
19
|
+
"Generated-By: Babel 2.17.0\n"
|
|
20
20
|
|
|
21
|
-
#: invenio_app_rdm/config.py:
|
|
21
|
+
#: invenio_app_rdm/config.py:269
|
|
22
22
|
msgid "The turn-key research data management repository"
|
|
23
23
|
msgstr ""
|
|
24
24
|
|
|
25
|
-
#: invenio_app_rdm/config.py:
|
|
25
|
+
#: invenio_app_rdm/config.py:308
|
|
26
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:16
|
|
26
27
|
msgid "InvenioRDM"
|
|
27
28
|
msgstr ""
|
|
28
29
|
|
|
29
|
-
#: invenio_app_rdm/config.py:
|
|
30
|
+
#: invenio_app_rdm/config.py:403
|
|
30
31
|
msgid "Welcome to Invenio App RDM!"
|
|
31
32
|
msgstr ""
|
|
32
33
|
|
|
33
|
-
#: invenio_app_rdm/config.py:
|
|
34
|
+
#: invenio_app_rdm/config.py:812
|
|
34
35
|
msgid "JSON"
|
|
35
36
|
msgstr ""
|
|
36
37
|
|
|
37
|
-
#: invenio_app_rdm/config.py:
|
|
38
|
+
#: invenio_app_rdm/config.py:819
|
|
38
39
|
msgid "JSON-LD"
|
|
39
40
|
msgstr ""
|
|
40
41
|
|
|
41
|
-
#: invenio_app_rdm/config.py:
|
|
42
|
+
#: invenio_app_rdm/config.py:827
|
|
42
43
|
msgid "CSL"
|
|
43
44
|
msgstr ""
|
|
44
45
|
|
|
45
|
-
#: invenio_app_rdm/config.py:
|
|
46
|
+
#: invenio_app_rdm/config.py:834
|
|
46
47
|
msgid "DataCite JSON"
|
|
47
48
|
msgstr ""
|
|
48
49
|
|
|
49
|
-
#: invenio_app_rdm/config.py:
|
|
50
|
+
#: invenio_app_rdm/config.py:843
|
|
50
51
|
msgid "DataCite XML"
|
|
51
52
|
msgstr ""
|
|
52
53
|
|
|
53
|
-
#: invenio_app_rdm/config.py:
|
|
54
|
+
#: invenio_app_rdm/config.py:852
|
|
54
55
|
msgid "Dublin Core XML"
|
|
55
56
|
msgstr ""
|
|
56
57
|
|
|
57
|
-
#: invenio_app_rdm/config.py:
|
|
58
|
+
#: invenio_app_rdm/config.py:861
|
|
58
59
|
msgid "MARCXML"
|
|
59
60
|
msgstr ""
|
|
60
61
|
|
|
61
|
-
#: invenio_app_rdm/config.py:
|
|
62
|
+
#: invenio_app_rdm/config.py:868
|
|
62
63
|
msgid "BibTeX"
|
|
63
64
|
msgstr ""
|
|
64
65
|
|
|
65
|
-
#: invenio_app_rdm/config.py:
|
|
66
|
+
#: invenio_app_rdm/config.py:875
|
|
66
67
|
msgid "GeoJSON"
|
|
67
68
|
msgstr ""
|
|
68
69
|
|
|
69
|
-
#: invenio_app_rdm/config.py:
|
|
70
|
+
#: invenio_app_rdm/config.py:882
|
|
70
71
|
msgid "DCAT"
|
|
71
72
|
msgstr ""
|
|
72
73
|
|
|
73
|
-
#: invenio_app_rdm/config.py:
|
|
74
|
+
#: invenio_app_rdm/config.py:889
|
|
74
75
|
msgid "Codemeta"
|
|
75
76
|
msgstr ""
|
|
76
77
|
|
|
77
|
-
#: invenio_app_rdm/config.py:
|
|
78
|
+
#: invenio_app_rdm/config.py:896
|
|
78
79
|
msgid "Citation File Format"
|
|
79
80
|
msgstr ""
|
|
80
81
|
|
|
81
|
-
#: invenio_app_rdm/config.py:
|
|
82
|
+
#: invenio_app_rdm/config.py:1084
|
|
82
83
|
msgid "APA"
|
|
83
84
|
msgstr ""
|
|
84
85
|
|
|
85
|
-
#: invenio_app_rdm/config.py:
|
|
86
|
+
#: invenio_app_rdm/config.py:1085
|
|
86
87
|
msgid "Harvard"
|
|
87
88
|
msgstr ""
|
|
88
89
|
|
|
89
|
-
#: invenio_app_rdm/config.py:
|
|
90
|
+
#: invenio_app_rdm/config.py:1086
|
|
90
91
|
msgid "MLA"
|
|
91
92
|
msgstr ""
|
|
92
93
|
|
|
93
|
-
#: invenio_app_rdm/config.py:
|
|
94
|
+
#: invenio_app_rdm/config.py:1087
|
|
94
95
|
msgid "Vancouver"
|
|
95
96
|
msgstr ""
|
|
96
97
|
|
|
97
|
-
#: invenio_app_rdm/config.py:
|
|
98
|
+
#: invenio_app_rdm/config.py:1088
|
|
98
99
|
msgid "Chicago"
|
|
99
100
|
msgstr ""
|
|
100
101
|
|
|
101
|
-
#: invenio_app_rdm/config.py:
|
|
102
|
+
#: invenio_app_rdm/config.py:1089
|
|
102
103
|
msgid "IEEE"
|
|
103
104
|
msgstr ""
|
|
104
105
|
|
|
105
|
-
#: invenio_app_rdm/ext.py:
|
|
106
|
+
#: invenio_app_rdm/ext.py:73
|
|
106
107
|
msgid "My dashboard"
|
|
107
108
|
msgstr ""
|
|
108
109
|
|
|
109
|
-
#: invenio_app_rdm/ext.py:
|
|
110
|
+
#: invenio_app_rdm/ext.py:79
|
|
110
111
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:14
|
|
111
112
|
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:28
|
|
112
113
|
msgid "New upload"
|
|
113
114
|
msgstr ""
|
|
114
115
|
|
|
115
|
-
#: invenio_app_rdm/ext.py:
|
|
116
|
+
#: invenio_app_rdm/ext.py:93
|
|
116
117
|
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/uploads.html:8
|
|
117
118
|
msgid "Uploads"
|
|
118
119
|
msgstr ""
|
|
119
120
|
|
|
120
|
-
#: invenio_app_rdm/ext.py:
|
|
121
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/communities.html:
|
|
121
|
+
#: invenio_app_rdm/ext.py:98
|
|
122
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/communities.html:14
|
|
122
123
|
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/communities.html:8
|
|
123
124
|
msgid "Communities"
|
|
124
125
|
msgstr ""
|
|
125
126
|
|
|
126
|
-
#: invenio_app_rdm/ext.py:
|
|
127
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:
|
|
127
|
+
#: invenio_app_rdm/ext.py:103
|
|
128
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:118
|
|
128
129
|
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:117
|
|
129
130
|
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/requests.html:8
|
|
130
131
|
msgid "Requests"
|
|
131
132
|
msgstr ""
|
|
132
133
|
|
|
133
|
-
#: invenio_app_rdm/ext.py:
|
|
134
|
+
#: invenio_app_rdm/ext.py:126
|
|
134
135
|
msgid "Home"
|
|
135
136
|
msgstr ""
|
|
136
137
|
|
|
137
|
-
#: invenio_app_rdm/
|
|
138
|
+
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/collections/collection.html:38
|
|
139
|
+
#: invenio_app_rdm/ext.py:134
|
|
140
|
+
msgid "Browse"
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
#: invenio_app_rdm/administration/records/records.py:28
|
|
144
|
+
#: invenio_app_rdm/administration/records/records.py:29
|
|
145
|
+
#: invenio_app_rdm/ext.py:142
|
|
138
146
|
msgid "Records"
|
|
139
147
|
msgstr ""
|
|
140
148
|
|
|
141
|
-
#: invenio_app_rdm/ext.py:
|
|
149
|
+
#: invenio_app_rdm/ext.py:149
|
|
142
150
|
msgid "Submit"
|
|
143
151
|
msgstr ""
|
|
144
152
|
|
|
153
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:38
|
|
154
|
+
msgid "Resource"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
157
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:43
|
|
158
|
+
msgid "Resource ID"
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
161
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:47
|
|
162
|
+
msgid "Action"
|
|
163
|
+
msgstr ""
|
|
164
|
+
|
|
165
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:51
|
|
166
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:46
|
|
167
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:169
|
|
168
|
+
#: invenio_app_rdm/administration/users/users.py:22
|
|
169
|
+
msgid "User"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:55
|
|
173
|
+
#: invenio_app_rdm/administration/domains/domains.py:150
|
|
174
|
+
#: invenio_app_rdm/administration/records/records.py:43
|
|
175
|
+
#: invenio_app_rdm/administration/records/records.py:127
|
|
176
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:173
|
|
177
|
+
#: invenio_app_rdm/administration/users/users.py:26
|
|
178
|
+
#: invenio_app_rdm/administration/users/users.py:42
|
|
179
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:10
|
|
180
|
+
msgid "Created"
|
|
181
|
+
msgstr ""
|
|
182
|
+
|
|
183
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:62
|
|
184
|
+
msgid "View Log"
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
187
|
+
#: invenio_app_rdm/administration/audit_logs/audit_logs.py:67
|
|
188
|
+
msgid "View Changes"
|
|
189
|
+
msgstr ""
|
|
190
|
+
|
|
145
191
|
#: invenio_app_rdm/administration/domains/domains.py:41
|
|
146
192
|
#: invenio_app_rdm/administration/domains/domains.py:42
|
|
147
193
|
msgid "Domains"
|
|
@@ -164,20 +210,22 @@ msgstr ""
|
|
|
164
210
|
#: invenio_app_rdm/administration/domains/domains.py:49
|
|
165
211
|
#: invenio_app_rdm/administration/domains/domains.py:80
|
|
166
212
|
#: invenio_app_rdm/administration/domains/domains.py:146
|
|
167
|
-
#: invenio_app_rdm/administration/
|
|
168
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
169
|
-
#: invenio_app_rdm/
|
|
213
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:69
|
|
214
|
+
#: invenio_app_rdm/administration/users/users.py:25
|
|
215
|
+
#: invenio_app_rdm/administration/users/users.py:36
|
|
216
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:28
|
|
170
217
|
msgid "Status"
|
|
171
218
|
msgstr ""
|
|
172
219
|
|
|
173
220
|
#: invenio_app_rdm/administration/domains/domains.py:50
|
|
174
221
|
#: invenio_app_rdm/administration/domains/domains.py:153
|
|
222
|
+
#: invenio_app_rdm/administration/users/users.py:58
|
|
175
223
|
msgid "Users"
|
|
176
224
|
msgstr ""
|
|
177
225
|
|
|
178
226
|
#: invenio_app_rdm/administration/domains/domains.py:51
|
|
179
227
|
#: invenio_app_rdm/administration/domains/domains.py:154
|
|
180
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
228
|
+
#: invenio_app_rdm/administration/users/users.py:38
|
|
181
229
|
msgid "Active"
|
|
182
230
|
msgstr ""
|
|
183
231
|
|
|
@@ -205,7 +253,7 @@ msgstr ""
|
|
|
205
253
|
msgid "Domain name (all lowercase)"
|
|
206
254
|
msgstr ""
|
|
207
255
|
|
|
208
|
-
#: invenio_app_rdm/administration/domains/domains.py:
|
|
256
|
+
#: invenio_app_rdm/administration/domains/domains.py:82
|
|
209
257
|
msgid ""
|
|
210
258
|
"Status of the domain. One of new (domain needs review), moderated (users "
|
|
211
259
|
"in domain require moderation), verified (users in domain does not require"
|
|
@@ -226,7 +274,7 @@ msgstr ""
|
|
|
226
274
|
msgid "Flagged"
|
|
227
275
|
msgstr ""
|
|
228
276
|
|
|
229
|
-
#: invenio_app_rdm/administration/domains/domains.py:
|
|
277
|
+
#: invenio_app_rdm/administration/domains/domains.py:109
|
|
230
278
|
msgid "Used by automatic processes to flag the domain as requiring review."
|
|
231
279
|
msgstr ""
|
|
232
280
|
|
|
@@ -255,18 +303,9 @@ msgstr ""
|
|
|
255
303
|
msgid "Top-level domain"
|
|
256
304
|
msgstr ""
|
|
257
305
|
|
|
258
|
-
#: invenio_app_rdm/administration/domains/domains.py:150
|
|
259
|
-
#: invenio_app_rdm/administration/records/records.py:41
|
|
260
|
-
#: invenio_app_rdm/administration/records/records.py:119
|
|
261
|
-
#: invenio_app_rdm/administration/users/users.py:25
|
|
262
|
-
#: invenio_app_rdm/administration/users/users.py:41
|
|
263
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:10
|
|
264
|
-
msgid "Created"
|
|
265
|
-
msgstr ""
|
|
266
|
-
|
|
267
306
|
#: invenio_app_rdm/administration/domains/domains.py:151
|
|
268
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
269
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
307
|
+
#: invenio_app_rdm/administration/users/users.py:27
|
|
308
|
+
#: invenio_app_rdm/administration/users/users.py:43
|
|
270
309
|
msgid "Updated"
|
|
271
310
|
msgstr ""
|
|
272
311
|
|
|
@@ -274,84 +313,153 @@ msgstr ""
|
|
|
274
313
|
msgid "Organisation"
|
|
275
314
|
msgstr ""
|
|
276
315
|
|
|
277
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
278
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
316
|
+
#: invenio_app_rdm/administration/records/records.py:30
|
|
317
|
+
#: invenio_app_rdm/administration/records/records.py:114
|
|
318
|
+
msgid "Records & files"
|
|
319
|
+
msgstr ""
|
|
320
|
+
|
|
321
|
+
#: invenio_app_rdm/administration/records/records.py:41
|
|
322
|
+
#: invenio_app_rdm/administration/records/records.py:125
|
|
279
323
|
msgid "Title"
|
|
280
324
|
msgstr ""
|
|
281
325
|
|
|
282
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
283
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
326
|
+
#: invenio_app_rdm/administration/records/records.py:42
|
|
327
|
+
#: invenio_app_rdm/administration/records/records.py:126
|
|
284
328
|
msgid "Owner"
|
|
285
329
|
msgstr ""
|
|
286
330
|
|
|
287
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
288
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
289
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
290
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
291
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
331
|
+
#: invenio_app_rdm/administration/records/records.py:44
|
|
332
|
+
#: invenio_app_rdm/administration/records/records.py:128
|
|
333
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:288
|
|
334
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:293
|
|
335
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:310
|
|
292
336
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:142
|
|
293
337
|
msgid "Files"
|
|
294
338
|
msgstr ""
|
|
295
339
|
|
|
296
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
297
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
340
|
+
#: invenio_app_rdm/administration/records/records.py:45
|
|
341
|
+
#: invenio_app_rdm/administration/records/records.py:129
|
|
298
342
|
msgid "Stats"
|
|
299
343
|
msgstr ""
|
|
300
344
|
|
|
301
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
345
|
+
#: invenio_app_rdm/administration/records/records.py:50
|
|
302
346
|
msgid "Delete record"
|
|
303
347
|
msgstr ""
|
|
304
348
|
|
|
305
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
349
|
+
#: invenio_app_rdm/administration/records/records.py:55
|
|
306
350
|
msgid "Restore record"
|
|
307
351
|
msgstr ""
|
|
308
352
|
|
|
309
|
-
#: invenio_app_rdm/administration/records/records.py:
|
|
310
|
-
msgid "
|
|
353
|
+
#: invenio_app_rdm/administration/records/records.py:60
|
|
354
|
+
msgid "Compare revisions"
|
|
311
355
|
msgstr ""
|
|
312
356
|
|
|
313
|
-
#: invenio_app_rdm/administration/
|
|
314
|
-
|
|
357
|
+
#: invenio_app_rdm/administration/records/records.py:112
|
|
358
|
+
#: invenio_app_rdm/administration/records/records.py:113
|
|
359
|
+
msgid "Drafts"
|
|
315
360
|
msgstr ""
|
|
316
361
|
|
|
317
|
-
#: invenio_app_rdm/administration/
|
|
318
|
-
|
|
319
|
-
msgid "Username"
|
|
362
|
+
#: invenio_app_rdm/administration/records/records.py:134
|
|
363
|
+
msgid "Set quota"
|
|
320
364
|
msgstr ""
|
|
321
365
|
|
|
322
|
-
#: invenio_app_rdm/administration/
|
|
323
|
-
#: invenio_app_rdm/administration/
|
|
366
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:30
|
|
367
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:31
|
|
368
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:32
|
|
369
|
+
msgid "Moderation"
|
|
370
|
+
msgstr ""
|
|
371
|
+
|
|
372
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:52
|
|
373
|
+
#: invenio_app_rdm/administration/users/users.py:24
|
|
374
|
+
#: invenio_app_rdm/administration/users/users.py:34
|
|
324
375
|
msgid "Email"
|
|
325
376
|
msgstr ""
|
|
326
377
|
|
|
327
|
-
#: invenio_app_rdm/administration/
|
|
378
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:58
|
|
379
|
+
msgid "Email domain"
|
|
380
|
+
msgstr ""
|
|
381
|
+
|
|
382
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:64
|
|
383
|
+
msgid "Activity"
|
|
384
|
+
msgstr ""
|
|
385
|
+
|
|
386
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:77
|
|
387
|
+
#: invenio_app_rdm/administration/users/users.py:79
|
|
388
|
+
msgid "Approve"
|
|
389
|
+
msgstr ""
|
|
390
|
+
|
|
391
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:82
|
|
392
|
+
#: invenio_app_rdm/administration/users/users.py:89
|
|
393
|
+
msgid "Block"
|
|
394
|
+
msgstr ""
|
|
395
|
+
|
|
396
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:142
|
|
397
|
+
msgid "User moderation"
|
|
398
|
+
msgstr ""
|
|
399
|
+
|
|
400
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:165
|
|
401
|
+
#: invenio_app_rdm/administration/users/users.py:32
|
|
328
402
|
msgid "ID"
|
|
329
403
|
msgstr ""
|
|
330
404
|
|
|
331
|
-
#: invenio_app_rdm/administration/
|
|
405
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:174
|
|
406
|
+
msgid "Open"
|
|
407
|
+
msgstr ""
|
|
408
|
+
|
|
409
|
+
#: invenio_app_rdm/administration/users/users.py:23
|
|
410
|
+
#: invenio_app_rdm/administration/users/users.py:33
|
|
411
|
+
msgid "Username"
|
|
412
|
+
msgstr ""
|
|
413
|
+
|
|
414
|
+
#: invenio_app_rdm/administration/users/users.py:35
|
|
332
415
|
msgid "Domain "
|
|
333
416
|
msgstr ""
|
|
334
417
|
|
|
335
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
418
|
+
#: invenio_app_rdm/administration/users/users.py:37
|
|
336
419
|
msgid "Visibility"
|
|
337
420
|
msgstr ""
|
|
338
421
|
|
|
339
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
422
|
+
#: invenio_app_rdm/administration/users/users.py:39
|
|
340
423
|
msgid "Confirmed at"
|
|
341
424
|
msgstr ""
|
|
342
425
|
|
|
343
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
426
|
+
#: invenio_app_rdm/administration/users/users.py:40
|
|
344
427
|
msgid "Verified at"
|
|
345
428
|
msgstr ""
|
|
346
429
|
|
|
347
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
430
|
+
#: invenio_app_rdm/administration/users/users.py:41
|
|
348
431
|
msgid "Blocked at"
|
|
349
432
|
msgstr ""
|
|
350
433
|
|
|
351
|
-
#: invenio_app_rdm/administration/users/users.py:
|
|
434
|
+
#: invenio_app_rdm/administration/users/users.py:57
|
|
435
|
+
#: invenio_app_rdm/administration/users/users.py:59
|
|
436
|
+
msgid "User management"
|
|
437
|
+
msgstr ""
|
|
438
|
+
|
|
439
|
+
#: invenio_app_rdm/administration/users/users.py:84
|
|
440
|
+
msgid "Restore"
|
|
441
|
+
msgstr ""
|
|
442
|
+
|
|
443
|
+
#: invenio_app_rdm/administration/users/users.py:94
|
|
444
|
+
msgid "Suspend"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
447
|
+
#: invenio_app_rdm/administration/users/users.py:130
|
|
352
448
|
msgid "User details"
|
|
353
449
|
msgstr ""
|
|
354
450
|
|
|
451
|
+
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/details/browse/index.html:40
|
|
452
|
+
msgid "Subcommunities"
|
|
453
|
+
msgstr ""
|
|
454
|
+
|
|
455
|
+
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/details/browse/index.html:44
|
|
456
|
+
msgid "See all"
|
|
457
|
+
msgstr ""
|
|
458
|
+
|
|
459
|
+
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/details/browse/index.html:54
|
|
460
|
+
msgid "This community has no subcommunities"
|
|
461
|
+
msgstr ""
|
|
462
|
+
|
|
355
463
|
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/records/index.html:12
|
|
356
464
|
msgid "Search "
|
|
357
465
|
msgstr ""
|
|
@@ -364,45 +472,49 @@ msgstr ""
|
|
|
364
472
|
msgid "Edit upload"
|
|
365
473
|
msgstr ""
|
|
366
474
|
|
|
367
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
475
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:51
|
|
368
476
|
msgid "Information banner"
|
|
369
477
|
msgstr ""
|
|
370
478
|
|
|
371
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
479
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:80
|
|
480
|
+
msgid "Part of"
|
|
481
|
+
msgstr ""
|
|
482
|
+
|
|
483
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:91
|
|
372
484
|
msgid "Community visibility"
|
|
373
485
|
msgstr ""
|
|
374
486
|
|
|
375
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
487
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:92
|
|
376
488
|
msgid "The community is restricted to users with access."
|
|
377
489
|
msgstr ""
|
|
378
490
|
|
|
379
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
491
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:94
|
|
380
492
|
msgid "Restricted"
|
|
381
493
|
msgstr ""
|
|
382
494
|
|
|
383
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
495
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:111
|
|
384
496
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:24
|
|
385
497
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:121
|
|
386
498
|
msgid "Preview"
|
|
387
499
|
msgstr ""
|
|
388
500
|
|
|
389
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
501
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:115
|
|
390
502
|
msgid "You are previewing a published record."
|
|
391
503
|
msgstr ""
|
|
392
504
|
|
|
393
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
505
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:117
|
|
394
506
|
msgid "You are previewing changes that have not yet been published."
|
|
395
507
|
msgstr ""
|
|
396
508
|
|
|
397
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
509
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:119
|
|
398
510
|
msgid "You are previewing a new record that has not yet been published."
|
|
399
511
|
msgstr ""
|
|
400
512
|
|
|
401
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
513
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:121
|
|
402
514
|
msgid "You are previewing a new record version that has not yet been published."
|
|
403
515
|
msgstr ""
|
|
404
516
|
|
|
405
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
517
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:136
|
|
406
518
|
#, python-format
|
|
407
519
|
msgid ""
|
|
408
520
|
"\n"
|
|
@@ -412,97 +524,98 @@ msgid ""
|
|
|
412
524
|
" "
|
|
413
525
|
msgstr ""
|
|
414
526
|
|
|
415
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
527
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:160
|
|
416
528
|
msgid "Record access information"
|
|
417
529
|
msgstr ""
|
|
418
530
|
|
|
419
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
420
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
531
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:167
|
|
532
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:326
|
|
421
533
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:155
|
|
422
534
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:185
|
|
423
535
|
msgid "Reason"
|
|
424
536
|
msgstr ""
|
|
425
537
|
|
|
426
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
538
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:180
|
|
427
539
|
msgid "Back-navigation"
|
|
428
540
|
msgstr ""
|
|
429
541
|
|
|
430
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
542
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:182
|
|
431
543
|
msgid "Back to edit"
|
|
432
544
|
msgstr ""
|
|
433
545
|
|
|
434
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
546
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:200
|
|
435
547
|
msgid "Manage record"
|
|
436
548
|
msgstr ""
|
|
437
549
|
|
|
438
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
550
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:218
|
|
439
551
|
msgid "Publication date and version number"
|
|
440
552
|
msgstr ""
|
|
441
553
|
|
|
442
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
554
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:222
|
|
443
555
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:25
|
|
444
556
|
msgid "Publication date"
|
|
445
557
|
msgstr ""
|
|
446
558
|
|
|
447
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
559
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:223
|
|
448
560
|
msgid "Published"
|
|
449
561
|
msgstr ""
|
|
450
562
|
|
|
451
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
563
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:226
|
|
564
|
+
#, python-brace-format
|
|
452
565
|
msgid "Version {version_number}"
|
|
453
566
|
msgstr ""
|
|
454
567
|
|
|
455
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
568
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:233
|
|
456
569
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:24
|
|
457
570
|
msgid "Resource type"
|
|
458
571
|
msgstr ""
|
|
459
572
|
|
|
460
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
573
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:243
|
|
461
574
|
msgid "Access status"
|
|
462
575
|
msgstr ""
|
|
463
576
|
|
|
464
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
577
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:265
|
|
465
578
|
msgid "Record title and creators"
|
|
466
579
|
msgstr ""
|
|
467
580
|
|
|
468
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
581
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:271
|
|
469
582
|
msgid "Creators and contributors"
|
|
470
583
|
msgstr ""
|
|
471
584
|
|
|
472
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
585
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:332
|
|
473
586
|
msgid "Request access"
|
|
474
587
|
msgstr ""
|
|
475
588
|
|
|
476
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
589
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:334
|
|
477
590
|
msgid ""
|
|
478
591
|
"If you would like to request access to these files, please fill out the "
|
|
479
592
|
"form below."
|
|
480
593
|
msgstr ""
|
|
481
594
|
|
|
482
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
595
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:342
|
|
483
596
|
msgid ""
|
|
484
597
|
"You need to satisfy these conditions in order for this request to be "
|
|
485
598
|
"accepted:"
|
|
486
599
|
msgstr ""
|
|
487
600
|
|
|
488
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
601
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:367
|
|
489
602
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:171
|
|
490
603
|
msgid "System files"
|
|
491
604
|
msgstr ""
|
|
492
605
|
|
|
493
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
606
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:380
|
|
494
607
|
msgid "Additional record details"
|
|
495
608
|
msgstr ""
|
|
496
609
|
|
|
497
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
610
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:394
|
|
498
611
|
msgid "Record details"
|
|
499
612
|
msgstr ""
|
|
500
613
|
|
|
501
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
614
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:411
|
|
502
615
|
msgid "Jump to top of page"
|
|
503
616
|
msgstr ""
|
|
504
617
|
|
|
505
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
618
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:413
|
|
506
619
|
msgid "Jump up"
|
|
507
620
|
msgstr ""
|
|
508
621
|
|
|
@@ -595,10 +708,44 @@ msgstr ""
|
|
|
595
708
|
msgid "Citation:"
|
|
596
709
|
msgstr ""
|
|
597
710
|
|
|
598
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:
|
|
711
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:16
|
|
712
|
+
msgid "You are currently not logged in"
|
|
713
|
+
msgstr ""
|
|
714
|
+
|
|
715
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:16
|
|
716
|
+
msgid "Do you have an account?"
|
|
717
|
+
msgstr ""
|
|
718
|
+
|
|
719
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:17
|
|
720
|
+
msgid "Log in here"
|
|
721
|
+
msgstr ""
|
|
722
|
+
|
|
723
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:22
|
|
599
724
|
msgid "You are logged in as"
|
|
600
725
|
msgstr ""
|
|
601
726
|
|
|
727
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:30
|
|
728
|
+
msgid "Not you?"
|
|
729
|
+
msgstr ""
|
|
730
|
+
|
|
731
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:31
|
|
732
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:114
|
|
733
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:117
|
|
734
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:148
|
|
735
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:151
|
|
736
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:158
|
|
737
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:161
|
|
738
|
+
msgid "Log out"
|
|
739
|
+
msgstr ""
|
|
740
|
+
|
|
741
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:31
|
|
742
|
+
msgid "to switch account."
|
|
743
|
+
msgstr ""
|
|
744
|
+
|
|
745
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/contact.html:11
|
|
746
|
+
msgid "Send message"
|
|
747
|
+
msgstr ""
|
|
748
|
+
|
|
602
749
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:16
|
|
603
750
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:73
|
|
604
751
|
msgid "Creators"
|
|
@@ -651,61 +798,61 @@ msgid "References"
|
|
|
651
798
|
msgstr ""
|
|
652
799
|
|
|
653
800
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:17
|
|
654
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
801
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:53
|
|
655
802
|
msgid "Views"
|
|
656
803
|
msgstr ""
|
|
657
804
|
|
|
658
805
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:25
|
|
659
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
806
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:73
|
|
660
807
|
msgid "Downloads"
|
|
661
808
|
msgstr ""
|
|
662
809
|
|
|
663
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
664
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
810
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:34
|
|
811
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:37
|
|
665
812
|
msgid "Show more details"
|
|
666
813
|
msgstr ""
|
|
667
814
|
|
|
668
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
815
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:35
|
|
669
816
|
msgid "Show less details"
|
|
670
817
|
msgstr ""
|
|
671
818
|
|
|
672
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
673
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
674
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
675
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
819
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:46
|
|
820
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:68
|
|
821
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:88
|
|
822
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:110
|
|
676
823
|
msgid "All versions"
|
|
677
824
|
msgstr ""
|
|
678
825
|
|
|
679
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
680
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
681
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
682
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
826
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:47
|
|
827
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:69
|
|
828
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:89
|
|
829
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:111
|
|
683
830
|
msgid "This version"
|
|
684
831
|
msgstr ""
|
|
685
832
|
|
|
686
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
687
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
688
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
833
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:60
|
|
834
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:80
|
|
835
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:100
|
|
689
836
|
msgid "More info"
|
|
690
837
|
msgstr ""
|
|
691
838
|
|
|
692
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
839
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:65
|
|
693
840
|
msgid "Total views"
|
|
694
841
|
msgstr ""
|
|
695
842
|
|
|
696
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
843
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:85
|
|
697
844
|
msgid "Total downloads"
|
|
698
845
|
msgstr ""
|
|
699
846
|
|
|
700
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
847
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:93
|
|
701
848
|
msgid "Data volume"
|
|
702
849
|
msgstr ""
|
|
703
850
|
|
|
704
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
851
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:105
|
|
705
852
|
msgid "Total data volume"
|
|
706
853
|
msgstr ""
|
|
707
854
|
|
|
708
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:
|
|
855
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:117
|
|
709
856
|
msgid "More info on how stats are collected."
|
|
710
857
|
msgstr ""
|
|
711
858
|
|
|
@@ -739,7 +886,7 @@ msgid "Imprint"
|
|
|
739
886
|
msgstr ""
|
|
740
887
|
|
|
741
888
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:29
|
|
742
|
-
msgid "
|
|
889
|
+
msgid "Thesis"
|
|
743
890
|
msgstr ""
|
|
744
891
|
|
|
745
892
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:30
|
|
@@ -772,24 +919,29 @@ msgstr ""
|
|
|
772
919
|
msgid "Keywords and subjects"
|
|
773
920
|
msgstr ""
|
|
774
921
|
|
|
775
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:13
|
|
776
922
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:15
|
|
777
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/
|
|
778
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
923
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:18
|
|
924
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:167
|
|
925
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:198
|
|
779
926
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:61
|
|
780
927
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html:43
|
|
781
928
|
msgid "Opens in new tab"
|
|
782
929
|
msgstr ""
|
|
783
930
|
|
|
784
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
931
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:15
|
|
932
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:18
|
|
933
|
+
msgid "Read more"
|
|
934
|
+
msgstr ""
|
|
935
|
+
|
|
936
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:26
|
|
785
937
|
msgid "Rights"
|
|
786
938
|
msgstr ""
|
|
787
939
|
|
|
788
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
940
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:59
|
|
789
941
|
msgid "Close"
|
|
790
942
|
msgstr ""
|
|
791
943
|
|
|
792
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
944
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:63
|
|
793
945
|
msgid "No further description."
|
|
794
946
|
msgstr ""
|
|
795
947
|
|
|
@@ -821,32 +973,40 @@ msgstr ""
|
|
|
821
973
|
msgid "Versions"
|
|
822
974
|
msgstr ""
|
|
823
975
|
|
|
824
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
825
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
826
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
827
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
828
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:89
|
|
976
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:20
|
|
977
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:21
|
|
978
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:97
|
|
979
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:98
|
|
829
980
|
msgid "profile"
|
|
830
981
|
msgstr ""
|
|
831
982
|
|
|
832
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
833
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
983
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:76
|
|
984
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:80
|
|
834
985
|
msgid "Show affiliations"
|
|
835
986
|
msgstr ""
|
|
836
987
|
|
|
837
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
988
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:77
|
|
838
989
|
msgid "Hide affiliations"
|
|
839
990
|
msgstr ""
|
|
840
991
|
|
|
841
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:
|
|
992
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html:84
|
|
842
993
|
msgid "Affiliations for"
|
|
843
994
|
msgstr ""
|
|
844
995
|
|
|
845
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
996
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:68
|
|
997
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:71
|
|
998
|
+
msgid "Missing description type!"
|
|
999
|
+
msgstr ""
|
|
1000
|
+
|
|
1001
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:90
|
|
1002
|
+
msgid "Unknown date type"
|
|
1003
|
+
msgstr ""
|
|
1004
|
+
|
|
1005
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:130
|
|
846
1006
|
msgid "Open external link"
|
|
847
1007
|
msgstr ""
|
|
848
1008
|
|
|
849
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
1009
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:309
|
|
850
1010
|
msgid "Conference website"
|
|
851
1011
|
msgstr ""
|
|
852
1012
|
|
|
@@ -897,25 +1057,44 @@ msgstr ""
|
|
|
897
1057
|
msgid "See the full number"
|
|
898
1058
|
msgstr ""
|
|
899
1059
|
|
|
900
|
-
#: invenio_app_rdm/records_ui/
|
|
901
|
-
msgid "
|
|
1060
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html:13
|
|
1061
|
+
msgid "Version"
|
|
1062
|
+
msgstr ""
|
|
1063
|
+
|
|
1064
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html:14
|
|
1065
|
+
msgid "No DOI available"
|
|
902
1066
|
msgstr ""
|
|
903
1067
|
|
|
904
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
905
|
-
|
|
1068
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:107
|
|
1069
|
+
#, python-format
|
|
1070
|
+
msgid "Discard the reserved %(scheme_label)s."
|
|
1071
|
+
msgstr ""
|
|
1072
|
+
|
|
1073
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:110
|
|
1074
|
+
#, python-format
|
|
1075
|
+
msgid "Get a %(scheme_label)s now!"
|
|
906
1076
|
msgstr ""
|
|
907
1077
|
|
|
908
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
1078
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:113
|
|
1079
|
+
#, python-format
|
|
909
1080
|
msgid ""
|
|
910
|
-
"Reserve a
|
|
911
|
-
" files prior to upload). The
|
|
1081
|
+
"Reserve a %(scheme_label)s by pressing the button (so it can be included "
|
|
1082
|
+
"in files prior to upload). The %(scheme_label)s is registered when your "
|
|
912
1083
|
"upload is published."
|
|
913
1084
|
msgstr ""
|
|
914
1085
|
|
|
915
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
1086
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:119
|
|
1087
|
+
#, python-format
|
|
916
1088
|
msgid ""
|
|
917
|
-
"A
|
|
918
|
-
" Example: 10.1234/foo.bar"
|
|
1089
|
+
"A %(scheme_label)s allows your upload to be easily and unambiguously "
|
|
1090
|
+
"cited. Example: 10.1234/foo.bar"
|
|
1091
|
+
msgstr ""
|
|
1092
|
+
|
|
1093
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:231
|
|
1094
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:18
|
|
1095
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:31
|
|
1096
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:40
|
|
1097
|
+
msgid "All"
|
|
919
1098
|
msgstr ""
|
|
920
1099
|
|
|
921
1100
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/community_dashboard.html:21
|
|
@@ -925,6 +1104,7 @@ msgstr ""
|
|
|
925
1104
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/user_dashboard.html:19
|
|
926
1105
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:31
|
|
927
1106
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html:34
|
|
1107
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/subcommunity-invitation/index.html:29
|
|
928
1108
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/subcommunity/index.html:29
|
|
929
1109
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html:28
|
|
930
1110
|
msgid "Back to requests"
|
|
@@ -938,6 +1118,10 @@ msgstr ""
|
|
|
938
1118
|
msgid "Record"
|
|
939
1119
|
msgstr ""
|
|
940
1120
|
|
|
1121
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:77
|
|
1122
|
+
msgid "Checks"
|
|
1123
|
+
msgstr ""
|
|
1124
|
+
|
|
941
1125
|
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html:13
|
|
942
1126
|
msgid "Access request"
|
|
943
1127
|
msgstr ""
|
|
@@ -950,120 +1134,86 @@ msgstr ""
|
|
|
950
1134
|
msgid "View record"
|
|
951
1135
|
msgstr ""
|
|
952
1136
|
|
|
953
|
-
#: invenio_app_rdm/theme/views.py:
|
|
1137
|
+
#: invenio_app_rdm/theme/views.py:128
|
|
954
1138
|
msgid "Notification preferences were updated."
|
|
955
1139
|
msgstr ""
|
|
956
1140
|
|
|
957
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1141
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:18
|
|
958
1142
|
msgid "About InvenioRDM"
|
|
959
1143
|
msgstr ""
|
|
960
1144
|
|
|
961
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
962
|
-
|
|
963
|
-
msgid ""
|
|
964
|
-
"\n"
|
|
965
|
-
" <p><a href=\"%(invenio_rdm)s\">Product page</a></p>\n"
|
|
966
|
-
" "
|
|
1145
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:19
|
|
1146
|
+
msgid "Product page"
|
|
967
1147
|
msgstr ""
|
|
968
1148
|
|
|
969
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
970
|
-
|
|
971
|
-
msgid ""
|
|
972
|
-
"\n"
|
|
973
|
-
" <p><a href=\"%(invenio_rdm_features)s\">Features</a></p>\n"
|
|
974
|
-
" "
|
|
1149
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:20
|
|
1150
|
+
msgid "Features"
|
|
975
1151
|
msgstr ""
|
|
976
1152
|
|
|
977
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
978
|
-
|
|
979
|
-
msgid ""
|
|
980
|
-
"\n"
|
|
981
|
-
" <p><a href=\"%(invenio_rdm_roadmap)s\">Roadmap</a></p>\n"
|
|
982
|
-
" "
|
|
1153
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:21
|
|
1154
|
+
msgid "Roadmap"
|
|
983
1155
|
msgstr ""
|
|
984
1156
|
|
|
985
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
986
|
-
|
|
987
|
-
msgid ""
|
|
988
|
-
"\n"
|
|
989
|
-
" <p><a href=\"%(invenio_rdm_demo_site)s\">Demo site</a></p>\n"
|
|
990
|
-
" "
|
|
1157
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:22
|
|
1158
|
+
msgid "Demo site"
|
|
991
1159
|
msgstr ""
|
|
992
1160
|
|
|
993
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1161
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:25
|
|
994
1162
|
msgid "Get involved"
|
|
995
1163
|
msgstr ""
|
|
996
1164
|
|
|
997
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
998
|
-
|
|
999
|
-
msgid ""
|
|
1000
|
-
"\n"
|
|
1001
|
-
" <p><a href=\"%(invenio_rdm_gh)s\">GitHub</a></p>\n"
|
|
1002
|
-
" "
|
|
1165
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:26
|
|
1166
|
+
msgid "GitHub"
|
|
1003
1167
|
msgstr ""
|
|
1004
1168
|
|
|
1005
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1006
|
-
|
|
1007
|
-
msgid ""
|
|
1008
|
-
"\n"
|
|
1009
|
-
" <p><a href=\"%(invenio_rdm_milestones)s\">Project "
|
|
1010
|
-
"Milestones</a></p>\n"
|
|
1011
|
-
" "
|
|
1169
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:27
|
|
1170
|
+
msgid "Project Milestones"
|
|
1012
1171
|
msgstr ""
|
|
1013
1172
|
|
|
1014
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1015
|
-
|
|
1016
|
-
msgid ""
|
|
1017
|
-
"\n"
|
|
1018
|
-
" <p><a "
|
|
1019
|
-
"href=\"%(invenio_rdm_docs_site)s\">Documentation</a></p>\n"
|
|
1020
|
-
" "
|
|
1173
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:28
|
|
1174
|
+
msgid "Documentation"
|
|
1021
1175
|
msgstr ""
|
|
1022
1176
|
|
|
1023
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1177
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:31
|
|
1024
1178
|
msgid "Community"
|
|
1025
1179
|
msgstr ""
|
|
1026
1180
|
|
|
1027
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1028
|
-
|
|
1029
|
-
msgid ""
|
|
1030
|
-
"\n"
|
|
1031
|
-
" <p><a href=\"%(invenio_rdm_chatroom)s\">Chatroom</a></p>\n"
|
|
1032
|
-
" "
|
|
1181
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:32
|
|
1182
|
+
msgid "Chatroom"
|
|
1033
1183
|
msgstr ""
|
|
1034
1184
|
|
|
1035
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1036
|
-
|
|
1037
|
-
msgid ""
|
|
1038
|
-
"\n"
|
|
1039
|
-
" <p><a href=\"%(invenio_rdm_talk)s\">Forum</a></p>\n"
|
|
1040
|
-
" "
|
|
1185
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:33
|
|
1186
|
+
msgid "Forum"
|
|
1041
1187
|
msgstr ""
|
|
1042
1188
|
|
|
1043
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1044
|
-
|
|
1045
|
-
msgid ""
|
|
1046
|
-
"\n"
|
|
1047
|
-
" <p><a href=\"%(invenio_events)s\">Events & training</a></p>\n"
|
|
1048
|
-
" "
|
|
1189
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:34
|
|
1190
|
+
msgid "Events & training"
|
|
1049
1191
|
msgstr ""
|
|
1050
1192
|
|
|
1051
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:
|
|
1193
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:19
|
|
1194
|
+
msgid "Impersonated session"
|
|
1195
|
+
msgstr ""
|
|
1196
|
+
|
|
1197
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:21
|
|
1198
|
+
msgid "You must logout after you finish with you inquiry!"
|
|
1199
|
+
msgstr ""
|
|
1200
|
+
|
|
1201
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:38
|
|
1052
1202
|
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:37
|
|
1053
1203
|
msgid "home"
|
|
1054
1204
|
msgstr ""
|
|
1055
1205
|
|
|
1056
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:
|
|
1206
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:51
|
|
1057
1207
|
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:50
|
|
1058
1208
|
msgid "Menu"
|
|
1059
1209
|
msgstr ""
|
|
1060
1210
|
|
|
1061
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:
|
|
1211
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:68
|
|
1062
1212
|
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:67
|
|
1063
1213
|
msgid "Close menu"
|
|
1064
1214
|
msgstr ""
|
|
1065
1215
|
|
|
1066
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:
|
|
1216
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:120
|
|
1067
1217
|
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:120
|
|
1068
1218
|
msgid "Inbox"
|
|
1069
1219
|
msgstr ""
|
|
@@ -1073,55 +1223,48 @@ msgstr ""
|
|
|
1073
1223
|
msgid "Search"
|
|
1074
1224
|
msgstr ""
|
|
1075
1225
|
|
|
1076
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:
|
|
1226
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:16
|
|
1227
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:19
|
|
1077
1228
|
msgid "Log in"
|
|
1078
1229
|
msgstr ""
|
|
1079
1230
|
|
|
1080
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:
|
|
1231
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:24
|
|
1081
1232
|
msgid "Sign up"
|
|
1082
1233
|
msgstr ""
|
|
1083
1234
|
|
|
1084
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:
|
|
1235
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:41
|
|
1085
1236
|
msgid "Quick create"
|
|
1086
1237
|
msgstr ""
|
|
1087
1238
|
|
|
1088
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:
|
|
1239
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:58
|
|
1089
1240
|
msgid "Actions"
|
|
1090
1241
|
msgstr ""
|
|
1091
1242
|
|
|
1092
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:
|
|
1093
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:
|
|
1243
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:79
|
|
1244
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:124
|
|
1094
1245
|
msgid "My account"
|
|
1095
1246
|
msgstr ""
|
|
1096
1247
|
|
|
1097
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1098
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:145
|
|
1099
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:153
|
|
1100
|
-
msgid "Log out"
|
|
1101
|
-
msgstr ""
|
|
1102
|
-
|
|
1103
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:11
|
|
1248
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:12
|
|
1104
1249
|
msgid "You've successfully installed InvenioRDM!"
|
|
1105
1250
|
msgstr ""
|
|
1106
1251
|
|
|
1107
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1252
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:14
|
|
1108
1253
|
msgid "What is ahead?"
|
|
1109
1254
|
msgstr ""
|
|
1110
1255
|
|
|
1111
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1256
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:24
|
|
1112
1257
|
msgid "Configure"
|
|
1113
1258
|
msgstr ""
|
|
1114
1259
|
|
|
1115
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1116
|
-
#, python-format
|
|
1260
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:27
|
|
1117
1261
|
msgid ""
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
"
|
|
1124
|
-
" "
|
|
1262
|
+
"Configure the datamodel, resource types, permissions and much more to "
|
|
1263
|
+
"make it suit your needs! For more information on how to do it visit the"
|
|
1264
|
+
msgstr ""
|
|
1265
|
+
|
|
1266
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:29
|
|
1267
|
+
msgid "configuration section in the docs"
|
|
1125
1268
|
msgstr ""
|
|
1126
1269
|
|
|
1127
1270
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:41
|
|
@@ -1129,13 +1272,13 @@ msgid "Customize"
|
|
|
1129
1272
|
msgstr ""
|
|
1130
1273
|
|
|
1131
1274
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:44
|
|
1132
|
-
#, python-format
|
|
1133
1275
|
msgid ""
|
|
1134
|
-
"
|
|
1135
|
-
"
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1276
|
+
"Customize the layout and adapt the styling to match your institution's. "
|
|
1277
|
+
"See how to do so"
|
|
1278
|
+
msgstr ""
|
|
1279
|
+
|
|
1280
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:46
|
|
1281
|
+
msgid "here"
|
|
1139
1282
|
msgstr ""
|
|
1140
1283
|
|
|
1141
1284
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:57
|
|
@@ -1143,92 +1286,132 @@ msgid "Run it!"
|
|
|
1143
1286
|
msgstr ""
|
|
1144
1287
|
|
|
1145
1288
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:59
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
"
|
|
1151
|
-
" InvenioRDM instance locally or in containers.\n"
|
|
1152
|
-
" "
|
|
1289
|
+
msgid "Run your InvenioRDM instance locally or in containers."
|
|
1290
|
+
msgstr ""
|
|
1291
|
+
|
|
1292
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:61
|
|
1293
|
+
msgid "Run"
|
|
1153
1294
|
msgstr ""
|
|
1154
1295
|
|
|
1155
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1296
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:75
|
|
1156
1297
|
msgid "Docs"
|
|
1157
1298
|
msgstr ""
|
|
1158
1299
|
|
|
1159
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1300
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:84
|
|
1160
1301
|
msgid "Code"
|
|
1161
1302
|
msgstr ""
|
|
1162
1303
|
|
|
1163
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1304
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:91
|
|
1164
1305
|
msgid "To disable this section, add"
|
|
1165
1306
|
msgstr ""
|
|
1166
1307
|
|
|
1167
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:
|
|
1308
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:93
|
|
1168
1309
|
msgid "to your invenio.cfg file."
|
|
1169
1310
|
msgstr ""
|
|
1170
1311
|
|
|
1171
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:
|
|
1172
|
-
msgid "In this
|
|
1312
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:8
|
|
1313
|
+
msgid "In this collection"
|
|
1173
1314
|
msgstr ""
|
|
1174
1315
|
|
|
1175
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:
|
|
1176
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:
|
|
1177
|
-
msgid "
|
|
1316
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:13
|
|
1317
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:26
|
|
1318
|
+
msgid "In this community"
|
|
1178
1319
|
msgstr ""
|
|
1179
1320
|
|
|
1180
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:
|
|
1181
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:
|
|
1321
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:51
|
|
1322
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:52
|
|
1182
1323
|
msgid "Search records"
|
|
1183
1324
|
msgstr ""
|
|
1184
1325
|
|
|
1185
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:
|
|
1186
|
-
|
|
1326
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:15
|
|
1327
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:15
|
|
1328
|
+
msgid "Powered by"
|
|
1329
|
+
msgstr ""
|
|
1330
|
+
|
|
1331
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:12
|
|
1187
1332
|
msgid ""
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
|
|
1333
|
+
"The following files were flagged as 'unhealthy'. This means that the "
|
|
1334
|
+
"checksum check failed or timed out. Please take any action if needed."
|
|
1335
|
+
msgstr ""
|
|
1336
|
+
|
|
1337
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:15
|
|
1338
|
+
#, python-brace-format
|
|
1339
|
+
msgid "ID: {}"
|
|
1340
|
+
msgstr ""
|
|
1341
|
+
|
|
1342
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:16
|
|
1343
|
+
#, python-brace-format
|
|
1344
|
+
msgid "URI: {}"
|
|
1345
|
+
msgstr ""
|
|
1346
|
+
|
|
1347
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:18
|
|
1348
|
+
#, python-brace-format
|
|
1349
|
+
msgid "Name: {}"
|
|
1350
|
+
msgstr ""
|
|
1351
|
+
|
|
1352
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:20
|
|
1353
|
+
#, python-brace-format
|
|
1354
|
+
msgid "Created: {}"
|
|
1355
|
+
msgstr ""
|
|
1356
|
+
|
|
1357
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:21
|
|
1358
|
+
#, python-brace-format
|
|
1359
|
+
msgid "Checksum: {}"
|
|
1360
|
+
msgstr ""
|
|
1361
|
+
|
|
1362
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:22
|
|
1363
|
+
#, python-brace-format
|
|
1364
|
+
msgid "Last check date: {}"
|
|
1365
|
+
msgstr ""
|
|
1366
|
+
|
|
1367
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:23
|
|
1368
|
+
#, python-brace-format
|
|
1369
|
+
msgid "Last check FAILED with result: {}"
|
|
1370
|
+
msgstr ""
|
|
1371
|
+
|
|
1372
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:25
|
|
1373
|
+
#, python-brace-format
|
|
1374
|
+
msgid "Record: {}"
|
|
1375
|
+
msgstr ""
|
|
1376
|
+
|
|
1377
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:28
|
|
1378
|
+
#, python-brace-format
|
|
1379
|
+
msgid "Draft: {}"
|
|
1192
1380
|
msgstr ""
|
|
1193
1381
|
|
|
1194
1382
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.de.html:9
|
|
1195
1383
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.en.html:8
|
|
1384
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.sv.html:8
|
|
1196
1385
|
msgid "Search guide"
|
|
1197
1386
|
msgstr ""
|
|
1198
1387
|
|
|
1199
1388
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.en.html:8
|
|
1389
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.sv.html:8
|
|
1200
1390
|
msgid "FAQ statistics"
|
|
1201
1391
|
msgstr ""
|
|
1202
1392
|
|
|
1203
1393
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.en.html:8
|
|
1394
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.sv.html:8
|
|
1204
1395
|
msgid "FAQ versioning"
|
|
1205
1396
|
msgstr ""
|
|
1206
1397
|
|
|
1207
|
-
#: invenio_app_rdm/theme/templates/
|
|
1208
|
-
|
|
1209
|
-
msgid ""
|
|
1210
|
-
"Powered by\n"
|
|
1211
|
-
" <a href=\"%(invenio_rdm)s\">InvenioRDM</a>\n"
|
|
1212
|
-
" "
|
|
1398
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/macros/records_list.html:10
|
|
1399
|
+
msgid "Recent uploads"
|
|
1213
1400
|
msgstr ""
|
|
1214
1401
|
|
|
1215
|
-
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:
|
|
1216
|
-
msgid ""
|
|
1217
|
-
"\n"
|
|
1218
|
-
" <i class=\"green check circle outline icon\"></i>\n"
|
|
1219
|
-
" Verified community\n"
|
|
1220
|
-
" "
|
|
1402
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:22
|
|
1403
|
+
msgid "Verified community"
|
|
1221
1404
|
msgstr ""
|
|
1222
1405
|
|
|
1223
|
-
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:
|
|
1406
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:29
|
|
1224
1407
|
msgid "Privacy policy"
|
|
1225
1408
|
msgstr ""
|
|
1226
1409
|
|
|
1227
|
-
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:
|
|
1410
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:30
|
|
1228
1411
|
msgid "Terms of use"
|
|
1229
1412
|
msgstr ""
|
|
1230
1413
|
|
|
1231
|
-
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:
|
|
1414
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:31
|
|
1232
1415
|
msgid "Support"
|
|
1233
1416
|
msgstr ""
|
|
1234
1417
|
|