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