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,254 +1,598 @@
|
|
|
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
|
# Translators:
|
|
8
|
-
# Martin Jantson <martinjantson97@gmail.com>, 2022
|
|
9
8
|
# Mart Jantson, 2022
|
|
9
|
+
# Martin Jantson <martinjantson97@gmail.com>, 2025
|
|
10
10
|
#
|
|
11
11
|
#, fuzzy
|
|
12
12
|
msgid ""
|
|
13
13
|
msgstr ""
|
|
14
|
-
"Project-Id-Version: invenio-app-rdm
|
|
14
|
+
"Project-Id-Version: invenio-app-rdm 12.0.15\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
|
|
16
|
-
"POT-Creation-Date:
|
|
16
|
+
"POT-Creation-Date: 2025-03-27 16:30+0000\n"
|
|
17
17
|
"PO-Revision-Date: 2020-07-07 14:12+0000\n"
|
|
18
|
-
"Last-Translator:
|
|
18
|
+
"Last-Translator: Martin Jantson <martinjantson97@gmail.com>, 2025\n"
|
|
19
19
|
"Language-Team: Estonian (https://app.transifex.com/inveniosoftware/teams/23537/et/)\n"
|
|
20
20
|
"MIME-Version: 1.0\n"
|
|
21
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
22
22
|
"Content-Transfer-Encoding: 8bit\n"
|
|
23
|
-
"Generated-By: Babel 2.
|
|
23
|
+
"Generated-By: Babel 2.17.0\n"
|
|
24
24
|
"Language: et\n"
|
|
25
25
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
26
26
|
|
|
27
|
-
#: invenio_app_rdm/config.py:
|
|
27
|
+
#: invenio_app_rdm/config.py:219
|
|
28
28
|
msgid "The turn-key research data management repository"
|
|
29
29
|
msgstr "Täisvalmis teadusandmete haldamise repositoorium"
|
|
30
30
|
|
|
31
|
-
#: invenio_app_rdm/config.py:
|
|
31
|
+
#: invenio_app_rdm/config.py:258
|
|
32
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:16
|
|
32
33
|
msgid "InvenioRDM"
|
|
33
34
|
msgstr "InvenioRDM"
|
|
34
35
|
|
|
35
|
-
#: invenio_app_rdm/config.py:
|
|
36
|
+
#: invenio_app_rdm/config.py:353
|
|
36
37
|
msgid "Welcome to Invenio App RDM!"
|
|
37
38
|
msgstr "Tere tulemast Invenio RDM rakendusse!"
|
|
38
39
|
|
|
39
|
-
#: invenio_app_rdm/config.py:
|
|
40
|
+
#: invenio_app_rdm/config.py:750
|
|
40
41
|
msgid "JSON"
|
|
41
42
|
msgstr "JSON"
|
|
42
43
|
|
|
43
|
-
#: invenio_app_rdm/config.py:
|
|
44
|
+
#: invenio_app_rdm/config.py:757
|
|
45
|
+
msgid "JSON-LD"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
#: invenio_app_rdm/config.py:765
|
|
44
49
|
msgid "CSL"
|
|
45
50
|
msgstr "CSL"
|
|
46
51
|
|
|
47
|
-
#: invenio_app_rdm/config.py:
|
|
52
|
+
#: invenio_app_rdm/config.py:772
|
|
48
53
|
msgid "DataCite JSON"
|
|
49
54
|
msgstr "DataCite JSON"
|
|
50
55
|
|
|
51
|
-
#: invenio_app_rdm/config.py:
|
|
56
|
+
#: invenio_app_rdm/config.py:781
|
|
52
57
|
msgid "DataCite XML"
|
|
53
58
|
msgstr "DataCite XML"
|
|
54
59
|
|
|
55
|
-
#: invenio_app_rdm/config.py:
|
|
60
|
+
#: invenio_app_rdm/config.py:790
|
|
56
61
|
msgid "Dublin Core XML"
|
|
57
62
|
msgstr "Dublin Core XML"
|
|
58
63
|
|
|
59
|
-
#: invenio_app_rdm/config.py:
|
|
64
|
+
#: invenio_app_rdm/config.py:799
|
|
65
|
+
msgid "MARCXML"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
#: invenio_app_rdm/config.py:806
|
|
69
|
+
msgid "BibTeX"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
#: invenio_app_rdm/config.py:813
|
|
73
|
+
msgid "GeoJSON"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
#: invenio_app_rdm/config.py:820
|
|
77
|
+
msgid "DCAT"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
#: invenio_app_rdm/config.py:827
|
|
81
|
+
msgid "Codemeta"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#: invenio_app_rdm/config.py:834
|
|
85
|
+
msgid "Citation File Format"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
#: invenio_app_rdm/config.py:996
|
|
60
89
|
msgid "APA"
|
|
61
90
|
msgstr "APA"
|
|
62
91
|
|
|
63
|
-
#: invenio_app_rdm/config.py:
|
|
92
|
+
#: invenio_app_rdm/config.py:997
|
|
64
93
|
msgid "Harvard"
|
|
65
94
|
msgstr "Harvard"
|
|
66
95
|
|
|
67
|
-
#: invenio_app_rdm/config.py:
|
|
96
|
+
#: invenio_app_rdm/config.py:998
|
|
68
97
|
msgid "MLA"
|
|
69
98
|
msgstr "MLA"
|
|
70
99
|
|
|
71
|
-
#: invenio_app_rdm/config.py:
|
|
100
|
+
#: invenio_app_rdm/config.py:999
|
|
72
101
|
msgid "Vancouver"
|
|
73
102
|
msgstr "Vancouver"
|
|
74
103
|
|
|
75
|
-
#: invenio_app_rdm/config.py:
|
|
104
|
+
#: invenio_app_rdm/config.py:1000
|
|
76
105
|
msgid "Chicago"
|
|
77
106
|
msgstr "Chicago"
|
|
78
107
|
|
|
79
|
-
#: invenio_app_rdm/config.py:
|
|
108
|
+
#: invenio_app_rdm/config.py:1001
|
|
80
109
|
msgid "IEEE"
|
|
81
110
|
msgstr "IEEE"
|
|
82
111
|
|
|
83
|
-
#: invenio_app_rdm/
|
|
84
|
-
msgid "
|
|
85
|
-
msgstr "
|
|
112
|
+
#: invenio_app_rdm/ext.py:57
|
|
113
|
+
msgid "My dashboard"
|
|
114
|
+
msgstr "Minu töölaud"
|
|
86
115
|
|
|
87
|
-
#: invenio_app_rdm/
|
|
88
|
-
#: invenio_app_rdm/
|
|
89
|
-
#: invenio_app_rdm/
|
|
90
|
-
msgid "
|
|
116
|
+
#: invenio_app_rdm/ext.py:63
|
|
117
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:14
|
|
118
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:28
|
|
119
|
+
msgid "New upload"
|
|
120
|
+
msgstr "Uus üleslaadimine"
|
|
121
|
+
|
|
122
|
+
#: invenio_app_rdm/ext.py:77
|
|
123
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/uploads.html:8
|
|
124
|
+
msgid "Uploads"
|
|
125
|
+
msgstr "Üleslaadimised"
|
|
126
|
+
|
|
127
|
+
#: invenio_app_rdm/ext.py:82
|
|
128
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/communities.html:15
|
|
129
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/communities.html:8
|
|
130
|
+
msgid "Communities"
|
|
131
|
+
msgstr "Grupid"
|
|
132
|
+
|
|
133
|
+
#: invenio_app_rdm/ext.py:87
|
|
134
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:118
|
|
135
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:117
|
|
136
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/requests.html:8
|
|
137
|
+
msgid "Requests"
|
|
138
|
+
msgstr "Taotlused"
|
|
139
|
+
|
|
140
|
+
#: invenio_app_rdm/ext.py:110
|
|
141
|
+
msgid "Home"
|
|
142
|
+
msgstr "Avaleht"
|
|
143
|
+
|
|
144
|
+
#: invenio_app_rdm/administration/records/records.py:26
|
|
145
|
+
#: invenio_app_rdm/administration/records/records.py:27
|
|
146
|
+
#: invenio_app_rdm/ext.py:118
|
|
147
|
+
msgid "Records"
|
|
148
|
+
msgstr "Kirjed"
|
|
149
|
+
|
|
150
|
+
#: invenio_app_rdm/ext.py:125
|
|
151
|
+
msgid "Submit"
|
|
152
|
+
msgstr "Saada"
|
|
153
|
+
|
|
154
|
+
#: invenio_app_rdm/administration/domains/domains.py:41
|
|
155
|
+
#: invenio_app_rdm/administration/domains/domains.py:42
|
|
156
|
+
msgid "Domains"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
159
|
+
#: invenio_app_rdm/administration/domains/domains.py:43
|
|
160
|
+
msgid "Site management"
|
|
161
|
+
msgstr ""
|
|
162
|
+
|
|
163
|
+
#: invenio_app_rdm/administration/domains/domains.py:47
|
|
164
|
+
#: invenio_app_rdm/administration/domains/domains.py:74
|
|
165
|
+
#: invenio_app_rdm/administration/domains/domains.py:144
|
|
166
|
+
msgid "Domain"
|
|
167
|
+
msgstr "Valdkond"
|
|
168
|
+
|
|
169
|
+
#: invenio_app_rdm/administration/domains/domains.py:48
|
|
170
|
+
msgid "TLD"
|
|
171
|
+
msgstr ""
|
|
172
|
+
|
|
173
|
+
#: invenio_app_rdm/administration/domains/domains.py:49
|
|
174
|
+
#: invenio_app_rdm/administration/domains/domains.py:80
|
|
175
|
+
#: invenio_app_rdm/administration/domains/domains.py:146
|
|
176
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:68
|
|
177
|
+
#: invenio_app_rdm/administration/users/users.py:24
|
|
178
|
+
#: invenio_app_rdm/administration/users/users.py:35
|
|
179
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:28
|
|
180
|
+
msgid "Status"
|
|
181
|
+
msgstr "Staatus"
|
|
182
|
+
|
|
183
|
+
#: invenio_app_rdm/administration/domains/domains.py:50
|
|
184
|
+
#: invenio_app_rdm/administration/domains/domains.py:153
|
|
185
|
+
#: invenio_app_rdm/administration/users/users.py:57
|
|
186
|
+
msgid "Users"
|
|
187
|
+
msgstr "Kasutajad"
|
|
188
|
+
|
|
189
|
+
#: invenio_app_rdm/administration/domains/domains.py:51
|
|
190
|
+
#: invenio_app_rdm/administration/domains/domains.py:154
|
|
191
|
+
#: invenio_app_rdm/administration/users/users.py:37
|
|
192
|
+
msgid "Active"
|
|
193
|
+
msgstr "Aktiivne"
|
|
194
|
+
|
|
195
|
+
#: invenio_app_rdm/administration/domains/domains.py:52
|
|
196
|
+
#: invenio_app_rdm/administration/domains/domains.py:155
|
|
197
|
+
msgid "Inactive"
|
|
198
|
+
msgstr ""
|
|
199
|
+
|
|
200
|
+
#: invenio_app_rdm/administration/domains/domains.py:53
|
|
201
|
+
#: invenio_app_rdm/administration/domains/domains.py:156
|
|
202
|
+
msgid "Confirmed"
|
|
203
|
+
msgstr ""
|
|
204
|
+
|
|
205
|
+
#: invenio_app_rdm/administration/domains/domains.py:54
|
|
206
|
+
#: invenio_app_rdm/administration/domains/domains.py:157
|
|
207
|
+
msgid "Verified"
|
|
208
|
+
msgstr ""
|
|
209
|
+
|
|
210
|
+
#: invenio_app_rdm/administration/domains/domains.py:55
|
|
211
|
+
#: invenio_app_rdm/administration/domains/domains.py:158
|
|
212
|
+
msgid "Blocked"
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
215
|
+
#: invenio_app_rdm/administration/domains/domains.py:75
|
|
216
|
+
msgid "Domain name (all lowercase)"
|
|
217
|
+
msgstr ""
|
|
218
|
+
|
|
219
|
+
#: invenio_app_rdm/administration/domains/domains.py:82
|
|
220
|
+
msgid ""
|
|
221
|
+
"Status of the domain. One of new (domain needs review), moderated (users in "
|
|
222
|
+
"domain require moderation), verified (users in domain does not require "
|
|
223
|
+
"moderation) or blocked (users cannot register using this domain)."
|
|
224
|
+
msgstr ""
|
|
225
|
+
|
|
226
|
+
#: invenio_app_rdm/administration/domains/domains.py:94
|
|
227
|
+
#: invenio_app_rdm/administration/domains/domains.py:147
|
|
228
|
+
msgid "Category"
|
|
229
|
+
msgstr "Kategooria"
|
|
230
|
+
|
|
231
|
+
#: invenio_app_rdm/administration/domains/domains.py:95
|
|
232
|
+
msgid "A label to categorise the domain."
|
|
233
|
+
msgstr ""
|
|
234
|
+
|
|
235
|
+
#: invenio_app_rdm/administration/domains/domains.py:107
|
|
236
|
+
#: invenio_app_rdm/administration/domains/domains.py:148
|
|
237
|
+
msgid "Flagged"
|
|
238
|
+
msgstr ""
|
|
239
|
+
|
|
240
|
+
#: invenio_app_rdm/administration/domains/domains.py:109
|
|
241
|
+
msgid "Used by automatic processes to flag the domain as requiring review."
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
|
+
#: invenio_app_rdm/administration/domains/domains.py:114
|
|
245
|
+
#: invenio_app_rdm/administration/domains/domains.py:149
|
|
246
|
+
msgid "Source of flag"
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
249
|
+
#: invenio_app_rdm/administration/domains/domains.py:115
|
|
250
|
+
msgid "Which source flagged the domain."
|
|
251
|
+
msgstr ""
|
|
252
|
+
|
|
253
|
+
#: invenio_app_rdm/administration/domains/domains.py:125
|
|
254
|
+
msgid "Create domain"
|
|
255
|
+
msgstr ""
|
|
256
|
+
|
|
257
|
+
#: invenio_app_rdm/administration/domains/domains.py:133
|
|
258
|
+
msgid "Edit domain"
|
|
259
|
+
msgstr ""
|
|
260
|
+
|
|
261
|
+
#: invenio_app_rdm/administration/domains/domains.py:141
|
|
262
|
+
msgid "Domain details"
|
|
263
|
+
msgstr ""
|
|
264
|
+
|
|
265
|
+
#: invenio_app_rdm/administration/domains/domains.py:145
|
|
266
|
+
msgid "Top-level domain"
|
|
267
|
+
msgstr ""
|
|
268
|
+
|
|
269
|
+
#: invenio_app_rdm/administration/domains/domains.py:150
|
|
270
|
+
#: invenio_app_rdm/administration/records/records.py:41
|
|
271
|
+
#: invenio_app_rdm/administration/records/records.py:120
|
|
272
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:172
|
|
273
|
+
#: invenio_app_rdm/administration/users/users.py:25
|
|
274
|
+
#: invenio_app_rdm/administration/users/users.py:41
|
|
275
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:10
|
|
276
|
+
msgid "Created"
|
|
277
|
+
msgstr "Loodud"
|
|
278
|
+
|
|
279
|
+
#: invenio_app_rdm/administration/domains/domains.py:151
|
|
280
|
+
#: invenio_app_rdm/administration/users/users.py:26
|
|
281
|
+
#: invenio_app_rdm/administration/users/users.py:42
|
|
282
|
+
msgid "Updated"
|
|
283
|
+
msgstr "Uuendatud"
|
|
284
|
+
|
|
285
|
+
#: invenio_app_rdm/administration/domains/domains.py:152
|
|
286
|
+
msgid "Organisation"
|
|
287
|
+
msgstr ""
|
|
288
|
+
|
|
289
|
+
#: invenio_app_rdm/administration/records/records.py:28
|
|
290
|
+
#: invenio_app_rdm/administration/records/records.py:107
|
|
291
|
+
msgid "Records & files"
|
|
292
|
+
msgstr ""
|
|
293
|
+
|
|
294
|
+
#: invenio_app_rdm/administration/records/records.py:39
|
|
295
|
+
#: invenio_app_rdm/administration/records/records.py:118
|
|
296
|
+
msgid "Title"
|
|
297
|
+
msgstr "Pealkiri"
|
|
298
|
+
|
|
299
|
+
#: invenio_app_rdm/administration/records/records.py:40
|
|
300
|
+
#: invenio_app_rdm/administration/records/records.py:119
|
|
301
|
+
msgid "Owner"
|
|
302
|
+
msgstr "Omanik"
|
|
303
|
+
|
|
304
|
+
#: invenio_app_rdm/administration/records/records.py:42
|
|
305
|
+
#: invenio_app_rdm/administration/records/records.py:121
|
|
306
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:271
|
|
307
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:276
|
|
308
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:293
|
|
309
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:142
|
|
310
|
+
msgid "Files"
|
|
311
|
+
msgstr "Failid"
|
|
312
|
+
|
|
313
|
+
#: invenio_app_rdm/administration/records/records.py:43
|
|
314
|
+
#: invenio_app_rdm/administration/records/records.py:122
|
|
315
|
+
msgid "Stats"
|
|
316
|
+
msgstr ""
|
|
317
|
+
|
|
318
|
+
#: invenio_app_rdm/administration/records/records.py:48
|
|
319
|
+
msgid "Delete record"
|
|
320
|
+
msgstr ""
|
|
321
|
+
|
|
322
|
+
#: invenio_app_rdm/administration/records/records.py:53
|
|
323
|
+
msgid "Restore record"
|
|
324
|
+
msgstr ""
|
|
325
|
+
|
|
326
|
+
#: invenio_app_rdm/administration/records/records.py:105
|
|
327
|
+
#: invenio_app_rdm/administration/records/records.py:106
|
|
328
|
+
msgid "Drafts"
|
|
329
|
+
msgstr ""
|
|
330
|
+
|
|
331
|
+
#: invenio_app_rdm/administration/records/records.py:127
|
|
332
|
+
msgid "Set quota"
|
|
333
|
+
msgstr ""
|
|
334
|
+
|
|
335
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:29
|
|
336
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:30
|
|
337
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:31
|
|
338
|
+
msgid "Moderation"
|
|
339
|
+
msgstr ""
|
|
340
|
+
|
|
341
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:45
|
|
342
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:168
|
|
343
|
+
#: invenio_app_rdm/administration/users/users.py:21
|
|
344
|
+
msgid "User"
|
|
345
|
+
msgstr "Kasutaja"
|
|
346
|
+
|
|
347
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:51
|
|
348
|
+
#: invenio_app_rdm/administration/users/users.py:23
|
|
349
|
+
#: invenio_app_rdm/administration/users/users.py:33
|
|
350
|
+
msgid "Email"
|
|
351
|
+
msgstr "E-mail"
|
|
352
|
+
|
|
353
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:57
|
|
354
|
+
msgid "Email domain"
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
357
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:63
|
|
358
|
+
msgid "Activity"
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:76
|
|
362
|
+
#: invenio_app_rdm/administration/users/users.py:78
|
|
363
|
+
msgid "Approve"
|
|
364
|
+
msgstr "Kinnita"
|
|
365
|
+
|
|
366
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:81
|
|
367
|
+
#: invenio_app_rdm/administration/users/users.py:88
|
|
368
|
+
msgid "Block"
|
|
369
|
+
msgstr ""
|
|
370
|
+
|
|
371
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:141
|
|
372
|
+
msgid "User moderation"
|
|
373
|
+
msgstr ""
|
|
374
|
+
|
|
375
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:164
|
|
376
|
+
#: invenio_app_rdm/administration/users/users.py:31
|
|
377
|
+
msgid "ID"
|
|
378
|
+
msgstr "ID"
|
|
379
|
+
|
|
380
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:173
|
|
381
|
+
msgid "Open"
|
|
382
|
+
msgstr "Avatud"
|
|
383
|
+
|
|
384
|
+
#: invenio_app_rdm/administration/users/users.py:22
|
|
385
|
+
#: invenio_app_rdm/administration/users/users.py:32
|
|
386
|
+
msgid "Username"
|
|
387
|
+
msgstr "Kasutajanimi"
|
|
388
|
+
|
|
389
|
+
#: invenio_app_rdm/administration/users/users.py:34
|
|
390
|
+
msgid "Domain "
|
|
391
|
+
msgstr ""
|
|
392
|
+
|
|
393
|
+
#: invenio_app_rdm/administration/users/users.py:36
|
|
394
|
+
msgid "Visibility"
|
|
395
|
+
msgstr "Nähtavus"
|
|
396
|
+
|
|
397
|
+
#: invenio_app_rdm/administration/users/users.py:38
|
|
398
|
+
msgid "Confirmed at"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
401
|
+
#: invenio_app_rdm/administration/users/users.py:39
|
|
402
|
+
msgid "Verified at"
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
#: invenio_app_rdm/administration/users/users.py:40
|
|
406
|
+
msgid "Blocked at"
|
|
407
|
+
msgstr ""
|
|
408
|
+
|
|
409
|
+
#: invenio_app_rdm/administration/users/users.py:56
|
|
410
|
+
#: invenio_app_rdm/administration/users/users.py:58
|
|
411
|
+
msgid "User management"
|
|
412
|
+
msgstr ""
|
|
413
|
+
|
|
414
|
+
#: invenio_app_rdm/administration/users/users.py:83
|
|
415
|
+
msgid "Restore"
|
|
416
|
+
msgstr ""
|
|
417
|
+
|
|
418
|
+
#: invenio_app_rdm/administration/users/users.py:93
|
|
419
|
+
msgid "Suspend"
|
|
420
|
+
msgstr ""
|
|
421
|
+
|
|
422
|
+
#: invenio_app_rdm/administration/users/users.py:129
|
|
423
|
+
msgid "User details"
|
|
424
|
+
msgstr ""
|
|
425
|
+
|
|
426
|
+
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/records/index.html:12
|
|
427
|
+
msgid "Search "
|
|
91
428
|
msgstr "Otsi"
|
|
92
429
|
|
|
93
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:
|
|
430
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:12
|
|
94
431
|
msgid "New version"
|
|
95
432
|
msgstr "Uus versioon"
|
|
96
433
|
|
|
97
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:
|
|
98
|
-
#: invenio_app_rdm/theme/views.py:44
|
|
99
|
-
msgid "New upload"
|
|
100
|
-
msgstr "Uus üleslaadimine"
|
|
101
|
-
|
|
102
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:13
|
|
434
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:16
|
|
103
435
|
msgid "Edit upload"
|
|
104
436
|
msgstr "Redigeeri üleslaadimist"
|
|
105
437
|
|
|
106
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
438
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:51
|
|
107
439
|
msgid "Information banner"
|
|
108
440
|
msgstr "Infobänner"
|
|
109
441
|
|
|
110
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
442
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:76
|
|
111
443
|
msgid "Community visibility"
|
|
112
444
|
msgstr "Grupi nähtavus"
|
|
113
445
|
|
|
114
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
446
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:77
|
|
115
447
|
msgid "The community is restricted to users with access."
|
|
116
448
|
msgstr "Grupp on kättesaadav vaid ligipääsuõigusega kasutajatele."
|
|
117
449
|
|
|
118
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
450
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:79
|
|
119
451
|
msgid "Restricted"
|
|
120
452
|
msgstr "Piiratud"
|
|
121
453
|
|
|
122
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
123
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
124
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
454
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:96
|
|
455
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:24
|
|
456
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:121
|
|
125
457
|
msgid "Preview"
|
|
126
458
|
msgstr "Eelvaade"
|
|
127
459
|
|
|
128
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
460
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:100
|
|
129
461
|
msgid "You are previewing a published record."
|
|
130
462
|
msgstr "Oled avaldatud kirje eelvaates."
|
|
131
463
|
|
|
132
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
464
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:102
|
|
133
465
|
msgid "You are previewing changes that have not yet been published."
|
|
134
466
|
msgstr "Oled ülevaatamas muudatusi, mis ei ole veel avaldatud."
|
|
135
467
|
|
|
136
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
468
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:104
|
|
137
469
|
msgid "You are previewing a new record that has not yet been published."
|
|
138
470
|
msgstr "Oled veel avaldamata kirje eelvaates."
|
|
139
471
|
|
|
140
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
472
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:106
|
|
141
473
|
msgid ""
|
|
142
474
|
"You are previewing a new record version that has not yet been published."
|
|
143
475
|
msgstr "Oled ülevaatamas kirje uut versiooni, mis ei ole veel avaldatud."
|
|
144
476
|
|
|
145
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
477
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:121
|
|
146
478
|
#, python-format
|
|
147
479
|
msgid ""
|
|
148
480
|
"\n"
|
|
149
|
-
" There is a %(link_start)snewer version%(link_end)s of the record
|
|
481
|
+
" There is a %(link_start)snewer version%(link_end)s of the record\n"
|
|
482
|
+
" available.\n"
|
|
150
483
|
" "
|
|
151
484
|
msgstr ""
|
|
152
|
-
"\n"
|
|
153
|
-
" Kirjest on olemas %(link_start)suuem versioon%(link_end)s.\n"
|
|
154
|
-
" "
|
|
155
485
|
|
|
156
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
486
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:145
|
|
157
487
|
msgid "Record access information"
|
|
158
488
|
msgstr "Info kirje ligipääsu kohta"
|
|
159
489
|
|
|
160
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
161
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
162
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
490
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:152
|
|
491
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:309
|
|
492
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:155
|
|
493
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:185
|
|
163
494
|
msgid "Reason"
|
|
164
495
|
msgstr "Põhjus"
|
|
165
496
|
|
|
166
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
497
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:165
|
|
167
498
|
msgid "Back-navigation"
|
|
168
499
|
msgstr "Tagasi navigeerimine"
|
|
169
500
|
|
|
170
|
-
#: 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:167
|
|
171
502
|
msgid "Back to edit"
|
|
172
503
|
msgstr "Tagasi redigeerimise juurde"
|
|
173
504
|
|
|
174
|
-
#: 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:185
|
|
175
506
|
msgid "Manage record"
|
|
176
507
|
msgstr "Halda kirjet"
|
|
177
508
|
|
|
178
|
-
#: 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:201
|
|
179
510
|
msgid "Publication date and version number"
|
|
180
511
|
msgstr "Publitseerimise kuupäev ja versiooni number"
|
|
181
512
|
|
|
182
|
-
#: 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:205
|
|
183
514
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:25
|
|
184
515
|
msgid "Publication date"
|
|
185
516
|
msgstr "Avaldamise kuupäev"
|
|
186
517
|
|
|
187
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
518
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:206
|
|
188
519
|
msgid "Published"
|
|
189
520
|
msgstr "Avaldatud"
|
|
190
521
|
|
|
191
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
522
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:209
|
|
523
|
+
#, python-brace-format
|
|
192
524
|
msgid "Version {version_number}"
|
|
193
525
|
msgstr "Versioon {version_number}"
|
|
194
526
|
|
|
195
|
-
#: 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:216
|
|
196
528
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:24
|
|
197
529
|
msgid "Resource type"
|
|
198
530
|
msgstr "Ressursi liik"
|
|
199
531
|
|
|
200
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
532
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:226
|
|
201
533
|
msgid "Access status"
|
|
202
534
|
msgstr "Ligipääsu staatus"
|
|
203
535
|
|
|
204
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
536
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:248
|
|
205
537
|
msgid "Record title and creators"
|
|
206
538
|
msgstr "Kirje pealkiri ja loojad"
|
|
207
539
|
|
|
208
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
540
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:254
|
|
209
541
|
msgid "Creators and contributors"
|
|
210
542
|
msgstr "Loojad ja kaastöölised"
|
|
211
543
|
|
|
212
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
544
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:315
|
|
545
|
+
msgid "Request access"
|
|
546
|
+
msgstr ""
|
|
215
547
|
|
|
216
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
548
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:317
|
|
549
|
+
msgid ""
|
|
550
|
+
"If you would like to request access to these files, please fill out the form"
|
|
551
|
+
" below."
|
|
552
|
+
msgstr ""
|
|
553
|
+
|
|
554
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:325
|
|
555
|
+
msgid ""
|
|
556
|
+
"You need to satisfy these conditions in order for this request to be "
|
|
557
|
+
"accepted:"
|
|
558
|
+
msgstr ""
|
|
559
|
+
|
|
560
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:350
|
|
561
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:171
|
|
562
|
+
msgid "System files"
|
|
563
|
+
msgstr ""
|
|
222
564
|
|
|
223
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
565
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:363
|
|
224
566
|
msgid "Additional record details"
|
|
225
567
|
msgstr "Kirje täiendavad üksikasjad"
|
|
226
568
|
|
|
227
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
228
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:16
|
|
569
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:377
|
|
229
570
|
msgid "Record details"
|
|
230
571
|
msgstr "Kirje üksikasjad"
|
|
231
572
|
|
|
232
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
233
|
-
msgid "Upload information"
|
|
234
|
-
msgstr "Info üleslaadimise kohta"
|
|
235
|
-
|
|
236
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:306
|
|
237
|
-
msgid "Created"
|
|
238
|
-
msgstr "Loodud"
|
|
239
|
-
|
|
240
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:312
|
|
241
|
-
msgid "Modified"
|
|
242
|
-
msgstr "Muudetud"
|
|
243
|
-
|
|
244
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:329
|
|
573
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:394
|
|
245
574
|
msgid "Jump to top of page"
|
|
246
575
|
msgstr "Tagasi lehe ülaosasse"
|
|
247
576
|
|
|
248
|
-
#: 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:396
|
|
249
578
|
msgid "Jump up"
|
|
250
579
|
msgstr "Tagasi üles"
|
|
251
580
|
|
|
581
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:10
|
|
582
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:14
|
|
583
|
+
msgid "Draft not found"
|
|
584
|
+
msgstr ""
|
|
585
|
+
|
|
586
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:15
|
|
587
|
+
msgid ""
|
|
588
|
+
"This record has already been published and is not currently being edited, so"
|
|
589
|
+
" no draft exists."
|
|
590
|
+
msgstr ""
|
|
591
|
+
|
|
592
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:16
|
|
593
|
+
msgid "Go to published record"
|
|
594
|
+
msgstr ""
|
|
595
|
+
|
|
252
596
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html:18
|
|
253
597
|
msgid "Back to details"
|
|
254
598
|
msgstr "Tagasi üksikasjade juurde"
|
|
@@ -257,46 +601,114 @@ msgstr "Tagasi üksikasjade juurde"
|
|
|
257
601
|
msgid "Preview for"
|
|
258
602
|
msgstr "Eelvaade"
|
|
259
603
|
|
|
604
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:14
|
|
605
|
+
msgid "Permission required"
|
|
606
|
+
msgstr "Puudub luba"
|
|
607
|
+
|
|
608
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:18
|
|
609
|
+
msgid ""
|
|
610
|
+
"The record was previously accessible to the public but is now restricted to "
|
|
611
|
+
"users with access."
|
|
612
|
+
msgstr ""
|
|
613
|
+
|
|
614
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:20
|
|
615
|
+
msgid ""
|
|
616
|
+
"The Digital Object Identifier (DOI) associated with this record remains "
|
|
617
|
+
"active for reference."
|
|
618
|
+
msgstr ""
|
|
619
|
+
|
|
620
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:27
|
|
621
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:55
|
|
622
|
+
msgid "Identifier:"
|
|
623
|
+
msgstr ""
|
|
624
|
+
|
|
260
625
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/search.html:8
|
|
261
626
|
msgid "Search results"
|
|
262
627
|
msgstr "Otsingu tulemused"
|
|
263
628
|
|
|
264
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
629
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:10
|
|
265
630
|
msgid "Tombstone"
|
|
266
631
|
msgstr "Tombstone"
|
|
267
632
|
|
|
268
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
633
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:11
|
|
634
|
+
msgid "Reason unknown"
|
|
635
|
+
msgstr ""
|
|
636
|
+
|
|
637
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:21
|
|
269
638
|
msgid "Gone"
|
|
270
639
|
msgstr "Pole saadaval"
|
|
271
640
|
|
|
272
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
641
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:26
|
|
273
642
|
#, python-format
|
|
274
643
|
msgid ""
|
|
275
644
|
"\n"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
" "
|
|
645
|
+
" The record you are trying to access was removed from %(sitename)s. The\n"
|
|
646
|
+
" metadata of the record is kept for archival purposes."
|
|
279
647
|
msgstr ""
|
|
280
|
-
"\n"
|
|
281
|
-
"Kirje, millele proovid juurde pääseda on %(sitename)s lehelt eemaldatud.\n"
|
|
282
|
-
"Kirje metaandmeid säilitatakse arhiveerimise eesmärgil."
|
|
283
648
|
|
|
284
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
649
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:35
|
|
285
650
|
msgid "Reason for removal:"
|
|
286
651
|
msgstr "Eemaldamise põhjus:"
|
|
287
652
|
|
|
288
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
653
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:38
|
|
654
|
+
msgid "Removed by:"
|
|
655
|
+
msgstr ""
|
|
656
|
+
|
|
657
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:42
|
|
658
|
+
msgid "Removal note:"
|
|
659
|
+
msgstr ""
|
|
660
|
+
|
|
661
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:46
|
|
662
|
+
msgid "Date of removal:"
|
|
663
|
+
msgstr ""
|
|
664
|
+
|
|
665
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:50
|
|
666
|
+
msgid "Citation:"
|
|
667
|
+
msgstr ""
|
|
668
|
+
|
|
669
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:16
|
|
670
|
+
msgid "You are currently not logged in"
|
|
671
|
+
msgstr ""
|
|
672
|
+
|
|
673
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:16
|
|
674
|
+
msgid "Do you have an account?"
|
|
675
|
+
msgstr ""
|
|
676
|
+
|
|
677
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:17
|
|
678
|
+
msgid "Log in here"
|
|
679
|
+
msgstr ""
|
|
680
|
+
|
|
681
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:22
|
|
682
|
+
msgid "You are logged in as"
|
|
683
|
+
msgstr ""
|
|
684
|
+
|
|
685
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:30
|
|
686
|
+
msgid "Not you?"
|
|
687
|
+
msgstr ""
|
|
292
688
|
|
|
293
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
689
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:31
|
|
690
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:113
|
|
691
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:145
|
|
692
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:153
|
|
693
|
+
msgid "Log out"
|
|
694
|
+
msgstr "Logi välja"
|
|
695
|
+
|
|
696
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:31
|
|
697
|
+
msgid "to switch account."
|
|
698
|
+
msgstr ""
|
|
699
|
+
|
|
700
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/contact.html:11
|
|
701
|
+
msgid "Send message"
|
|
702
|
+
msgstr ""
|
|
703
|
+
|
|
704
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:16
|
|
705
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:73
|
|
294
706
|
msgid "Creators"
|
|
295
707
|
msgstr "Loojad"
|
|
296
708
|
|
|
297
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:
|
|
298
|
-
msgid "Contributors
|
|
299
|
-
msgstr "
|
|
709
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:34
|
|
710
|
+
msgid "Contributors"
|
|
711
|
+
msgstr "Kaastöölised"
|
|
300
712
|
|
|
301
713
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html:14
|
|
302
714
|
msgid "Record description"
|
|
@@ -306,57 +718,112 @@ msgstr "Kirje kirjeldus"
|
|
|
306
718
|
msgid "Description"
|
|
307
719
|
msgstr "Kirjeldus"
|
|
308
720
|
|
|
309
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
721
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:38
|
|
310
722
|
msgid "Additional details"
|
|
311
723
|
msgstr "Täiendavad üksikasjad"
|
|
312
724
|
|
|
313
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
725
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:55
|
|
726
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:73
|
|
314
727
|
msgid "Additional titles"
|
|
315
728
|
msgstr "Täiendavad pealkirjad"
|
|
316
729
|
|
|
317
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
730
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:98
|
|
731
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:116
|
|
318
732
|
msgid "Identifiers"
|
|
319
733
|
msgstr "Identifikaatorid"
|
|
320
734
|
|
|
321
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
735
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:141
|
|
736
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:157
|
|
322
737
|
msgid "Related works"
|
|
323
738
|
msgstr "Seotud tööd"
|
|
324
739
|
|
|
325
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
740
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:180
|
|
741
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:198
|
|
326
742
|
msgid "Funding"
|
|
327
743
|
msgstr "Rahastus"
|
|
328
744
|
|
|
329
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
745
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:223
|
|
746
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:241
|
|
330
747
|
msgid "Dates"
|
|
331
748
|
msgstr "Kuupäevad"
|
|
332
749
|
|
|
333
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
334
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/
|
|
750
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:311
|
|
751
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:327
|
|
335
752
|
msgid "References"
|
|
336
753
|
msgstr "Viited"
|
|
337
754
|
|
|
338
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
339
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
340
|
-
msgid "
|
|
341
|
-
msgstr "
|
|
755
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:17
|
|
756
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:55
|
|
757
|
+
msgid "Views"
|
|
758
|
+
msgstr "Vaatamised"
|
|
342
759
|
|
|
343
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
344
|
-
|
|
345
|
-
|
|
760
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:25
|
|
761
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:75
|
|
762
|
+
msgid "Downloads"
|
|
763
|
+
msgstr ""
|
|
346
764
|
|
|
347
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
348
|
-
|
|
349
|
-
|
|
765
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:36
|
|
766
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:39
|
|
767
|
+
msgid "Show more details"
|
|
768
|
+
msgstr ""
|
|
769
|
+
|
|
770
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:37
|
|
771
|
+
msgid "Show less details"
|
|
772
|
+
msgstr ""
|
|
773
|
+
|
|
774
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:48
|
|
775
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:70
|
|
776
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:90
|
|
777
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:112
|
|
778
|
+
msgid "All versions"
|
|
779
|
+
msgstr ""
|
|
780
|
+
|
|
781
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:49
|
|
782
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:71
|
|
783
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:91
|
|
784
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:113
|
|
785
|
+
msgid "This version"
|
|
786
|
+
msgstr ""
|
|
787
|
+
|
|
788
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:62
|
|
789
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:82
|
|
790
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:102
|
|
791
|
+
msgid "More info"
|
|
792
|
+
msgstr ""
|
|
793
|
+
|
|
794
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:67
|
|
795
|
+
msgid "Total views"
|
|
796
|
+
msgstr ""
|
|
797
|
+
|
|
798
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:87
|
|
799
|
+
msgid "Total downloads"
|
|
800
|
+
msgstr ""
|
|
801
|
+
|
|
802
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:95
|
|
803
|
+
msgid "Data volume"
|
|
804
|
+
msgstr ""
|
|
805
|
+
|
|
806
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:107
|
|
807
|
+
msgid "Total data volume"
|
|
808
|
+
msgstr ""
|
|
809
|
+
|
|
810
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:119
|
|
811
|
+
msgid "More info on how stats are collected."
|
|
812
|
+
msgstr ""
|
|
350
813
|
|
|
351
814
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:15
|
|
352
815
|
msgid "Keywords"
|
|
353
816
|
msgstr "Märksõnad"
|
|
354
817
|
|
|
355
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:
|
|
356
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:
|
|
818
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:22
|
|
819
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:39
|
|
357
820
|
msgid "Search results for "
|
|
358
821
|
msgstr "Otsi tulemusi"
|
|
359
822
|
|
|
823
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/citations.html:2
|
|
824
|
+
msgid "Citation"
|
|
825
|
+
msgstr "Tsiteering"
|
|
826
|
+
|
|
360
827
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:17
|
|
361
828
|
msgid "Details"
|
|
362
829
|
msgstr "Üksikasjad"
|
|
@@ -366,55 +833,96 @@ msgid "Publisher"
|
|
|
366
833
|
msgstr "Avaldaja"
|
|
367
834
|
|
|
368
835
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:27
|
|
836
|
+
msgid "Published in"
|
|
837
|
+
msgstr ""
|
|
838
|
+
|
|
839
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:28
|
|
840
|
+
msgid "Imprint"
|
|
841
|
+
msgstr ""
|
|
842
|
+
|
|
843
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:29
|
|
844
|
+
msgid "Awarding university"
|
|
845
|
+
msgstr ""
|
|
846
|
+
|
|
847
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:30
|
|
848
|
+
msgid "Conference"
|
|
849
|
+
msgstr ""
|
|
850
|
+
|
|
851
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:31
|
|
369
852
|
msgid "Languages"
|
|
370
853
|
msgstr "Keeled"
|
|
371
854
|
|
|
372
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:
|
|
855
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:32
|
|
373
856
|
msgid "Formats"
|
|
374
857
|
msgstr "Formaadid"
|
|
375
858
|
|
|
376
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:
|
|
859
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:33
|
|
377
860
|
msgid "Sizes"
|
|
378
861
|
msgstr "Suurused"
|
|
379
862
|
|
|
380
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/export.html:13
|
|
381
863
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/export.html:14
|
|
382
864
|
msgid "Export"
|
|
383
865
|
msgstr "Ekspordi"
|
|
384
866
|
|
|
385
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/
|
|
867
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/external_resources.html:9
|
|
868
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/external_resources.html:10
|
|
869
|
+
msgid "External resources"
|
|
870
|
+
msgstr ""
|
|
871
|
+
|
|
386
872
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/keywords_subjects.html:13
|
|
873
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/keywords_subjects.html:14
|
|
387
874
|
msgid "Keywords and subjects"
|
|
388
875
|
msgstr "Märksõnad ja teemad"
|
|
389
876
|
|
|
390
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
391
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
392
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
393
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
394
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:
|
|
877
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:14
|
|
878
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:16
|
|
879
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:162
|
|
880
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:191
|
|
881
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:61
|
|
882
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html:43
|
|
395
883
|
msgid "Opens in new tab"
|
|
396
884
|
msgstr "Avaneb uues sakis"
|
|
397
885
|
|
|
398
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
886
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:14
|
|
887
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:16
|
|
888
|
+
msgid "Read more"
|
|
889
|
+
msgstr "Loe rohkem"
|
|
890
|
+
|
|
399
891
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:23
|
|
400
892
|
msgid "Rights"
|
|
401
893
|
msgstr "Õigused"
|
|
402
894
|
|
|
403
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
895
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:54
|
|
404
896
|
msgid "Close"
|
|
405
897
|
msgstr "Sulge"
|
|
406
898
|
|
|
407
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
899
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:58
|
|
408
900
|
msgid "No further description."
|
|
409
901
|
msgstr "Pikemat kirjeldust ei ole."
|
|
410
902
|
|
|
903
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/locations.html:14
|
|
904
|
+
msgid "Geographic locations"
|
|
905
|
+
msgstr ""
|
|
906
|
+
|
|
411
907
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/manage_menu.html:10
|
|
412
908
|
msgid "Record management"
|
|
413
909
|
msgstr "Kirje haldamine"
|
|
414
910
|
|
|
415
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/
|
|
416
|
-
msgid "
|
|
417
|
-
msgstr "
|
|
911
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/metrics.html:12
|
|
912
|
+
msgid "Metrics"
|
|
913
|
+
msgstr ""
|
|
914
|
+
|
|
915
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:5
|
|
916
|
+
msgid "Upload information"
|
|
917
|
+
msgstr "Info üleslaadimise kohta"
|
|
918
|
+
|
|
919
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:8
|
|
920
|
+
msgid "Technical metadata"
|
|
921
|
+
msgstr ""
|
|
922
|
+
|
|
923
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:15
|
|
924
|
+
msgid "Modified"
|
|
925
|
+
msgstr "Muudetud"
|
|
418
926
|
|
|
419
927
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/versions.html:12
|
|
420
928
|
msgid "Versions"
|
|
@@ -441,28 +949,44 @@ msgstr "Peida seosed"
|
|
|
441
949
|
msgid "Affiliations for"
|
|
442
950
|
msgstr "Seosed"
|
|
443
951
|
|
|
444
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
952
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:119
|
|
445
953
|
msgid "Open external link"
|
|
446
954
|
msgstr "Ava väline link"
|
|
447
955
|
|
|
448
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/
|
|
956
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:297
|
|
957
|
+
msgid "Conference website"
|
|
958
|
+
msgstr ""
|
|
959
|
+
|
|
960
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:9
|
|
961
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:24
|
|
962
|
+
msgid "DOI"
|
|
963
|
+
msgstr "DOI"
|
|
964
|
+
|
|
965
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:15
|
|
966
|
+
msgid "Get the DOI badge!"
|
|
967
|
+
msgstr "Hangi DOI tunnus!"
|
|
968
|
+
|
|
969
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:21
|
|
970
|
+
msgid "DOI Badge"
|
|
971
|
+
msgstr "DOI tunnus"
|
|
972
|
+
|
|
973
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:44
|
|
449
974
|
msgid "File preview"
|
|
450
975
|
msgstr "Faili eelvaade"
|
|
451
976
|
|
|
452
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
977
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:76
|
|
453
978
|
msgid "Name"
|
|
454
979
|
msgstr "Nimetus"
|
|
455
980
|
|
|
456
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
981
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:77
|
|
457
982
|
msgid "Size"
|
|
458
983
|
msgstr "Suurus"
|
|
459
984
|
|
|
460
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
msgstr "Tegevused"
|
|
985
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:82
|
|
986
|
+
msgid "Download all"
|
|
987
|
+
msgstr ""
|
|
464
988
|
|
|
465
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
989
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:111
|
|
466
990
|
msgid ""
|
|
467
991
|
"This is the file fingerprint (checksum), which can be used to verify the "
|
|
468
992
|
"file integrity."
|
|
@@ -470,319 +994,371 @@ msgstr ""
|
|
|
470
994
|
"See on faili räsi (kontrollsumma), mille abil saab kontrollida faili "
|
|
471
995
|
"terviklust."
|
|
472
996
|
|
|
473
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
997
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:125
|
|
474
998
|
msgid "Download"
|
|
475
999
|
msgstr "Lae alla"
|
|
476
1000
|
|
|
477
|
-
#: invenio_app_rdm/records_ui/
|
|
478
|
-
msgid "
|
|
479
|
-
msgstr "
|
|
1001
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/locations.html:55
|
|
1002
|
+
msgid "Unknown"
|
|
1003
|
+
msgstr ""
|
|
1004
|
+
|
|
1005
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/stats_popup.html:9
|
|
1006
|
+
msgid "See the full number"
|
|
1007
|
+
msgstr ""
|
|
1008
|
+
|
|
1009
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html:13
|
|
1010
|
+
msgid "Version"
|
|
1011
|
+
msgstr "Versioon"
|
|
1012
|
+
|
|
1013
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html:14
|
|
1014
|
+
msgid "No DOI available"
|
|
1015
|
+
msgstr ""
|
|
1016
|
+
|
|
1017
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:71
|
|
1018
|
+
#, python-format
|
|
1019
|
+
msgid "Discard the reserved %(scheme_label)s."
|
|
1020
|
+
msgstr ""
|
|
480
1021
|
|
|
481
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
482
|
-
|
|
483
|
-
|
|
1022
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:74
|
|
1023
|
+
#, python-format
|
|
1024
|
+
msgid "Get a %(scheme_label)s now!"
|
|
1025
|
+
msgstr ""
|
|
484
1026
|
|
|
485
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
1027
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:77
|
|
1028
|
+
#, python-format
|
|
486
1029
|
msgid ""
|
|
487
|
-
"Reserve a
|
|
488
|
-
"files prior to upload). The
|
|
489
|
-
" published."
|
|
1030
|
+
"Reserve a %(scheme_label)s by pressing the button (so it can be included in "
|
|
1031
|
+
"files prior to upload). The %(scheme_label)s is registered when your upload "
|
|
1032
|
+
"is published."
|
|
490
1033
|
msgstr ""
|
|
491
|
-
"Broneerige {scheme_label}, vajutades nuppu (et saaks selle enne "
|
|
492
|
-
"üleslaadimist failidesse kaasata). {scheme_label} registreeritakse teie "
|
|
493
|
-
"üleslaadimise avaldamisel."
|
|
494
1034
|
|
|
495
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
1035
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:83
|
|
1036
|
+
#, python-format
|
|
496
1037
|
msgid ""
|
|
497
|
-
"A
|
|
1038
|
+
"A %(scheme_label)s allows your upload to be easily and unambiguously cited. "
|
|
498
1039
|
"Example: 10.1234/foo.bar"
|
|
499
1040
|
msgstr ""
|
|
500
|
-
"{scheme_label} võimaldab sinu poolt üles laetut lihtsalt ja "
|
|
501
|
-
"üheseltmõistetavalt tsiteerida. Näiteks: 10.1234/foo.bar"
|
|
502
1041
|
|
|
503
|
-
#: invenio_app_rdm/
|
|
1042
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:197
|
|
1043
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:11
|
|
1044
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:19
|
|
1045
|
+
msgid "All"
|
|
1046
|
+
msgstr "Kõik"
|
|
1047
|
+
|
|
1048
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/community_dashboard.html:21
|
|
504
1049
|
msgid "Back to invitations"
|
|
505
1050
|
msgstr "Tagasi kutsete juurde"
|
|
506
1051
|
|
|
507
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/user_dashboard.html:
|
|
508
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/
|
|
1052
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/user_dashboard.html:19
|
|
1053
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:31
|
|
1054
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html:34
|
|
1055
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html:28
|
|
509
1056
|
msgid "Back to requests"
|
|
510
1057
|
msgstr "Tagasi taotluste juurde"
|
|
511
1058
|
|
|
512
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:
|
|
1059
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:52
|
|
513
1060
|
msgid "Conversation"
|
|
514
1061
|
msgstr "Vestlus"
|
|
515
1062
|
|
|
516
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:
|
|
1063
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:64
|
|
517
1064
|
msgid "Record"
|
|
518
1065
|
msgstr "Kirje"
|
|
519
1066
|
|
|
520
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/
|
|
1067
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html:13
|
|
1068
|
+
msgid "Access request"
|
|
1069
|
+
msgstr ""
|
|
1070
|
+
|
|
1071
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:25
|
|
521
1072
|
msgid "View Community"
|
|
522
1073
|
msgstr "Vaata Gruppi"
|
|
523
1074
|
|
|
524
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:
|
|
1075
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:63
|
|
525
1076
|
msgid "View record"
|
|
526
1077
|
msgstr "Vaata kirjet"
|
|
527
1078
|
|
|
528
|
-
#: invenio_app_rdm/theme/views.py:
|
|
529
|
-
msgid "
|
|
530
|
-
msgstr "
|
|
1079
|
+
#: invenio_app_rdm/theme/views.py:132
|
|
1080
|
+
msgid "Notification preferences were updated."
|
|
1081
|
+
msgstr ""
|
|
531
1082
|
|
|
532
1083
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:18
|
|
533
1084
|
msgid "About InvenioRDM"
|
|
534
1085
|
msgstr "InvenioRDM-i kohta"
|
|
535
1086
|
|
|
536
1087
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:19
|
|
537
|
-
|
|
538
|
-
msgid ""
|
|
539
|
-
"\n"
|
|
540
|
-
" <p><a href=\"%(invenio_rdm)s\">Product page</a></p>\n"
|
|
541
|
-
" "
|
|
1088
|
+
msgid "Product page"
|
|
542
1089
|
msgstr ""
|
|
543
|
-
"\n"
|
|
544
|
-
" <p><a href=\"%(invenio_rdm)s\">Tooteleht</a></p>\n"
|
|
545
|
-
" "
|
|
546
1090
|
|
|
547
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
548
|
-
|
|
549
|
-
msgid ""
|
|
550
|
-
"\n"
|
|
551
|
-
" <p><a href=\"%(invenio_rdm_features)s\">Features</a></p>\n"
|
|
552
|
-
" "
|
|
1091
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:20
|
|
1092
|
+
msgid "Features"
|
|
553
1093
|
msgstr ""
|
|
554
|
-
"\n"
|
|
555
|
-
" <p><a href=\"%(invenio_rdm_features)s\">Omadused</a></p>\n"
|
|
556
|
-
" "
|
|
557
1094
|
|
|
558
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
559
|
-
|
|
560
|
-
msgid ""
|
|
561
|
-
"\n"
|
|
562
|
-
" <p><a href=\"%(invenio_rdm_roadmap)s\">Roadmap</a></p>\n"
|
|
563
|
-
" "
|
|
1095
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:21
|
|
1096
|
+
msgid "Roadmap"
|
|
564
1097
|
msgstr ""
|
|
565
|
-
"\n"
|
|
566
|
-
" <p><a href=\"%(invenio_rdm_roadmap)s\">Tegevusplaan</a></p>\n"
|
|
567
|
-
" "
|
|
568
1098
|
|
|
569
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
570
|
-
|
|
571
|
-
msgid ""
|
|
572
|
-
"\n"
|
|
573
|
-
" <p><a href=\"%(invenio_rdm_demo_site)s\">Demo site</a></p>\n"
|
|
574
|
-
" "
|
|
1099
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:22
|
|
1100
|
+
msgid "Demo site"
|
|
575
1101
|
msgstr ""
|
|
576
|
-
"\n"
|
|
577
|
-
" <p><a href=\"%(invenio_rdm_demo_site)s\">Demoleht</a></p>\n"
|
|
578
|
-
" "
|
|
579
1102
|
|
|
580
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1103
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:25
|
|
581
1104
|
msgid "Get involved"
|
|
582
1105
|
msgstr "Löö kaasa"
|
|
583
1106
|
|
|
584
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
"\n"
|
|
588
|
-
" <p><a href=\"%(invenio_rdm_gh)s\">GitHub</a></p>\n"
|
|
589
|
-
" "
|
|
590
|
-
msgstr ""
|
|
591
|
-
"\n"
|
|
592
|
-
" <p><a href=\"%(invenio_rdm_gh)s\">GitHub</a></p>\n"
|
|
593
|
-
" "
|
|
1107
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:26
|
|
1108
|
+
msgid "GitHub"
|
|
1109
|
+
msgstr "GitHub"
|
|
594
1110
|
|
|
595
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
596
|
-
|
|
597
|
-
msgid ""
|
|
598
|
-
"\n"
|
|
599
|
-
" <p><a href=\"%(invenio_rdm_milestones)s\">Project Milestones</a></p>\n"
|
|
600
|
-
" "
|
|
1111
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:27
|
|
1112
|
+
msgid "Project Milestones"
|
|
601
1113
|
msgstr ""
|
|
602
|
-
"\n"
|
|
603
|
-
" <p><a href=\"%(invenio_rdm_milestones)s\">Projekti tähtpunktid</a></p>\n"
|
|
604
|
-
" "
|
|
605
1114
|
|
|
606
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
607
|
-
|
|
608
|
-
msgid ""
|
|
609
|
-
"\n"
|
|
610
|
-
" <p><a href=\"%(invenio_rdm_docs_site)s\">Documentation</a></p>\n"
|
|
611
|
-
" "
|
|
1115
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:28
|
|
1116
|
+
msgid "Documentation"
|
|
612
1117
|
msgstr ""
|
|
613
|
-
"\n"
|
|
614
|
-
" <p><a href=\"%(invenio_rdm_docs_site)s\">Dokumentatsioon</a></p>\n"
|
|
615
|
-
" "
|
|
616
1118
|
|
|
617
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
1119
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:31
|
|
618
1120
|
msgid "Community"
|
|
619
1121
|
msgstr "Grupp"
|
|
620
1122
|
|
|
621
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
622
|
-
|
|
623
|
-
msgid ""
|
|
624
|
-
"\n"
|
|
625
|
-
" <p><a href=\"%(invenio_rdm_chatroom)s\">Chatroom</a></p>\n"
|
|
626
|
-
" "
|
|
1123
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:32
|
|
1124
|
+
msgid "Chatroom"
|
|
627
1125
|
msgstr ""
|
|
628
|
-
"\n"
|
|
629
|
-
" <p><a href=\"%(invenio_rdm_chatroom)s\">Jututuba</a></p>\n"
|
|
630
|
-
" "
|
|
631
1126
|
|
|
632
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
633
|
-
|
|
634
|
-
msgid ""
|
|
635
|
-
"\n"
|
|
636
|
-
" <p><a href=\"%(invenio_rdm_talk)s\">Forum</a></p>\n"
|
|
637
|
-
" "
|
|
1127
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:33
|
|
1128
|
+
msgid "Forum"
|
|
638
1129
|
msgstr ""
|
|
639
|
-
"\n"
|
|
640
|
-
" <p><a href=\"%(invenio_rdm_talk)s\">Foorum</a></p>\n"
|
|
641
|
-
" "
|
|
642
1130
|
|
|
643
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:
|
|
644
|
-
|
|
645
|
-
msgid ""
|
|
646
|
-
"\n"
|
|
647
|
-
" <p><a href=\"%(invenio_events)s\">Events & training</a></p>\n"
|
|
648
|
-
" "
|
|
1131
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:34
|
|
1132
|
+
msgid "Events & training"
|
|
649
1133
|
msgstr ""
|
|
650
|
-
"\n"
|
|
651
|
-
" <p><a href=\"%(invenio_events)s\">Sündmused ja koolitused</a></p>\n"
|
|
652
|
-
" "
|
|
653
1134
|
|
|
654
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
1135
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:19
|
|
1136
|
+
msgid "Impersonated session"
|
|
1137
|
+
msgstr ""
|
|
1138
|
+
|
|
1139
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:21
|
|
1140
|
+
msgid "You must logout after you finish with you inquiry!"
|
|
1141
|
+
msgstr ""
|
|
1142
|
+
|
|
1143
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:38
|
|
1144
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:37
|
|
1145
|
+
msgid "home"
|
|
1146
|
+
msgstr ""
|
|
1147
|
+
|
|
1148
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:51
|
|
1149
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:50
|
|
1150
|
+
msgid "Menu"
|
|
1151
|
+
msgstr "Menüü"
|
|
1152
|
+
|
|
1153
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:68
|
|
1154
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:67
|
|
1155
|
+
msgid "Close menu"
|
|
1156
|
+
msgstr "Sulge menüü"
|
|
1157
|
+
|
|
1158
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:120
|
|
1159
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:120
|
|
1160
|
+
msgid "Inbox"
|
|
1161
|
+
msgstr "Inbox"
|
|
1162
|
+
|
|
1163
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html:36
|
|
1164
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html:37
|
|
1165
|
+
msgid "Search"
|
|
1166
|
+
msgstr "Otsi"
|
|
1167
|
+
|
|
1168
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:18
|
|
1169
|
+
msgid "Log in"
|
|
1170
|
+
msgstr "Logi sisse"
|
|
1171
|
+
|
|
1172
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:22
|
|
1173
|
+
msgid "Sign up"
|
|
1174
|
+
msgstr "Registreeru"
|
|
1175
|
+
|
|
1176
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:39
|
|
1177
|
+
msgid "Quick create"
|
|
659
1178
|
msgstr ""
|
|
660
|
-
"Powered by <a\n"
|
|
661
|
-
" href=\"%(invenio_rdm)s\">InvenioRDM</a>"
|
|
662
1179
|
|
|
663
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1180
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:56
|
|
1181
|
+
msgid "Actions"
|
|
1182
|
+
msgstr "Tegevused"
|
|
1183
|
+
|
|
1184
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:77
|
|
1185
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:120
|
|
1186
|
+
msgid "My account"
|
|
1187
|
+
msgstr "Minu konto"
|
|
1188
|
+
|
|
1189
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:12
|
|
664
1190
|
msgid "You've successfully installed InvenioRDM!"
|
|
665
1191
|
msgstr "InvenioRDM on edukalt paigaldatud!"
|
|
666
1192
|
|
|
667
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1193
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:14
|
|
668
1194
|
msgid "What is ahead?"
|
|
669
1195
|
msgstr "Mis ootab ees?"
|
|
670
1196
|
|
|
671
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1197
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:24
|
|
672
1198
|
msgid "Configure"
|
|
673
1199
|
msgstr "Seadista"
|
|
674
1200
|
|
|
675
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
676
|
-
#, python-format
|
|
1201
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:27
|
|
677
1202
|
msgid ""
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
" information on how to do it visit the <a href=\"%(configuration_link)s\" target=\"_blank\">configuration\n"
|
|
681
|
-
" section in the docs</a>.\n"
|
|
682
|
-
" "
|
|
1203
|
+
"Configure the datamodel, resource types, permissions and much more to make "
|
|
1204
|
+
"it suit your needs! For more information on how to do it visit the"
|
|
683
1205
|
msgstr ""
|
|
684
|
-
"\n"
|
|
685
|
-
"Kohanda andmemudelit, ressursi tüüpe, ligipääsuõiguseid ja palju muud vastavalt oma vajadustele! Rohkem\n"
|
|
686
|
-
"informatsiooni tegevuste kohta leiad <a href=\"%(configuration_link)s\" target=\"_blank\">kohandamise lõigust dokumentatsiooni all</a>."
|
|
687
1206
|
|
|
688
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1207
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:29
|
|
1208
|
+
msgid "configuration section in the docs"
|
|
1209
|
+
msgstr ""
|
|
1210
|
+
|
|
1211
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:41
|
|
689
1212
|
msgid "Customize"
|
|
690
1213
|
msgstr "Kohanda"
|
|
691
1214
|
|
|
692
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
693
|
-
#, python-format
|
|
1215
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:44
|
|
694
1216
|
msgid ""
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
" href=\"%(configuration_link)s\" target=\"_blank\">here</a>.\n"
|
|
698
|
-
" "
|
|
1217
|
+
"Customize the layout and adapt the styling to match your institution's. See "
|
|
1218
|
+
"how to do so"
|
|
699
1219
|
msgstr ""
|
|
700
|
-
"\n"
|
|
701
|
-
"Muuda küljendust ning kohanda stiil oma asutusele vastavaks. Uuri lähemalt, kuidas seda teha <a\n"
|
|
702
|
-
" href=\"%(configuration_link)s\" target=\"_blank\">siin</a>."
|
|
703
1220
|
|
|
704
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1221
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:46
|
|
1222
|
+
msgid "here"
|
|
1223
|
+
msgstr "siin"
|
|
1224
|
+
|
|
1225
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:57
|
|
705
1226
|
msgid "Run it!"
|
|
706
1227
|
msgstr "Käivita!"
|
|
707
1228
|
|
|
708
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
709
|
-
|
|
710
|
-
msgid ""
|
|
711
|
-
"\n"
|
|
712
|
-
" <a href=\"%(deployment_link)s\" target=\"_blank\">Run</a> your\n"
|
|
713
|
-
" InvenioRDM instance locally or in containers.\n"
|
|
714
|
-
" "
|
|
1229
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:59
|
|
1230
|
+
msgid "Run your InvenioRDM instance locally or in containers."
|
|
715
1231
|
msgstr ""
|
|
716
|
-
"\n"
|
|
717
|
-
" <a href=\"%(deployment_link)s\" target=\"_blank\">Jooksuta</a> oma\n"
|
|
718
|
-
" InvenioRDM eksemplari lokaalselt või konteinerites.\n"
|
|
719
|
-
" "
|
|
720
1232
|
|
|
721
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1233
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:61
|
|
1234
|
+
msgid "Run"
|
|
1235
|
+
msgstr "Käita"
|
|
1236
|
+
|
|
1237
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:75
|
|
722
1238
|
msgid "Docs"
|
|
723
1239
|
msgstr "Dokumendid"
|
|
724
1240
|
|
|
725
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1241
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:84
|
|
726
1242
|
msgid "Code"
|
|
727
1243
|
msgstr "Kood"
|
|
728
1244
|
|
|
729
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
730
|
-
msgid "
|
|
731
|
-
msgstr "
|
|
1245
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:91
|
|
1246
|
+
msgid "To disable this section, add"
|
|
1247
|
+
msgstr ""
|
|
732
1248
|
|
|
733
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
734
|
-
msgid "
|
|
735
|
-
msgstr "
|
|
1249
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:93
|
|
1250
|
+
msgid "to your invenio.cfg file."
|
|
1251
|
+
msgstr ""
|
|
736
1252
|
|
|
737
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
msgid "Requests"
|
|
741
|
-
msgstr "Taotlused"
|
|
1253
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:6
|
|
1254
|
+
msgid "In this community"
|
|
1255
|
+
msgstr "Selles kogukonnas"
|
|
742
1256
|
|
|
743
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
744
|
-
|
|
745
|
-
|
|
1257
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:30
|
|
1258
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:31
|
|
1259
|
+
msgid "Search records"
|
|
1260
|
+
msgstr ""
|
|
746
1261
|
|
|
747
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
748
|
-
|
|
749
|
-
|
|
1262
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:15
|
|
1263
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:15
|
|
1264
|
+
msgid "Powered by"
|
|
1265
|
+
msgstr "Powered by"
|
|
750
1266
|
|
|
751
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
752
|
-
msgid "
|
|
753
|
-
|
|
1267
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:13
|
|
1268
|
+
msgid ""
|
|
1269
|
+
"The following files were flagged as 'unhealthy'. This means that the "
|
|
1270
|
+
"checksum check failed or timed out. Please take any action if needed."
|
|
1271
|
+
msgstr ""
|
|
754
1272
|
|
|
755
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
756
|
-
|
|
757
|
-
msgid "
|
|
758
|
-
msgstr "
|
|
1273
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:16
|
|
1274
|
+
#, python-format
|
|
1275
|
+
msgid "ID: %s"
|
|
1276
|
+
msgstr ""
|
|
759
1277
|
|
|
760
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
msgstr "Logi välja"
|
|
1278
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:17
|
|
1279
|
+
#, python-format
|
|
1280
|
+
msgid "URI: %s"
|
|
1281
|
+
msgstr ""
|
|
765
1282
|
|
|
766
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
767
|
-
|
|
768
|
-
|
|
1283
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:19
|
|
1284
|
+
#, python-format
|
|
1285
|
+
msgid "Name: %s"
|
|
1286
|
+
msgstr ""
|
|
769
1287
|
|
|
770
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
771
|
-
|
|
772
|
-
msgid "
|
|
773
|
-
msgstr "
|
|
1288
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:21
|
|
1289
|
+
#, python-format
|
|
1290
|
+
msgid "Created: %s"
|
|
1291
|
+
msgstr ""
|
|
1292
|
+
|
|
1293
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:22
|
|
1294
|
+
#, python-format
|
|
1295
|
+
msgid "Checksum: %s"
|
|
1296
|
+
msgstr ""
|
|
1297
|
+
|
|
1298
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:23
|
|
1299
|
+
#, python-format
|
|
1300
|
+
msgid "Last check date: %s"
|
|
1301
|
+
msgstr ""
|
|
1302
|
+
|
|
1303
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:24
|
|
1304
|
+
#, python-format
|
|
1305
|
+
msgid "Last check FAILED with result: %s"
|
|
1306
|
+
msgstr ""
|
|
1307
|
+
|
|
1308
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:26
|
|
1309
|
+
#, python-format
|
|
1310
|
+
msgid "Record: %s/records/%s"
|
|
1311
|
+
msgstr ""
|
|
1312
|
+
|
|
1313
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:29
|
|
1314
|
+
#, python-format
|
|
1315
|
+
msgid "Draft: %s/uploads/%s"
|
|
1316
|
+
msgstr ""
|
|
774
1317
|
|
|
775
1318
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.de.html:9
|
|
776
1319
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.en.html:8
|
|
1320
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.sv.html:8
|
|
777
1321
|
msgid "Search guide"
|
|
778
1322
|
msgstr "Otsingu juhend"
|
|
779
1323
|
|
|
780
|
-
#: invenio_app_rdm/
|
|
781
|
-
#: invenio_app_rdm/
|
|
782
|
-
msgid "
|
|
783
|
-
msgstr "
|
|
1324
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.en.html:8
|
|
1325
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.sv.html:8
|
|
1326
|
+
msgid "FAQ statistics"
|
|
1327
|
+
msgstr ""
|
|
784
1328
|
|
|
785
|
-
#: invenio_app_rdm/
|
|
786
|
-
#: invenio_app_rdm/
|
|
787
|
-
msgid "
|
|
788
|
-
msgstr "
|
|
1329
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.en.html:8
|
|
1330
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.sv.html:8
|
|
1331
|
+
msgid "FAQ versioning"
|
|
1332
|
+
msgstr ""
|
|
1333
|
+
|
|
1334
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/macros/records_list.html:10
|
|
1335
|
+
msgid "Recent uploads"
|
|
1336
|
+
msgstr ""
|
|
1337
|
+
|
|
1338
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:22
|
|
1339
|
+
msgid "Verified community"
|
|
1340
|
+
msgstr ""
|
|
1341
|
+
|
|
1342
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:29
|
|
1343
|
+
msgid "Privacy policy"
|
|
1344
|
+
msgstr ""
|
|
1345
|
+
|
|
1346
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:30
|
|
1347
|
+
msgid "Terms of use"
|
|
1348
|
+
msgstr ""
|
|
1349
|
+
|
|
1350
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:31
|
|
1351
|
+
msgid "Support"
|
|
1352
|
+
msgstr ""
|
|
1353
|
+
|
|
1354
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:18
|
|
1355
|
+
msgid "Your dashboard"
|
|
1356
|
+
msgstr ""
|
|
1357
|
+
|
|
1358
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:18
|
|
1359
|
+
msgid "Anonymous user"
|
|
1360
|
+
msgstr ""
|
|
1361
|
+
|
|
1362
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:35
|
|
1363
|
+
msgid "New community"
|
|
1364
|
+
msgstr "Uus grupp"
|