mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-24 05:31:57 +00:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
049063fd7d | ||
|
|
4a13f22de4 | ||
|
|
dac35b2e0e | ||
|
|
cf5ecfd2f6 | ||
|
|
0919760cfd | ||
|
|
40be6ff4b4 | ||
|
|
602c4b6523 | ||
|
|
4a581d6703 | ||
|
|
b426e0cc39 | ||
|
|
b975800532 | ||
|
|
19143a7860 | ||
|
|
2d47e30416 | ||
|
|
87bead9b7e | ||
|
|
11bce0a1ce | ||
|
|
ebcd040be0 | ||
|
|
515a02aed5 |
21
.github/workflows/pypi-publish.yml
vendored
21
.github/workflows/pypi-publish.yml
vendored
@@ -5,22 +5,5 @@ on:
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel babel
|
||||
- name: Build package
|
||||
run: |
|
||||
python setup.py compile_catalog sdist bdist_wheel
|
||||
- name: pypi-publish
|
||||
uses: pypa/gh-action-pypi-publish@v1.3.1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
||||
uses: tu-graz-library/.github/.github/workflows/pypi-publish.yml@main
|
||||
secrets: inherit
|
||||
|
||||
49
.github/workflows/tests.yml
vendored
49
.github/workflows/tests.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (C) 2020-2022 Graz University of Technology.
|
||||
# Copyright (C) 2020-2024 Graz University of Technology.
|
||||
#
|
||||
# invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||
@@ -24,48 +24,5 @@ on:
|
||||
default: 'Manual trigger'
|
||||
|
||||
jobs:
|
||||
Tests:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.9, "3.10"]
|
||||
requirements-level: [pypi]
|
||||
db-service: [postgresql13]
|
||||
search-service: [opensearch2]
|
||||
include:
|
||||
- search-service: opensearch2
|
||||
SEARCH_EXTRAS: "opensearch2"
|
||||
|
||||
env:
|
||||
DB: ${{ matrix.db-service }}
|
||||
SEARCH: ${{ matrix.search-service }}
|
||||
EXTRAS: tests,${{ matrix.SEARCH_EXTRAS }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Generate dependencies
|
||||
run: |
|
||||
pip install wheel requirements-builder
|
||||
requirements-builder -e "$EXTRAS" --level=${{ matrix.requirements-level }} setup.py > .${{ matrix.requirements-level }}-${{ matrix.python-version }}-requirements.txt
|
||||
- name: Cache pip
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('.${{ matrix.requirements-level }}-${{ matrix.python-version }}-requirements.txt') }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r .${{ matrix.requirements-level }}-${{ matrix.python-version }}-requirements.txt
|
||||
pip install ".[$EXTRAS]"
|
||||
pip freeze
|
||||
docker --version
|
||||
docker-compose --version
|
||||
- name: Run tests
|
||||
run: |
|
||||
./run-tests.sh
|
||||
tests:
|
||||
uses: tu-graz-library/.github/.github/workflows/tests.yml@main
|
||||
|
||||
35
CHANGES.rst
35
CHANGES.rst
@@ -8,6 +8,41 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
Version v4.12.9 (release 2024-05-07)
|
||||
|
||||
- overview: view publications only if permission
|
||||
|
||||
|
||||
Version v4.12.8 (release 2024-03-11)
|
||||
|
||||
- ui: add banner to header
|
||||
|
||||
|
||||
Version v4.12.7 (release 2024-02-12)
|
||||
|
||||
- translation: fix typo
|
||||
|
||||
|
||||
Version v4.12.6 (release 2024-02-02)
|
||||
|
||||
- fix: error_handler gets 1 parameter
|
||||
|
||||
|
||||
Version v4.12.5 (release 2024-02-02)
|
||||
|
||||
|
||||
|
||||
|
||||
Version v4.12.4 (release 2024-02-02)
|
||||
|
||||
- ui: add 423 error page
|
||||
- fix: types could be empty list
|
||||
- setup: sort tests imports
|
||||
- workflows: change to reusable workflows
|
||||
- wording: update one string frontpage
|
||||
- wording: update frontpage
|
||||
|
||||
|
||||
Version v4.12.3 (release 2024-01-28)
|
||||
|
||||
- wording: update text in benefits
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
|
||||
from .ext import InvenioThemeTugraz
|
||||
|
||||
__version__ = "4.12.3"
|
||||
__version__ = "4.12.9"
|
||||
|
||||
__all__ = ("__version__", "InvenioThemeTugraz")
|
||||
|
||||
@@ -177,3 +177,7 @@ pre {
|
||||
.ui.equal.height .ui.segment {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui.flashed.message.manage {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (C) 2020-2021 Graz University of Technology.
|
||||
# Copyright (C) 2020-2024 Graz University of Technology.
|
||||
#
|
||||
# invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||
@@ -8,8 +8,10 @@
|
||||
|
||||
"""invenio module for TUGRAZ theme."""
|
||||
|
||||
from invenio_records_marc21.ui.theme import current_identity_can_view
|
||||
|
||||
from . import config
|
||||
from .views import index
|
||||
from .views import index, locked
|
||||
|
||||
|
||||
class InvenioThemeTugraz(object):
|
||||
@@ -26,6 +28,13 @@ class InvenioThemeTugraz(object):
|
||||
# https://flask.palletsprojects.com/en/1.1.x/api/#flask.Flask.add_url_rule
|
||||
app.add_url_rule("/", "index", index)
|
||||
self.init_config(app)
|
||||
|
||||
app.register_error_handler(423, locked)
|
||||
|
||||
@app.context_processor
|
||||
def inject_visibility():
|
||||
return {"can_view_marc21": current_identity_can_view()}
|
||||
|
||||
app.extensions["invenio-theme-tugraz"] = self
|
||||
|
||||
def init_config(self, app):
|
||||
|
||||
14
invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html
Normal file
14
invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{#
|
||||
Copyright (C) 2024 Graz University of Technology.
|
||||
|
||||
invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||
modify it under the terms of the MIT License; see LICENSE file for more
|
||||
details.
|
||||
#}
|
||||
|
||||
{% extends config.THEME_ERROR_TEMPLATE %}
|
||||
|
||||
{% block message %}
|
||||
<h1><i class="bolt icon"></i> {{_("Locked")}}</h1>
|
||||
<p>{{_("The resource that is being accessed is locked.")}}</p>
|
||||
{% endblock message %}
|
||||
@@ -6,12 +6,16 @@
|
||||
details.
|
||||
#}
|
||||
|
||||
<ul>
|
||||
<li><strong>{{_("Safe") }}</strong> — {{_("Your research is stored safely for the future in TU Graz library.") }}</li>
|
||||
<li><strong>{{_("Trusted") }}</strong> — {{_("Built by CERN and TU Graz. Operated by TU Graz.") }}</li>
|
||||
<li><strong>{{_("Citeable") }}</strong> — {{_("Every upload is assigned a Digital Object Identifier (DOI).") }}</li>
|
||||
<li><strong>{{_("No waiting time") }}</strong> — {{_("Uploads are made available online as soon as you hit publish. Your DOI is registered within seconds.") }}</li>
|
||||
<li><strong>{{_("Open or closed") }}</strong> — {{_("Share private or anonymized data via the restricted access mode.") }}</li>
|
||||
<li><strong>{{_("Versioning") }}</strong> — {{_("Easily update your dataset with the versioning feature.") }}</li>
|
||||
<li><strong>{{_("Usage statisics") }}</strong> — {{ _("All uploads display standards compliant usage statistics.") }}</li>
|
||||
</ul>
|
||||
<div class="ui segment" style="padding-bottom: 10px;">
|
||||
<h4>{{ _("Good reasons to use the Repository of the TU Graz") }}</h4>
|
||||
|
||||
<ul>
|
||||
<li><strong>{{_("Safe") }}</strong> — {{_("Your research results are permanently available.") }}</li>
|
||||
<li><strong>{{_("Trusted") }}</strong> — {{_("A service from TU Graz, developed in cooperation with CERN.") }}</li>
|
||||
<li><strong>{{_("Citeable") }}</strong> — {{_("Every upload is assigned a Digital Object Identifier (DOI).") }}</li>
|
||||
<li><strong>{{_("No waiting time") }}</strong> — {{_("Uploads are made available online as soon as you hit publish. Your DOI is registered within seconds.") }}</li>
|
||||
<li><strong>{{_("Open or closed") }}</strong> — {{_("You determine the visibility of your uploads. A restricted access mode is possible.") }}</li>
|
||||
<li><strong>{{_("Versioning") }}</strong> — {{_("Easily update your dataset with the versioning feature.") }}</li>
|
||||
<li><strong>{{_("Usage statistics") }}</strong> — {{ _("All uploads display standards compliant usage statistics. ") }} <a href="help/statistics">({{ _("More") }})</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{#
|
||||
Copyright (C) 2020-2024 Graz University of Technology.
|
||||
|
||||
invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||
modify it under the terms of the MIT License; see LICENSE file for more
|
||||
details.
|
||||
#}
|
||||
|
||||
<div class="ui segment">
|
||||
<h4>{{ _("Need help?") }}</h4>
|
||||
|
||||
{%- if config.THEME_TUGRAZ_CONTACT_FORM %}
|
||||
<div style="padding-bottom: 10px;">
|
||||
<a id="feedback-form" class="fluid ui button">
|
||||
{{ _("Contact us") }}
|
||||
</a>
|
||||
</div>
|
||||
{%- endif %}
|
||||
<p>
|
||||
{{ _("We can help with:") }}
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>{{ _("Upload your research results, software, preprints, etc.") }}</li>
|
||||
<li>{{ _("Increase upload limit beyond our default policy of 10GB.") }}</li>
|
||||
<li>{{ _("Establish contact with data stewards.") }}</li>
|
||||
<li>{{ _("Find individual solutions.") }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -15,6 +15,11 @@
|
||||
|
||||
<div>
|
||||
<header>
|
||||
{%- block site_banner %}
|
||||
{% from 'invenio_banners/banner.html' import banner %}
|
||||
{{ banner() }}
|
||||
{%- endblock site_banner %}
|
||||
|
||||
{%- block navbar %}
|
||||
<nav>
|
||||
{%- block navbar_header %}
|
||||
|
||||
@@ -25,36 +25,8 @@
|
||||
|
||||
<!---segments-->
|
||||
<div class="six wide column">
|
||||
<!--contact us-->
|
||||
<div class="ui segment">
|
||||
<h4>{{ _("Need help?") }}</h4>
|
||||
{%- if config.THEME_TUGRAZ_CONTACT_FORM %}
|
||||
<div style="padding-bottom: 10px;">
|
||||
<a id="feedback-form" class="fluid ui button">
|
||||
{{ _("Contact us") }}
|
||||
</a>
|
||||
</div>
|
||||
{%- endif %}
|
||||
<p>
|
||||
{{ config.THEME_SITENAME }} {{ _("prioritizes all Recent uploads.") }}
|
||||
</p>
|
||||
<p>
|
||||
{{ _("We can help with:") }}
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>{{ _("Uploading your research data, software, preprints, etc.") }}</li>
|
||||
<li>{{ _("One-on-one with") }} {{ config.THEME_SITENAME }} {{ _("supporters.") }}</li>
|
||||
<li>{{ _("Quota increases beyond our default policy.") }}</li>
|
||||
<li>{{ _("Scripts for automated uploading of larger datasets.") }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="ui segment" style="padding-bottom: 10px;">
|
||||
<h4>{{ _("Why use") }} {{ config.THEME_SITENAME }}</h4>
|
||||
|
||||
{% include "invenio_theme_tugraz/benefits.html" %}
|
||||
</div>
|
||||
{% include "invenio_theme_tugraz/contact_us.html" %}
|
||||
{% include "invenio_theme_tugraz/benefits.html" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if can_view_marc21 %}
|
||||
<div class="column">
|
||||
<div class="ui segment" style="height: 480px">
|
||||
<h2>{{ _("Publications") }}</h2>
|
||||
@@ -65,6 +66,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="column">
|
||||
<div class="ui segment" style="height: 480px">
|
||||
<h2>{{ _("Educational Resources") }}</h2>
|
||||
|
||||
@@ -30,9 +30,11 @@
|
||||
</span>
|
||||
|
||||
{# Resource type badge #}
|
||||
<span class="ui label grey" data-tooltip="{{ _("Resource type") }}" data-inverted="">
|
||||
{{ r.metadata.types[0] }}
|
||||
</span>
|
||||
{% if r.metadata.types | length > 0%}
|
||||
<span class="ui label grey" data-tooltip="{{ _("Resource type") }}" data-inverted="">
|
||||
{{ r.metadata.types[0] }}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
<span class="ui label access-status {{ r.access_status.id }}"
|
||||
data-tooltip="{{ r.access_status.description_l10n }}"
|
||||
|
||||
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: invenio-theme-tugraz 1.0.4\n"
|
||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
||||
"POT-Creation-Date: 2024-01-25 22:36+0100\n"
|
||||
"PO-Revision-Date: 2024-01-25 22:47+0100\n"
|
||||
"POT-Creation-Date: 2024-02-02 10:08+0100\n"
|
||||
"PO-Revision-Date: 2024-02-09 22:25+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: de <LL@li.org>\n"
|
||||
"Language: de\n"
|
||||
@@ -38,41 +38,52 @@ msgstr "Übersicht"
|
||||
msgid "My dashboard"
|
||||
msgstr "Meine Übersicht"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:12
|
||||
msgid "Locked"
|
||||
msgstr "Locked"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:13
|
||||
msgid "The resource that is being accessed is locked."
|
||||
msgstr "Die angeforderte Ressource ist zurzeit gesperrt."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:26
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html:34
|
||||
msgid "Invenio"
|
||||
msgstr "Invenio"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||
msgid "Good reasons to use the Repository of the TU Graz"
|
||||
msgstr "Gute Gründe, das Repository der TU Graz zu nutzen"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
msgid "Safe"
|
||||
msgstr "Sicher"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||
msgid "Your research is stored safely for the future in TU Graz library."
|
||||
msgstr ""
|
||||
"Ihre Forschung ist in der Bibliothek der TU Graz für die Zukunft gespeichert."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
msgid "Your research results are permanently available."
|
||||
msgstr "Ihre Forschungsergebnisse sind dauerhaft verfügbar."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "Trusted"
|
||||
msgstr "Vertrauenswürdig"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||
msgid "Built by CERN and TU Graz. Operated by TU Graz."
|
||||
msgstr "Gebaut von CERN und TU Graz. Betrieben von der TU Graz."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "A service from TU Graz, developed in cooperation with CERN."
|
||||
msgstr "Ein Service der TU Graz, entwickelt in Kooperation mit CERN."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
msgid "Citeable"
|
||||
msgstr "Zitierfähig"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
msgid "Every upload is assigned a Digital Object Identifier (DOI)."
|
||||
msgstr "Jedem Upload wird ein Digital Object Identifier (DOI) zugewiesen."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "No waiting time"
|
||||
msgstr "Keine Wartezeit"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid ""
|
||||
"Uploads are made available online as soon as you hit publish. Your DOI is "
|
||||
"registered within seconds."
|
||||
@@ -80,34 +91,75 @@ msgstr ""
|
||||
"Uploads sind online verfügbar, sobald Sie auf \"Veröffentlichen\" klicken. "
|
||||
"Ihre DOI wird innerhalb von Sekunden registriert."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17
|
||||
msgid "Open or closed"
|
||||
msgstr "Offen oder geschlossen"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "Share private or anonymized data via the restricted access mode."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17
|
||||
msgid ""
|
||||
"You determine the visibility of your uploads. A restricted access mode is "
|
||||
"possible."
|
||||
msgstr ""
|
||||
"Teilen Sie private oder anonymisierte Daten über den eingeschränkten "
|
||||
"Zugriffsmodus."
|
||||
"Sie bestimmen die Sichtbarkeit Ihrer Uploads. Ein eingeschränkter "
|
||||
"Zugriffsmodus ist möglich."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18
|
||||
msgid "Versioning"
|
||||
msgstr "Versionierung"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18
|
||||
msgid "Easily update your dataset with the versioning feature."
|
||||
msgstr ""
|
||||
"Aktualisieren Sie Ihren Datensatz ganz einfach mit der "
|
||||
"Versionierungsfunktion."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "Usage statisics"
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
#, fuzzy
|
||||
#| msgid "Usage statisics"
|
||||
msgid "Usage statistics"
|
||||
msgstr "Nutzungsstatistiken"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "All uploads display standards compliant usage statistics."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
#, fuzzy
|
||||
#| msgid "All uploads display standards compliant usage statistics."
|
||||
msgid "All uploads display standards compliant usage statistics. "
|
||||
msgstr "Alle Uploads zeigen standardkonforme Nutzungsstatistiken an."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:88
|
||||
msgid "More"
|
||||
msgstr "Mehr"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:10
|
||||
msgid "Need help?"
|
||||
msgstr "Brauchen Sie Hilfe?"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:15
|
||||
msgid "Contact us"
|
||||
msgstr "Kontaktieren Sie uns"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:20
|
||||
msgid "We can help with:"
|
||||
msgstr "Dabei können wir helfen:"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:24
|
||||
msgid "Upload your research results, software, preprints, etc."
|
||||
msgstr "Hochladen Ihrer Forschungsergebnisse, Software, Preprints usw."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:25
|
||||
msgid "Increase upload limit beyond our default policy of 10GB."
|
||||
msgstr "Upload-Limit Erhöhung über unsere Standardrichtlinie von 10 GB hinaus."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:26
|
||||
#, fuzzy
|
||||
#| msgid "Create contact with data stewards."
|
||||
msgid "Establish contact with data stewards."
|
||||
msgstr "Kontakt mit den Data Stewards herstellen."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:27
|
||||
msgid "Find individual solutions."
|
||||
msgstr "Individuelle Lösungen finden."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:29
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentation"
|
||||
@@ -188,7 +240,7 @@ msgstr "Um die Schriftgröße zu ändern."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:17
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:26
|
||||
msgid "Research Results"
|
||||
msgstr "Forschungsergebenisse"
|
||||
msgstr "Forschungsergebnisse"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16
|
||||
#, fuzzy
|
||||
@@ -278,46 +330,6 @@ msgstr "Communities"
|
||||
msgid "Dashboard"
|
||||
msgstr "Übersicht"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30
|
||||
msgid "Need help?"
|
||||
msgstr "Brauchen Sie Hilfe?"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:34
|
||||
msgid "Contact us"
|
||||
msgstr "Kontaktiere uns"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:39
|
||||
msgid "prioritizes all Recent uploads."
|
||||
msgstr "reiht die neuesten Uploads vor."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:42
|
||||
msgid "We can help with:"
|
||||
msgstr "Dabei können wir helfen:"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:46
|
||||
msgid "Uploading your research data, software, preprints, etc."
|
||||
msgstr "Hochladen Ihrer Forschungsdaten, Software, Preprints usw."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||
msgid "One-on-one with"
|
||||
msgstr "One-on-one mit"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||
msgid "supporters."
|
||||
msgstr "UnterstützerInnen."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:48
|
||||
msgid "Quota increases beyond our default policy."
|
||||
msgstr "Quota Erhöhungen über unsere Standard Policy hinaus."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:49
|
||||
msgid "Scripts for automated uploading of larger datasets."
|
||||
msgstr "Skripte zum automatisierten Hochladen größerer Datensätze."
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:54
|
||||
msgid "Why use"
|
||||
msgstr "Warum"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:12
|
||||
msgid "All"
|
||||
msgstr "Alle"
|
||||
@@ -393,14 +405,10 @@ msgstr "Es sind keine öffentlich zugänglichen Datensätze vorhanden."
|
||||
msgid "Publication date"
|
||||
msgstr "Datum der Veröffentlichung"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:33
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:34
|
||||
msgid "Resource type"
|
||||
msgstr "Art der Veröffentlichung"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:86
|
||||
msgid "More"
|
||||
msgstr "Mehr"
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82
|
||||
@@ -491,6 +499,34 @@ msgstr "Mit Ihrem TUGonline-Account registrieren"
|
||||
msgid "Sign up with repository credentials"
|
||||
msgstr "Mit Ihren Repository Daten registrieren"
|
||||
|
||||
#~ msgid "Why use"
|
||||
#~ msgstr "Warum"
|
||||
|
||||
#~ msgid "Your research is stored safely for the future in TU Graz library."
|
||||
#~ msgstr ""
|
||||
#~ "Ihre Forschung ist in der Bibliothek der TU Graz für die Zukunft "
|
||||
#~ "gespeichert."
|
||||
|
||||
#~ msgid "Built by CERN and TU Graz. Operated by TU Graz."
|
||||
#~ msgstr "Gebaut von CERN und TU Graz. Betrieben von der TU Graz."
|
||||
|
||||
#~ msgid "Share private or anonymized data via the restricted access mode."
|
||||
#~ msgstr ""
|
||||
#~ "Teilen Sie private oder anonymisierte Daten über den eingeschränkten "
|
||||
#~ "Zugriffsmodus."
|
||||
|
||||
#~ msgid "prioritizes all Recent uploads."
|
||||
#~ msgstr "reiht die neuesten Uploads vor."
|
||||
|
||||
#~ msgid "One-on-one with"
|
||||
#~ msgstr "One-on-one mit"
|
||||
|
||||
#~ msgid "supporters."
|
||||
#~ msgstr "UnterstützerInnen."
|
||||
|
||||
#~ msgid "Scripts for automated uploading of larger datasets."
|
||||
#~ msgstr "Skripte zum automatisierten Hochladen größerer Datensätze."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "built and operated by CERN and OpenAIRE to ensure that everyone can join "
|
||||
#~ "in Open Science."
|
||||
|
||||
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: invenio-theme-tugraz 4.12.0\n"
|
||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
||||
"POT-Creation-Date: 2024-01-25 22:36+0100\n"
|
||||
"PO-Revision-Date: 2024-01-25 22:44+0100\n"
|
||||
"POT-Creation-Date: 2024-02-02 10:08+0100\n"
|
||||
"PO-Revision-Date: 2024-02-02 10:09+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: en <LL@li.org>\n"
|
||||
"Language: en\n"
|
||||
@@ -38,67 +38,114 @@ msgstr ""
|
||||
msgid "My dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:12
|
||||
msgid "Locked"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:13
|
||||
msgid "The resource that is being accessed is locked."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:26
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html:34
|
||||
msgid "Invenio"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||
msgid "Good reasons to use the Repository of the TU Graz"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
msgid "Safe"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||
msgid "Your research is stored safely for the future in TU Graz library."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
msgid "Your research results are permanently available."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "Trusted"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||
msgid "Built by CERN and TU Graz. Operated by TU Graz."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "A service from TU Graz, developed in cooperation with CERN."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
msgid "Citeable"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
msgid "Every upload is assigned a Digital Object Identifier (DOI)."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "No waiting time"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid ""
|
||||
"Uploads are made available online as soon as you hit publish. Your DOI is "
|
||||
"registered within seconds."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17
|
||||
msgid "Open or closed"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "Share private or anonymized data via the restricted access mode."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17
|
||||
msgid ""
|
||||
"You determine the visibility of your uploads. A restricted access mode is "
|
||||
"possible."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18
|
||||
msgid "Versioning"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18
|
||||
msgid "Easily update your dataset with the versioning feature."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "Usage statisics"
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
msgid "Usage statistics"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "All uploads display standards compliant usage statistics."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
msgid "All uploads display standards compliant usage statistics. "
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:88
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:10
|
||||
msgid "Need help?"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:15
|
||||
msgid "Contact us"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:20
|
||||
msgid "We can help with:"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:24
|
||||
msgid "Upload your research results, software, preprints, etc."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:25
|
||||
msgid "Increase upload limit beyond our default policy of 10GB."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:26
|
||||
msgid "Establish contact with data stewards."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:27
|
||||
msgid "Find individual solutions."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:29
|
||||
@@ -269,46 +316,6 @@ msgstr ""
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30
|
||||
msgid "Need help?"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:34
|
||||
msgid "Contact us"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:39
|
||||
msgid "prioritizes all Recent uploads."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:42
|
||||
msgid "We can help with:"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:46
|
||||
msgid "Uploading your research data, software, preprints, etc."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||
msgid "One-on-one with"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||
msgid "supporters."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:48
|
||||
msgid "Quota increases beyond our default policy."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:49
|
||||
msgid "Scripts for automated uploading of larger datasets."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:54
|
||||
msgid "Why use"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:12
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
@@ -381,14 +388,10 @@ msgstr ""
|
||||
msgid "Publication date"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:33
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:34
|
||||
msgid "Resource type"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:86
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82
|
||||
|
||||
@@ -7,16 +7,16 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: invenio-theme-tugraz 4.12.2\n"
|
||||
"Project-Id-Version: invenio-theme-tugraz 4.12.3\n"
|
||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
||||
"POT-Creation-Date: 2024-01-25 22:36+0100\n"
|
||||
"POT-Creation-Date: 2024-02-02 10:08+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.10.3\n"
|
||||
"Generated-By: Babel 2.13.1\n"
|
||||
|
||||
#: invenio_theme_tugraz/config.py:13 invenio_theme_tugraz/config.py:60
|
||||
msgid "TU Graz Repository"
|
||||
@@ -36,67 +36,114 @@ msgstr ""
|
||||
msgid "My dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:12
|
||||
msgid "Locked"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:13
|
||||
msgid "The resource that is being accessed is locked."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:26
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html:34
|
||||
msgid "Invenio"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||
msgid "Good reasons to use the Repository of the TU Graz"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
msgid "Safe"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||
msgid "Your research is stored safely for the future in TU Graz library."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
msgid "Your research results are permanently available."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "Trusted"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||
msgid "Built by CERN and TU Graz. Operated by TU Graz."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "A service from TU Graz, developed in cooperation with CERN."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
msgid "Citeable"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
msgid "Every upload is assigned a Digital Object Identifier (DOI)."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "No waiting time"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid ""
|
||||
"Uploads are made available online as soon as you hit publish. Your DOI is"
|
||||
" registered within seconds."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17
|
||||
msgid "Open or closed"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||
msgid "Share private or anonymized data via the restricted access mode."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17
|
||||
msgid ""
|
||||
"You determine the visibility of your uploads. A restricted access mode is"
|
||||
" possible."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18
|
||||
msgid "Versioning"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18
|
||||
msgid "Easily update your dataset with the versioning feature."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "Usage statisics"
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
msgid "Usage statistics"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16
|
||||
msgid "All uploads display standards compliant usage statistics."
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
msgid "All uploads display standards compliant usage statistics. "
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:88
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:10
|
||||
msgid "Need help?"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:15
|
||||
msgid "Contact us"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:20
|
||||
msgid "We can help with:"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:24
|
||||
msgid "Upload your research results, software, preprints, etc."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:25
|
||||
msgid "Increase upload limit beyond our default policy of 10GB."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:26
|
||||
msgid "Establish contact with data stewards."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:27
|
||||
msgid "Find individual solutions."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:29
|
||||
@@ -248,46 +295,6 @@ msgstr ""
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30
|
||||
msgid "Need help?"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:34
|
||||
msgid "Contact us"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:39
|
||||
msgid "prioritizes all Recent uploads."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:42
|
||||
msgid "We can help with:"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:46
|
||||
msgid "Uploading your research data, software, preprints, etc."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||
msgid "One-on-one with"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||
msgid "supporters."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:48
|
||||
msgid "Quota increases beyond our default policy."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:49
|
||||
msgid "Scripts for automated uploading of larger datasets."
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:54
|
||||
msgid "Why use"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:12
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
@@ -352,14 +359,10 @@ msgstr ""
|
||||
msgid "Publication date"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:33
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:34
|
||||
msgid "Resource type"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:86
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82
|
||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82
|
||||
|
||||
@@ -100,3 +100,8 @@ def index():
|
||||
return render_template(
|
||||
"invenio_theme_tugraz/index.html", records=records_serializer(records)
|
||||
)
|
||||
|
||||
|
||||
def locked(e):
|
||||
"""Error page for status locked."""
|
||||
return render_template("invenio_theme_tugraz/423.html")
|
||||
|
||||
12
setup.cfg
12
setup.cfg
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (C) 2020-2021 Graz University of Technology.
|
||||
# Copyright (C) 2020-2024 Graz University of Technology.
|
||||
#
|
||||
# invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||
@@ -27,6 +27,7 @@ classifiers =
|
||||
Topic :: Software Development :: Libraries :: Python Modules
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Development Status :: 3 - Alpha
|
||||
|
||||
[options]
|
||||
@@ -39,15 +40,16 @@ install_requires =
|
||||
invenio-i18n>=1.3.1
|
||||
invenio_config_tugraz>=0.11.0
|
||||
invenio_records_global_search>=0.0.1
|
||||
invenio_records_marc21>=0.21.0
|
||||
|
||||
[options.extras_require]
|
||||
tests =
|
||||
pytest-black-ng>=0.4.0
|
||||
Sphinx>=4.5.0
|
||||
pytest-invenio>=2.1.0,<3.0.0
|
||||
invenio-app>=1.3.4,<1.4.0
|
||||
opensearch2 =
|
||||
invenio-previewer>=2.2.0
|
||||
invenio-search[opensearch2]>=2.1.0,<3.0.0
|
||||
pytest-black-ng>=0.4.0
|
||||
pytest-invenio>=2.1.0,<3.0.0
|
||||
Sphinx>=4.5.0
|
||||
|
||||
[options.entry_points]
|
||||
invenio_base.apps =
|
||||
|
||||
Reference in New Issue
Block a user