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,255 +1,615 @@
|
|
|
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
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
8
|
+
# Rim Sharif, 2024
|
|
9
|
+
# Tibor Simko <tibor.simko@cern.ch>, 2025
|
|
10
|
+
# Sam Arbid, 2025
|
|
11
|
+
# Mattias Vesterlund, 2025
|
|
11
12
|
#
|
|
12
13
|
#, fuzzy
|
|
13
14
|
msgid ""
|
|
14
15
|
msgstr ""
|
|
15
|
-
"Project-Id-Version: invenio-app-rdm
|
|
16
|
+
"Project-Id-Version: invenio-app-rdm 12.0.15\n"
|
|
16
17
|
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
|
|
17
|
-
"POT-Creation-Date:
|
|
18
|
+
"POT-Creation-Date: 2025-03-27 16:30+0000\n"
|
|
18
19
|
"PO-Revision-Date: 2020-07-07 14:12+0000\n"
|
|
19
|
-
"Last-Translator:
|
|
20
|
+
"Last-Translator: Mattias Vesterlund, 2025\n"
|
|
20
21
|
"Language-Team: Swedish (https://app.transifex.com/inveniosoftware/teams/23537/sv/)\n"
|
|
21
22
|
"MIME-Version: 1.0\n"
|
|
22
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
23
24
|
"Content-Transfer-Encoding: 8bit\n"
|
|
24
|
-
"Generated-By: Babel 2.
|
|
25
|
+
"Generated-By: Babel 2.17.0\n"
|
|
25
26
|
"Language: sv\n"
|
|
26
27
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
27
28
|
|
|
28
|
-
#: invenio_app_rdm/config.py:
|
|
29
|
+
#: invenio_app_rdm/config.py:219
|
|
29
30
|
msgid "The turn-key research data management repository"
|
|
30
|
-
msgstr "
|
|
31
|
+
msgstr "Den nyckelfärdiga lagringsplatsen för forskningsdatahantering"
|
|
31
32
|
|
|
32
|
-
#: invenio_app_rdm/config.py:
|
|
33
|
+
#: invenio_app_rdm/config.py:258
|
|
34
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:16
|
|
33
35
|
msgid "InvenioRDM"
|
|
34
36
|
msgstr "InvenioRDM"
|
|
35
37
|
|
|
36
|
-
#: invenio_app_rdm/config.py:
|
|
38
|
+
#: invenio_app_rdm/config.py:353
|
|
37
39
|
msgid "Welcome to Invenio App RDM!"
|
|
38
40
|
msgstr "Välkommen till Invenio App RDM!"
|
|
39
41
|
|
|
40
|
-
#: invenio_app_rdm/config.py:
|
|
42
|
+
#: invenio_app_rdm/config.py:750
|
|
41
43
|
msgid "JSON"
|
|
42
44
|
msgstr "JSON"
|
|
43
45
|
|
|
44
|
-
#: invenio_app_rdm/config.py:
|
|
46
|
+
#: invenio_app_rdm/config.py:757
|
|
47
|
+
msgid "JSON-LD"
|
|
48
|
+
msgstr "JSON-LD"
|
|
49
|
+
|
|
50
|
+
#: invenio_app_rdm/config.py:765
|
|
45
51
|
msgid "CSL"
|
|
46
52
|
msgstr "CSL"
|
|
47
53
|
|
|
48
|
-
#: invenio_app_rdm/config.py:
|
|
54
|
+
#: invenio_app_rdm/config.py:772
|
|
49
55
|
msgid "DataCite JSON"
|
|
50
56
|
msgstr "DataCite JSON"
|
|
51
57
|
|
|
52
|
-
#: invenio_app_rdm/config.py:
|
|
58
|
+
#: invenio_app_rdm/config.py:781
|
|
53
59
|
msgid "DataCite XML"
|
|
54
60
|
msgstr "DataCite XML"
|
|
55
61
|
|
|
56
|
-
#: invenio_app_rdm/config.py:
|
|
62
|
+
#: invenio_app_rdm/config.py:790
|
|
57
63
|
msgid "Dublin Core XML"
|
|
58
64
|
msgstr "Dublin Core XML"
|
|
59
65
|
|
|
60
|
-
#: invenio_app_rdm/config.py:
|
|
66
|
+
#: invenio_app_rdm/config.py:799
|
|
67
|
+
msgid "MARCXML"
|
|
68
|
+
msgstr "MARCXML"
|
|
69
|
+
|
|
70
|
+
#: invenio_app_rdm/config.py:806
|
|
71
|
+
msgid "BibTeX"
|
|
72
|
+
msgstr "BibTeX"
|
|
73
|
+
|
|
74
|
+
#: invenio_app_rdm/config.py:813
|
|
75
|
+
msgid "GeoJSON"
|
|
76
|
+
msgstr "GeoJSON"
|
|
77
|
+
|
|
78
|
+
#: invenio_app_rdm/config.py:820
|
|
79
|
+
msgid "DCAT"
|
|
80
|
+
msgstr "DCAT"
|
|
81
|
+
|
|
82
|
+
#: invenio_app_rdm/config.py:827
|
|
83
|
+
msgid "Codemeta"
|
|
84
|
+
msgstr "Codemeta"
|
|
85
|
+
|
|
86
|
+
#: invenio_app_rdm/config.py:834
|
|
87
|
+
msgid "Citation File Format"
|
|
88
|
+
msgstr "Format för citeringsfil"
|
|
89
|
+
|
|
90
|
+
#: invenio_app_rdm/config.py:996
|
|
61
91
|
msgid "APA"
|
|
62
92
|
msgstr "APA"
|
|
63
93
|
|
|
64
|
-
#: invenio_app_rdm/config.py:
|
|
94
|
+
#: invenio_app_rdm/config.py:997
|
|
65
95
|
msgid "Harvard"
|
|
66
96
|
msgstr "Harvard"
|
|
67
97
|
|
|
68
|
-
#: invenio_app_rdm/config.py:
|
|
98
|
+
#: invenio_app_rdm/config.py:998
|
|
69
99
|
msgid "MLA"
|
|
70
100
|
msgstr "MLA"
|
|
71
101
|
|
|
72
|
-
#: invenio_app_rdm/config.py:
|
|
102
|
+
#: invenio_app_rdm/config.py:999
|
|
73
103
|
msgid "Vancouver"
|
|
74
104
|
msgstr "Vancouver"
|
|
75
105
|
|
|
76
|
-
#: invenio_app_rdm/config.py:
|
|
106
|
+
#: invenio_app_rdm/config.py:1000
|
|
77
107
|
msgid "Chicago"
|
|
78
108
|
msgstr "Chicago"
|
|
79
109
|
|
|
80
|
-
#: invenio_app_rdm/config.py:
|
|
110
|
+
#: invenio_app_rdm/config.py:1001
|
|
81
111
|
msgid "IEEE"
|
|
82
112
|
msgstr "IEEE"
|
|
83
113
|
|
|
84
|
-
#: invenio_app_rdm/
|
|
85
|
-
msgid "
|
|
86
|
-
msgstr "
|
|
114
|
+
#: invenio_app_rdm/ext.py:57
|
|
115
|
+
msgid "My dashboard"
|
|
116
|
+
msgstr "Min kontrollpanel"
|
|
87
117
|
|
|
88
|
-
#: invenio_app_rdm/
|
|
89
|
-
#: invenio_app_rdm/
|
|
90
|
-
#: invenio_app_rdm/
|
|
91
|
-
msgid "
|
|
118
|
+
#: invenio_app_rdm/ext.py:63
|
|
119
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:14
|
|
120
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:28
|
|
121
|
+
msgid "New upload"
|
|
122
|
+
msgstr "Ny uppladdning"
|
|
123
|
+
|
|
124
|
+
#: invenio_app_rdm/ext.py:77
|
|
125
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/uploads.html:8
|
|
126
|
+
msgid "Uploads"
|
|
127
|
+
msgstr "Uppladdningar"
|
|
128
|
+
|
|
129
|
+
#: invenio_app_rdm/ext.py:82
|
|
130
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/communities.html:15
|
|
131
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/communities.html:8
|
|
132
|
+
msgid "Communities"
|
|
133
|
+
msgstr "Communities"
|
|
134
|
+
|
|
135
|
+
#: invenio_app_rdm/ext.py:87
|
|
136
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:118
|
|
137
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:117
|
|
138
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/requests.html:8
|
|
139
|
+
msgid "Requests"
|
|
140
|
+
msgstr "Förfrågningar"
|
|
141
|
+
|
|
142
|
+
#: invenio_app_rdm/ext.py:110
|
|
143
|
+
msgid "Home"
|
|
144
|
+
msgstr "Hem"
|
|
145
|
+
|
|
146
|
+
#: invenio_app_rdm/administration/records/records.py:26
|
|
147
|
+
#: invenio_app_rdm/administration/records/records.py:27
|
|
148
|
+
#: invenio_app_rdm/ext.py:118
|
|
149
|
+
msgid "Records"
|
|
150
|
+
msgstr "Poster"
|
|
151
|
+
|
|
152
|
+
#: invenio_app_rdm/ext.py:125
|
|
153
|
+
msgid "Submit"
|
|
154
|
+
msgstr "Skicka in"
|
|
155
|
+
|
|
156
|
+
#: invenio_app_rdm/administration/domains/domains.py:41
|
|
157
|
+
#: invenio_app_rdm/administration/domains/domains.py:42
|
|
158
|
+
msgid "Domains"
|
|
159
|
+
msgstr "Domäner"
|
|
160
|
+
|
|
161
|
+
#: invenio_app_rdm/administration/domains/domains.py:43
|
|
162
|
+
msgid "Site management"
|
|
163
|
+
msgstr "Hantera webbplatsen"
|
|
164
|
+
|
|
165
|
+
#: invenio_app_rdm/administration/domains/domains.py:47
|
|
166
|
+
#: invenio_app_rdm/administration/domains/domains.py:74
|
|
167
|
+
#: invenio_app_rdm/administration/domains/domains.py:144
|
|
168
|
+
msgid "Domain"
|
|
169
|
+
msgstr "Domän"
|
|
170
|
+
|
|
171
|
+
#: invenio_app_rdm/administration/domains/domains.py:48
|
|
172
|
+
msgid "TLD"
|
|
173
|
+
msgstr "TLD"
|
|
174
|
+
|
|
175
|
+
#: invenio_app_rdm/administration/domains/domains.py:49
|
|
176
|
+
#: invenio_app_rdm/administration/domains/domains.py:80
|
|
177
|
+
#: invenio_app_rdm/administration/domains/domains.py:146
|
|
178
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:68
|
|
179
|
+
#: invenio_app_rdm/administration/users/users.py:24
|
|
180
|
+
#: invenio_app_rdm/administration/users/users.py:35
|
|
181
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:28
|
|
182
|
+
msgid "Status"
|
|
183
|
+
msgstr "Status"
|
|
184
|
+
|
|
185
|
+
#: invenio_app_rdm/administration/domains/domains.py:50
|
|
186
|
+
#: invenio_app_rdm/administration/domains/domains.py:153
|
|
187
|
+
#: invenio_app_rdm/administration/users/users.py:57
|
|
188
|
+
msgid "Users"
|
|
189
|
+
msgstr "Användare"
|
|
190
|
+
|
|
191
|
+
#: invenio_app_rdm/administration/domains/domains.py:51
|
|
192
|
+
#: invenio_app_rdm/administration/domains/domains.py:154
|
|
193
|
+
#: invenio_app_rdm/administration/users/users.py:37
|
|
194
|
+
msgid "Active"
|
|
195
|
+
msgstr "Aktiv"
|
|
196
|
+
|
|
197
|
+
#: invenio_app_rdm/administration/domains/domains.py:52
|
|
198
|
+
#: invenio_app_rdm/administration/domains/domains.py:155
|
|
199
|
+
msgid "Inactive"
|
|
200
|
+
msgstr "Inaktiv"
|
|
201
|
+
|
|
202
|
+
#: invenio_app_rdm/administration/domains/domains.py:53
|
|
203
|
+
#: invenio_app_rdm/administration/domains/domains.py:156
|
|
204
|
+
msgid "Confirmed"
|
|
205
|
+
msgstr "Bekräftad"
|
|
206
|
+
|
|
207
|
+
#: invenio_app_rdm/administration/domains/domains.py:54
|
|
208
|
+
#: invenio_app_rdm/administration/domains/domains.py:157
|
|
209
|
+
msgid "Verified"
|
|
210
|
+
msgstr "Verifierad"
|
|
211
|
+
|
|
212
|
+
#: invenio_app_rdm/administration/domains/domains.py:55
|
|
213
|
+
#: invenio_app_rdm/administration/domains/domains.py:158
|
|
214
|
+
msgid "Blocked"
|
|
215
|
+
msgstr "Blockerad"
|
|
216
|
+
|
|
217
|
+
#: invenio_app_rdm/administration/domains/domains.py:75
|
|
218
|
+
msgid "Domain name (all lowercase)"
|
|
219
|
+
msgstr "Domännamn (enbart gemener)"
|
|
220
|
+
|
|
221
|
+
#: invenio_app_rdm/administration/domains/domains.py:82
|
|
222
|
+
msgid ""
|
|
223
|
+
"Status of the domain. One of new (domain needs review), moderated (users in "
|
|
224
|
+
"domain require moderation), verified (users in domain does not require "
|
|
225
|
+
"moderation) or blocked (users cannot register using this domain)."
|
|
226
|
+
msgstr ""
|
|
227
|
+
"Status för domänen. En av följande: ny (domänen behöver granskas), modererad"
|
|
228
|
+
" (användare i domänen kräver moderering), verifierad (användare i domänen "
|
|
229
|
+
"kräver inte moderering) eller blockerad (användare kan inte registrera sig "
|
|
230
|
+
"med den här domänen)."
|
|
231
|
+
|
|
232
|
+
#: invenio_app_rdm/administration/domains/domains.py:94
|
|
233
|
+
#: invenio_app_rdm/administration/domains/domains.py:147
|
|
234
|
+
msgid "Category"
|
|
235
|
+
msgstr "Kategori"
|
|
236
|
+
|
|
237
|
+
#: invenio_app_rdm/administration/domains/domains.py:95
|
|
238
|
+
msgid "A label to categorise the domain."
|
|
239
|
+
msgstr "En etikett som kategoriserar domänen."
|
|
240
|
+
|
|
241
|
+
#: invenio_app_rdm/administration/domains/domains.py:107
|
|
242
|
+
#: invenio_app_rdm/administration/domains/domains.py:148
|
|
243
|
+
msgid "Flagged"
|
|
244
|
+
msgstr "Flaggad"
|
|
245
|
+
|
|
246
|
+
#: invenio_app_rdm/administration/domains/domains.py:109
|
|
247
|
+
msgid "Used by automatic processes to flag the domain as requiring review."
|
|
248
|
+
msgstr ""
|
|
249
|
+
"Används av automatiska processer för att flagga domänen som en domän som "
|
|
250
|
+
"kräver granskning."
|
|
251
|
+
|
|
252
|
+
#: invenio_app_rdm/administration/domains/domains.py:114
|
|
253
|
+
#: invenio_app_rdm/administration/domains/domains.py:149
|
|
254
|
+
msgid "Source of flag"
|
|
255
|
+
msgstr "Flaggans ursprung"
|
|
256
|
+
|
|
257
|
+
#: invenio_app_rdm/administration/domains/domains.py:115
|
|
258
|
+
msgid "Which source flagged the domain."
|
|
259
|
+
msgstr "Vilken källa flaggade domänen."
|
|
260
|
+
|
|
261
|
+
#: invenio_app_rdm/administration/domains/domains.py:125
|
|
262
|
+
msgid "Create domain"
|
|
263
|
+
msgstr "Skapa domän"
|
|
264
|
+
|
|
265
|
+
#: invenio_app_rdm/administration/domains/domains.py:133
|
|
266
|
+
msgid "Edit domain"
|
|
267
|
+
msgstr "Redigera domän"
|
|
268
|
+
|
|
269
|
+
#: invenio_app_rdm/administration/domains/domains.py:141
|
|
270
|
+
msgid "Domain details"
|
|
271
|
+
msgstr "Domändetaljer"
|
|
272
|
+
|
|
273
|
+
#: invenio_app_rdm/administration/domains/domains.py:145
|
|
274
|
+
msgid "Top-level domain"
|
|
275
|
+
msgstr "Toppdomän"
|
|
276
|
+
|
|
277
|
+
#: invenio_app_rdm/administration/domains/domains.py:150
|
|
278
|
+
#: invenio_app_rdm/administration/records/records.py:41
|
|
279
|
+
#: invenio_app_rdm/administration/records/records.py:120
|
|
280
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:172
|
|
281
|
+
#: invenio_app_rdm/administration/users/users.py:25
|
|
282
|
+
#: invenio_app_rdm/administration/users/users.py:41
|
|
283
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:10
|
|
284
|
+
msgid "Created"
|
|
285
|
+
msgstr "Skapad"
|
|
286
|
+
|
|
287
|
+
#: invenio_app_rdm/administration/domains/domains.py:151
|
|
288
|
+
#: invenio_app_rdm/administration/users/users.py:26
|
|
289
|
+
#: invenio_app_rdm/administration/users/users.py:42
|
|
290
|
+
msgid "Updated"
|
|
291
|
+
msgstr "Uppdaterad"
|
|
292
|
+
|
|
293
|
+
#: invenio_app_rdm/administration/domains/domains.py:152
|
|
294
|
+
msgid "Organisation"
|
|
295
|
+
msgstr "Organisation"
|
|
296
|
+
|
|
297
|
+
#: invenio_app_rdm/administration/records/records.py:28
|
|
298
|
+
#: invenio_app_rdm/administration/records/records.py:107
|
|
299
|
+
msgid "Records & files"
|
|
300
|
+
msgstr "Poster & filer"
|
|
301
|
+
|
|
302
|
+
#: invenio_app_rdm/administration/records/records.py:39
|
|
303
|
+
#: invenio_app_rdm/administration/records/records.py:118
|
|
304
|
+
msgid "Title"
|
|
305
|
+
msgstr "Titel"
|
|
306
|
+
|
|
307
|
+
#: invenio_app_rdm/administration/records/records.py:40
|
|
308
|
+
#: invenio_app_rdm/administration/records/records.py:119
|
|
309
|
+
msgid "Owner"
|
|
310
|
+
msgstr "Ägare"
|
|
311
|
+
|
|
312
|
+
#: invenio_app_rdm/administration/records/records.py:42
|
|
313
|
+
#: invenio_app_rdm/administration/records/records.py:121
|
|
314
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:271
|
|
315
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:276
|
|
316
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:293
|
|
317
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:142
|
|
318
|
+
msgid "Files"
|
|
319
|
+
msgstr "Filer"
|
|
320
|
+
|
|
321
|
+
#: invenio_app_rdm/administration/records/records.py:43
|
|
322
|
+
#: invenio_app_rdm/administration/records/records.py:122
|
|
323
|
+
msgid "Stats"
|
|
324
|
+
msgstr "Statistik"
|
|
325
|
+
|
|
326
|
+
#: invenio_app_rdm/administration/records/records.py:48
|
|
327
|
+
msgid "Delete record"
|
|
328
|
+
msgstr "Radera post"
|
|
329
|
+
|
|
330
|
+
#: invenio_app_rdm/administration/records/records.py:53
|
|
331
|
+
msgid "Restore record"
|
|
332
|
+
msgstr "Återställ post"
|
|
333
|
+
|
|
334
|
+
#: invenio_app_rdm/administration/records/records.py:105
|
|
335
|
+
#: invenio_app_rdm/administration/records/records.py:106
|
|
336
|
+
msgid "Drafts"
|
|
337
|
+
msgstr "Utkast"
|
|
338
|
+
|
|
339
|
+
#: invenio_app_rdm/administration/records/records.py:127
|
|
340
|
+
msgid "Set quota"
|
|
341
|
+
msgstr "Ställ in lagringskvot"
|
|
342
|
+
|
|
343
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:29
|
|
344
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:30
|
|
345
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:31
|
|
346
|
+
msgid "Moderation"
|
|
347
|
+
msgstr "Moderering"
|
|
348
|
+
|
|
349
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:45
|
|
350
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:168
|
|
351
|
+
#: invenio_app_rdm/administration/users/users.py:21
|
|
352
|
+
msgid "User"
|
|
353
|
+
msgstr "Användare"
|
|
354
|
+
|
|
355
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:51
|
|
356
|
+
#: invenio_app_rdm/administration/users/users.py:23
|
|
357
|
+
#: invenio_app_rdm/administration/users/users.py:33
|
|
358
|
+
msgid "Email"
|
|
359
|
+
msgstr "E-post"
|
|
360
|
+
|
|
361
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:57
|
|
362
|
+
msgid "Email domain"
|
|
363
|
+
msgstr "Epost-domän"
|
|
364
|
+
|
|
365
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:63
|
|
366
|
+
msgid "Activity"
|
|
367
|
+
msgstr "Aktivitet"
|
|
368
|
+
|
|
369
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:76
|
|
370
|
+
#: invenio_app_rdm/administration/users/users.py:78
|
|
371
|
+
msgid "Approve"
|
|
372
|
+
msgstr "Godkänn"
|
|
373
|
+
|
|
374
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:81
|
|
375
|
+
#: invenio_app_rdm/administration/users/users.py:88
|
|
376
|
+
msgid "Block"
|
|
377
|
+
msgstr "Blockera"
|
|
378
|
+
|
|
379
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:141
|
|
380
|
+
msgid "User moderation"
|
|
381
|
+
msgstr "Användarmoderering"
|
|
382
|
+
|
|
383
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:164
|
|
384
|
+
#: invenio_app_rdm/administration/users/users.py:31
|
|
385
|
+
msgid "ID"
|
|
386
|
+
msgstr "ID"
|
|
387
|
+
|
|
388
|
+
#: invenio_app_rdm/administration/user_moderation/user_moderation.py:173
|
|
389
|
+
msgid "Open"
|
|
390
|
+
msgstr "Öppen"
|
|
391
|
+
|
|
392
|
+
#: invenio_app_rdm/administration/users/users.py:22
|
|
393
|
+
#: invenio_app_rdm/administration/users/users.py:32
|
|
394
|
+
msgid "Username"
|
|
395
|
+
msgstr "Användarnamn"
|
|
396
|
+
|
|
397
|
+
#: invenio_app_rdm/administration/users/users.py:34
|
|
398
|
+
msgid "Domain "
|
|
399
|
+
msgstr "Domän "
|
|
400
|
+
|
|
401
|
+
#: invenio_app_rdm/administration/users/users.py:36
|
|
402
|
+
msgid "Visibility"
|
|
403
|
+
msgstr "Synlighet"
|
|
404
|
+
|
|
405
|
+
#: invenio_app_rdm/administration/users/users.py:38
|
|
406
|
+
msgid "Confirmed at"
|
|
407
|
+
msgstr "Bekräftat vid"
|
|
408
|
+
|
|
409
|
+
#: invenio_app_rdm/administration/users/users.py:39
|
|
410
|
+
msgid "Verified at"
|
|
411
|
+
msgstr "Verifierat vid"
|
|
412
|
+
|
|
413
|
+
#: invenio_app_rdm/administration/users/users.py:40
|
|
414
|
+
msgid "Blocked at"
|
|
415
|
+
msgstr "Blockerat vid"
|
|
416
|
+
|
|
417
|
+
#: invenio_app_rdm/administration/users/users.py:56
|
|
418
|
+
#: invenio_app_rdm/administration/users/users.py:58
|
|
419
|
+
msgid "User management"
|
|
420
|
+
msgstr "Hantera användare"
|
|
421
|
+
|
|
422
|
+
#: invenio_app_rdm/administration/users/users.py:83
|
|
423
|
+
msgid "Restore"
|
|
424
|
+
msgstr "Återställ"
|
|
425
|
+
|
|
426
|
+
#: invenio_app_rdm/administration/users/users.py:93
|
|
427
|
+
msgid "Suspend"
|
|
428
|
+
msgstr "Stäng av"
|
|
429
|
+
|
|
430
|
+
#: invenio_app_rdm/administration/users/users.py:129
|
|
431
|
+
msgid "User details"
|
|
432
|
+
msgstr "Användardetaljer"
|
|
433
|
+
|
|
434
|
+
#: invenio_app_rdm/communities_ui/templates/semantic-ui/invenio_communities/records/index.html:12
|
|
435
|
+
msgid "Search "
|
|
92
436
|
msgstr "Sök"
|
|
93
437
|
|
|
94
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:
|
|
438
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:12
|
|
95
439
|
msgid "New version"
|
|
96
440
|
msgstr "Ny version"
|
|
97
441
|
|
|
98
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:
|
|
99
|
-
#: invenio_app_rdm/theme/views.py:44
|
|
100
|
-
msgid "New upload"
|
|
101
|
-
msgstr "Ny uppladdning"
|
|
102
|
-
|
|
103
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:13
|
|
442
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html:16
|
|
104
443
|
msgid "Edit upload"
|
|
105
444
|
msgstr "Redigera uppladdning"
|
|
106
445
|
|
|
107
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
446
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:51
|
|
108
447
|
msgid "Information banner"
|
|
109
|
-
msgstr "
|
|
448
|
+
msgstr "Informationsbanderoll"
|
|
110
449
|
|
|
111
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
450
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:76
|
|
112
451
|
msgid "Community visibility"
|
|
113
|
-
msgstr "Community
|
|
452
|
+
msgstr "Community-synlighet"
|
|
114
453
|
|
|
115
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
454
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:77
|
|
116
455
|
msgid "The community is restricted to users with access."
|
|
117
|
-
msgstr "
|
|
456
|
+
msgstr "Communityn är begränsad till användare med åtkomst."
|
|
118
457
|
|
|
119
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
458
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:79
|
|
120
459
|
msgid "Restricted"
|
|
121
460
|
msgstr "Begränsad"
|
|
122
461
|
|
|
123
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
124
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
125
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
462
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:96
|
|
463
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:24
|
|
464
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:121
|
|
126
465
|
msgid "Preview"
|
|
127
466
|
msgstr "Förhandsgranska"
|
|
128
467
|
|
|
129
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
468
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:100
|
|
130
469
|
msgid "You are previewing a published record."
|
|
131
470
|
msgstr "Du förhandsgranskar en publicerad post."
|
|
132
471
|
|
|
133
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
472
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:102
|
|
134
473
|
msgid "You are previewing changes that have not yet been published."
|
|
135
474
|
msgstr "Du förhandsgranskar ändringar som ännu inte har publicerats."
|
|
136
475
|
|
|
137
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
476
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:104
|
|
138
477
|
msgid "You are previewing a new record that has not yet been published."
|
|
139
478
|
msgstr "Du förhandsgranskar en ny post som ännu inte har publicerats."
|
|
140
479
|
|
|
141
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
480
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:106
|
|
142
481
|
msgid ""
|
|
143
482
|
"You are previewing a new record version that has not yet been published."
|
|
144
483
|
msgstr "Du förhandsgranskar en ny postversion som ännu inte har publicerats."
|
|
145
484
|
|
|
146
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
485
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:121
|
|
147
486
|
#, python-format
|
|
148
487
|
msgid ""
|
|
149
488
|
"\n"
|
|
150
|
-
" There is a %(link_start)snewer version%(link_end)s of the record
|
|
489
|
+
" There is a %(link_start)snewer version%(link_end)s of the record\n"
|
|
490
|
+
" available.\n"
|
|
151
491
|
" "
|
|
152
492
|
msgstr ""
|
|
153
493
|
"\n"
|
|
154
|
-
" Det finns en %(link_start)snyare version%(link_end)s av
|
|
494
|
+
" Det finns en %(link_start)snyare version%(link_end)s av posten\n"
|
|
495
|
+
" tillgänglig.\n"
|
|
155
496
|
" "
|
|
156
497
|
|
|
157
|
-
#: 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:145
|
|
158
499
|
msgid "Record access information"
|
|
159
500
|
msgstr "Registrera åtkomstinformation"
|
|
160
501
|
|
|
161
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
162
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
163
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
502
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:152
|
|
503
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:309
|
|
504
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:155
|
|
505
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:185
|
|
164
506
|
msgid "Reason"
|
|
165
507
|
msgstr "Orsak"
|
|
166
508
|
|
|
167
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
509
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:165
|
|
168
510
|
msgid "Back-navigation"
|
|
169
511
|
msgstr "Bakåtnavigering"
|
|
170
512
|
|
|
171
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
513
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:167
|
|
172
514
|
msgid "Back to edit"
|
|
173
515
|
msgstr "Tillbaka till redigering"
|
|
174
516
|
|
|
175
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
517
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:185
|
|
176
518
|
msgid "Manage record"
|
|
177
519
|
msgstr "Hantera post"
|
|
178
520
|
|
|
179
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
521
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:201
|
|
180
522
|
msgid "Publication date and version number"
|
|
181
523
|
msgstr "Publiceringsdatum och versionsnummer"
|
|
182
524
|
|
|
183
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
525
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:205
|
|
184
526
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:25
|
|
185
527
|
msgid "Publication date"
|
|
186
528
|
msgstr "Publiceringsdatum"
|
|
187
529
|
|
|
188
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
530
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:206
|
|
189
531
|
msgid "Published"
|
|
190
532
|
msgstr "Publicerad"
|
|
191
533
|
|
|
192
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
534
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:209
|
|
535
|
+
#, python-brace-format
|
|
193
536
|
msgid "Version {version_number}"
|
|
194
537
|
msgstr "Version {version_number}"
|
|
195
538
|
|
|
196
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
539
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:216
|
|
197
540
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:24
|
|
198
541
|
msgid "Resource type"
|
|
199
542
|
msgstr "Resurstyp"
|
|
200
543
|
|
|
201
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
544
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:226
|
|
202
545
|
msgid "Access status"
|
|
203
546
|
msgstr "Åtkomststatus"
|
|
204
547
|
|
|
205
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
548
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:248
|
|
206
549
|
msgid "Record title and creators"
|
|
207
|
-
msgstr "
|
|
550
|
+
msgstr "Postens titel och skapare"
|
|
208
551
|
|
|
209
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
552
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:254
|
|
210
553
|
msgid "Creators and contributors"
|
|
211
554
|
msgstr "Skapare och bidragsgivare"
|
|
212
555
|
|
|
213
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
214
|
-
msgid "
|
|
215
|
-
msgstr "
|
|
556
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:315
|
|
557
|
+
msgid "Request access"
|
|
558
|
+
msgstr "Begär åtkomst"
|
|
216
559
|
|
|
217
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
560
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:317
|
|
561
|
+
msgid ""
|
|
562
|
+
"If you would like to request access to these files, please fill out the form"
|
|
563
|
+
" below."
|
|
564
|
+
msgstr ""
|
|
565
|
+
"Om du vill begära tillgång till dessa filer, vänligen fyll i formuläret "
|
|
566
|
+
"nedan."
|
|
567
|
+
|
|
568
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:325
|
|
569
|
+
msgid ""
|
|
570
|
+
"You need to satisfy these conditions in order for this request to be "
|
|
571
|
+
"accepted:"
|
|
572
|
+
msgstr ""
|
|
573
|
+
"Du måste uppfylla dessa villkor för att din begäran ska kunna beviljas:"
|
|
574
|
+
|
|
575
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:350
|
|
576
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:171
|
|
577
|
+
msgid "System files"
|
|
578
|
+
msgstr "Systemfiler"
|
|
223
579
|
|
|
224
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
580
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:363
|
|
225
581
|
msgid "Additional record details"
|
|
226
582
|
msgstr "Ytterligare postdetaljer"
|
|
227
583
|
|
|
228
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
229
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:16
|
|
584
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:377
|
|
230
585
|
msgid "Record details"
|
|
231
586
|
msgstr "Postdetaljer"
|
|
232
587
|
|
|
233
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
234
|
-
msgid "Upload information"
|
|
235
|
-
msgstr "Ladda upp information"
|
|
236
|
-
|
|
237
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:306
|
|
238
|
-
msgid "Created"
|
|
239
|
-
msgstr "Skapad"
|
|
240
|
-
|
|
241
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:312
|
|
242
|
-
msgid "Modified"
|
|
243
|
-
msgstr "Ändrad"
|
|
244
|
-
|
|
245
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:329
|
|
588
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:394
|
|
246
589
|
msgid "Jump to top of page"
|
|
247
590
|
msgstr "Till början av sidan"
|
|
248
591
|
|
|
249
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:
|
|
592
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html:396
|
|
250
593
|
msgid "Jump up"
|
|
251
594
|
msgstr "Hoppa upp"
|
|
252
595
|
|
|
596
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:10
|
|
597
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:14
|
|
598
|
+
msgid "Draft not found"
|
|
599
|
+
msgstr "Utkast hittades inte"
|
|
600
|
+
|
|
601
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:15
|
|
602
|
+
msgid ""
|
|
603
|
+
"This record has already been published and is not currently being edited, so"
|
|
604
|
+
" no draft exists."
|
|
605
|
+
msgstr ""
|
|
606
|
+
"Den här posten har redan publicerats och redigeras inte för närvarande, så "
|
|
607
|
+
"det finns inget utkast."
|
|
608
|
+
|
|
609
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html:16
|
|
610
|
+
msgid "Go to published record"
|
|
611
|
+
msgstr "Gå till publicerad post"
|
|
612
|
+
|
|
253
613
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html:18
|
|
254
614
|
msgid "Back to details"
|
|
255
615
|
msgstr "Tillbaka till detaljer"
|
|
@@ -258,47 +618,121 @@ msgstr "Tillbaka till detaljer"
|
|
|
258
618
|
msgid "Preview for"
|
|
259
619
|
msgstr "Förhandsgranska för"
|
|
260
620
|
|
|
621
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:14
|
|
622
|
+
msgid "Permission required"
|
|
623
|
+
msgstr "Behörighet krävs"
|
|
624
|
+
|
|
625
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:18
|
|
626
|
+
msgid ""
|
|
627
|
+
"The record was previously accessible to the public but is now restricted to "
|
|
628
|
+
"users with access."
|
|
629
|
+
msgstr ""
|
|
630
|
+
"Posten var tidigare offentligt tillgänglig men är nu begränsad till "
|
|
631
|
+
"användare med åtkomst."
|
|
632
|
+
|
|
633
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:20
|
|
634
|
+
msgid ""
|
|
635
|
+
"The Digital Object Identifier (DOI) associated with this record remains "
|
|
636
|
+
"active for reference."
|
|
637
|
+
msgstr ""
|
|
638
|
+
"Den Digital Object Identifier (DOI) som är kopplad till denna post förblir "
|
|
639
|
+
"aktiv som referens."
|
|
640
|
+
|
|
641
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/restricted_with_doi_tombstone.html:27
|
|
642
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:55
|
|
643
|
+
msgid "Identifier:"
|
|
644
|
+
msgstr "Identifierare:"
|
|
645
|
+
|
|
261
646
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/search.html:8
|
|
262
647
|
msgid "Search results"
|
|
263
648
|
msgstr "Sökresultat"
|
|
264
649
|
|
|
265
|
-
#: 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:10
|
|
266
651
|
msgid "Tombstone"
|
|
267
652
|
msgstr "Gravsten"
|
|
268
653
|
|
|
269
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
654
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:11
|
|
655
|
+
msgid "Reason unknown"
|
|
656
|
+
msgstr "Orsak okänd"
|
|
657
|
+
|
|
658
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:21
|
|
270
659
|
msgid "Gone"
|
|
271
660
|
msgstr "Borta"
|
|
272
661
|
|
|
273
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
662
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:26
|
|
274
663
|
#, python-format
|
|
275
664
|
msgid ""
|
|
276
665
|
"\n"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
" "
|
|
666
|
+
" The record you are trying to access was removed from %(sitename)s. The\n"
|
|
667
|
+
" metadata of the record is kept for archival purposes."
|
|
280
668
|
msgstr ""
|
|
281
669
|
"\n"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
" "
|
|
670
|
+
" Posten du försöker komma åt har tagits bort från %(sitename)s.\n"
|
|
671
|
+
" Metadatan för posten sparas för arkivändamål."
|
|
285
672
|
|
|
286
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:
|
|
673
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:35
|
|
287
674
|
msgid "Reason for removal:"
|
|
288
675
|
msgstr "Orsak till borttagning:"
|
|
289
676
|
|
|
290
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
677
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:38
|
|
678
|
+
msgid "Removed by:"
|
|
679
|
+
msgstr "Borttagen av:"
|
|
680
|
+
|
|
681
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:42
|
|
682
|
+
msgid "Removal note:"
|
|
683
|
+
msgstr "Meddelande om borttagning:"
|
|
684
|
+
|
|
685
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:46
|
|
686
|
+
msgid "Date of removal:"
|
|
687
|
+
msgstr "Datum för borttagning:"
|
|
688
|
+
|
|
689
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.html:50
|
|
690
|
+
msgid "Citation:"
|
|
691
|
+
msgstr "Citering:"
|
|
692
|
+
|
|
693
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:16
|
|
694
|
+
msgid "You are currently not logged in"
|
|
695
|
+
msgstr "Du är för närvarande inte inloggad"
|
|
696
|
+
|
|
697
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:16
|
|
698
|
+
msgid "Do you have an account?"
|
|
699
|
+
msgstr "Har du ett konto?"
|
|
700
|
+
|
|
701
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:17
|
|
702
|
+
msgid "Log in here"
|
|
703
|
+
msgstr "Logga in här"
|
|
294
704
|
|
|
295
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
705
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:22
|
|
706
|
+
msgid "You are logged in as"
|
|
707
|
+
msgstr "Du är inloggad som"
|
|
708
|
+
|
|
709
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:30
|
|
710
|
+
msgid "Not you?"
|
|
711
|
+
msgstr "Är det här inte du?"
|
|
712
|
+
|
|
713
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:31
|
|
714
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:113
|
|
715
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:145
|
|
716
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:153
|
|
717
|
+
msgid "Log out"
|
|
718
|
+
msgstr "Logga ut"
|
|
719
|
+
|
|
720
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/access-form.html:31
|
|
721
|
+
msgid "to switch account."
|
|
722
|
+
msgstr "för att byta konto"
|
|
723
|
+
|
|
724
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/contact.html:11
|
|
725
|
+
msgid "Send message"
|
|
726
|
+
msgstr "Skicka meddelande"
|
|
727
|
+
|
|
728
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:16
|
|
729
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:73
|
|
296
730
|
msgid "Creators"
|
|
297
731
|
msgstr "Skapare"
|
|
298
732
|
|
|
299
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:
|
|
300
|
-
msgid "Contributors
|
|
301
|
-
msgstr "
|
|
733
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/creatibutors.html:34
|
|
734
|
+
msgid "Contributors"
|
|
735
|
+
msgstr "Medverkande"
|
|
302
736
|
|
|
303
737
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html:14
|
|
304
738
|
msgid "Record description"
|
|
@@ -308,115 +742,211 @@ msgstr "Postbeskrivning"
|
|
|
308
742
|
msgid "Description"
|
|
309
743
|
msgstr "Beskrivning"
|
|
310
744
|
|
|
311
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
745
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:38
|
|
312
746
|
msgid "Additional details"
|
|
313
747
|
msgstr "Ytterligare detaljer"
|
|
314
748
|
|
|
315
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
749
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:55
|
|
750
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:73
|
|
316
751
|
msgid "Additional titles"
|
|
317
752
|
msgstr "Ytterligare titlar"
|
|
318
753
|
|
|
319
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
754
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:98
|
|
755
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:116
|
|
320
756
|
msgid "Identifiers"
|
|
321
757
|
msgstr "Identifierare"
|
|
322
758
|
|
|
323
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
759
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:141
|
|
760
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:157
|
|
324
761
|
msgid "Related works"
|
|
325
762
|
msgstr "Relaterade arbeten"
|
|
326
763
|
|
|
327
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
764
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:180
|
|
765
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:198
|
|
328
766
|
msgid "Funding"
|
|
329
767
|
msgstr "Finansiering"
|
|
330
768
|
|
|
331
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
769
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:223
|
|
770
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:241
|
|
332
771
|
msgid "Dates"
|
|
333
772
|
msgstr "Datum"
|
|
334
773
|
|
|
335
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:
|
|
336
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/
|
|
774
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:311
|
|
775
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/details.html:327
|
|
337
776
|
msgid "References"
|
|
338
777
|
msgstr "Referenser"
|
|
339
778
|
|
|
340
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
341
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
342
|
-
msgid "
|
|
343
|
-
msgstr "
|
|
344
|
-
|
|
345
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
779
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:17
|
|
780
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:55
|
|
781
|
+
msgid "Views"
|
|
782
|
+
msgstr "Visningar"
|
|
783
|
+
|
|
784
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:25
|
|
785
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:75
|
|
786
|
+
msgid "Downloads"
|
|
787
|
+
msgstr "Nedladdningar"
|
|
788
|
+
|
|
789
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:36
|
|
790
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:39
|
|
791
|
+
msgid "Show more details"
|
|
792
|
+
msgstr "Visa mer information"
|
|
793
|
+
|
|
794
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:37
|
|
795
|
+
msgid "Show less details"
|
|
796
|
+
msgstr "Visa mindre information"
|
|
797
|
+
|
|
798
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:48
|
|
799
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:70
|
|
800
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:90
|
|
801
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:112
|
|
802
|
+
msgid "All versions"
|
|
803
|
+
msgstr "Alla versioner"
|
|
804
|
+
|
|
805
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:49
|
|
806
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:71
|
|
807
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:91
|
|
808
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:113
|
|
809
|
+
msgid "This version"
|
|
810
|
+
msgstr "Den här versionen"
|
|
811
|
+
|
|
812
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:62
|
|
813
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:82
|
|
814
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:102
|
|
815
|
+
msgid "More info"
|
|
816
|
+
msgstr "Mer info"
|
|
817
|
+
|
|
818
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:67
|
|
819
|
+
msgid "Total views"
|
|
820
|
+
msgstr "Totalt antal visningar"
|
|
821
|
+
|
|
822
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:87
|
|
823
|
+
msgid "Total downloads"
|
|
824
|
+
msgstr "Totalt antal nedladdningar"
|
|
825
|
+
|
|
826
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:95
|
|
827
|
+
msgid "Data volume"
|
|
828
|
+
msgstr "Datavolym"
|
|
829
|
+
|
|
830
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:107
|
|
831
|
+
msgid "Total data volume"
|
|
832
|
+
msgstr "Total datavolym"
|
|
833
|
+
|
|
834
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/stats.html:119
|
|
835
|
+
msgid "More info on how stats are collected."
|
|
836
|
+
msgstr "Mer information om hur statistik samlas in."
|
|
352
837
|
|
|
353
838
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:15
|
|
354
839
|
msgid "Keywords"
|
|
355
840
|
msgstr "Nyckelord"
|
|
356
841
|
|
|
357
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:
|
|
358
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:
|
|
842
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:22
|
|
843
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/subjects.html:39
|
|
359
844
|
msgid "Search results for "
|
|
360
845
|
msgstr "Sökresultat för"
|
|
361
846
|
|
|
847
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/citations.html:2
|
|
848
|
+
msgid "Citation"
|
|
849
|
+
msgstr "Citering"
|
|
850
|
+
|
|
362
851
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:17
|
|
363
852
|
msgid "Details"
|
|
364
853
|
msgstr "Detaljer"
|
|
365
854
|
|
|
366
855
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:26
|
|
367
856
|
msgid "Publisher"
|
|
368
|
-
msgstr "
|
|
857
|
+
msgstr "Utgivare"
|
|
369
858
|
|
|
370
859
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:27
|
|
860
|
+
msgid "Published in"
|
|
861
|
+
msgstr "Publicerad i"
|
|
862
|
+
|
|
863
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:28
|
|
864
|
+
msgid "Imprint"
|
|
865
|
+
msgstr "Förlagsetikett"
|
|
866
|
+
|
|
867
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:29
|
|
868
|
+
msgid "Awarding university"
|
|
869
|
+
msgstr "Utfärdande universitet"
|
|
870
|
+
|
|
871
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:30
|
|
872
|
+
msgid "Conference"
|
|
873
|
+
msgstr "Konferens"
|
|
874
|
+
|
|
875
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:31
|
|
371
876
|
msgid "Languages"
|
|
372
877
|
msgstr "Språk"
|
|
373
878
|
|
|
374
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:
|
|
879
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:32
|
|
375
880
|
msgid "Formats"
|
|
376
881
|
msgstr "Format"
|
|
377
882
|
|
|
378
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:
|
|
883
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/details.html:33
|
|
379
884
|
msgid "Sizes"
|
|
380
885
|
msgstr "Storlekar"
|
|
381
886
|
|
|
382
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/export.html:13
|
|
383
887
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/export.html:14
|
|
384
888
|
msgid "Export"
|
|
385
889
|
msgstr "Exportera"
|
|
386
890
|
|
|
387
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/
|
|
891
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/external_resources.html:9
|
|
892
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/external_resources.html:10
|
|
893
|
+
msgid "External resources"
|
|
894
|
+
msgstr "Externa resurser"
|
|
895
|
+
|
|
388
896
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/keywords_subjects.html:13
|
|
897
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/keywords_subjects.html:14
|
|
389
898
|
msgid "Keywords and subjects"
|
|
390
899
|
msgstr "Nyckelord och ämnen"
|
|
391
900
|
|
|
392
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
393
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
394
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
395
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
396
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:
|
|
901
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:14
|
|
902
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:16
|
|
903
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:162
|
|
904
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:191
|
|
905
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:61
|
|
906
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html:43
|
|
397
907
|
msgid "Opens in new tab"
|
|
398
908
|
msgstr "Öppnas i ny flik"
|
|
399
909
|
|
|
400
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
910
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:14
|
|
911
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:16
|
|
912
|
+
msgid "Read more"
|
|
913
|
+
msgstr "Läs mer"
|
|
914
|
+
|
|
401
915
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:23
|
|
402
916
|
msgid "Rights"
|
|
403
917
|
msgstr "Rättigheter"
|
|
404
918
|
|
|
405
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
919
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:54
|
|
406
920
|
msgid "Close"
|
|
407
921
|
msgstr "Stäng"
|
|
408
922
|
|
|
409
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:
|
|
923
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html:58
|
|
410
924
|
msgid "No further description."
|
|
411
925
|
msgstr "Ingen ytterligare beskrivning."
|
|
412
926
|
|
|
927
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/locations.html:14
|
|
928
|
+
msgid "Geographic locations"
|
|
929
|
+
msgstr "Geografiska platser"
|
|
930
|
+
|
|
413
931
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/manage_menu.html:10
|
|
414
932
|
msgid "Record management"
|
|
415
933
|
msgstr "Hantera post"
|
|
416
934
|
|
|
417
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/
|
|
418
|
-
msgid "
|
|
419
|
-
msgstr "
|
|
935
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/metrics.html:12
|
|
936
|
+
msgid "Metrics"
|
|
937
|
+
msgstr "Mätvärden"
|
|
938
|
+
|
|
939
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:5
|
|
940
|
+
msgid "Upload information"
|
|
941
|
+
msgstr "Ladda upp information"
|
|
942
|
+
|
|
943
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:8
|
|
944
|
+
msgid "Technical metadata"
|
|
945
|
+
msgstr "Teknisk metadata"
|
|
946
|
+
|
|
947
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html:15
|
|
948
|
+
msgid "Modified"
|
|
949
|
+
msgstr "Ändrad"
|
|
420
950
|
|
|
421
951
|
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/versions.html:12
|
|
422
952
|
msgid "Versions"
|
|
@@ -443,28 +973,44 @@ msgstr "Dölj affilieringar"
|
|
|
443
973
|
msgid "Affiliations for"
|
|
444
974
|
msgstr "Affilieringar för"
|
|
445
975
|
|
|
446
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:
|
|
976
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:119
|
|
447
977
|
msgid "Open external link"
|
|
448
978
|
msgstr "Öppna extern länk"
|
|
449
979
|
|
|
450
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/
|
|
980
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html:297
|
|
981
|
+
msgid "Conference website"
|
|
982
|
+
msgstr "Konferensens webbplats"
|
|
983
|
+
|
|
984
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:9
|
|
985
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:24
|
|
986
|
+
msgid "DOI"
|
|
987
|
+
msgstr "DOI"
|
|
988
|
+
|
|
989
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:15
|
|
990
|
+
msgid "Get the DOI badge!"
|
|
991
|
+
msgstr "Få DOI-märket!"
|
|
992
|
+
|
|
993
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html:21
|
|
994
|
+
msgid "DOI Badge"
|
|
995
|
+
msgstr "DOI-badge"
|
|
996
|
+
|
|
997
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:44
|
|
451
998
|
msgid "File preview"
|
|
452
999
|
msgstr "Filförhandsgranskning"
|
|
453
1000
|
|
|
454
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
1001
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:76
|
|
455
1002
|
msgid "Name"
|
|
456
1003
|
msgstr "Namn"
|
|
457
1004
|
|
|
458
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
1005
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:77
|
|
459
1006
|
msgid "Size"
|
|
460
1007
|
msgstr "Storlek"
|
|
461
1008
|
|
|
462
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
msgstr "Åtgärder"
|
|
1009
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:82
|
|
1010
|
+
msgid "Download all"
|
|
1011
|
+
msgstr "Ladda ned alla"
|
|
466
1012
|
|
|
467
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
1013
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:111
|
|
468
1014
|
msgid ""
|
|
469
1015
|
"This is the file fingerprint (checksum), which can be used to verify the "
|
|
470
1016
|
"file integrity."
|
|
@@ -472,320 +1018,383 @@ msgstr ""
|
|
|
472
1018
|
"Detta är filens fingeravtryck (checksum), som kan användas för att verifiera"
|
|
473
1019
|
" filens integritet."
|
|
474
1020
|
|
|
475
|
-
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:
|
|
1021
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html:125
|
|
476
1022
|
msgid "Download"
|
|
477
1023
|
msgstr "Ladda ner"
|
|
478
1024
|
|
|
479
|
-
#: invenio_app_rdm/records_ui/
|
|
480
|
-
msgid "
|
|
481
|
-
msgstr "
|
|
1025
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/locations.html:55
|
|
1026
|
+
msgid "Unknown"
|
|
1027
|
+
msgstr "Okänd"
|
|
1028
|
+
|
|
1029
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/stats_popup.html:9
|
|
1030
|
+
msgid "See the full number"
|
|
1031
|
+
msgstr "Se det fullständiga numret"
|
|
1032
|
+
|
|
1033
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html:13
|
|
1034
|
+
msgid "Version"
|
|
1035
|
+
msgstr "Version"
|
|
1036
|
+
|
|
1037
|
+
#: invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html:14
|
|
1038
|
+
msgid "No DOI available"
|
|
1039
|
+
msgstr "Ingen DOI tillgänglig"
|
|
482
1040
|
|
|
483
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
484
|
-
|
|
485
|
-
|
|
1041
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:71
|
|
1042
|
+
#, python-format
|
|
1043
|
+
msgid "Discard the reserved %(scheme_label)s."
|
|
1044
|
+
msgstr "Ta bort den reserverade %(scheme_label)s."
|
|
1045
|
+
|
|
1046
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:74
|
|
1047
|
+
#, python-format
|
|
1048
|
+
msgid "Get a %(scheme_label)s now!"
|
|
1049
|
+
msgstr "Skaffa ett %(scheme_label)s nu!"
|
|
486
1050
|
|
|
487
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
1051
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:77
|
|
1052
|
+
#, python-format
|
|
488
1053
|
msgid ""
|
|
489
|
-
"Reserve a
|
|
490
|
-
"files prior to upload). The
|
|
491
|
-
" published."
|
|
1054
|
+
"Reserve a %(scheme_label)s by pressing the button (so it can be included in "
|
|
1055
|
+
"files prior to upload). The %(scheme_label)s is registered when your upload "
|
|
1056
|
+
"is published."
|
|
492
1057
|
msgstr ""
|
|
493
|
-
"
|
|
494
|
-
"inkluderas i filer före uppladdning).
|
|
1058
|
+
"Reservera ett %(scheme_label)s genom att trycka på knappen (så det kan "
|
|
1059
|
+
"inkluderas i filer före uppladdning). %(scheme_label)s registreras när din "
|
|
495
1060
|
"uppladdning publiceras."
|
|
496
1061
|
|
|
497
|
-
#: invenio_app_rdm/records_ui/views/deposits.py:
|
|
1062
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:83
|
|
1063
|
+
#, python-format
|
|
498
1064
|
msgid ""
|
|
499
|
-
"A
|
|
1065
|
+
"A %(scheme_label)s allows your upload to be easily and unambiguously cited. "
|
|
500
1066
|
"Example: 10.1234/foo.bar"
|
|
501
1067
|
msgstr ""
|
|
502
|
-
"Ett
|
|
503
|
-
"Exempel: 10.1234/foo.bar"
|
|
1068
|
+
"Ett %(scheme_label)s gör att din uppladdning enkelt och entydigt kan "
|
|
1069
|
+
"citeras. Exempel: 10.1234/foo.bar"
|
|
1070
|
+
|
|
1071
|
+
#: invenio_app_rdm/records_ui/views/deposits.py:197
|
|
1072
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:11
|
|
1073
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:19
|
|
1074
|
+
msgid "All"
|
|
1075
|
+
msgstr "Alla"
|
|
504
1076
|
|
|
505
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/community_dashboard.html:
|
|
1077
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/community_dashboard.html:21
|
|
506
1078
|
msgid "Back to invitations"
|
|
507
1079
|
msgstr "Tillbaka till inbjudningar"
|
|
508
1080
|
|
|
509
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/user_dashboard.html:
|
|
510
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/
|
|
1081
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-invitation/user_dashboard.html:19
|
|
1082
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:31
|
|
1083
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html:34
|
|
1084
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/user-access-request/index.html:28
|
|
511
1085
|
msgid "Back to requests"
|
|
512
1086
|
msgstr "Tillbaka till förfrågningar"
|
|
513
1087
|
|
|
514
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:
|
|
1088
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:52
|
|
515
1089
|
msgid "Conversation"
|
|
516
1090
|
msgstr "Konversation"
|
|
517
1091
|
|
|
518
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:
|
|
1092
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/community-submission/index.html:64
|
|
519
1093
|
msgid "Record"
|
|
520
1094
|
msgstr "Post"
|
|
521
1095
|
|
|
522
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/
|
|
1096
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html:13
|
|
1097
|
+
msgid "Access request"
|
|
1098
|
+
msgstr "Åtkomstbegäran"
|
|
1099
|
+
|
|
1100
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:25
|
|
523
1101
|
msgid "View Community"
|
|
524
1102
|
msgstr "Visa Community"
|
|
525
1103
|
|
|
526
|
-
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:
|
|
1104
|
+
#: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/macros/request_header.html:63
|
|
527
1105
|
msgid "View record"
|
|
528
1106
|
msgstr "Visa post"
|
|
529
1107
|
|
|
530
|
-
#: invenio_app_rdm/theme/views.py:
|
|
531
|
-
msgid "
|
|
532
|
-
msgstr "
|
|
1108
|
+
#: invenio_app_rdm/theme/views.py:132
|
|
1109
|
+
msgid "Notification preferences were updated."
|
|
1110
|
+
msgstr "Inställningarna för meddelanden uppdaterades."
|
|
533
1111
|
|
|
534
1112
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:18
|
|
535
1113
|
msgid "About InvenioRDM"
|
|
536
1114
|
msgstr "Om InvenioRDM"
|
|
537
1115
|
|
|
538
1116
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:19
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"
|
|
544
|
-
msgstr ""
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
"
|
|
1117
|
+
msgid "Product page"
|
|
1118
|
+
msgstr "Produktsida"
|
|
1119
|
+
|
|
1120
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:20
|
|
1121
|
+
msgid "Features"
|
|
1122
|
+
msgstr "Funktioner"
|
|
1123
|
+
|
|
1124
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:21
|
|
1125
|
+
msgid "Roadmap"
|
|
1126
|
+
msgstr "Färdplan"
|
|
548
1127
|
|
|
549
1128
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:22
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
"\n"
|
|
553
|
-
" <p><a href=\"%(invenio_rdm_features)s\">Features</a></p>\n"
|
|
554
|
-
" "
|
|
555
|
-
msgstr ""
|
|
556
|
-
"\n"
|
|
557
|
-
" <p><a href=\"%(invenio_rdm_features)s\">Funktioner</a></p>\n"
|
|
558
|
-
" "
|
|
1129
|
+
msgid "Demo site"
|
|
1130
|
+
msgstr "Demosida"
|
|
559
1131
|
|
|
560
1132
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:25
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
"
|
|
566
|
-
msgstr ""
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
"
|
|
1133
|
+
msgid "Get involved"
|
|
1134
|
+
msgstr "Bli involverad"
|
|
1135
|
+
|
|
1136
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:26
|
|
1137
|
+
msgid "GitHub"
|
|
1138
|
+
msgstr "GitHub"
|
|
1139
|
+
|
|
1140
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:27
|
|
1141
|
+
msgid "Project Milestones"
|
|
1142
|
+
msgstr "Projekt milstolpar"
|
|
570
1143
|
|
|
571
1144
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:28
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
"
|
|
577
|
-
msgstr ""
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
"
|
|
1145
|
+
msgid "Documentation"
|
|
1146
|
+
msgstr "Dokumentation"
|
|
1147
|
+
|
|
1148
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:31
|
|
1149
|
+
msgid "Community"
|
|
1150
|
+
msgstr "Community"
|
|
1151
|
+
|
|
1152
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:32
|
|
1153
|
+
msgid "Chatroom"
|
|
1154
|
+
msgstr "Chattrum"
|
|
581
1155
|
|
|
582
1156
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:33
|
|
583
|
-
msgid "
|
|
584
|
-
msgstr "
|
|
1157
|
+
msgid "Forum"
|
|
1158
|
+
msgstr "Forum"
|
|
585
1159
|
|
|
586
1160
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/footer.html:34
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
"\n"
|
|
590
|
-
" <p><a href=\"%(invenio_rdm_gh)s\">GitHub</a></p>\n"
|
|
591
|
-
" "
|
|
592
|
-
msgstr ""
|
|
593
|
-
"\n"
|
|
594
|
-
" <p><a href=\"%(invenio_rdm_gh)s\">GitHub</a></p>\n"
|
|
595
|
-
" "
|
|
1161
|
+
msgid "Events & training"
|
|
1162
|
+
msgstr "Evenemang & utbildning"
|
|
596
1163
|
|
|
597
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
"\n"
|
|
601
|
-
" <p><a href=\"%(invenio_rdm_milestones)s\">Project Milestones</a></p>\n"
|
|
602
|
-
" "
|
|
603
|
-
msgstr ""
|
|
604
|
-
"\n"
|
|
605
|
-
" <p><a href=\"%(invenio_rdm_milestones)s\">Milstolpar i projektet</a></p>\n"
|
|
606
|
-
" "
|
|
1164
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:19
|
|
1165
|
+
msgid "Impersonated session"
|
|
1166
|
+
msgstr "imiterad session"
|
|
607
1167
|
|
|
608
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
"\n"
|
|
612
|
-
" <p><a href=\"%(invenio_rdm_docs_site)s\">Documentation</a></p>\n"
|
|
613
|
-
" "
|
|
614
|
-
msgstr ""
|
|
615
|
-
"\n"
|
|
616
|
-
" <p><a href=\"%(invenio_rdm_docs_site)s\">Dokumentation</a></p>\n"
|
|
617
|
-
" "
|
|
1168
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:21
|
|
1169
|
+
msgid "You must logout after you finish with you inquiry!"
|
|
1170
|
+
msgstr "Du behöver logga ut efter att du avslutat din förfrågan!"
|
|
618
1171
|
|
|
619
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
620
|
-
|
|
621
|
-
|
|
1172
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:38
|
|
1173
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:37
|
|
1174
|
+
msgid "home"
|
|
1175
|
+
msgstr "hem"
|
|
622
1176
|
|
|
623
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
624
|
-
|
|
625
|
-
msgid ""
|
|
626
|
-
"
|
|
627
|
-
" <p><a href=\"%(invenio_rdm_chatroom)s\">Chatroom</a></p>\n"
|
|
628
|
-
" "
|
|
629
|
-
msgstr ""
|
|
630
|
-
"\n"
|
|
631
|
-
" <p><a href=\"%(invenio_rdm_chatroom)s\">Chattrum</a></p>\n"
|
|
632
|
-
" "
|
|
1177
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:51
|
|
1178
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:50
|
|
1179
|
+
msgid "Menu"
|
|
1180
|
+
msgstr "Meny"
|
|
633
1181
|
|
|
634
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
635
|
-
|
|
636
|
-
msgid ""
|
|
637
|
-
"
|
|
638
|
-
" <p><a href=\"%(invenio_rdm_talk)s\">Forum</a></p>\n"
|
|
639
|
-
" "
|
|
640
|
-
msgstr ""
|
|
641
|
-
"\n"
|
|
642
|
-
" <p><a href=\"%(invenio_rdm_talk)s\">Forum</a></p>\n"
|
|
643
|
-
" "
|
|
1182
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:68
|
|
1183
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:67
|
|
1184
|
+
msgid "Close menu"
|
|
1185
|
+
msgstr "Stäng menyn"
|
|
644
1186
|
|
|
645
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
646
|
-
|
|
647
|
-
msgid ""
|
|
648
|
-
"
|
|
649
|
-
" <p><a href=\"%(invenio_events)s\">Events & training</a></p>\n"
|
|
650
|
-
" "
|
|
651
|
-
msgstr ""
|
|
652
|
-
"\n"
|
|
653
|
-
" <p><a href=\"%(invenio_events)s\">Event & utbildning</a></p>\n"
|
|
654
|
-
" "
|
|
1187
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html:120
|
|
1188
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html:120
|
|
1189
|
+
msgid "Inbox"
|
|
1190
|
+
msgstr "Inkorg"
|
|
655
1191
|
|
|
656
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
657
|
-
|
|
658
|
-
msgid ""
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
"
|
|
663
|
-
"
|
|
1192
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html:36
|
|
1193
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html:37
|
|
1194
|
+
msgid "Search"
|
|
1195
|
+
msgstr "Sök"
|
|
1196
|
+
|
|
1197
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:18
|
|
1198
|
+
msgid "Log in"
|
|
1199
|
+
msgstr "Logga in"
|
|
1200
|
+
|
|
1201
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:22
|
|
1202
|
+
msgid "Sign up"
|
|
1203
|
+
msgstr "Registrera konto"
|
|
1204
|
+
|
|
1205
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:39
|
|
1206
|
+
msgid "Quick create"
|
|
1207
|
+
msgstr "Snabb-skapa"
|
|
664
1208
|
|
|
665
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1209
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:56
|
|
1210
|
+
msgid "Actions"
|
|
1211
|
+
msgstr "Åtgärder"
|
|
1212
|
+
|
|
1213
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:77
|
|
1214
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html:120
|
|
1215
|
+
msgid "My account"
|
|
1216
|
+
msgstr "Mitt konto"
|
|
1217
|
+
|
|
1218
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:12
|
|
666
1219
|
msgid "You've successfully installed InvenioRDM!"
|
|
667
1220
|
msgstr "Du har installerat InvenioRDM!"
|
|
668
1221
|
|
|
669
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1222
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:14
|
|
670
1223
|
msgid "What is ahead?"
|
|
671
1224
|
msgstr "Vad väntar?"
|
|
672
1225
|
|
|
673
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1226
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:24
|
|
674
1227
|
msgid "Configure"
|
|
675
1228
|
msgstr "Konfigurera"
|
|
676
1229
|
|
|
677
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
678
|
-
#, python-format
|
|
1230
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:27
|
|
679
1231
|
msgid ""
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
-
" information on how to do it visit the <a href=\"%(configuration_link)s\" target=\"_blank\">configuration\n"
|
|
683
|
-
" section in the docs</a>.\n"
|
|
684
|
-
" "
|
|
1232
|
+
"Configure the datamodel, resource types, permissions and much more to make "
|
|
1233
|
+
"it suit your needs! For more information on how to do it visit the"
|
|
685
1234
|
msgstr ""
|
|
686
|
-
"
|
|
687
|
-
"
|
|
688
|
-
|
|
1235
|
+
"Konfigurera datamodellen, resurstyper, permissions och mer för att anpassa "
|
|
1236
|
+
"den till dina behov! För mer information om hur du kan göra det, besök "
|
|
1237
|
+
|
|
1238
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:29
|
|
1239
|
+
msgid "configuration section in the docs"
|
|
1240
|
+
msgstr "konfigurationssektionen i dokumentationen"
|
|
689
1241
|
|
|
690
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1242
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:41
|
|
691
1243
|
msgid "Customize"
|
|
692
1244
|
msgstr "Anpassa"
|
|
693
1245
|
|
|
694
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
695
|
-
#, python-format
|
|
1246
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:44
|
|
696
1247
|
msgid ""
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
" href=\"%(configuration_link)s\" target=\"_blank\">here</a>.\n"
|
|
700
|
-
" "
|
|
1248
|
+
"Customize the layout and adapt the styling to match your institution's. See "
|
|
1249
|
+
"how to do so"
|
|
701
1250
|
msgstr ""
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
" href=\"%(configuration_link)s\" target=\"_blank\">här</a>.\n"
|
|
705
|
-
" "
|
|
1251
|
+
"Anpassa layouten och anpassa stil för att matcha din institutions. Se hur du"
|
|
1252
|
+
" kan göra det"
|
|
706
1253
|
|
|
707
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1254
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:46
|
|
1255
|
+
msgid "here"
|
|
1256
|
+
msgstr "här"
|
|
1257
|
+
|
|
1258
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:57
|
|
708
1259
|
msgid "Run it!"
|
|
709
1260
|
msgstr "Kör det!"
|
|
710
1261
|
|
|
711
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
"
|
|
718
|
-
msgstr ""
|
|
719
|
-
"\n"
|
|
720
|
-
" <a href=\"%(deployment_link)s\" target=\"_blank\">Kör</a> din \n"
|
|
721
|
-
"InvenioRDM-instans lokalt eller i containrar.\n"
|
|
722
|
-
" "
|
|
1262
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:59
|
|
1263
|
+
msgid "Run your InvenioRDM instance locally or in containers."
|
|
1264
|
+
msgstr "Kör din InveniRDM instans lokalt eller i kontainers. "
|
|
1265
|
+
|
|
1266
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:61
|
|
1267
|
+
msgid "Run"
|
|
1268
|
+
msgstr "Kör"
|
|
723
1269
|
|
|
724
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1270
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:75
|
|
725
1271
|
msgid "Docs"
|
|
726
1272
|
msgstr "Docs"
|
|
727
1273
|
|
|
728
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
1274
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:84
|
|
729
1275
|
msgid "Code"
|
|
730
1276
|
msgstr "Kod"
|
|
731
1277
|
|
|
732
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
733
|
-
msgid "
|
|
734
|
-
msgstr "
|
|
1278
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:91
|
|
1279
|
+
msgid "To disable this section, add"
|
|
1280
|
+
msgstr "För att inaktivera detta avsnitt, lägg till"
|
|
735
1281
|
|
|
736
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
737
|
-
msgid "
|
|
738
|
-
msgstr "
|
|
1282
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html:93
|
|
1283
|
+
msgid "to your invenio.cfg file."
|
|
1284
|
+
msgstr "till din invenio.cfg-fil."
|
|
739
1285
|
|
|
740
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
msgid "Requests"
|
|
744
|
-
msgstr "Förfrågningar"
|
|
1286
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:6
|
|
1287
|
+
msgid "In this community"
|
|
1288
|
+
msgstr "I denna community"
|
|
745
1289
|
|
|
746
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
747
|
-
|
|
748
|
-
|
|
1290
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:30
|
|
1291
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html:31
|
|
1292
|
+
msgid "Search records"
|
|
1293
|
+
msgstr "Sök poster"
|
|
749
1294
|
|
|
750
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
751
|
-
|
|
752
|
-
|
|
1295
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html:15
|
|
1296
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:15
|
|
1297
|
+
msgid "Powered by"
|
|
1298
|
+
msgstr "Baserad på"
|
|
753
1299
|
|
|
754
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
755
|
-
msgid "
|
|
756
|
-
|
|
1300
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:13
|
|
1301
|
+
msgid ""
|
|
1302
|
+
"The following files were flagged as 'unhealthy'. This means that the "
|
|
1303
|
+
"checksum check failed or timed out. Please take any action if needed."
|
|
1304
|
+
msgstr ""
|
|
1305
|
+
"Följande filer markerades som ”ohälsosamma”. Detta innebär att "
|
|
1306
|
+
"kontrollsummekontrollen misslyckades eller tog för lång tid. Vidta "
|
|
1307
|
+
"eventuella åtgärder om det behövs."
|
|
757
1308
|
|
|
758
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
759
|
-
|
|
760
|
-
msgid "
|
|
761
|
-
msgstr "
|
|
1309
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:16
|
|
1310
|
+
#, python-format
|
|
1311
|
+
msgid "ID: %s"
|
|
1312
|
+
msgstr "ID: %s"
|
|
762
1313
|
|
|
763
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
msgstr "Logga ut"
|
|
1314
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:17
|
|
1315
|
+
#, python-format
|
|
1316
|
+
msgid "URI: %s"
|
|
1317
|
+
msgstr "URI: %s"
|
|
768
1318
|
|
|
769
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
770
|
-
|
|
771
|
-
|
|
1319
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:19
|
|
1320
|
+
#, python-format
|
|
1321
|
+
msgid "Name: %s"
|
|
1322
|
+
msgstr "Namn: %s"
|
|
772
1323
|
|
|
773
|
-
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/
|
|
774
|
-
|
|
775
|
-
msgid "
|
|
776
|
-
msgstr "
|
|
1324
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:21
|
|
1325
|
+
#, python-format
|
|
1326
|
+
msgid "Created: %s"
|
|
1327
|
+
msgstr "Skapades: %s"
|
|
1328
|
+
|
|
1329
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:22
|
|
1330
|
+
#, python-format
|
|
1331
|
+
msgid "Checksum: %s"
|
|
1332
|
+
msgstr "Checksumma: %s"
|
|
1333
|
+
|
|
1334
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:23
|
|
1335
|
+
#, python-format
|
|
1336
|
+
msgid "Last check date: %s"
|
|
1337
|
+
msgstr "Sista kontrolldatum: %s"
|
|
1338
|
+
|
|
1339
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:24
|
|
1340
|
+
#, python-format
|
|
1341
|
+
msgid "Last check FAILED with result: %s"
|
|
1342
|
+
msgstr "Sista kontrollen MISSLYCKADES med följande resultat: %s"
|
|
1343
|
+
|
|
1344
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:26
|
|
1345
|
+
#, python-format
|
|
1346
|
+
msgid "Record: %s/records/%s"
|
|
1347
|
+
msgstr "Post: %s/records/%s"
|
|
1348
|
+
|
|
1349
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html:29
|
|
1350
|
+
#, python-format
|
|
1351
|
+
msgid "Draft: %s/uploads/%s"
|
|
1352
|
+
msgstr "Utkast: %s/uploads/%s"
|
|
777
1353
|
|
|
778
1354
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.de.html:9
|
|
779
1355
|
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.en.html:8
|
|
1356
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.sv.html:8
|
|
780
1357
|
msgid "Search guide"
|
|
781
1358
|
msgstr "Sökguide"
|
|
782
1359
|
|
|
783
|
-
#: invenio_app_rdm/
|
|
784
|
-
#: invenio_app_rdm/
|
|
785
|
-
msgid "
|
|
786
|
-
msgstr "
|
|
1360
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.en.html:8
|
|
1361
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.sv.html:8
|
|
1362
|
+
msgid "FAQ statistics"
|
|
1363
|
+
msgstr "FAQ statistik"
|
|
787
1364
|
|
|
788
|
-
#: invenio_app_rdm/
|
|
789
|
-
#: invenio_app_rdm/
|
|
790
|
-
msgid "
|
|
791
|
-
msgstr "
|
|
1365
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.en.html:8
|
|
1366
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.sv.html:8
|
|
1367
|
+
msgid "FAQ versioning"
|
|
1368
|
+
msgstr "FAQ versionering"
|
|
1369
|
+
|
|
1370
|
+
#: invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/macros/records_list.html:10
|
|
1371
|
+
msgid "Recent uploads"
|
|
1372
|
+
msgstr "Senaste uppladdningar"
|
|
1373
|
+
|
|
1374
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:22
|
|
1375
|
+
msgid "Verified community"
|
|
1376
|
+
msgstr "Verifierat community"
|
|
1377
|
+
|
|
1378
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:29
|
|
1379
|
+
msgid "Privacy policy"
|
|
1380
|
+
msgstr "Integritetspolicy"
|
|
1381
|
+
|
|
1382
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:30
|
|
1383
|
+
msgid "Terms of use"
|
|
1384
|
+
msgstr "Användarvillkor"
|
|
1385
|
+
|
|
1386
|
+
#: invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html:31
|
|
1387
|
+
msgid "Support"
|
|
1388
|
+
msgstr "Support"
|
|
1389
|
+
|
|
1390
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:18
|
|
1391
|
+
msgid "Your dashboard"
|
|
1392
|
+
msgstr "Din kontrollpanel"
|
|
1393
|
+
|
|
1394
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:18
|
|
1395
|
+
msgid "Anonymous user"
|
|
1396
|
+
msgstr "Anonym användare"
|
|
1397
|
+
|
|
1398
|
+
#: invenio_app_rdm/users_ui/templates/semantic-ui/invenio_app_rdm/users/header.html:35
|
|
1399
|
+
msgid "New community"
|
|
1400
|
+
msgstr "Ny community"
|