diff --git a/babel.ini b/babel.ini new file mode 100644 index 00000000..a4aa5c20 --- /dev/null +++ b/babel.ini @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +# +# This file is part of Invenio. +# Copyright (C) 2015-2018 CERN. +# +# Invenio is free software; you can redistribute it and/or modify it +# under the terms of the MIT License; see LICENSE file for more details. + +# Extraction from Python source files + +[python: **.py] +encoding = utf-8 + +# Extraction from Jinja2 templates + +[jinja2: **/templates/**.html] +encoding = utf-8 + +[jinja2: **/templates/**.jinja] +encoding = utf-8 + +# Special case for jinjax translation strings +[jinja2: **/translations/jinjax_messages.jinja] +encoding = utf-8 diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..368e0dac --- /dev/null +++ b/setup.cfg @@ -0,0 +1,33 @@ +[oarepo.i18n] +languages = + cs + en + +# List of paths to scan for babel messages - python files and jinja templates are scanned +babel_source_paths = + models/nr-documents/nr_documents + sites/nr-docs/site + sites/nr-docs/templates + ui/docs-app/docs_app + +babel_input_translations = + models/nr-documents/nr_documents/translations + sites/nr-docs/translations + ui/docs-app/docs_app/translations + +# List of paths to scan for i18next messages - javascript and jsx files are scanned +i18next_source_paths = + ui/docs-app/docs_app/theme/assets/semantic-ui/js + sites/nr-docs/site/nr_docs/assets/semantic-ui/js + +i18next_input_translations = + ui/docs-app/docs_app/theme/assets/semantic-ui/translations/docs_app/messages + +# this is the location where python translations are generated. +babel_output_translations = + sites/nr-docs/site/nr_docs/translations + +# this is the location where javascript translations are generated. Add this directory to webpack +# aliases +i18next_output_translations = + sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs diff --git a/sites/nr-docs/requirements.txt b/sites/nr-docs/requirements.txt index 7572bfc6..00e171f8 100644 --- a/sites/nr-docs/requirements.txt +++ b/sites/nr-docs/requirements.txt @@ -10,15 +10,15 @@ Levenshtein==0.23.0 nr-metadata==2.0.2 nr-oaipmh-harvesters==1.0.4 nr-vocabularies==2.0.6 -oarepo-oai-pmh-harvester==4.0.36 -oarepo-published-service==1.0.1 +oarepo-oai-pmh-harvester==4.0.37 +oarepo-published-service==1.0.2 oarepo-requests==1.0.2 -oarepo-runtime==1.4.23 -oarepo-ui==5.0.79 -oarepo-vocabularies==2.0.64 +oarepo-runtime==1.4.31 +oarepo-ui==5.0.82 +oarepo-vocabularies==2.0.66 openpyxl==3.1.2 python-dotenv==1.0.0 rapidfuzz==3.5.2 sickle==0.7.0 tqdm==4.66.1 -whitenoise==6.6.0 +whitenoise==6.6.0 \ No newline at end of file diff --git a/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/i18next.js b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/i18next.js new file mode 100644 index 00000000..d5dae7d2 --- /dev/null +++ b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/i18next.js @@ -0,0 +1,37 @@ +// This file is part of React-Invenio-Deposit +// Copyright (C) 2021 Graz University of Technology. +// +// Invenio-app-rdm is free software; you can redistribute it and/or modify it +// under the terms of the MIT License; see LICENSE file for more details. + +import i18n from "i18next"; + +import LanguageDetector from "i18next-browser-languagedetector"; +import { translations } from "./messages"; +import { initReactI18next } from "react-i18next"; + +const options = { + fallbackLng: "en", // fallback keys + returnEmptyString: false, + debug: process.env.NODE_ENV === "development", + resources: translations, + keySeparator: false, + nsSeparator: false, + // specify language detection order + detection: { + order: ["htmlTag"], + // cache user language off + caches: [], + }, + react: { + // Set empty - to allow html tags convert to trans tags + // HTML TAG | Trans TAG + // | <1> + transKeepBasicHtmlNodesFor: [], + }, +}; + +const i18next = i18n.createInstance(); +i18next.use(LanguageDetector).use(initReactI18next).init(options); + +export { i18next }; diff --git a/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/cs/LC_MESSAGES/translations.json b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/cs/LC_MESSAGES/translations.json new file mode 100644 index 00000000..010328f4 --- /dev/null +++ b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/cs/LC_MESSAGES/translations.json @@ -0,0 +1,818 @@ +{ + "$schema.label": "Verze schematu", + "created.label": "Datum vytvoření záznamu", + "id.label": "Identifikátor záznamu", + "metadata/abstract.label": "Abstrakt", + "metadata/abstract/lang.label": "Jazyk", + "metadata/abstract/value.label": "Abstrakt", + "metadata/accessRights.label": "Přístupová práva", + "metadata/accessibility.label": "Dostupnost zdroje", + "metadata/accessibility/lang.label": "Jazyk", + "metadata/accessibility/value.label": "Dostupnost", + "metadata/additionalTitles/title.label": "Další název", + "metadata/additionalTitles/title/lang.label": "Jazyk", + "metadata/additionalTitles/title/value.label": "Název", + "metadata/additionalTitles/titleType.label": "Druh názvu", + "metadata/collection.label": "Kolekce", + "metadata/contributors/affiliations.label": "Afiliace", + "metadata/contributors/authorityIdentifiers/identifier.label": "Identifikátor", + "metadata/contributors/authorityIdentifiers/scheme.label": "Schema identifikátoru", + "metadata/contributors/fullName.label": "Jméno přispěvatele", + "metadata/contributors/nameType.label": "Typ", + "metadata/contributors/role.label": "Role přispěvatele", + "metadata/creators/affiliations.label": "Afiliace", + "metadata/creators/authorityIdentifiers/identifier.label": "Identifikátor", + "metadata/creators/authorityIdentifiers/scheme.label": "Schema identifikátoru", + "metadata/creators/fullName.label": "Jméno autora", + "metadata/creators/nameType.label": "Typ", + "metadata/dateAvailable.label": "Datum zveřejnění", + "metadata/dateModified.label": "Datum změny zdroje", + "metadata/events/eventLocation/country.label": "Země", + "metadata/events/eventLocation/place.label": "Místo", + "metadata/externalLocation/externalLocationURL.label": "Externí umístění zdroje", + "metadata/fundingReferences/funder.label": "Poskytovatel financí", + "metadata/fundingReferences/projectID.label": "Číslo projektu", + "metadata/geoLocations/geoLocationPlace.label": "Umístění", + "metadata/geoLocations/geoLocationPoint/pointLatitude.label": "Zeměpisná šířka", + "metadata/geoLocations/geoLocationPoint/pointLongitude.label": "Zeměpisná délka", + "metadata/languages.label": "Jazyk", + "metadata/methods.label": "Metodologie", + "metadata/methods/lang.label": "Jazyk", + "metadata/methods/value.label": "Název metodologie", + "metadata/objectIdentifiers/identifier.label": "Identifikátor objektu", + "metadata/objectIdentifiers/scheme.label": "Typ identifikátoru", + "metadata/originalRecord.label": "Odkaz na původní záznam", + "metadata/relatedItems/itemContributors/affiliations.label": "Afiliace", + "metadata/relatedItems/itemContributors/authorityIdentifiers/identifier.label": "Identifikátor", + "metadata/relatedItems/itemContributors/authorityIdentifiers/scheme.label": "Schema identifikátoru", + "metadata/relatedItems/itemContributors/fullName.label": "Jméno autora", + "metadata/relatedItems/itemContributors/nameType.label": "Typ", + "metadata/relatedItems/itemContributors/role.label": "Role přispěvatele", + "metadata/relatedItems/itemCreators/affiliations.label": "Afiliace", + "metadata/relatedItems/itemCreators/authorityIdentifiers/identifier.label": "Identifikátor", + "metadata/relatedItems/itemCreators/authorityIdentifiers/scheme.label": "Schema identifikátoru", + "metadata/relatedItems/itemCreators/fullName.label": "Jméno autora", + "metadata/relatedItems/itemCreators/nameType.label": "Typ", + "metadata/relatedItems/itemEndPage.label": "Poslední strana", + "metadata/relatedItems/itemIssue.label": "Číslo", + "metadata/relatedItems/itemPIDs/identifier.label": "Identifikátor objektu", + "metadata/relatedItems/itemPIDs/scheme.label": "Typ identifikátoru", + "metadata/relatedItems/itemPublisher.label": "Vydavatel", + "metadata/relatedItems/itemRelationType.label": "Typ vazby", + "metadata/relatedItems/itemResourceType.label": "Typ zdroje", + "metadata/relatedItems/itemStartPage.label": "Počáteční strana", + "metadata/relatedItems/itemURL.label": "URL", + "metadata/relatedItems/itemVolume.label": "Ročník", + "metadata/relatedItems/itemYear.label": "Rok", + "metadata/resourceType.label": "Typ zdroje", + "metadata/rights.label": "Licence", + "metadata/series/seriesTitle.label": "Název edice", + "metadata/series/seriesVolume.label": "Svazek edice", + "metadata/subjectCategories.label": "Oborové třídění", + "metadata/subjects/classificationCode.label": "Kód oborového třídění", + "metadata/subjects/subject.label": "Klíčová slova", + "metadata/subjects/subject/lang.label": "Jazyk", + "metadata/subjects/subject/value.label": "Klíčové slovo", + "metadata/subjects/subjectScheme.label": "Schema klíčového slova", + "metadata/subjects/valueURI.label": "Definice klíčového slova", + "metadata/systemIdentifiers/identifier.label": "Systémový identifikátor", + "metadata/systemIdentifiers/scheme.label": "Typ identifikátoru", + "metadata/technicalInfo.label": "Technické informace", + "metadata/technicalInfo/lang.label": "Jazyk", + "metadata/technicalInfo/value.label": "Technické informace", + "metadata/thesis/dateDefended.label": "Datum obhajoby", + "metadata/thesis/defended.label": "Obhájeno?", + "metadata/thesis/degreeGrantors.label": "Instituce / grantor", + "metadata/thesis/studyFields.label": "Oblasti studia", + "metadata/title.label": "Název", + "metadata/version.label": "Verze zdroje", + "syntheticFields/institutions.label": "Instituce", + "syntheticFields/keywords_cs.label": "Česká klíčová slova", + "syntheticFields/keywords_en.label": "Anglická klíčová slova", + "syntheticFields/person.label": "Osoby", + "updated.label": "Datum poslední změny", + "New upload": "Nový záznam", + "in": "v", + "In this community": "V této komunitě", + "All document records": "Všechny záznamy", + "Search": "Hledat", + "metadata/subjects.label": "Klíčová slova", + "metadata/publishers.label": "Vydavatelé", + "metadata/events.label": "Události", + "metadata/externalLocation.label": "Externí umístění", + "metadata/fundingReferences.label": "Projekt nebo financování", + "metadata/geoLocations.label": "Geolokace", + "metadata/notes.label": "Poznámky", + "metadata/series.label": "Série", + "NR Document repository": "NR dokumentový repozitář", + "People": "Lidé", + "Search results": "Výsledky vyhledávání", + "Collection": "Kolekce", + "metadata/objectIdentifiers.label": "Identifikátory objektu", + "Export": "Export", + "API": "API", + "Links": "Odkazy", + "Contact": "Kontakt", + "Powered by Invenio": "Založeno na platformě Invenio", + "Log in": "Přihlásit se", + "Sign up": "Zaregistrovat se", + "Quick create": "Rychle vytvořit", + "Actions": "Akce", + "My account": "Můj účet", + "Log out": "Odhlásit se", + "Find more records by this person": "Vyhledat další záznamy této osoby", + "Find more records with this subject": "Najít další záznamy s tímto heslem", + "Add additional title": "Přidat další název", + "Additional titles": "Další názvy", + "Title": "Název", + "Title type": "Druh názvu", + "Creators": "Autoři", + "Add creator": "Přidat autora", + "Edit creator": "Editovat autora", + "Edit": "Editovat", + "Remove": "Odebrat", + "Identifier": "Identifikátor", + "Type the value of an identifier...": "Zadejte hodnotu identifikátoru…", + "Identifiers": "Identifikátory", + "e.g. ORCID, ISNI or GND.": "např. ORCID, ISNI or GND.", + "Save and add another": "Uložit a přidat další", + "Given name is a required field.": "Jméno je povinné pole.", + "Family name is a required field.": "Příjmení je povinné pole.", + "Role is a required field.": "Role je povinné pole.", + "Added": "Přidáno", + "Person": "Osoba", + "Organization": "Organizace", + "Search for persons by name, identifier, or affiliation...": "Hledat osoby podle jména, identifikátoru nebo afiliace…", + "Family name": "Příjmení", + "Given names": "Jméno", + "Name": "Název", + "Organization name": "Název organizace", + "e.g. ROR, ISNI or GND.": "např. ROR, ISNI nebo GND.", + "Affiliations": "Afiliace", + "Select one or more affiliations": "Vyberte jednu nebo více afiliací", + "Select role": "Vyberte roli", + "Role": "Role", + "Cancel": "Zrušit", + "Save": "Uložit", + "Couldn't find your person? You can <2>create a new entry.": "Couldn't find your person? You can <2>create a new entry.", + "In case your upload was already published elsewhere, please use the date of the first publication. Format: YYYY-MM-DD, YYYY-MM, or YYYY. For intervals use DATE/DATE, e.g. 1939/1945.": "V případě, že váš příspěvek již byl publikován jinde, použijte prosím datum prvního zveřejnění. Formát: RRRR-MM-DD, RRRR-MM nebo RRRR. Pro intervaly použijte DATUM/DATUM, např. 1939/1945.", + "Publication date": "Datum zveřejnění", + "YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD for intervals. MM and DD are optional.": "RRRR-MM-DD nebo RRRR-MM-DD/RRRR-MM-DD pro intervaly. MM a DD jsou volitelné.", + "Delete": "Smazat", + "Are you sure you wish delete this draft?": "Jste si jistý, že chcete smazat tento koncept?", + "If you delete the draft, the work you have done on it will be lost.": "Pokud koncept smažete, práce, kterou jste na něm vykonali, bude ztracena.", + "Add event": "Přidat událost", + "Events": "Události", + "Event name": "Název akce", + "Event alternate name": "Alternativní název akce", + "Add event alternate name": "Přidejte alternativní název akce", + "Event date": "Datum události", + "Place": "Místo", + "Country": "Země", + "External location": "Externí umístění", + "Resource external location": "Externí umístění zdroje", + "Note": "Poznámka", + "Add funder": "Přidat poskytovatele financí", + "Funding": "Projekt nebo financování", + "Project code": "Číslo projektu", + "Project name": "Název projektu", + "Funding program": "Výzkumný program", + "Funder": "Poskytovatel financí", + "Add location": "Přidat lokace", + "Geolocation": "Geolokace", + "Location": "Lokace", + "Longitude": "Zeměpisná délka", + "Latitude": "Zeměpisná šířka", + "Add identifier": "Přidat identifikátor", + "Identifier type": "Typ identifikátoru", + "Identifier field": "Pole identifikátoru", + "Object identifier": "Identifikátor objektu", + "Preview": "Náhled", + "Publish": "Publikovat", + "Are you sure you wish to publish this draft?": "Jste si jistý, že chcete tento koncept publikovat?", + "Add series": "Přidat edici", + "Series": "Edice", + "Series title": "Název edice", + "Series volume": "Svazek edice", + "Add note": "Přidat poznámku", + "Notes": "Poznámky", + "Items shall be unique": "Položky musí být jedinečné", + "Add subject": "Přidat předmět", + "Subjects": "Klíčová slova", + "Subject scheme": "Schema klíčového slova", + "Subject": "Klíčové slovo", + "Validate form": "Zkontrolovat formulář", + "Basic information": "Základní informace", + "Contributors": "Přispěvatelé", + "Add contributor": "Přidat přispěvatele", + "Edit contributor": "Upravit přispěvatele", + "Language": "Jazyk", + "Choose languages": "Vyberte jazyky", + "Resource type": "Typ položky", + "Select resource type": "Vyberte typ položky", + "Abstract": "Abstrakt", + "Description": "Popis", + "Detailed description": "Podrobný popis metodiky a technické informace by měly být uvedeny v části „Popis datové sady“.", + "Access rights": "Přístupová práva", + "Select access rights": "Vyberte přístupová práva", + "Licenses": "Licence", + "Choose licenses": "Vyberte licence", + "If a Creative Commons license is associated with the resource, select the appropriate license option from the menu. We recommend choosing the latest versions, namely 3.0 Czech and 4.0 International.": "Pokud se k datové sadě váže licence Creative Commons, vyberte příslušnou variantu licence z nabídky. Doporučujeme výběr nejnovějších verzí a to 3.0 Česko a 4.0 International.", + "Date available": "Datum zveřejnění", + "Date modified": "Datum změny zdroje", + "Add publisher": "Přidat vydavatele", + "Publishers": "Vydavatelé", + "Resource description": "Popis zdroje", + "Subject Categories": "Oborové třídění", + "Choose subject categories": "Vyberte kategorie předmětů", + "Select the subject field(s) to which the resource belongs.": "Vyberte obor(y), ke kterému zdroj patří.", + "Methods": "Metodologie", + "Technical info": "Technické informace", + "Detailed information that may be associated with design, implementation, operation, use, and/or maintenance of a process or system": "Podrobné informace, které mohou být spojeny s návrhem, implementací, provozem, používáním a/nebo údržbou procesu nebo systému", + "Free-form note for any comment that couldn't be inserted in any other fields.": "Volně tvarovaná poznámka pro jakýkoli komentář, který nebylo možné vložit do jiných polí.", + "Additional information": "Doplňující informace", + "Free description of the location; ie. Atlantic Ocean. Longitude must be a number between -180 and 180 and latitude between -90 and 90.": "Volný popis místa; npr. Atlantický oceán. Zeměpisná délka musí být číslo mezi -180 a 180 a zeměpisná šířka mezi -90 a 90.", + "Accessibility": "Přístupnost", + "Explanation regarding restricted status of an item": "Vysvětlení týkající se omezeného stavu položky", + "Identifiers information": "Informace o identifikátorech", + "Object identifiers": "Identifikátory objektů", + "Persistent identifier/s of object as ISBN, DOI, etc.": "Trvalé identifikátory objektu jako ISBN, DOI atd.", + "System identifier": "Systémový identifikátor", + "System identifiers": "Identifikátory systému", + "This field is required": "Toto pole je vyžadováno", + "Must have at least x characters": "Musí mít alespoň {{min}} znaků", + "Items must be unique": "Položky musí se nesmí opakovat", + "Invalid date format": "Nesprávný formát data", + "Publishers must be unique": "Vydavatelé se nesmí opakovat", + "Notes must be unique": "Poznámky se nesmí opakovat", + "Must be between -180 and 180": "Musí být mezi -180 a 180", + "Must be between -90 and 90": "Musí být mezi -90 a 90", + "Locations must be unique": "Lokality se nesmí opakovat", + "Please provide an URL in valid format": "Uveďte prosím adresu URL v platném formátu", + "URL must be provided for this field if used": "Pro toto pole musí být uvedena platná adresa URL", + "Project codes must be unique": "Kódy projektů se nesmí opakovat", + "Subjects must be unique": "Předměty se nesmí opakovat", + "Series titles must be unique": "Názvy sérií se nesmí opakovat", + "Object identifiers must be unique": "Identifikátory objektů se nesmí opakovat", + "We couldn't find any matches for ": "Nenašli jsme žádné shody pro ", + "your search": "vaše vyhledávání", + "Start over": "Začít znovu", + "ProTip": "ProTip", + "will give you all the publications from 2017 until today.": "vám poskytne všechny publikace od roku 2017 do současnosti.", + "For more tips, check out our ": "Další tipy naleznete v našem ", + "Search guide": "Průvodce hledáním", + "search guide": "průvodci hledáním", + " for defining advanced search queries.": "pro definování pokročilých vyhledávacích dotazů.", + "ORCID profile": "ORCID profil", + "Scopus ID profile": "Scopus ID profil", + "ROR profile": "ROR profil", + "WOS Researcher ID": "WOS Researcher ID", + "DOI profile": "DOI profil", + "GND profile": "GND profil", + "Find all records": "Vyhledat všechny záznamy", + "by this document type": "s tímto typem dokumentu", + "Languages": "Jazyky", + "defended": "obhájeno", + "not defended": "neobhájeno", + "Uploaded on": "Nahráno dne", + "Published in: ": "Zveřejněno v: ", + "No description": "Žádný popis", + "No publication date found.": "Datum zveřejnění nenalezeno.", + "$schema.help": "", + "$schema.hint": "", + "created.help": "", + "created.hint": "", + "id.help": "", + "id.hint": "", + "metadata.help": "", + "metadata.label": "Metadata záznamu", + "metadata.hint": "", + "metadata/abstract.help": "", + "metadata/abstract.hint": "", + "metadata/abstract/lang.help": "", + "metadata/abstract/lang.hint": "", + "metadata/abstract/value.help": "", + "metadata/abstract/value.hint": "", + "metadata/accessRights.help": "", + "metadata/accessRights.hint": "", + "metadata/accessRights/id.help": "", + "metadata/accessRights/id.label": "Identifikátor", + "metadata/accessRights/id.hint": "", + "metadata/accessRights/title.help": "", + "metadata/accessRights/title.label": "Přístupová práva", + "metadata/accessRights/title.hint": "", + "metadata/accessRights/@v.help": "", + "metadata/accessRights/@v.label": "Verze odkazovaného záznamu", + "metadata/accessRights/@v.hint": "", + "metadata/accessibility.help": "", + "metadata/accessibility.hint": "", + "metadata/accessibility/lang.help": "", + "metadata/accessibility/lang.hint": "", + "metadata/accessibility/value.help": "", + "metadata/accessibility/value.hint": "", + "metadata/additionalTitles.label": "Další názvy", + "metadata/additionalTitles.help": "Další názvy", + "metadata/additionalTitles.hint": "", + "metadata/additionalTitles/title.help": "", + "metadata/additionalTitles/title.hint": "", + "metadata/additionalTitles/title/lang.help": "", + "metadata/additionalTitles/title/lang.hint": "", + "metadata/additionalTitles/title/value.help": "", + "metadata/additionalTitles/title/value.hint": "", + "metadata/additionalTitles/titleType.help": "", + "metadata/additionalTitles/titleType.hint": "", + "metadata/additionalTitles/titleType.enum.translatedTitle": "Přeložený název", + "metadata/additionalTitles/titleType.enum.alternativeTitle": "Alternativní název", + "metadata/additionalTitles/titleType.enum.subtitle": "Podnázev", + "metadata/additionalTitles/titleType.enum.other": "Jiný název", + "metadata/collection.help": "", + "metadata/collection.hint": "", + "metadata/contributors.label": "Přispěvatelé", + "metadata/contributors.help": "", + "metadata/contributors.hint": "", + "metadata/contributors/affiliations.help": "", + "metadata/contributors/affiliations.hint": "Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu podíleli.", + "metadata/contributors/affiliations/id.help": "", + "metadata/contributors/affiliations/id.label": "Identifikátor", + "metadata/contributors/affiliations/id.hint": "", + "metadata/contributors/affiliations/title.help": "", + "metadata/contributors/affiliations/title.label": "", + "metadata/contributors/affiliations/title.hint": "", + "metadata/contributors/affiliations/hierarchy.help": "", + "metadata/contributors/affiliations/hierarchy.label": "Hierarchie", + "metadata/contributors/affiliations/hierarchy.hint": "", + "metadata/contributors/affiliations/hierarchy/ancestors.help": "", + "metadata/contributors/affiliations/hierarchy/ancestors.label": "Nadřazené termíny", + "metadata/contributors/affiliations/hierarchy/ancestors.hint": "", + "metadata/contributors/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/contributors/affiliations/hierarchy/ancestors_or_self.label": "Tento termín a nadřazené termíny", + "metadata/contributors/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/contributors/affiliations/hierarchy/level.help": "", + "metadata/contributors/affiliations/hierarchy/level.label": "Úroveň zanoření", + "metadata/contributors/affiliations/hierarchy/level.hint": "", + "metadata/contributors/affiliations/hierarchy/parent.help": "", + "metadata/contributors/affiliations/hierarchy/parent.label": "Předek", + "metadata/contributors/affiliations/hierarchy/parent.hint": "", + "metadata/contributors/affiliations/hierarchy/title.help": "", + "metadata/contributors/affiliations/hierarchy/title.label": "Název termínu", + "metadata/contributors/affiliations/hierarchy/title.hint": "", + "metadata/contributors/affiliations/@v.help": "", + "metadata/contributors/affiliations/@v.label": "Verze odkazovaného termínu", + "metadata/contributors/affiliations/@v.hint": "", + "metadata/contributors/authorityIdentifiers.help": "", + "metadata/contributors/authorityIdentifiers.label": "Identifikátory", + "metadata/contributors/authorityIdentifiers.hint": "", + "identifier.label": "Identifikátor", + "identifier.help": "", + "identifier.hint": "", + "identifier_type.label": "Typ identifikátoru", + "identifier_type.hint": "Doporučujeme zadat alespoň jeden z typů identifikátorů.\nPokud potřebujete rozšířit nabídku typů identifikátorů, kontaktujte nás na support@narodni-repozitar.cz.\n", + "identifier_type.help": "", + "identifier_type.enum.orcid": "", + "identifier_type.enum.scopusID": "", + "identifier_type.enum.researcherID": "", + "identifier_type.enum.czenasAutID": "", + "identifier_type.enum.vedidk": "", + "identifier_type.enum.institutionalID": "", + "identifier_type.enum.ISNI": "", + "identifier_type.enum.ROR": "", + "identifier_type.enum.ICO": "", + "identifier_type.enum.DOI": "", + "metadata/contributors/fullName.help": "", + "metadata/contributors/fullName.hint": "", + "metadata/contributors/nameType.hint": "Jako tvůrce je možné označit osobu nebo instituci.", + "metadata/contributors/nameType.help": "", + "metadata/contributors/nameType.enum.Organizational": "Organizace", + "metadata/contributors/nameType.enum.Personal": "Osoba", + "metadata/contributors/role.help": "", + "metadata/contributors/role.hint": "", + "metadata/contributors/role/id.help": "", + "metadata/contributors/role/id.label": "Identifikátor", + "metadata/contributors/role/id.hint": "", + "metadata/contributors/role/title.help": "", + "metadata/contributors/role/title.label": "Role přispěvovatele", + "metadata/contributors/role/title.hint": "", + "metadata/contributors/role/@v.help": "", + "metadata/contributors/role/@v.label": "Verze odkazovaného záznamu", + "metadata/contributors/role/@v.hint": "", + "metadata/creators.label": "Autoři", + "metadata/creators.help": "", + "metadata/creators.hint": "", + "metadata/creators/affiliations.help": "", + "metadata/creators/affiliations.hint": "Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu podíleli.", + "metadata/creators/affiliations/id.help": "", + "metadata/creators/affiliations/id.label": "Identifikátor", + "metadata/creators/affiliations/id.hint": "", + "metadata/creators/affiliations/title.help": "", + "metadata/creators/affiliations/title.label": "Název instituce", + "metadata/creators/affiliations/title.hint": "", + "metadata/creators/affiliations/hierarchy.help": "", + "metadata/creators/affiliations/hierarchy.label": "Hierarchie", + "metadata/creators/affiliations/hierarchy.hint": "", + "metadata/creators/affiliations/hierarchy/ancestors.help": "", + "metadata/creators/affiliations/hierarchy/ancestors.label": "Nadřazené termíny", + "metadata/creators/affiliations/hierarchy/ancestors.hint": "", + "metadata/creators/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/creators/affiliations/hierarchy/ancestors_or_self.label": "Tento termín a nadřazené termíny", + "metadata/creators/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/creators/affiliations/hierarchy/level.help": "", + "metadata/creators/affiliations/hierarchy/level.label": "Úroveň zanoření", + "metadata/creators/affiliations/hierarchy/level.hint": "", + "metadata/creators/affiliations/hierarchy/parent.help": "", + "metadata/creators/affiliations/hierarchy/parent.label": "Nadřazený termín", + "metadata/creators/affiliations/hierarchy/parent.hint": "", + "metadata/creators/affiliations/hierarchy/title.help": "", + "metadata/creators/affiliations/hierarchy/title.label": "Název", + "metadata/creators/affiliations/hierarchy/title.hint": "", + "metadata/creators/affiliations/@v.help": "", + "metadata/creators/affiliations/@v.label": "Verze odkazovaného záznamu", + "metadata/creators/affiliations/@v.hint": "", + "metadata/creators/authorityIdentifiers.help": "", + "metadata/creators/authorityIdentifiers.label": "Identifikátory", + "metadata/creators/authorityIdentifiers.hint": "", + "metadata/creators/fullName.help": "", + "metadata/creators/fullName.hint": "", + "metadata/creators/nameType.hint": "Jako tvůrce je možné označit osobu nebo instituci.", + "metadata/creators/nameType.help": "", + "metadata/creators/nameType.enum.Organizational": "Organizace", + "metadata/creators/nameType.enum.Personal": "Osoba", + "metadata/dateAvailable.help": "", + "metadata/dateAvailable.hint": "", + "metadata/dateModified.help": "", + "metadata/dateModified.hint": "", + "metadata/events.help": "", + "metadata/events.hint": "", + "metadata/events/eventDate.label": "Datum konání akce", + "metadata/events/eventDate.help": "", + "metadata/events/eventDate.hint": "", + "metadata/events/eventLocation.help": "", + "metadata/events/eventLocation.label": "Místo konání akce", + "metadata/events/eventLocation.hint": "", + "metadata/events/eventLocation/country.help": "", + "metadata/events/eventLocation/country.hint": "", + "metadata/events/eventLocation/country/id.help": "", + "metadata/events/eventLocation/country/id.label": "Identifikátor země", + "metadata/events/eventLocation/country/id.hint": "", + "metadata/events/eventLocation/country/title.help": "", + "metadata/events/eventLocation/country/title.label": "Název země", + "metadata/events/eventLocation/country/title.hint": "", + "metadata/events/eventLocation/country/@v.help": "", + "metadata/events/eventLocation/country/@v.label": "Verze odkazovaného záznamu", + "metadata/events/eventLocation/country/@v.hint": "", + "metadata/events/eventLocation/place.help": "", + "metadata/events/eventLocation/place.hint": "", + "metadata/events/eventNameAlternate.help": "", + "metadata/events/eventNameAlternate.label": "Alternativní název akce", + "metadata/events/eventNameAlternate.hint": "", + "metadata/events/eventNameOriginal.label": "Název akce", + "metadata/events/eventNameOriginal.help": "", + "metadata/events/eventNameOriginal.hint": "", + "metadata/externalLocation.help": "", + "metadata/externalLocation.hint": "", + "metadata/externalLocation/externalLocationNote.label": "Poznámka", + "metadata/externalLocation/externalLocationNote.help": "", + "metadata/externalLocation/externalLocationNote.hint": "", + "metadata/externalLocation/externalLocationURL.help": "", + "metadata/externalLocation/externalLocationURL.hint": "", + "metadata/fundingReferences.help": "", + "metadata/fundingReferences.hint": "", + "metadata/fundingReferences/funder.help": "", + "metadata/fundingReferences/funder.hint": "", + "metadata/fundingReferences/funder/id.help": "", + "metadata/fundingReferences/funder/id.label": "Identifikátor", + "metadata/fundingReferences/funder/id.hint": "", + "metadata/fundingReferences/funder/title.help": "", + "metadata/fundingReferences/funder/title.label": "Název zdroje financování", + "metadata/fundingReferences/funder/title.hint": "", + "metadata/fundingReferences/funder/@v.help": "", + "metadata/fundingReferences/funder/@v.label": "Verze odkazovaného záznamu", + "metadata/fundingReferences/funder/@v.hint": "", + "metadata/fundingReferences/fundingProgram.label": "Výzkumný program", + "metadata/fundingReferences/fundingProgram.help": "", + "metadata/fundingReferences/fundingProgram.hint": "", + "metadata/fundingReferences/projectID.help": "", + "metadata/fundingReferences/projectID.hint": "", + "metadata/fundingReferences/projectName.label": "Název projektu", + "metadata/fundingReferences/projectName.help": "", + "metadata/fundingReferences/projectName.hint": "", + "metadata/geoLocations.help": "", + "metadata/geoLocations.hint": "", + "metadata/geoLocations/geoLocationPlace.help": "", + "metadata/geoLocations/geoLocationPlace.hint": "", + "metadata/geoLocations/geoLocationPoint.help": "", + "metadata/geoLocations/geoLocationPoint.label": "Místo", + "metadata/geoLocations/geoLocationPoint.hint": "", + "metadata/geoLocations/geoLocationPoint/pointLatitude.help": "", + "metadata/geoLocations/geoLocationPoint/pointLatitude.hint": "", + "metadata/geoLocations/geoLocationPoint/pointLongitude.help": "", + "metadata/geoLocations/geoLocationPoint/pointLongitude.hint": "", + "metadata/languages.help": "", + "metadata/languages.hint": "", + "metadata/languages/id.help": "", + "metadata/languages/id.label": "Identifikátor jazyka", + "metadata/languages/id.hint": "", + "metadata/languages/title.help": "", + "metadata/languages/title.label": "Název jazyka", + "metadata/languages/title.hint": "", + "metadata/languages/@v.help": "", + "metadata/languages/@v.label": "Verze odkazovaného záznamu", + "metadata/languages/@v.hint": "", + "metadata/methods.help": "", + "metadata/methods.hint": "", + "metadata/methods/lang.help": "", + "metadata/methods/lang.hint": "", + "metadata/methods/value.help": "", + "metadata/methods/value.hint": "", + "metadata/notes.help": "", + "metadata/notes.hint": "", + "metadata/objectIdentifiers.help": "", + "metadata/objectIdentifiers.hint": "", + "metadata/objectIdentifiers/identifier.help": "", + "metadata/objectIdentifiers/identifier.hint": "", + "metadata/objectIdentifiers/scheme.help": "", + "metadata/objectIdentifiers/scheme.hint": "", + "metadata/objectIdentifiers/scheme.enum.DOI": "", + "metadata/objectIdentifiers/scheme.enum.Handle": "", + "metadata/objectIdentifiers/scheme.enum.ISBN": "", + "metadata/objectIdentifiers/scheme.enum.ISSN": "", + "metadata/objectIdentifiers/scheme.enum.RIV": "", + "metadata/originalRecord.help": "", + "metadata/originalRecord.hint": "", + "metadata/publishers.help": "", + "metadata/publishers.hint": "", + "metadata/relatedItems.label": "Vazba na/z dalších zdrojů:", + "metadata/relatedItems.help": "", + "metadata/relatedItems.hint": "", + "metadata/relatedItems/itemContributors.label": "Přispěvatelé", + "metadata/relatedItems/itemContributors.help": "", + "metadata/relatedItems/itemContributors.hint": "", + "metadata/relatedItems/itemContributors/affiliations.help": "", + "metadata/relatedItems/itemContributors/affiliations.hint": "Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu podíleli.", + "metadata/relatedItems/itemContributors/affiliations/id.help": "", + "metadata/relatedItems/itemContributors/affiliations/id.label": "Instituce přispěvovatele", + "metadata/relatedItems/itemContributors/affiliations/id.hint": "", + "metadata/relatedItems/itemContributors/affiliations/title.help": "", + "metadata/relatedItems/itemContributors/affiliations/title.label": "Název instituce", + "metadata/relatedItems/itemContributors/affiliations/title.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy.label": "Hierarchie", + "metadata/relatedItems/itemContributors/affiliations/hierarchy.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.label": "Nařazené termíny", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.label": "Tento termín a nadřazené termíny", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/level.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/level.label": "Úroveň zanoření", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/level.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.label": "Nadřazený termín", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/title.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/title.label": "Název", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/title.hint": "", + "metadata/relatedItems/itemContributors/affiliations/@v.help": "", + "metadata/relatedItems/itemContributors/affiliations/@v.label": "Verze odkazovaného záznamu", + "metadata/relatedItems/itemContributors/affiliations/@v.hint": "", + "metadata/relatedItems/itemContributors/authorityIdentifiers.help": "", + "metadata/relatedItems/itemContributors/authorityIdentifiers.label": "Identifikátory", + "metadata/relatedItems/itemContributors/authorityIdentifiers.hint": "", + "metadata/relatedItems/itemContributors/fullName.help": "", + "metadata/relatedItems/itemContributors/fullName.hint": "", + "metadata/relatedItems/itemContributors/nameType.hint": "Jako tvůrce je možné označit osobu nebo instituci.", + "metadata/relatedItems/itemContributors/nameType.help": "", + "metadata/relatedItems/itemContributors/nameType.enum.Organizational": "Organizace", + "metadata/relatedItems/itemContributors/nameType.enum.Personal": "Osoba", + "metadata/relatedItems/itemContributors/role.help": "", + "metadata/relatedItems/itemContributors/role.hint": "", + "metadata/relatedItems/itemContributors/role/id.help": "", + "metadata/relatedItems/itemContributors/role/id.label": "Role přispěvovatele", + "metadata/relatedItems/itemContributors/role/id.hint": "", + "metadata/relatedItems/itemContributors/role/title.help": "", + "metadata/relatedItems/itemContributors/role/title.label": "Název role", + "metadata/relatedItems/itemContributors/role/title.hint": "", + "metadata/relatedItems/itemContributors/role/@v.help": "", + "metadata/relatedItems/itemContributors/role/@v.label": "Verze odkazovaného záznamu", + "metadata/relatedItems/itemContributors/role/@v.hint": "", + "metadata/relatedItems/itemCreators.label": "Autoři", + "metadata/relatedItems/itemCreators.help": "", + "metadata/relatedItems/itemCreators.hint": "", + "metadata/relatedItems/itemCreators/affiliations.help": "", + "metadata/relatedItems/itemCreators/affiliations.hint": "Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu podíleli.", + "metadata/relatedItems/itemCreators/affiliations/id.help": "", + "metadata/relatedItems/itemCreators/affiliations/id.label": "Identifikátor", + "metadata/relatedItems/itemCreators/affiliations/id.hint": "", + "metadata/relatedItems/itemCreators/affiliations/title.help": "", + "metadata/relatedItems/itemCreators/affiliations/title.label": "Název", + "metadata/relatedItems/itemCreators/affiliations/title.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy.label": "Hierarchie", + "metadata/relatedItems/itemCreators/affiliations/hierarchy.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.label": "Nadřazené termíny", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.label": "Tento termín a nadřazené termíny", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.label": "Úroveň zanoření", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.label": "Nadřazený termín", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.label": "Název", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.hint": "", + "metadata/relatedItems/itemCreators/affiliations/@v.help": "", + "metadata/relatedItems/itemCreators/affiliations/@v.label": "Verze odkazovaného záznamu", + "metadata/relatedItems/itemCreators/affiliations/@v.hint": "", + "metadata/relatedItems/itemCreators/authorityIdentifiers.help": "", + "metadata/relatedItems/itemCreators/authorityIdentifiers.label": "Identifikátory", + "metadata/relatedItems/itemCreators/authorityIdentifiers.hint": "", + "metadata/relatedItems/itemCreators/fullName.help": "", + "metadata/relatedItems/itemCreators/fullName.hint": "", + "metadata/relatedItems/itemCreators/nameType.hint": "Jako tvůrce je možné označit osobu nebo instituci.", + "metadata/relatedItems/itemCreators/nameType.help": "", + "metadata/relatedItems/itemCreators/nameType.enum.Organizational": "Organizace", + "metadata/relatedItems/itemCreators/nameType.enum.Personal": "Osoba", + "metadata/relatedItems/itemEndPage.help": "", + "metadata/relatedItems/itemEndPage.hint": "", + "metadata/relatedItems/itemIssue.help": "", + "metadata/relatedItems/itemIssue.hint": "", + "metadata/relatedItems/itemPIDs.help": "", + "metadata/relatedItems/itemPIDs.label": "Persistentní identifikátory položky", + "metadata/relatedItems/itemPIDs.hint": "", + "metadata/relatedItems/itemPIDs/identifier.help": "", + "metadata/relatedItems/itemPIDs/identifier.hint": "", + "metadata/relatedItems/itemPIDs/scheme.help": "", + "metadata/relatedItems/itemPIDs/scheme.hint": "", + "metadata/relatedItems/itemPIDs/scheme.enum.DOI": "", + "metadata/relatedItems/itemPIDs/scheme.enum.Handle": "", + "metadata/relatedItems/itemPIDs/scheme.enum.ISBN": "", + "metadata/relatedItems/itemPIDs/scheme.enum.ISSN": "", + "metadata/relatedItems/itemPIDs/scheme.enum.RIV": "", + "metadata/relatedItems/itemPublisher.help": "", + "metadata/relatedItems/itemPublisher.hint": "", + "metadata/relatedItems/itemRelationType.help": "", + "metadata/relatedItems/itemRelationType.hint": "", + "metadata/relatedItems/itemRelationType/id.help": "", + "metadata/relatedItems/itemRelationType/id.label": "Identifikátor", + "metadata/relatedItems/itemRelationType/id.hint": "", + "metadata/relatedItems/itemRelationType/title.help": "", + "metadata/relatedItems/itemRelationType/title.label": "Název typu položky", + "metadata/relatedItems/itemRelationType/title.hint": "", + "metadata/relatedItems/itemRelationType/@v.help": "", + "metadata/relatedItems/itemRelationType/@v.label": "Verze odkazovaného záznamu", + "metadata/relatedItems/itemRelationType/@v.hint": "", + "metadata/relatedItems/itemResourceType.help": "", + "metadata/relatedItems/itemResourceType.hint": "", + "metadata/relatedItems/itemResourceType/id.help": "", + "metadata/relatedItems/itemResourceType/id.label": "Identifikátor", + "metadata/relatedItems/itemResourceType/id.hint": "", + "metadata/relatedItems/itemResourceType/title.help": "", + "metadata/relatedItems/itemResourceType/title.label": "Název typu zdroje", + "metadata/relatedItems/itemResourceType/title.hint": "", + "metadata/relatedItems/itemResourceType/@v.help": "", + "metadata/relatedItems/itemResourceType/@v.label": "Verze odkazovaného záznamu", + "metadata/relatedItems/itemResourceType/@v.hint": "", + "metadata/relatedItems/itemStartPage.help": "", + "metadata/relatedItems/itemStartPage.hint": "", + "metadata/relatedItems/itemTitle.label": "Název", + "metadata/relatedItems/itemTitle.help": "", + "metadata/relatedItems/itemTitle.hint": "", + "metadata/relatedItems/itemURL.help": "", + "metadata/relatedItems/itemURL.hint": "", + "metadata/relatedItems/itemVolume.help": "", + "metadata/relatedItems/itemVolume.hint": "", + "metadata/relatedItems/itemYear.help": "", + "metadata/relatedItems/itemYear.hint": "", + "metadata/resourceType.help": "", + "metadata/resourceType.hint": "", + "metadata/resourceType/id.help": "", + "metadata/resourceType/id.label": "Identifikátor", + "metadata/resourceType/id.hint": "", + "metadata/resourceType/title.help": "", + "metadata/resourceType/title.label": "Název typu zdroje", + "metadata/resourceType/title.hint": "", + "metadata/resourceType/@v.help": "", + "metadata/resourceType/@v.label": "Verze odkazovaného záznamu", + "metadata/resourceType/@v.hint": "", + "metadata/rights.help": "", + "metadata/rights.hint": "", + "metadata/rights/id.help": "", + "metadata/rights/id.label": "Identifikátor", + "metadata/rights/id.hint": "", + "metadata/rights/title.help": "", + "metadata/rights/title.label": "Název", + "metadata/rights/title.hint": "", + "metadata/rights/@v.help": "", + "metadata/rights/@v.label": "Verze odkazovaného záznamu", + "metadata/rights/@v.hint": "", + "metadata/series.help": "", + "metadata/series.hint": "", + "metadata/series/seriesTitle.help": "", + "metadata/series/seriesTitle.hint": "", + "metadata/series/seriesVolume.help": "", + "metadata/series/seriesVolume.hint": "", + "metadata/subjectCategories.help": "", + "metadata/subjectCategories.hint": "", + "metadata/subjectCategories/id.help": "", + "metadata/subjectCategories/id.label": "Identifikátor", + "metadata/subjectCategories/id.hint": "", + "metadata/subjectCategories/title.help": "", + "metadata/subjectCategories/title.label": "Název", + "metadata/subjectCategories/title.hint": "", + "metadata/subjectCategories/@v.help": "", + "metadata/subjectCategories/@v.label": "Verze odkazovaného záznamu", + "metadata/subjectCategories/@v.hint": "", + "metadata/subjects.help": "", + "metadata/subjects.hint": "", + "metadata/subjects/classificationCode.help": "", + "metadata/subjects/classificationCode.hint": "", + "metadata/subjects/subject.help": "", + "metadata/subjects/subject.hint": "", + "metadata/subjects/subject/lang.help": "", + "metadata/subjects/subject/lang.hint": "", + "metadata/subjects/subject/value.help": "", + "metadata/subjects/subject/value.hint": "", + "metadata/subjects/subjectScheme.help": "", + "metadata/subjects/subjectScheme.hint": "", + "metadata/subjects/valueURI.help": "", + "metadata/subjects/valueURI.hint": "", + "metadata/systemIdentifiers.label": "Systémové identifikátory", + "metadata/systemIdentifiers.help": "", + "metadata/systemIdentifiers.hint": "", + "metadata/systemIdentifiers/identifier.help": "", + "metadata/systemIdentifiers/identifier.hint": "", + "metadata/systemIdentifiers/scheme.help": "", + "metadata/systemIdentifiers/scheme.hint": "", + "metadata/systemIdentifiers/scheme.enum.nusl": "", + "metadata/systemIdentifiers/scheme.enum.nuslOAI": "", + "metadata/systemIdentifiers/scheme.enum.originalRecordOAI": "", + "metadata/systemIdentifiers/scheme.enum.catalogueSysNo": "", + "metadata/systemIdentifiers/scheme.enum.nrOAI": "", + "metadata/technicalInfo.help": "", + "metadata/technicalInfo.hint": "", + "metadata/technicalInfo/lang.help": "", + "metadata/technicalInfo/lang.hint": "", + "metadata/technicalInfo/value.help": "", + "metadata/technicalInfo/value.hint": "", + "metadata/thesis.help": "", + "metadata/thesis.label": "Závěrečná práce", + "metadata/thesis.hint": "", + "metadata/thesis/dateDefended.help": "", + "metadata/thesis/dateDefended.hint": "", + "metadata/thesis/defended.help": "", + "metadata/thesis/defended.hint": "", + "metadata/thesis/degreeGrantors.help": "", + "metadata/thesis/degreeGrantors.hint": "", + "metadata/thesis/degreeGrantors/id.help": "", + "metadata/thesis/degreeGrantors/id.label": "Identifikátor", + "metadata/thesis/degreeGrantors/id.hint": "", + "metadata/thesis/degreeGrantors/title.help": "", + "metadata/thesis/degreeGrantors/title.label": "Název", + "metadata/thesis/degreeGrantors/title.hint": "", + "metadata/thesis/degreeGrantors/hierarchy.help": "", + "metadata/thesis/degreeGrantors/hierarchy.label": "Hierarchie", + "metadata/thesis/degreeGrantors/hierarchy.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors.help": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors.label": "Nadřazené termíny", + "metadata/thesis/degreeGrantors/hierarchy/ancestors.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.help": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.label": "Tento termín a nadřazené termíny", + "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/level.help": "", + "metadata/thesis/degreeGrantors/hierarchy/level.label": "Úroveň zanoření", + "metadata/thesis/degreeGrantors/hierarchy/level.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/parent.help": "", + "metadata/thesis/degreeGrantors/hierarchy/parent.label": "Nadřazený termín", + "metadata/thesis/degreeGrantors/hierarchy/parent.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/title.help": "", + "metadata/thesis/degreeGrantors/hierarchy/title.label": "Název", + "metadata/thesis/degreeGrantors/hierarchy/title.hint": "", + "metadata/thesis/degreeGrantors/@v.help": "", + "metadata/thesis/degreeGrantors/@v.label": "Verze odkazovaného záznamu", + "metadata/thesis/degreeGrantors/@v.hint": "", + "metadata/thesis/studyFields.help": "", + "metadata/thesis/studyFields.hint": "", + "metadata/title.help": "", + "metadata/title.hint": "", + "metadata/version.help": "", + "metadata/version.hint": "", + "syntheticFields.help": "", + "syntheticFields.label": "Syntentická pole", + "syntheticFields.hint": "", + "syntheticFields/institutions.help": "", + "syntheticFields/institutions.hint": "", + "syntheticFields/keywords_cs.help": "", + "syntheticFields/keywords_cs.hint": "", + "syntheticFields/keywords_en.help": "", + "syntheticFields/keywords_en.hint": "", + "syntheticFields/person.help": "", + "syntheticFields/person.hint": "", + "updated.help": "", + "updated.hint": "", + "Powered by InvenioRDM": "Založeno na platformě InvenioRDM", + "Additional titles must be unique": "Další názvy se nesmí opakovat" +} \ No newline at end of file diff --git a/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/en/LC_MESSAGES/translations.json b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/en/LC_MESSAGES/translations.json new file mode 100644 index 00000000..6d195d8f --- /dev/null +++ b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/en/LC_MESSAGES/translations.json @@ -0,0 +1,818 @@ +{ + "$schema.label": "", + "created.label": "", + "id.label": "", + "metadata/abstract.label": "Abstract", + "metadata/abstract/lang.label": "", + "metadata/abstract/value.label": "", + "metadata/accessRights.label": "Access rights", + "metadata/accessibility.label": "Resource accessibility", + "metadata/accessibility/lang.label": "", + "metadata/accessibility/value.label": "", + "metadata/additionalTitles/title.label": "", + "metadata/additionalTitles/title/lang.label": "", + "metadata/additionalTitles/title/value.label": "", + "metadata/additionalTitles/titleType.label": "Title type", + "metadata/collection.label": "Collection", + "metadata/contributors/affiliations.label": "Affiliation", + "metadata/contributors/authorityIdentifiers/identifier.label": "", + "metadata/contributors/authorityIdentifiers/scheme.label": "", + "metadata/contributors/fullName.label": "Contributor name", + "metadata/contributors/nameType.label": "Type", + "metadata/contributors/role.label": "Contributor's role", + "metadata/creators/affiliations.label": "Affiliation", + "metadata/creators/authorityIdentifiers/identifier.label": "", + "metadata/creators/authorityIdentifiers/scheme.label": "", + "metadata/creators/fullName.label": "Author name", + "metadata/creators/nameType.label": "Type", + "metadata/dateAvailable.label": "Date available", + "metadata/dateModified.label": "Date modified", + "metadata/events/eventLocation/country.label": "Country", + "metadata/events/eventLocation/place.label": "Place", + "metadata/externalLocation/externalLocationURL.label": "Resource external location", + "metadata/fundingReferences/funder.label": "Funder", + "metadata/fundingReferences/projectID.label": "Project double", + "metadata/geoLocations/geoLocationPlace.label": "", + "metadata/geoLocations/geoLocationPoint/pointLatitude.label": "Latitude", + "metadata/geoLocations/geoLocationPoint/pointLongitude.label": "Longitude", + "metadata/languages.label": "Language", + "metadata/methods.label": "Methods", + "metadata/methods/lang.label": "", + "metadata/methods/value.label": "", + "metadata/objectIdentifiers/identifier.label": "Object identifier", + "metadata/objectIdentifiers/scheme.label": "Identifier type", + "metadata/originalRecord.label": "Original record URL", + "metadata/relatedItems/itemContributors/affiliations.label": "Affiliation", + "metadata/relatedItems/itemContributors/authorityIdentifiers/identifier.label": "", + "metadata/relatedItems/itemContributors/authorityIdentifiers/scheme.label": "", + "metadata/relatedItems/itemContributors/fullName.label": "Author name", + "metadata/relatedItems/itemContributors/nameType.label": "Type", + "metadata/relatedItems/itemContributors/role.label": "Contributor's role", + "metadata/relatedItems/itemCreators/affiliations.label": "Affiliation", + "metadata/relatedItems/itemCreators/authorityIdentifiers/identifier.label": "", + "metadata/relatedItems/itemCreators/authorityIdentifiers/scheme.label": "", + "metadata/relatedItems/itemCreators/fullName.label": "Author name", + "metadata/relatedItems/itemCreators/nameType.label": "Type", + "metadata/relatedItems/itemEndPage.label": "End page", + "metadata/relatedItems/itemIssue.label": "Issue", + "metadata/relatedItems/itemPIDs/identifier.label": "Object identifier", + "metadata/relatedItems/itemPIDs/scheme.label": "Identifier type", + "metadata/relatedItems/itemPublisher.label": "Publisher", + "metadata/relatedItems/itemRelationType.label": "Relation type", + "metadata/relatedItems/itemResourceType.label": "Resource type", + "metadata/relatedItems/itemStartPage.label": "Start page", + "metadata/relatedItems/itemURL.label": "URL", + "metadata/relatedItems/itemVolume.label": "Volume", + "metadata/relatedItems/itemYear.label": "Year", + "metadata/resourceType.label": "Resource type", + "metadata/rights.label": "License", + "metadata/series/seriesTitle.label": "Series title", + "metadata/series/seriesVolume.label": "Series volume", + "metadata/subjectCategories.label": "Subject categories", + "metadata/subjects/classificationCode.label": "", + "metadata/subjects/subject.label": "Keywords", + "metadata/subjects/subject/lang.label": "", + "metadata/subjects/subject/value.label": "", + "metadata/subjects/subjectScheme.label": "Subject scheme", + "metadata/subjects/valueURI.label": "Subject definition URI", + "metadata/systemIdentifiers/identifier.label": "System Identifier", + "metadata/systemIdentifiers/scheme.label": "Identifier type", + "metadata/technicalInfo.label": "Technical information", + "metadata/technicalInfo/lang.label": "", + "metadata/technicalInfo/value.label": "", + "metadata/thesis/dateDefended.label": "Date defended", + "metadata/thesis/defended.label": "Defended?", + "metadata/thesis/degreeGrantors.label": "Degree grantor", + "metadata/thesis/studyFields.label": "Study fields", + "metadata/title.label": "Title", + "metadata/version.label": "Resource version", + "syntheticFields/institutions.label": "", + "syntheticFields/keywords_cs.label": "", + "syntheticFields/keywords_en.label": "", + "syntheticFields/person.label": "", + "updated.label": "", + "New upload": "", + "in": "", + "In this community": "", + "All document records": "", + "Search": "Search", + "metadata/subjects.label": "Keywords", + "metadata/publishers.label": "Publishers", + "metadata/events.label": "Events", + "metadata/externalLocation.label": "", + "metadata/fundingReferences.label": "Funding", + "metadata/geoLocations.label": "Geolocation", + "metadata/notes.label": "Notes", + "metadata/series.label": "Series", + "NR Document repository": "", + "People": "", + "Search results": "", + "Collection": "", + "metadata/objectIdentifiers.label": "Object identifiers", + "Export": "", + "API": "", + "Links": "", + "Contact": "", + "Powered by Invenio": "", + "Log in": "", + "Sign up": "", + "Quick create": "", + "Actions": "", + "My account": "", + "Log out": "", + "Find more records by this person": "Find more records by this person", + "Find more records with this subject": "Find more records with this subject", + "Add additional title": "Add additional title", + "Additional titles": "Additional titles", + "Title": "Title", + "Title type": "Title type", + "Creators": "Creators", + "Add creator": "Add creator", + "Edit creator": "Edit creator", + "Edit": "Edit", + "Remove": "Remove", + "Identifier": "Identifier", + "Type the value of an identifier...": "Type the value of an identifier...", + "Identifiers": "Identifiers", + "e.g. ORCID, ISNI or GND.": "e.g. ORCID, ISNI or GND.", + "Save and add another": "Save and add another", + "Given name is a required field.": "Given name is a required field.", + "Family name is a required field.": "Family name is a required field.", + "Role is a required field.": "Role is a required field.", + "Added": "Added", + "Person": "Person", + "Organization": "Organization", + "Search for persons by name, identifier, or affiliation...": "Search for persons by name, identifier, or affiliation...", + "Family name": "Family name", + "Given names": "Given names", + "Name": "Name", + "Organization name": "Organization name", + "e.g. ROR, ISNI or GND.": "e.g. ROR, ISNI or GND.", + "Affiliations": "Affiliations", + "Select one or more affiliations": "Select one or more affiliations", + "Select role": "Select role", + "Role": "Role", + "Cancel": "Cancel", + "Save": "Save", + "Couldn't find your person? You can <2>create a new entry.": "Couldn't find your person? You can <2>create a new entry.", + "In case your upload was already published elsewhere, please use the date of the first publication. Format: YYYY-MM-DD, YYYY-MM, or YYYY. For intervals use DATE/DATE, e.g. 1939/1945.": "In case your upload was already published elsewhere, please use the date of the first publication. Format: YYYY-MM-DD, YYYY-MM, or YYYY. For intervals use DATE/DATE, e.g. 1939/1945.", + "Publication date": "Publication date", + "YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD for intervals. MM and DD are optional.": "YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD for intervals. MM and DD are optional.", + "Delete": "Delete", + "Are you sure you wish delete this draft?": "Are you sure you wish delete this draft?", + "If you delete the draft, the work you have done on it will be lost.": "If you delete the draft, the work you have done on it will be lost.", + "Add event": "Add event", + "Events": "Events", + "Event name": "Event name", + "Event alternate name": "Event alternate name", + "Add event alternate name": "Add event alternate name", + "Event date": "Event date", + "Place": "Place", + "Country": "Country", + "External location": "External location", + "Resource external location": "Resource external location", + "Note": "Note", + "Add funder": "Add funder", + "Funding": "Funding", + "Project code": "Project code", + "Project name": "Project name", + "Funding program": "Funding program", + "Funder": "Funder", + "Add location": "Add location", + "Geolocation": "Geolocation", + "Location": "Location", + "Longitude": "Longitude", + "Latitude": "Latitude", + "Add identifier": "Add identifier", + "Identifier type": "Identifier type", + "Identifier field": "Identifier field", + "Object identifier": "Object identifier", + "Preview": "Preview", + "Publish": "Publish", + "Are you sure you wish to publish this draft?": "Are you sure you wish to publish this draft?", + "Add series": "Add series", + "Series": "Series", + "Series title": "Series title", + "Series volume": "Series volume", + "Add note": "Add note", + "Notes": "Notes", + "Items shall be unique": "Items shall be unique", + "Add subject": "Add subject", + "Subjects": "Subjects", + "Subject scheme": "Subject scheme", + "Subject": "", + "Validate form": "Validate form", + "Basic information": "Basic information", + "Contributors": "Contributors", + "Add contributor": "Add contributor", + "Edit contributor": "Edit contributor", + "Language": "Language", + "Choose languages": "Choose languages", + "Resource type": "Resource type", + "Select resource type": "Select resource type", + "Abstract": "Abstract", + "Description": "Description", + "Detailed description": "Detailed description of the methodology and technical information should be specified in the 'Dataset Description' section", + "Access rights": "Access rights", + "Select access rights": "Select access rights", + "Licenses": "Licenses", + "Choose licenses": "Choose licenses", + "If a Creative Commons license is associated with the resource, select the appropriate license option from the menu. We recommend choosing the latest versions, namely 3.0 Czech and 4.0 International.": "If a Creative Commons license is associated with the resource, select the appropriate license option from the menu. We recommend choosing the latest versions, namely 3.0 Czech and 4.0 International.", + "Date available": "Date available", + "Date modified": "Date modified", + "Add publisher": "Add publisher", + "Publishers": "Publishers", + "Resource description": "Resource description", + "Subject Categories": "Subject Categories", + "Choose subject categories": "Choose subject categories", + "Select the subject field(s) to which the resource belongs.": "Select the subject field(s) to which the resource belongs.", + "Methods": "Methods", + "Technical info": "Technical info", + "Detailed information that may be associated with design, implementation, operation, use, and/or maintenance of a process or system": "Detailed information that may be associated with design, implementation, operation, use, and/or maintenance of a process or system", + "Free-form note for any comment that couldn't be inserted in any other fields.": "Free-form note for any comment that couldn't be inserted in any other fields.", + "Additional information": "Additional information", + "Free description of the location; ie. Atlantic Ocean. Longitude must be a number between -180 and 180 and latitude between -90 and 90.": "Free description of the location; ie. Atlantic Ocean. Longitude must be a number between -180 and 180 and latitude between -90 and 90.", + "Accessibility": "Accessibility", + "Explanation regarding restricted status of an item": "Explanation regarding restricted status of an item", + "Identifiers information": "Identifiers information", + "Object identifiers": "Object identifiers", + "Persistent identifier/s of object as ISBN, DOI, etc.": "Persistent identifier/s of object as ISBN, DOI, etc.", + "System identifier": "System identifier", + "System identifiers": "System identifiers", + "This field is required": "This field is required", + "Must have at least x characters": "Must have at least {{min}} characters", + "Items must be unique": "Items must be unique", + "Invalid date format": "Invalid date format", + "Publishers must be unique": "Publishers must be unique", + "Notes must be unique": "Notes must be unique", + "Must be between -180 and 180": "Must be between -180 and 180", + "Must be between -90 and 90": "Must be between -90 and 90", + "Locations must be unique": "Locations must be unique", + "Please provide an URL in valid format": "Please provide an URL in valid format", + "URL must be provided for this field if used": "URL must be provided for this field if used", + "Project codes must be unique": "Project codes must be unique", + "Subjects must be unique": "Subjects must be unique", + "Series titles must be unique": "Series titles must be unique", + "Object identifiers must be unique": "Object identifiers must be unique", + "We couldn't find any matches for ": "We couldn't find any matches for ", + "your search": "your search", + "Start over": "Start over", + "ProTip": "ProTip", + "will give you all the publications from 2017 until today.": "will give you all the publications from 2017 until today.", + "For more tips, check out our ": "For more tips, check out our ", + "Search guide": "Search guide", + "search guide": "search guide", + " for defining advanced search queries.": " for defining advanced search queries.", + "ORCID profile": "ORCID profile", + "Scopus ID profile": "Scopus ID profile", + "ROR profile": "ROR profile", + "WOS Researcher ID": "WOS Researcher ID", + "DOI profile": "DOI profile", + "GND profile": "GND profile", + "Find all records": "Find all records", + "by this document type": "by this document type", + "Languages": "Languages", + "defended": "defended", + "not defended": "not defended", + "Uploaded on": "Uploaded on", + "Published in: ": "Published in: ", + "No description": "No description", + "No publication date found.": "No publication date found.", + "$schema.help": "", + "$schema.hint": "", + "created.help": "", + "created.hint": "", + "id.help": "", + "id.hint": "", + "metadata.help": "", + "metadata.label": "", + "metadata.hint": "", + "metadata/abstract.help": "", + "metadata/abstract.hint": "", + "metadata/abstract/lang.help": "", + "metadata/abstract/lang.hint": "", + "metadata/abstract/value.help": "", + "metadata/abstract/value.hint": "", + "metadata/accessRights.help": "", + "metadata/accessRights.hint": "", + "metadata/accessRights/id.help": "", + "metadata/accessRights/id.label": "", + "metadata/accessRights/id.hint": "", + "metadata/accessRights/title.help": "", + "metadata/accessRights/title.label": "", + "metadata/accessRights/title.hint": "", + "metadata/accessRights/@v.help": "", + "metadata/accessRights/@v.label": "", + "metadata/accessRights/@v.hint": "", + "metadata/accessibility.help": "", + "metadata/accessibility.hint": "", + "metadata/accessibility/lang.help": "", + "metadata/accessibility/lang.hint": "", + "metadata/accessibility/value.help": "", + "metadata/accessibility/value.hint": "", + "metadata/additionalTitles.label": "Additional titles", + "metadata/additionalTitles.help": "", + "metadata/additionalTitles.hint": "", + "metadata/additionalTitles/title.help": "", + "metadata/additionalTitles/title.hint": "", + "metadata/additionalTitles/title/lang.help": "", + "metadata/additionalTitles/title/lang.hint": "", + "metadata/additionalTitles/title/value.help": "", + "metadata/additionalTitles/title/value.hint": "", + "metadata/additionalTitles/titleType.help": "", + "metadata/additionalTitles/titleType.hint": "", + "metadata/additionalTitles/titleType.enum.translatedTitle": "", + "metadata/additionalTitles/titleType.enum.alternativeTitle": "", + "metadata/additionalTitles/titleType.enum.subtitle": "", + "metadata/additionalTitles/titleType.enum.other": "", + "metadata/collection.help": "", + "metadata/collection.hint": "", + "metadata/contributors.label": "Contributors", + "metadata/contributors.help": "", + "metadata/contributors.hint": "", + "metadata/contributors/affiliations.help": "", + "metadata/contributors/affiliations.hint": "", + "metadata/contributors/affiliations/id.help": "", + "metadata/contributors/affiliations/id.label": "", + "metadata/contributors/affiliations/id.hint": "", + "metadata/contributors/affiliations/title.help": "", + "metadata/contributors/affiliations/title.label": "", + "metadata/contributors/affiliations/title.hint": "", + "metadata/contributors/affiliations/hierarchy.help": "", + "metadata/contributors/affiliations/hierarchy.label": "", + "metadata/contributors/affiliations/hierarchy.hint": "", + "metadata/contributors/affiliations/hierarchy/ancestors.help": "", + "metadata/contributors/affiliations/hierarchy/ancestors.label": "", + "metadata/contributors/affiliations/hierarchy/ancestors.hint": "", + "metadata/contributors/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/contributors/affiliations/hierarchy/ancestors_or_self.label": "", + "metadata/contributors/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/contributors/affiliations/hierarchy/level.help": "", + "metadata/contributors/affiliations/hierarchy/level.label": "", + "metadata/contributors/affiliations/hierarchy/level.hint": "", + "metadata/contributors/affiliations/hierarchy/parent.help": "", + "metadata/contributors/affiliations/hierarchy/parent.label": "", + "metadata/contributors/affiliations/hierarchy/parent.hint": "", + "metadata/contributors/affiliations/hierarchy/title.help": "", + "metadata/contributors/affiliations/hierarchy/title.label": "", + "metadata/contributors/affiliations/hierarchy/title.hint": "", + "metadata/contributors/affiliations/@v.help": "", + "metadata/contributors/affiliations/@v.label": "", + "metadata/contributors/affiliations/@v.hint": "", + "metadata/contributors/authorityIdentifiers.help": "", + "metadata/contributors/authorityIdentifiers.label": "", + "metadata/contributors/authorityIdentifiers.hint": "", + "identifier.label": "Identifier", + "identifier.help": "", + "identifier.hint": "", + "identifier_type.label": "Identifier type", + "identifier_type.hint": "We recommend providing at least one of the identifier types.\nIf you need to expand the range of identifier types, contact us at support@narodni-repozitar.cz.\n", + "identifier_type.help": "", + "identifier_type.enum.orcid": "", + "identifier_type.enum.scopusID": "", + "identifier_type.enum.researcherID": "", + "identifier_type.enum.czenasAutID": "", + "identifier_type.enum.vedidk": "", + "identifier_type.enum.institutionalID": "", + "identifier_type.enum.ISNI": "", + "identifier_type.enum.ROR": "", + "identifier_type.enum.ICO": "", + "identifier_type.enum.DOI": "", + "metadata/contributors/fullName.help": "", + "metadata/contributors/fullName.hint": "", + "metadata/contributors/nameType.hint": "It is possible to designate a person or an institution as the creator/contributor.", + "metadata/contributors/nameType.help": "", + "metadata/contributors/nameType.enum.Organizational": "", + "metadata/contributors/nameType.enum.Personal": "", + "metadata/contributors/role.help": "", + "metadata/contributors/role.hint": "", + "metadata/contributors/role/id.help": "", + "metadata/contributors/role/id.label": "", + "metadata/contributors/role/id.hint": "", + "metadata/contributors/role/title.help": "", + "metadata/contributors/role/title.label": "", + "metadata/contributors/role/title.hint": "", + "metadata/contributors/role/@v.help": "", + "metadata/contributors/role/@v.label": "", + "metadata/contributors/role/@v.hint": "", + "metadata/creators.label": "Authors", + "metadata/creators.help": "", + "metadata/creators.hint": "", + "metadata/creators/affiliations.help": "", + "metadata/creators/affiliations.hint": "", + "metadata/creators/affiliations/id.help": "", + "metadata/creators/affiliations/id.label": "", + "metadata/creators/affiliations/id.hint": "", + "metadata/creators/affiliations/title.help": "", + "metadata/creators/affiliations/title.label": "", + "metadata/creators/affiliations/title.hint": "", + "metadata/creators/affiliations/hierarchy.help": "", + "metadata/creators/affiliations/hierarchy.label": "", + "metadata/creators/affiliations/hierarchy.hint": "", + "metadata/creators/affiliations/hierarchy/ancestors.help": "", + "metadata/creators/affiliations/hierarchy/ancestors.label": "", + "metadata/creators/affiliations/hierarchy/ancestors.hint": "", + "metadata/creators/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/creators/affiliations/hierarchy/ancestors_or_self.label": "", + "metadata/creators/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/creators/affiliations/hierarchy/level.help": "", + "metadata/creators/affiliations/hierarchy/level.label": "", + "metadata/creators/affiliations/hierarchy/level.hint": "", + "metadata/creators/affiliations/hierarchy/parent.help": "", + "metadata/creators/affiliations/hierarchy/parent.label": "", + "metadata/creators/affiliations/hierarchy/parent.hint": "", + "metadata/creators/affiliations/hierarchy/title.help": "", + "metadata/creators/affiliations/hierarchy/title.label": "", + "metadata/creators/affiliations/hierarchy/title.hint": "", + "metadata/creators/affiliations/@v.help": "", + "metadata/creators/affiliations/@v.label": "", + "metadata/creators/affiliations/@v.hint": "", + "metadata/creators/authorityIdentifiers.help": "", + "metadata/creators/authorityIdentifiers.label": "", + "metadata/creators/authorityIdentifiers.hint": "", + "metadata/creators/fullName.help": "", + "metadata/creators/fullName.hint": "", + "metadata/creators/nameType.hint": "It is possible to designate a person or an institution as the creator/contributor.", + "metadata/creators/nameType.help": "", + "metadata/creators/nameType.enum.Organizational": "", + "metadata/creators/nameType.enum.Personal": "", + "metadata/dateAvailable.help": "", + "metadata/dateAvailable.hint": "", + "metadata/dateModified.help": "", + "metadata/dateModified.hint": "", + "metadata/events.help": "", + "metadata/events.hint": "", + "metadata/events/eventDate.label": "Event date", + "metadata/events/eventDate.help": "", + "metadata/events/eventDate.hint": "", + "metadata/events/eventLocation.help": "", + "metadata/events/eventLocation.label": "", + "metadata/events/eventLocation.hint": "", + "metadata/events/eventLocation/country.help": "", + "metadata/events/eventLocation/country.hint": "", + "metadata/events/eventLocation/country/id.help": "", + "metadata/events/eventLocation/country/id.label": "", + "metadata/events/eventLocation/country/id.hint": "", + "metadata/events/eventLocation/country/title.help": "", + "metadata/events/eventLocation/country/title.label": "", + "metadata/events/eventLocation/country/title.hint": "", + "metadata/events/eventLocation/country/@v.help": "", + "metadata/events/eventLocation/country/@v.label": "", + "metadata/events/eventLocation/country/@v.hint": "", + "metadata/events/eventLocation/place.help": "", + "metadata/events/eventLocation/place.hint": "", + "metadata/events/eventNameAlternate.help": "", + "metadata/events/eventNameAlternate.label": "Event alternate name", + "metadata/events/eventNameAlternate.hint": "", + "metadata/events/eventNameOriginal.label": "Event name", + "metadata/events/eventNameOriginal.help": "", + "metadata/events/eventNameOriginal.hint": "", + "metadata/externalLocation.help": "", + "metadata/externalLocation.hint": "", + "metadata/externalLocation/externalLocationNote.label": "Note", + "metadata/externalLocation/externalLocationNote.help": "", + "metadata/externalLocation/externalLocationNote.hint": "", + "metadata/externalLocation/externalLocationURL.help": "", + "metadata/externalLocation/externalLocationURL.hint": "", + "metadata/fundingReferences.help": "", + "metadata/fundingReferences.hint": "", + "metadata/fundingReferences/funder.help": "", + "metadata/fundingReferences/funder.hint": "", + "metadata/fundingReferences/funder/id.help": "", + "metadata/fundingReferences/funder/id.label": "", + "metadata/fundingReferences/funder/id.hint": "", + "metadata/fundingReferences/funder/title.help": "", + "metadata/fundingReferences/funder/title.label": "", + "metadata/fundingReferences/funder/title.hint": "", + "metadata/fundingReferences/funder/@v.help": "", + "metadata/fundingReferences/funder/@v.label": "", + "metadata/fundingReferences/funder/@v.hint": "", + "metadata/fundingReferences/fundingProgram.label": "Funding program", + "metadata/fundingReferences/fundingProgram.help": "", + "metadata/fundingReferences/fundingProgram.hint": "", + "metadata/fundingReferences/projectID.help": "", + "metadata/fundingReferences/projectID.hint": "", + "metadata/fundingReferences/projectName.label": "Project name", + "metadata/fundingReferences/projectName.help": "", + "metadata/fundingReferences/projectName.hint": "", + "metadata/geoLocations.help": "", + "metadata/geoLocations.hint": "", + "metadata/geoLocations/geoLocationPlace.help": "", + "metadata/geoLocations/geoLocationPlace.hint": "", + "metadata/geoLocations/geoLocationPoint.help": "", + "metadata/geoLocations/geoLocationPoint.label": "", + "metadata/geoLocations/geoLocationPoint.hint": "", + "metadata/geoLocations/geoLocationPoint/pointLatitude.help": "", + "metadata/geoLocations/geoLocationPoint/pointLatitude.hint": "", + "metadata/geoLocations/geoLocationPoint/pointLongitude.help": "", + "metadata/geoLocations/geoLocationPoint/pointLongitude.hint": "", + "metadata/languages.help": "", + "metadata/languages.hint": "", + "metadata/languages/id.help": "", + "metadata/languages/id.label": "", + "metadata/languages/id.hint": "", + "metadata/languages/title.help": "", + "metadata/languages/title.label": "", + "metadata/languages/title.hint": "", + "metadata/languages/@v.help": "", + "metadata/languages/@v.label": "", + "metadata/languages/@v.hint": "", + "metadata/methods.help": "", + "metadata/methods.hint": "", + "metadata/methods/lang.help": "", + "metadata/methods/lang.hint": "", + "metadata/methods/value.help": "", + "metadata/methods/value.hint": "", + "metadata/notes.help": "", + "metadata/notes.hint": "", + "metadata/objectIdentifiers.help": "", + "metadata/objectIdentifiers.hint": "", + "metadata/objectIdentifiers/identifier.help": "", + "metadata/objectIdentifiers/identifier.hint": "", + "metadata/objectIdentifiers/scheme.help": "", + "metadata/objectIdentifiers/scheme.hint": "", + "metadata/objectIdentifiers/scheme.enum.DOI": "", + "metadata/objectIdentifiers/scheme.enum.Handle": "", + "metadata/objectIdentifiers/scheme.enum.ISBN": "", + "metadata/objectIdentifiers/scheme.enum.ISSN": "", + "metadata/objectIdentifiers/scheme.enum.RIV": "", + "metadata/originalRecord.help": "", + "metadata/originalRecord.hint": "", + "metadata/publishers.help": "", + "metadata/publishers.hint": "", + "metadata/relatedItems.label": "Link to/from other resources:", + "metadata/relatedItems.help": "", + "metadata/relatedItems.hint": "", + "metadata/relatedItems/itemContributors.label": "Contributors", + "metadata/relatedItems/itemContributors.help": "", + "metadata/relatedItems/itemContributors.hint": "", + "metadata/relatedItems/itemContributors/affiliations.help": "", + "metadata/relatedItems/itemContributors/affiliations.hint": "", + "metadata/relatedItems/itemContributors/affiliations/id.help": "", + "metadata/relatedItems/itemContributors/affiliations/id.label": "", + "metadata/relatedItems/itemContributors/affiliations/id.hint": "", + "metadata/relatedItems/itemContributors/affiliations/title.help": "", + "metadata/relatedItems/itemContributors/affiliations/title.label": "", + "metadata/relatedItems/itemContributors/affiliations/title.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy.label": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.label": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.label": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/level.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/level.label": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/level.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.label": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.hint": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/title.help": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/title.label": "", + "metadata/relatedItems/itemContributors/affiliations/hierarchy/title.hint": "", + "metadata/relatedItems/itemContributors/affiliations/@v.help": "", + "metadata/relatedItems/itemContributors/affiliations/@v.label": "", + "metadata/relatedItems/itemContributors/affiliations/@v.hint": "", + "metadata/relatedItems/itemContributors/authorityIdentifiers.help": "", + "metadata/relatedItems/itemContributors/authorityIdentifiers.label": "", + "metadata/relatedItems/itemContributors/authorityIdentifiers.hint": "", + "metadata/relatedItems/itemContributors/fullName.help": "", + "metadata/relatedItems/itemContributors/fullName.hint": "", + "metadata/relatedItems/itemContributors/nameType.hint": "It is possible to designate a person or an institution as the creator/contributor.", + "metadata/relatedItems/itemContributors/nameType.help": "", + "metadata/relatedItems/itemContributors/nameType.enum.Organizational": "", + "metadata/relatedItems/itemContributors/nameType.enum.Personal": "", + "metadata/relatedItems/itemContributors/role.help": "", + "metadata/relatedItems/itemContributors/role.hint": "", + "metadata/relatedItems/itemContributors/role/id.help": "", + "metadata/relatedItems/itemContributors/role/id.label": "", + "metadata/relatedItems/itemContributors/role/id.hint": "", + "metadata/relatedItems/itemContributors/role/title.help": "", + "metadata/relatedItems/itemContributors/role/title.label": "", + "metadata/relatedItems/itemContributors/role/title.hint": "", + "metadata/relatedItems/itemContributors/role/@v.help": "", + "metadata/relatedItems/itemContributors/role/@v.label": "", + "metadata/relatedItems/itemContributors/role/@v.hint": "", + "metadata/relatedItems/itemCreators.label": "Authors", + "metadata/relatedItems/itemCreators.help": "", + "metadata/relatedItems/itemCreators.hint": "", + "metadata/relatedItems/itemCreators/affiliations.help": "", + "metadata/relatedItems/itemCreators/affiliations.hint": "", + "metadata/relatedItems/itemCreators/affiliations/id.help": "", + "metadata/relatedItems/itemCreators/affiliations/id.label": "", + "metadata/relatedItems/itemCreators/affiliations/id.hint": "", + "metadata/relatedItems/itemCreators/affiliations/title.help": "", + "metadata/relatedItems/itemCreators/affiliations/title.label": "", + "metadata/relatedItems/itemCreators/affiliations/title.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy.label": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.label": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.label": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.label": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.label": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.hint": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.help": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.label": "", + "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.hint": "", + "metadata/relatedItems/itemCreators/affiliations/@v.help": "", + "metadata/relatedItems/itemCreators/affiliations/@v.label": "", + "metadata/relatedItems/itemCreators/affiliations/@v.hint": "", + "metadata/relatedItems/itemCreators/authorityIdentifiers.help": "", + "metadata/relatedItems/itemCreators/authorityIdentifiers.label": "", + "metadata/relatedItems/itemCreators/authorityIdentifiers.hint": "", + "metadata/relatedItems/itemCreators/fullName.help": "", + "metadata/relatedItems/itemCreators/fullName.hint": "", + "metadata/relatedItems/itemCreators/nameType.hint": "It is possible to designate a person or an institution as the creator/contributor.", + "metadata/relatedItems/itemCreators/nameType.help": "", + "metadata/relatedItems/itemCreators/nameType.enum.Organizational": "", + "metadata/relatedItems/itemCreators/nameType.enum.Personal": "", + "metadata/relatedItems/itemEndPage.help": "", + "metadata/relatedItems/itemEndPage.hint": "", + "metadata/relatedItems/itemIssue.help": "", + "metadata/relatedItems/itemIssue.hint": "", + "metadata/relatedItems/itemPIDs.help": "", + "metadata/relatedItems/itemPIDs.label": "", + "metadata/relatedItems/itemPIDs.hint": "", + "metadata/relatedItems/itemPIDs/identifier.help": "", + "metadata/relatedItems/itemPIDs/identifier.hint": "", + "metadata/relatedItems/itemPIDs/scheme.help": "", + "metadata/relatedItems/itemPIDs/scheme.hint": "", + "metadata/relatedItems/itemPIDs/scheme.enum.DOI": "", + "metadata/relatedItems/itemPIDs/scheme.enum.Handle": "", + "metadata/relatedItems/itemPIDs/scheme.enum.ISBN": "", + "metadata/relatedItems/itemPIDs/scheme.enum.ISSN": "", + "metadata/relatedItems/itemPIDs/scheme.enum.RIV": "", + "metadata/relatedItems/itemPublisher.help": "", + "metadata/relatedItems/itemPublisher.hint": "", + "metadata/relatedItems/itemRelationType.help": "", + "metadata/relatedItems/itemRelationType.hint": "", + "metadata/relatedItems/itemRelationType/id.help": "", + "metadata/relatedItems/itemRelationType/id.label": "", + "metadata/relatedItems/itemRelationType/id.hint": "", + "metadata/relatedItems/itemRelationType/title.help": "", + "metadata/relatedItems/itemRelationType/title.label": "", + "metadata/relatedItems/itemRelationType/title.hint": "", + "metadata/relatedItems/itemRelationType/@v.help": "", + "metadata/relatedItems/itemRelationType/@v.label": "", + "metadata/relatedItems/itemRelationType/@v.hint": "", + "metadata/relatedItems/itemResourceType.help": "", + "metadata/relatedItems/itemResourceType.hint": "", + "metadata/relatedItems/itemResourceType/id.help": "", + "metadata/relatedItems/itemResourceType/id.label": "", + "metadata/relatedItems/itemResourceType/id.hint": "", + "metadata/relatedItems/itemResourceType/title.help": "", + "metadata/relatedItems/itemResourceType/title.label": "", + "metadata/relatedItems/itemResourceType/title.hint": "", + "metadata/relatedItems/itemResourceType/@v.help": "", + "metadata/relatedItems/itemResourceType/@v.label": "", + "metadata/relatedItems/itemResourceType/@v.hint": "", + "metadata/relatedItems/itemStartPage.help": "", + "metadata/relatedItems/itemStartPage.hint": "", + "metadata/relatedItems/itemTitle.label": "Title", + "metadata/relatedItems/itemTitle.help": "", + "metadata/relatedItems/itemTitle.hint": "", + "metadata/relatedItems/itemURL.help": "", + "metadata/relatedItems/itemURL.hint": "", + "metadata/relatedItems/itemVolume.help": "", + "metadata/relatedItems/itemVolume.hint": "", + "metadata/relatedItems/itemYear.help": "", + "metadata/relatedItems/itemYear.hint": "", + "metadata/resourceType.help": "", + "metadata/resourceType.hint": "", + "metadata/resourceType/id.help": "", + "metadata/resourceType/id.label": "", + "metadata/resourceType/id.hint": "", + "metadata/resourceType/title.help": "", + "metadata/resourceType/title.label": "", + "metadata/resourceType/title.hint": "", + "metadata/resourceType/@v.help": "", + "metadata/resourceType/@v.label": "", + "metadata/resourceType/@v.hint": "", + "metadata/rights.help": "", + "metadata/rights.hint": "", + "metadata/rights/id.help": "", + "metadata/rights/id.label": "", + "metadata/rights/id.hint": "", + "metadata/rights/title.help": "", + "metadata/rights/title.label": "", + "metadata/rights/title.hint": "", + "metadata/rights/@v.help": "", + "metadata/rights/@v.label": "", + "metadata/rights/@v.hint": "", + "metadata/series.help": "", + "metadata/series.hint": "", + "metadata/series/seriesTitle.help": "", + "metadata/series/seriesTitle.hint": "", + "metadata/series/seriesVolume.help": "", + "metadata/series/seriesVolume.hint": "", + "metadata/subjectCategories.help": "", + "metadata/subjectCategories.hint": "", + "metadata/subjectCategories/id.help": "", + "metadata/subjectCategories/id.label": "", + "metadata/subjectCategories/id.hint": "", + "metadata/subjectCategories/title.help": "", + "metadata/subjectCategories/title.label": "", + "metadata/subjectCategories/title.hint": "", + "metadata/subjectCategories/@v.help": "", + "metadata/subjectCategories/@v.label": "", + "metadata/subjectCategories/@v.hint": "", + "metadata/subjects.help": "", + "metadata/subjects.hint": "", + "metadata/subjects/classificationCode.help": "", + "metadata/subjects/classificationCode.hint": "", + "metadata/subjects/subject.help": "", + "metadata/subjects/subject.hint": "", + "metadata/subjects/subject/lang.help": "", + "metadata/subjects/subject/lang.hint": "", + "metadata/subjects/subject/value.help": "", + "metadata/subjects/subject/value.hint": "", + "metadata/subjects/subjectScheme.help": "", + "metadata/subjects/subjectScheme.hint": "", + "metadata/subjects/valueURI.help": "", + "metadata/subjects/valueURI.hint": "", + "metadata/systemIdentifiers.label": "System identifiers", + "metadata/systemIdentifiers.help": "", + "metadata/systemIdentifiers.hint": "", + "metadata/systemIdentifiers/identifier.help": "", + "metadata/systemIdentifiers/identifier.hint": "", + "metadata/systemIdentifiers/scheme.help": "", + "metadata/systemIdentifiers/scheme.hint": "", + "metadata/systemIdentifiers/scheme.enum.nusl": "", + "metadata/systemIdentifiers/scheme.enum.nuslOAI": "", + "metadata/systemIdentifiers/scheme.enum.originalRecordOAI": "", + "metadata/systemIdentifiers/scheme.enum.catalogueSysNo": "", + "metadata/systemIdentifiers/scheme.enum.nrOAI": "", + "metadata/technicalInfo.help": "", + "metadata/technicalInfo.hint": "", + "metadata/technicalInfo/lang.help": "", + "metadata/technicalInfo/lang.hint": "", + "metadata/technicalInfo/value.help": "", + "metadata/technicalInfo/value.hint": "", + "metadata/thesis.help": "", + "metadata/thesis.label": "", + "metadata/thesis.hint": "", + "metadata/thesis/dateDefended.help": "", + "metadata/thesis/dateDefended.hint": "", + "metadata/thesis/defended.help": "", + "metadata/thesis/defended.hint": "", + "metadata/thesis/degreeGrantors.help": "", + "metadata/thesis/degreeGrantors.hint": "", + "metadata/thesis/degreeGrantors/id.help": "", + "metadata/thesis/degreeGrantors/id.label": "", + "metadata/thesis/degreeGrantors/id.hint": "", + "metadata/thesis/degreeGrantors/title.help": "", + "metadata/thesis/degreeGrantors/title.label": "", + "metadata/thesis/degreeGrantors/title.hint": "", + "metadata/thesis/degreeGrantors/hierarchy.help": "", + "metadata/thesis/degreeGrantors/hierarchy.label": "", + "metadata/thesis/degreeGrantors/hierarchy.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors.help": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors.label": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.help": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.label": "", + "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/level.help": "", + "metadata/thesis/degreeGrantors/hierarchy/level.label": "", + "metadata/thesis/degreeGrantors/hierarchy/level.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/parent.help": "", + "metadata/thesis/degreeGrantors/hierarchy/parent.label": "", + "metadata/thesis/degreeGrantors/hierarchy/parent.hint": "", + "metadata/thesis/degreeGrantors/hierarchy/title.help": "", + "metadata/thesis/degreeGrantors/hierarchy/title.label": "", + "metadata/thesis/degreeGrantors/hierarchy/title.hint": "", + "metadata/thesis/degreeGrantors/@v.help": "", + "metadata/thesis/degreeGrantors/@v.label": "", + "metadata/thesis/degreeGrantors/@v.hint": "", + "metadata/thesis/studyFields.help": "", + "metadata/thesis/studyFields.hint": "", + "metadata/title.help": "", + "metadata/title.hint": "", + "metadata/version.help": "", + "metadata/version.hint": "", + "syntheticFields.help": "", + "syntheticFields.label": "", + "syntheticFields.hint": "", + "syntheticFields/institutions.help": "", + "syntheticFields/institutions.hint": "", + "syntheticFields/keywords_cs.help": "", + "syntheticFields/keywords_cs.hint": "", + "syntheticFields/keywords_en.help": "", + "syntheticFields/keywords_en.hint": "", + "syntheticFields/person.help": "", + "syntheticFields/person.hint": "", + "updated.help": "", + "updated.hint": "", + "Powered by InvenioRDM": "", + "Additional titles must be unique": "Additional titles must be unique" +} \ No newline at end of file diff --git a/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/index.js b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/index.js new file mode 100644 index 00000000..5a8c3f18 --- /dev/null +++ b/sites/nr-docs/site/nr_docs/assets/semantic-ui/translations/nr_docs/messages/index.js @@ -0,0 +1,7 @@ +// This file was autogenerated with oarepo-tools +import TRANSLATE_CS from "./cs/LC_MESSAGES/translations.json" +import TRANSLATE_EN from "./en/LC_MESSAGES/translations.json" +export const translations = { + cs: { translation: TRANSLATE_CS }, + en: { translation: TRANSLATE_EN }, +} diff --git a/sites/nr-docs/site/nr_docs/translations/cs/LC_MESSAGES/messages.mo b/sites/nr-docs/site/nr_docs/translations/cs/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..2b26346b Binary files /dev/null and b/sites/nr-docs/site/nr_docs/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/sites/nr-docs/site/nr_docs/translations/cs/LC_MESSAGES/messages.po b/sites/nr-docs/site/nr_docs/translations/cs/LC_MESSAGES/messages.po new file mode 100644 index 00000000..0efc771d --- /dev/null +++ b/sites/nr-docs/site/nr_docs/translations/cs/LC_MESSAGES/messages.po @@ -0,0 +1,2685 @@ +# +msgid "" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:12 +msgid "$schema.label" +msgstr "Verze schematu" + +#: models/nr-documents/nr_documents/services/records/facets.py:14 +msgid "created.label" +msgstr "Datum vytvoření záznamu" + +#: models/nr-documents/nr_documents/services/records/facets.py:16 +msgid "id.label" +msgstr "Identifikátor záznamu" + +#: models/nr-documents/nr_documents/services/records/facets.py:19 +#: models/nr-documents/nr_documents/services/records/facets.py:23 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:7 +msgid "metadata/abstract.label" +msgstr "Abstrakt" + +#: models/nr-documents/nr_documents/services/records/facets.py:29 +msgid "metadata/abstract/lang.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:37 +msgid "metadata/abstract/value.label" +msgstr "Abstrakt" + +#: models/nr-documents/nr_documents/services/records/facets.py:43 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:11 +msgid "metadata/accessRights.label" +msgstr "Přístupová práva" + +#: models/nr-documents/nr_documents/services/records/facets.py:48 +#: models/nr-documents/nr_documents/services/records/facets.py:52 +msgid "metadata/accessibility.label" +msgstr "Dostupnost zdroje" + +#: models/nr-documents/nr_documents/services/records/facets.py:59 +msgid "metadata/accessibility/lang.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:67 +msgid "metadata/accessibility/value.label" +msgstr "Dostupnost" + +#: models/nr-documents/nr_documents/services/records/facets.py:73 +#: models/nr-documents/nr_documents/services/records/facets.py:78 +msgid "metadata/additionalTitles/title.label" +msgstr "Další název" + +#: models/nr-documents/nr_documents/services/records/facets.py:85 +msgid "metadata/additionalTitles/title/lang.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:93 +msgid "metadata/additionalTitles/title/value.label" +msgstr "Název" + +#: models/nr-documents/nr_documents/services/records/facets.py:99 +msgid "metadata/additionalTitles/titleType.label" +msgstr "Druh názvu" + +#: models/nr-documents/nr_documents/services/records/facets.py:103 +msgid "metadata/collection.label" +msgstr "Kolekce" + +#: models/nr-documents/nr_documents/services/records/facets.py:108 +msgid "metadata/contributors/affiliations.label" +msgstr "Afiliace" + +#: models/nr-documents/nr_documents/services/records/facets.py:114 +msgid "metadata/contributors/authorityIdentifiers/identifier.label" +msgstr "Identifikátor" + +#: models/nr-documents/nr_documents/services/records/facets.py:119 +msgid "metadata/contributors/authorityIdentifiers/scheme.label" +msgstr "Schema identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:124 +msgid "metadata/contributors/fullName.label" +msgstr "Jméno přispěvatele" + +#: models/nr-documents/nr_documents/services/records/facets.py:129 +msgid "metadata/contributors/nameType.label" +msgstr "Typ" + +#: models/nr-documents/nr_documents/services/records/facets.py:134 +msgid "metadata/contributors/role.label" +msgstr "Role přispěvatele" + +#: models/nr-documents/nr_documents/services/records/facets.py:140 +msgid "metadata/creators/affiliations.label" +msgstr "Afiliace" + +#: models/nr-documents/nr_documents/services/records/facets.py:146 +msgid "metadata/creators/authorityIdentifiers/identifier.label" +msgstr "Identifikátor" + +#: models/nr-documents/nr_documents/services/records/facets.py:151 +msgid "metadata/creators/authorityIdentifiers/scheme.label" +msgstr "Schema identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:155 +msgid "metadata/creators/fullName.label" +msgstr "Jméno autora" + +#: models/nr-documents/nr_documents/services/records/facets.py:159 +msgid "metadata/creators/nameType.label" +msgstr "Typ" + +#: models/nr-documents/nr_documents/services/records/facets.py:163 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:1 +msgid "metadata/dateAvailable.label" +msgstr "Datum zveřejnění" + +#: models/nr-documents/nr_documents/services/records/facets.py:167 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:2 +msgid "metadata/dateModified.label" +msgstr "Datum změny zdroje" + +#: models/nr-documents/nr_documents/services/records/facets.py:172 +msgid "metadata/events/eventLocation/country.label" +msgstr "Země" + +#: models/nr-documents/nr_documents/services/records/facets.py:178 +msgid "metadata/events/eventLocation/place.label" +msgstr "Místo" + +#: models/nr-documents/nr_documents/services/records/facets.py:183 +msgid "metadata/externalLocation/externalLocationURL.label" +msgstr "Externí umístění zdroje" + +#: models/nr-documents/nr_documents/services/records/facets.py:188 +msgid "metadata/fundingReferences/funder.label" +msgstr "Poskytovatel financí" + +#: models/nr-documents/nr_documents/services/records/facets.py:194 +msgid "metadata/fundingReferences/projectID.label" +msgstr "Číslo projektu" + +#: models/nr-documents/nr_documents/services/records/facets.py:199 +msgid "metadata/geoLocations/geoLocationPlace.label" +msgstr "Umístění" + +#: models/nr-documents/nr_documents/services/records/facets.py:204 +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.label" +msgstr "Zeměpisná šířka" + +#: models/nr-documents/nr_documents/services/records/facets.py:209 +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.label" +msgstr "Zeměpisná délka" + +#: models/nr-documents/nr_documents/services/records/facets.py:214 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:3 +msgid "metadata/languages.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:219 +#: models/nr-documents/nr_documents/services/records/facets.py:223 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:17 +msgid "metadata/methods.label" +msgstr "Metodologie" + +#: models/nr-documents/nr_documents/services/records/facets.py:229 +msgid "metadata/methods/lang.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:236 +msgid "metadata/methods/value.label" +msgstr "Název metodologie" + +#: models/nr-documents/nr_documents/services/records/facets.py:242 +msgid "metadata/objectIdentifiers/identifier.label" +msgstr "Identifikátor objektu" + +#: models/nr-documents/nr_documents/services/records/facets.py:247 +msgid "metadata/objectIdentifiers/scheme.label" +msgstr "Typ identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:251 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:14 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:15 +msgid "metadata/originalRecord.label" +msgstr "Odkaz na původní záznam" + +#: models/nr-documents/nr_documents/services/records/facets.py:256 +msgid "metadata/relatedItems/itemContributors/affiliations.label" +msgstr "Afiliace" + +#: models/nr-documents/nr_documents/services/records/facets.py:262 +msgid "" +"metadata/relatedItems/itemContributors/authorityIdentifiers/identifier.label" +msgstr "Identifikátor" + +#: models/nr-documents/nr_documents/services/records/facets.py:269 +msgid "" +"metadata/relatedItems/itemContributors/authorityIdentifiers/scheme.label" +msgstr "Schema identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:274 +msgid "metadata/relatedItems/itemContributors/fullName.label" +msgstr "Jméno autora" + +#: models/nr-documents/nr_documents/services/records/facets.py:279 +msgid "metadata/relatedItems/itemContributors/nameType.label" +msgstr "Typ" + +#: models/nr-documents/nr_documents/services/records/facets.py:284 +msgid "metadata/relatedItems/itemContributors/role.label" +msgstr "Role přispěvatele" + +#: models/nr-documents/nr_documents/services/records/facets.py:290 +msgid "metadata/relatedItems/itemCreators/affiliations.label" +msgstr "Afiliace" + +#: models/nr-documents/nr_documents/services/records/facets.py:296 +msgid "" +"metadata/relatedItems/itemCreators/authorityIdentifiers/identifier.label" +msgstr "Identifikátor" + +#: models/nr-documents/nr_documents/services/records/facets.py:301 +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers/scheme.label" +msgstr "Schema identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:306 +msgid "metadata/relatedItems/itemCreators/fullName.label" +msgstr "Jméno autora" + +#: models/nr-documents/nr_documents/services/records/facets.py:311 +msgid "metadata/relatedItems/itemCreators/nameType.label" +msgstr "Typ" + +#: models/nr-documents/nr_documents/services/records/facets.py:316 +msgid "metadata/relatedItems/itemEndPage.label" +msgstr "Poslední strana" + +#: models/nr-documents/nr_documents/services/records/facets.py:321 +msgid "metadata/relatedItems/itemIssue.label" +msgstr "Číslo" + +#: models/nr-documents/nr_documents/services/records/facets.py:326 +msgid "metadata/relatedItems/itemPIDs/identifier.label" +msgstr "Identifikátor objektu" + +#: models/nr-documents/nr_documents/services/records/facets.py:331 +msgid "metadata/relatedItems/itemPIDs/scheme.label" +msgstr "Typ identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:336 +msgid "metadata/relatedItems/itemPublisher.label" +msgstr "Vydavatel" + +#: models/nr-documents/nr_documents/services/records/facets.py:341 +msgid "metadata/relatedItems/itemRelationType.label" +msgstr "Typ vazby" + +#: models/nr-documents/nr_documents/services/records/facets.py:347 +msgid "metadata/relatedItems/itemResourceType.label" +msgstr "Typ zdroje" + +#: models/nr-documents/nr_documents/services/records/facets.py:353 +msgid "metadata/relatedItems/itemStartPage.label" +msgstr "Počáteční strana" + +#: models/nr-documents/nr_documents/services/records/facets.py:358 +msgid "metadata/relatedItems/itemURL.label" +msgstr "URL" + +#: models/nr-documents/nr_documents/services/records/facets.py:363 +msgid "metadata/relatedItems/itemVolume.label" +msgstr "Ročník" + +#: models/nr-documents/nr_documents/services/records/facets.py:368 +msgid "metadata/relatedItems/itemYear.label" +msgstr "Rok" + +#: models/nr-documents/nr_documents/services/records/facets.py:373 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:4 +msgid "metadata/resourceType.label" +msgstr "Typ zdroje" + +#: models/nr-documents/nr_documents/services/records/facets.py:378 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:12 +msgid "metadata/rights.label" +msgstr "Licence" + +#: models/nr-documents/nr_documents/services/records/facets.py:382 +msgid "metadata/series/seriesTitle.label" +msgstr "Název edice" + +#: models/nr-documents/nr_documents/services/records/facets.py:386 +msgid "metadata/series/seriesVolume.label" +msgstr "Svazek edice" + +#: models/nr-documents/nr_documents/services/records/facets.py:391 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:20 +msgid "metadata/subjectCategories.label" +msgstr "Oborové třídění" + +#: models/nr-documents/nr_documents/services/records/facets.py:397 +msgid "metadata/subjects/classificationCode.label" +msgstr "Kód oborového třídění" + +#: models/nr-documents/nr_documents/services/records/facets.py:402 +#: models/nr-documents/nr_documents/services/records/facets.py:407 +msgid "metadata/subjects/subject.label" +msgstr "Klíčová slova" + +#: models/nr-documents/nr_documents/services/records/facets.py:414 +msgid "metadata/subjects/subject/lang.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:422 +msgid "metadata/subjects/subject/value.label" +msgstr "Klíčové slovo" + +#: models/nr-documents/nr_documents/services/records/facets.py:428 +msgid "metadata/subjects/subjectScheme.label" +msgstr "Schema klíčového slova" + +#: models/nr-documents/nr_documents/services/records/facets.py:432 +msgid "metadata/subjects/valueURI.label" +msgstr "Definice klíčového slova" + +#: models/nr-documents/nr_documents/services/records/facets.py:437 +msgid "metadata/systemIdentifiers/identifier.label" +msgstr "Systémový identifikátor" + +#: models/nr-documents/nr_documents/services/records/facets.py:442 +msgid "metadata/systemIdentifiers/scheme.label" +msgstr "Typ identifikátoru" + +#: models/nr-documents/nr_documents/services/records/facets.py:446 +#: models/nr-documents/nr_documents/services/records/facets.py:450 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:21 +msgid "metadata/technicalInfo.label" +msgstr "Technické informace" + +#: models/nr-documents/nr_documents/services/records/facets.py:457 +msgid "metadata/technicalInfo/lang.label" +msgstr "Jazyk" + +#: models/nr-documents/nr_documents/services/records/facets.py:465 +msgid "metadata/technicalInfo/value.label" +msgstr "Technické informace" + +#: models/nr-documents/nr_documents/services/records/facets.py:470 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:5 +msgid "metadata/thesis/dateDefended.label" +msgstr "Datum obhajoby" + +#: models/nr-documents/nr_documents/services/records/facets.py:474 +msgid "metadata/thesis/defended.label" +msgstr "Obhájeno?" + +#: models/nr-documents/nr_documents/services/records/facets.py:479 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:8 +msgid "metadata/thesis/degreeGrantors.label" +msgstr "Instituce / grantor" + +#: models/nr-documents/nr_documents/services/records/facets.py:484 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:9 +msgid "metadata/thesis/studyFields.label" +msgstr "Oblasti studia" + +#: models/nr-documents/nr_documents/services/records/facets.py:488 +msgid "metadata/title.label" +msgstr "Název" + +#: models/nr-documents/nr_documents/services/records/facets.py:492 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:22 +msgid "metadata/version.label" +msgstr "Verze zdroje" + +#: models/nr-documents/nr_documents/services/records/facets.py:496 +msgid "syntheticFields/institutions.label" +msgstr "Instituce" + +#: models/nr-documents/nr_documents/services/records/facets.py:500 +msgid "syntheticFields/keywords_cs.label" +msgstr "Česká klíčová slova" + +#: models/nr-documents/nr_documents/services/records/facets.py:504 +msgid "syntheticFields/keywords_en.label" +msgstr "Anglická klíčová slova" + +#: models/nr-documents/nr_documents/services/records/facets.py:508 +msgid "syntheticFields/person.label" +msgstr "Osoby" + +#: models/nr-documents/nr_documents/services/records/facets.py:511 +msgid "updated.label" +msgstr "Datum poslední změny" + +#: sites/nr-docs/site/nr_docs/views.py:23 +msgid "New upload" +msgstr "Nový záznam" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:5 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:11 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:21 +msgid "in" +msgstr "v" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:5 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:6 +msgid "In this community" +msgstr "V této komunitě" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:11 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:12 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:20 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:21 +msgid "All document records" +msgstr "Všechny záznamy" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:30 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:31 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/frontpage.html:52 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/frontpage.html:53 +msgid "Search" +msgstr "Hledat" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:6 +msgid "metadata/subjects.label" +msgstr "Klíčová slova" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:10 +msgid "metadata/publishers.label" +msgstr "Vydavatelé" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:13 +msgid "metadata/events.label" +msgstr "Události" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:14 +msgid "metadata/externalLocation.label" +msgstr "Externí umístění" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:15 +msgid "metadata/fundingReferences.label" +msgstr "Projekt nebo financování" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:16 +msgid "metadata/geoLocations.label" +msgstr "Geolokace" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:18 +msgid "metadata/notes.label" +msgstr "Poznámky" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:19 +msgid "metadata/series.label" +msgstr "Série" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Detail.html.jinja:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Search.html.jinja:4 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/detail.html:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html:2 +msgid "NR Document repository" +msgstr "NR dokumentový repozitář" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Main.html.jinja:9 +msgid "People" +msgstr "Lidé" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Search.html.jinja:4 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html:2 +msgid "Search results" +msgstr "Výsledky vyhledávání" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:3 +msgid "Collection" +msgstr "Kolekce" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:6 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:7 +msgid "metadata/objectIdentifiers.label" +msgstr "Identifikátory objektu" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:22 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:23 +msgid "Export" +msgstr "Export" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:70 +msgid "API" +msgstr "API" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:70 +msgid "Links" +msgstr "Odkazy" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/footer.html:18 +msgid "Contact" +msgstr "Kontakt" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/footer.html:38 +#, python-format +msgid "Powered by Invenio" +msgstr "Založeno na platformě Invenio" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:15 +msgid "Log in" +msgstr "Přihlásit se" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:19 +msgid "Sign up" +msgstr "Zaregistrovat se" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:36 +msgid "Quick create" +msgstr "Rychle vytvořit" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:53 +msgid "Actions" +msgstr "Akce" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:72 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:113 +msgid "My account" +msgstr "Můj účet" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:107 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:136 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:143 +msgid "Log out" +msgstr "Odhlásit se" + +#: ui/docs-app/docs_app/templates/semantic-ui/oarepo_ui/components/Person.html.jinja:3 +msgid "Find more records by this person" +msgstr "Vyhledat další záznamy této osoby" + +#: ui/docs-app/docs_app/templates/semantic-ui/oarepo_ui/components/Subjects.jinja:20 +msgid "Find more records with this subject" +msgstr "Najít další záznamy s tímto heslem" + +msgid "Add additional title" +msgstr "Přidat další název" + +msgid "Additional titles" +msgstr "Další názvy" + +msgid "Title" +msgstr "Název" + +msgid "Title type" +msgstr "Druh názvu" + +msgid "Creators" +msgstr "Autoři" + +msgid "Add creator" +msgstr "Přidat autora" + +msgid "Edit creator" +msgstr "Editovat autora" + +msgid "Edit" +msgstr "Editovat" + +msgid "Remove" +msgstr "Odebrat" + +msgid "Identifier" +msgstr "Identifikátor" + +msgid "Type the value of an identifier..." +msgstr "Zadejte hodnotu identifikátoru…" + +msgid "Identifiers" +msgstr "Identifikátory" + +msgid "e.g. ORCID, ISNI or GND." +msgstr "např. ORCID, ISNI or GND." + +msgid "Save and add another" +msgstr "Uložit a přidat další" + +msgid "Given name is a required field." +msgstr "Jméno je povinné pole." + +msgid "Family name is a required field." +msgstr "Příjmení je povinné pole." + +msgid "Role is a required field." +msgstr "Role je povinné pole." + +msgid "Added" +msgstr "Přidáno" + +msgid "Person" +msgstr "Osoba" + +msgid "Organization" +msgstr "Organizace" + +msgid "Search for persons by name, identifier, or affiliation..." +msgstr "Hledat osoby podle jména, identifikátoru nebo afiliace…" + +msgid "Family name" +msgstr "Příjmení" + +msgid "Given names" +msgstr "Jméno" + +msgid "Name" +msgstr "Název" + +msgid "Organization name" +msgstr "Název organizace" + +msgid "e.g. ROR, ISNI or GND." +msgstr "např. ROR, ISNI nebo GND." + +msgid "Affiliations" +msgstr "Afiliace" + +msgid "Select one or more affiliations" +msgstr "Vyberte jednu nebo více afiliací" + +msgid "Select role" +msgstr "Vyberte roli" + +msgid "Role" +msgstr "Role" + +msgid "Cancel" +msgstr "Zrušit" + +msgid "Save" +msgstr "Uložit" + +msgid "Couldn't find your person? You can <2>create a new entry." +msgstr "Couldn't find your person? You can <2>create a new entry." + +msgid "" +"In case your upload was already published elsewhere, please use the date of " +"the first publication. Format: YYYY-MM-DD, YYYY-MM, or YYYY. For intervals " +"use DATE/DATE, e.g. 1939/1945." +msgstr "" +"V případě, že váš příspěvek již byl publikován jinde, použijte prosím datum " +"prvního zveřejnění. Formát: RRRR-MM-DD, RRRR-MM nebo RRRR. Pro intervaly " +"použijte DATUM/DATUM, např. 1939/1945." + +msgid "Publication date" +msgstr "Datum zveřejnění" + +msgid "" +"YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD for intervals. MM and DD are optional." +msgstr "" +"RRRR-MM-DD nebo RRRR-MM-DD/RRRR-MM-DD pro intervaly. MM a DD jsou volitelné." + +msgid "Delete" +msgstr "Smazat" + +msgid "Are you sure you wish delete this draft?" +msgstr "Jste si jistý, že chcete smazat tento koncept?" + +msgid "If you delete the draft, the work you have done on it will be lost." +msgstr "" +"Pokud koncept smažete, práce, kterou jste na něm vykonali, bude ztracena." + +msgid "Add event" +msgstr "Přidat událost" + +msgid "Events" +msgstr "Události" + +msgid "Event name" +msgstr "Název akce" + +msgid "Event alternate name" +msgstr "Alternativní název akce" + +msgid "Add event alternate name" +msgstr "Přidejte alternativní název akce" + +msgid "Event date" +msgstr "Datum události" + +msgid "Place" +msgstr "Místo" + +msgid "Country" +msgstr "Země" + +msgid "External location" +msgstr "Externí umístění" + +msgid "Resource external location" +msgstr "Externí umístění zdroje" + +msgid "Note" +msgstr "Poznámka" + +msgid "Add funder" +msgstr "Přidat poskytovatele financí" + +msgid "Funding" +msgstr "Projekt nebo financování" + +msgid "Project code" +msgstr "Číslo projektu" + +msgid "Project name" +msgstr "Název projektu" + +msgid "Funding program" +msgstr "Výzkumný program" + +msgid "Funder" +msgstr "Poskytovatel financí" + +msgid "Add location" +msgstr "Přidat lokace" + +msgid "Geolocation" +msgstr "Geolokace" + +msgid "Location" +msgstr "Lokace" + +msgid "Longitude" +msgstr "Zeměpisná délka" + +msgid "Latitude" +msgstr "Zeměpisná šířka" + +msgid "Add identifier" +msgstr "Přidat identifikátor" + +msgid "Identifier type" +msgstr "Typ identifikátoru" + +msgid "Identifier field" +msgstr "Pole identifikátoru" + +msgid "Object identifier" +msgstr "Identifikátor objektu" + +msgid "Preview" +msgstr "Náhled" + +msgid "Publish" +msgstr "Publikovat" + +msgid "Are you sure you wish to publish this draft?" +msgstr "Jste si jistý, že chcete tento koncept publikovat?" + +msgid "Add series" +msgstr "Přidat edici" + +msgid "Series" +msgstr "Edice" + +msgid "Series title" +msgstr "Název edice" + +msgid "Series volume" +msgstr "Svazek edice" + +msgid "Add note" +msgstr "Přidat poznámku" + +msgid "Notes" +msgstr "Poznámky" + +msgid "Items shall be unique" +msgstr "Položky musí být jedinečné" + +msgid "Add subject" +msgstr "Přidat předmět" + +msgid "Subjects" +msgstr "Klíčová slova" + +msgid "Subject scheme" +msgstr "Schema klíčového slova" + +msgid "Subject" +msgstr "Klíčové slovo" + +msgid "Validate form" +msgstr "Zkontrolovat formulář" + +msgid "Basic information" +msgstr "Základní informace" + +msgid "Contributors" +msgstr "Přispěvatelé" + +msgid "Add contributor" +msgstr "Přidat přispěvatele" + +msgid "Edit contributor" +msgstr "Upravit přispěvatele" + +msgid "Language" +msgstr "Jazyk" + +msgid "Choose languages" +msgstr "Vyberte jazyky" + +msgid "Resource type" +msgstr "Typ položky" + +msgid "Select resource type" +msgstr "Vyberte typ položky" + +msgid "Abstract" +msgstr "Abstrakt" + +msgid "Description" +msgstr "Popis" + +msgid "Detailed description" +msgstr "" +"Podrobný popis metodiky a technické informace by měly být uvedeny v části " +"„Popis datové sady“." + +msgid "Access rights" +msgstr "Přístupová práva" + +msgid "Select access rights" +msgstr "Vyberte přístupová práva" + +msgid "Licenses" +msgstr "Licence" + +msgid "Choose licenses" +msgstr "Vyberte licence" + +msgid "" +"If a Creative Commons license is associated with the resource, select the " +"appropriate license option from the menu. We recommend choosing the latest " +"versions, namely 3.0 Czech and 4.0 International." +msgstr "" +"Pokud se k datové sadě váže licence Creative Commons, vyberte příslušnou " +"variantu licence z nabídky. Doporučujeme výběr nejnovějších verzí a to 3.0 " +"Česko a 4.0 International." + +msgid "Date available" +msgstr "Datum zveřejnění" + +msgid "Date modified" +msgstr "Datum změny zdroje" + +msgid "Add publisher" +msgstr "Přidat vydavatele" + +msgid "Publishers" +msgstr "Vydavatelé" + +msgid "Resource description" +msgstr "Popis zdroje" + +msgid "Subject Categories" +msgstr "Oborové třídění" + +msgid "Choose subject categories" +msgstr "Vyberte kategorie předmětů" + +msgid "Select the subject field(s) to which the resource belongs." +msgstr "Vyberte obor(y), ke kterému zdroj patří." + +msgid "Methods" +msgstr "Metodologie" + +msgid "Technical info" +msgstr "Technické informace" + +msgid "" +"Detailed information that may be associated with design, implementation, " +"operation, use, and/or maintenance of a process or system" +msgstr "" +"Podrobné informace, které mohou být spojeny s návrhem, implementací, " +"provozem, používáním a/nebo údržbou procesu nebo systému" + +msgid "" +"Free-form note for any comment that couldn't be inserted in any other " +"fields." +msgstr "" +"Volně tvarovaná poznámka pro jakýkoli komentář, který nebylo možné vložit do" +" jiných polí." + +msgid "Additional information" +msgstr "Doplňující informace" + +msgid "" +"Free description of the location; ie. Atlantic Ocean. Longitude must be a " +"number between -180 and 180 and latitude between -90 and 90." +msgstr "" +"Volný popis místa; npr. Atlantický oceán. Zeměpisná délka musí být číslo " +"mezi -180 a 180 a zeměpisná šířka mezi -90 a 90." + +msgid "Accessibility" +msgstr "Přístupnost" + +msgid "Explanation regarding restricted status of an item" +msgstr "Vysvětlení týkající se omezeného stavu položky" + +msgid "Identifiers information" +msgstr "Informace o identifikátorech" + +msgid "Object identifiers" +msgstr "Identifikátory objektů" + +msgid "Persistent identifier/s of object as ISBN, DOI, etc." +msgstr "Trvalé identifikátory objektu jako ISBN, DOI atd." + +msgid "System identifier" +msgstr "Systémový identifikátor" + +msgid "System identifiers" +msgstr "Identifikátory systému" + +msgid "This field is required" +msgstr "Toto pole je vyžadováno" + +msgid "Must have at least x characters" +msgstr "Musí mít alespoň {{min}} znaků" + +msgid "Items must be unique" +msgstr "Položky musí se nesmí opakovat" + +msgid "Invalid date format" +msgstr "Nesprávný formát data" + +msgid "Publishers must be unique" +msgstr "Vydavatelé se nesmí opakovat" + +msgid "Notes must be unique" +msgstr "Poznámky se nesmí opakovat" + +msgid "Must be between -180 and 180" +msgstr "Musí být mezi -180 a 180" + +msgid "Must be between -90 and 90" +msgstr "Musí být mezi -90 a 90" + +msgid "Locations must be unique" +msgstr "Lokality se nesmí opakovat" + +msgid "Please provide an URL in valid format" +msgstr "Uveďte prosím adresu URL v platném formátu" + +msgid "URL must be provided for this field if used" +msgstr "Pro toto pole musí být uvedena platná adresa URL" + +msgid "Project codes must be unique" +msgstr "Kódy projektů se nesmí opakovat" + +msgid "Subjects must be unique" +msgstr "Předměty se nesmí opakovat" + +msgid "Series titles must be unique" +msgstr "Názvy sérií se nesmí opakovat" + +msgid "Object identifiers must be unique" +msgstr "Identifikátory objektů se nesmí opakovat" + +msgid "We couldn't find any matches for " +msgstr "Nenašli jsme žádné shody pro " + +msgid "your search" +msgstr "vaše vyhledávání" + +msgid "Start over" +msgstr "Začít znovu" + +msgid "ProTip" +msgstr "ProTip" + +msgid "will give you all the publications from 2017 until today." +msgstr "vám poskytne všechny publikace od roku 2017 do současnosti." + +msgid "For more tips, check out our " +msgstr "Další tipy naleznete v našem " + +msgid "Search guide" +msgstr "Průvodce hledáním" + +msgid "search guide" +msgstr "průvodci hledáním" + +msgid " for defining advanced search queries." +msgstr "pro definování pokročilých vyhledávacích dotazů." + +msgid "ORCID profile" +msgstr "ORCID profil" + +msgid "Scopus ID profile" +msgstr "Scopus ID profil" + +msgid "ROR profile" +msgstr "ROR profil" + +msgid "WOS Researcher ID" +msgstr "WOS Researcher ID" + +msgid "DOI profile" +msgstr "DOI profil" + +msgid "GND profile" +msgstr "GND profil" + +msgid "Find all records" +msgstr "Vyhledat všechny záznamy" + +msgid "by this document type" +msgstr "s tímto typem dokumentu" + +msgid "Languages" +msgstr "Jazyky" + +msgid "defended" +msgstr "obhájeno" + +msgid "not defended" +msgstr "neobhájeno" + +msgid "Uploaded on" +msgstr "Nahráno dne" + +msgid "Published in: " +msgstr "Zveřejněno v: " + +msgid "No description" +msgstr "Žádný popis" + +msgid "No publication date found." +msgstr "Datum zveřejnění nenalezeno." + +msgid "$schema.help" +msgstr "" + +msgid "$schema.hint" +msgstr "" + +msgid "created.help" +msgstr "" + +msgid "created.hint" +msgstr "" + +msgid "id.help" +msgstr "" + +msgid "id.hint" +msgstr "" + +msgid "metadata.help" +msgstr "" + +msgid "metadata.label" +msgstr "Metadata záznamu" + +msgid "metadata.hint" +msgstr "" + +msgid "metadata/abstract.help" +msgstr "" + +msgid "metadata/abstract.hint" +msgstr "" + +msgid "metadata/abstract/lang.help" +msgstr "" + +msgid "metadata/abstract/lang.hint" +msgstr "" + +msgid "metadata/abstract/value.help" +msgstr "" + +msgid "metadata/abstract/value.hint" +msgstr "" + +msgid "metadata/accessRights.help" +msgstr "" + +msgid "metadata/accessRights.hint" +msgstr "" + +msgid "metadata/accessRights/id.help" +msgstr "" + +msgid "metadata/accessRights/id.label" +msgstr "Identifikátor" + +msgid "metadata/accessRights/id.hint" +msgstr "" + +msgid "metadata/accessRights/title.help" +msgstr "" + +msgid "metadata/accessRights/title.label" +msgstr "Přístupová práva" + +msgid "metadata/accessRights/title.hint" +msgstr "" + +msgid "metadata/accessRights/@v.help" +msgstr "" + +msgid "metadata/accessRights/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/accessRights/@v.hint" +msgstr "" + +msgid "metadata/accessibility.help" +msgstr "" + +msgid "metadata/accessibility.hint" +msgstr "" + +msgid "metadata/accessibility/lang.help" +msgstr "" + +msgid "metadata/accessibility/lang.hint" +msgstr "" + +msgid "metadata/accessibility/value.help" +msgstr "" + +msgid "metadata/accessibility/value.hint" +msgstr "" + +msgid "metadata/additionalTitles.label" +msgstr "Další názvy" + +msgid "metadata/additionalTitles.help" +msgstr "Další názvy" + +msgid "metadata/additionalTitles.hint" +msgstr "" + +msgid "metadata/additionalTitles/title.help" +msgstr "" + +msgid "metadata/additionalTitles/title.hint" +msgstr "" + +msgid "metadata/additionalTitles/title/lang.help" +msgstr "" + +msgid "metadata/additionalTitles/title/lang.hint" +msgstr "" + +msgid "metadata/additionalTitles/title/value.help" +msgstr "" + +msgid "metadata/additionalTitles/title/value.hint" +msgstr "" + +msgid "metadata/additionalTitles/titleType.help" +msgstr "" + +msgid "metadata/additionalTitles/titleType.hint" +msgstr "" + +msgid "metadata/additionalTitles/titleType.enum.translatedTitle" +msgstr "Přeložený název" + +msgid "metadata/additionalTitles/titleType.enum.alternativeTitle" +msgstr "Alternativní název" + +msgid "metadata/additionalTitles/titleType.enum.subtitle" +msgstr "Podnázev" + +msgid "metadata/additionalTitles/titleType.enum.other" +msgstr "Jiný název" + +msgid "metadata/collection.help" +msgstr "" + +msgid "metadata/collection.hint" +msgstr "" + +msgid "metadata/contributors.label" +msgstr "Přispěvatelé" + +msgid "metadata/contributors.help" +msgstr "" + +msgid "metadata/contributors.hint" +msgstr "" + +msgid "metadata/contributors/affiliations.help" +msgstr "" + +msgid "metadata/contributors/affiliations.hint" +msgstr "" +"Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu " +"podíleli." + +msgid "metadata/contributors/affiliations/id.help" +msgstr "" + +msgid "metadata/contributors/affiliations/id.label" +msgstr "Identifikátor" + +msgid "metadata/contributors/affiliations/id.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/title.help" +msgstr "" + +msgid "metadata/contributors/affiliations/title.label" +msgstr "" + +msgid "metadata/contributors/affiliations/title.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy.label" +msgstr "Hierarchie" + +msgid "metadata/contributors/affiliations/hierarchy.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors.label" +msgstr "Nadřazené termíny" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors_or_self.label" +msgstr "Tento termín a nadřazené termíny" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/level.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/level.label" +msgstr "Úroveň zanoření" + +msgid "metadata/contributors/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/parent.label" +msgstr "Předek" + +msgid "metadata/contributors/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/title.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/title.label" +msgstr "Název termínu" + +msgid "metadata/contributors/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/@v.help" +msgstr "" + +msgid "metadata/contributors/affiliations/@v.label" +msgstr "Verze odkazovaného termínu" + +msgid "metadata/contributors/affiliations/@v.hint" +msgstr "" + +msgid "metadata/contributors/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/contributors/authorityIdentifiers.label" +msgstr "Identifikátory" + +msgid "metadata/contributors/authorityIdentifiers.hint" +msgstr "" + +msgid "identifier.label" +msgstr "Identifikátor" + +msgid "identifier.help" +msgstr "" + +msgid "identifier.hint" +msgstr "" + +msgid "identifier_type.label" +msgstr "Typ identifikátoru" + +msgid "identifier_type.hint" +msgstr "" +"Doporučujeme zadat alespoň jeden z typů identifikátorů.\n" +"Pokud potřebujete rozšířit nabídku typů identifikátorů, kontaktujte nás na support@narodni-repozitar.cz.\n" + +msgid "identifier_type.help" +msgstr "" + +msgid "identifier_type.enum.orcid" +msgstr "" + +msgid "identifier_type.enum.scopusID" +msgstr "" + +msgid "identifier_type.enum.researcherID" +msgstr "" + +msgid "identifier_type.enum.czenasAutID" +msgstr "" + +msgid "identifier_type.enum.vedidk" +msgstr "" + +msgid "identifier_type.enum.institutionalID" +msgstr "" + +msgid "identifier_type.enum.ISNI" +msgstr "" + +msgid "identifier_type.enum.ROR" +msgstr "" + +msgid "identifier_type.enum.ICO" +msgstr "" + +msgid "identifier_type.enum.DOI" +msgstr "" + +msgid "metadata/contributors/fullName.help" +msgstr "" + +msgid "metadata/contributors/fullName.hint" +msgstr "" + +msgid "metadata/contributors/nameType.hint" +msgstr "Jako tvůrce je možné označit osobu nebo instituci." + +msgid "metadata/contributors/nameType.help" +msgstr "" + +msgid "metadata/contributors/nameType.enum.Organizational" +msgstr "Organizace" + +msgid "metadata/contributors/nameType.enum.Personal" +msgstr "Osoba" + +msgid "metadata/contributors/role.help" +msgstr "" + +msgid "metadata/contributors/role.hint" +msgstr "" + +msgid "metadata/contributors/role/id.help" +msgstr "" + +msgid "metadata/contributors/role/id.label" +msgstr "Identifikátor" + +msgid "metadata/contributors/role/id.hint" +msgstr "" + +msgid "metadata/contributors/role/title.help" +msgstr "" + +msgid "metadata/contributors/role/title.label" +msgstr "Role přispěvovatele" + +msgid "metadata/contributors/role/title.hint" +msgstr "" + +msgid "metadata/contributors/role/@v.help" +msgstr "" + +msgid "metadata/contributors/role/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/contributors/role/@v.hint" +msgstr "" + +msgid "metadata/creators.label" +msgstr "Autoři" + +msgid "metadata/creators.help" +msgstr "" + +msgid "metadata/creators.hint" +msgstr "" + +msgid "metadata/creators/affiliations.help" +msgstr "" + +msgid "metadata/creators/affiliations.hint" +msgstr "" +"Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu " +"podíleli." + +msgid "metadata/creators/affiliations/id.help" +msgstr "" + +msgid "metadata/creators/affiliations/id.label" +msgstr "Identifikátor" + +msgid "metadata/creators/affiliations/id.hint" +msgstr "" + +msgid "metadata/creators/affiliations/title.help" +msgstr "" + +msgid "metadata/creators/affiliations/title.label" +msgstr "Název instituce" + +msgid "metadata/creators/affiliations/title.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy.label" +msgstr "Hierarchie" + +msgid "metadata/creators/affiliations/hierarchy.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors.label" +msgstr "Nadřazené termíny" + +msgid "metadata/creators/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors_or_self.label" +msgstr "Tento termín a nadřazené termíny" + +msgid "metadata/creators/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/level.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/level.label" +msgstr "Úroveň zanoření" + +msgid "metadata/creators/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/parent.label" +msgstr "Nadřazený termín" + +msgid "metadata/creators/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/title.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/title.label" +msgstr "Název" + +msgid "metadata/creators/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/creators/affiliations/@v.help" +msgstr "" + +msgid "metadata/creators/affiliations/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/creators/affiliations/@v.hint" +msgstr "" + +msgid "metadata/creators/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/creators/authorityIdentifiers.label" +msgstr "Identifikátory" + +msgid "metadata/creators/authorityIdentifiers.hint" +msgstr "" + +msgid "metadata/creators/fullName.help" +msgstr "" + +msgid "metadata/creators/fullName.hint" +msgstr "" + +msgid "metadata/creators/nameType.hint" +msgstr "Jako tvůrce je možné označit osobu nebo instituci." + +msgid "metadata/creators/nameType.help" +msgstr "" + +msgid "metadata/creators/nameType.enum.Organizational" +msgstr "Organizace" + +msgid "metadata/creators/nameType.enum.Personal" +msgstr "Osoba" + +msgid "metadata/dateAvailable.help" +msgstr "" + +msgid "metadata/dateAvailable.hint" +msgstr "" + +msgid "metadata/dateModified.help" +msgstr "" + +msgid "metadata/dateModified.hint" +msgstr "" + +msgid "metadata/events.help" +msgstr "" + +msgid "metadata/events.hint" +msgstr "" + +msgid "metadata/events/eventDate.label" +msgstr "Datum konání akce" + +msgid "metadata/events/eventDate.help" +msgstr "" + +msgid "metadata/events/eventDate.hint" +msgstr "" + +msgid "metadata/events/eventLocation.help" +msgstr "" + +msgid "metadata/events/eventLocation.label" +msgstr "Místo konání akce" + +msgid "metadata/events/eventLocation.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country.help" +msgstr "" + +msgid "metadata/events/eventLocation/country.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country/id.help" +msgstr "" + +msgid "metadata/events/eventLocation/country/id.label" +msgstr "Identifikátor země" + +msgid "metadata/events/eventLocation/country/id.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country/title.help" +msgstr "" + +msgid "metadata/events/eventLocation/country/title.label" +msgstr "Název země" + +msgid "metadata/events/eventLocation/country/title.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country/@v.help" +msgstr "" + +msgid "metadata/events/eventLocation/country/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/events/eventLocation/country/@v.hint" +msgstr "" + +msgid "metadata/events/eventLocation/place.help" +msgstr "" + +msgid "metadata/events/eventLocation/place.hint" +msgstr "" + +msgid "metadata/events/eventNameAlternate.help" +msgstr "" + +msgid "metadata/events/eventNameAlternate.label" +msgstr "Alternativní název akce" + +msgid "metadata/events/eventNameAlternate.hint" +msgstr "" + +msgid "metadata/events/eventNameOriginal.label" +msgstr "Název akce" + +msgid "metadata/events/eventNameOriginal.help" +msgstr "" + +msgid "metadata/events/eventNameOriginal.hint" +msgstr "" + +msgid "metadata/externalLocation.help" +msgstr "" + +msgid "metadata/externalLocation.hint" +msgstr "" + +msgid "metadata/externalLocation/externalLocationNote.label" +msgstr "Poznámka" + +msgid "metadata/externalLocation/externalLocationNote.help" +msgstr "" + +msgid "metadata/externalLocation/externalLocationNote.hint" +msgstr "" + +msgid "metadata/externalLocation/externalLocationURL.help" +msgstr "" + +msgid "metadata/externalLocation/externalLocationURL.hint" +msgstr "" + +msgid "metadata/fundingReferences.help" +msgstr "" + +msgid "metadata/fundingReferences.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder.help" +msgstr "" + +msgid "metadata/fundingReferences/funder.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder/id.help" +msgstr "" + +msgid "metadata/fundingReferences/funder/id.label" +msgstr "Identifikátor" + +msgid "metadata/fundingReferences/funder/id.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder/title.help" +msgstr "" + +msgid "metadata/fundingReferences/funder/title.label" +msgstr "Název zdroje financování" + +msgid "metadata/fundingReferences/funder/title.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder/@v.help" +msgstr "" + +msgid "metadata/fundingReferences/funder/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/fundingReferences/funder/@v.hint" +msgstr "" + +msgid "metadata/fundingReferences/fundingProgram.label" +msgstr "Výzkumný program" + +msgid "metadata/fundingReferences/fundingProgram.help" +msgstr "" + +msgid "metadata/fundingReferences/fundingProgram.hint" +msgstr "" + +msgid "metadata/fundingReferences/projectID.help" +msgstr "" + +msgid "metadata/fundingReferences/projectID.hint" +msgstr "" + +msgid "metadata/fundingReferences/projectName.label" +msgstr "Název projektu" + +msgid "metadata/fundingReferences/projectName.help" +msgstr "" + +msgid "metadata/fundingReferences/projectName.hint" +msgstr "" + +msgid "metadata/geoLocations.help" +msgstr "" + +msgid "metadata/geoLocations.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPlace.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPlace.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint.label" +msgstr "Místo" + +msgid "metadata/geoLocations/geoLocationPoint.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.hint" +msgstr "" + +msgid "metadata/languages.help" +msgstr "" + +msgid "metadata/languages.hint" +msgstr "" + +msgid "metadata/languages/id.help" +msgstr "" + +msgid "metadata/languages/id.label" +msgstr "Identifikátor jazyka" + +msgid "metadata/languages/id.hint" +msgstr "" + +msgid "metadata/languages/title.help" +msgstr "" + +msgid "metadata/languages/title.label" +msgstr "Název jazyka" + +msgid "metadata/languages/title.hint" +msgstr "" + +msgid "metadata/languages/@v.help" +msgstr "" + +msgid "metadata/languages/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/languages/@v.hint" +msgstr "" + +msgid "metadata/methods.help" +msgstr "" + +msgid "metadata/methods.hint" +msgstr "" + +msgid "metadata/methods/lang.help" +msgstr "" + +msgid "metadata/methods/lang.hint" +msgstr "" + +msgid "metadata/methods/value.help" +msgstr "" + +msgid "metadata/methods/value.hint" +msgstr "" + +msgid "metadata/notes.help" +msgstr "" + +msgid "metadata/notes.hint" +msgstr "" + +msgid "metadata/objectIdentifiers.help" +msgstr "" + +msgid "metadata/objectIdentifiers.hint" +msgstr "" + +msgid "metadata/objectIdentifiers/identifier.help" +msgstr "" + +msgid "metadata/objectIdentifiers/identifier.hint" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.help" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.hint" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.DOI" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.Handle" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.ISBN" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.ISSN" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.RIV" +msgstr "" + +msgid "metadata/originalRecord.help" +msgstr "" + +msgid "metadata/originalRecord.hint" +msgstr "" + +msgid "metadata/publishers.help" +msgstr "" + +msgid "metadata/publishers.hint" +msgstr "" + +msgid "metadata/relatedItems.label" +msgstr "Vazba na/z dalších zdrojů:" + +msgid "metadata/relatedItems.help" +msgstr "" + +msgid "metadata/relatedItems.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors.label" +msgstr "Přispěvatelé" + +msgid "metadata/relatedItems/itemContributors.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations.hint" +msgstr "" +"Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu " +"podíleli." + +msgid "metadata/relatedItems/itemContributors/affiliations/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/id.label" +msgstr "Instituce přispěvovatele" + +msgid "metadata/relatedItems/itemContributors/affiliations/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/title.label" +msgstr "Název instituce" + +msgid "metadata/relatedItems/itemContributors/affiliations/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/hierarchy.label" +msgstr "Hierarchie" + +msgid "metadata/relatedItems/itemContributors/affiliations/hierarchy.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.label" +msgstr "Nařazené termíny" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.label" +msgstr "Tento termín a nadřazené termíny" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/level.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/level.label" +msgstr "Úroveň zanoření" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.label" +msgstr "Nadřazený termín" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/title.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/title.label" +msgstr "Název" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/relatedItems/itemContributors/affiliations/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers.label" +msgstr "Identifikátory" + +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/fullName.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/fullName.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/nameType.hint" +msgstr "Jako tvůrce je možné označit osobu nebo instituci." + +msgid "metadata/relatedItems/itemContributors/nameType.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/nameType.enum.Organizational" +msgstr "Organizace" + +msgid "metadata/relatedItems/itemContributors/nameType.enum.Personal" +msgstr "Osoba" + +msgid "metadata/relatedItems/itemContributors/role.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/id.label" +msgstr "Role přispěvovatele" + +msgid "metadata/relatedItems/itemContributors/role/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/title.label" +msgstr "Název role" + +msgid "metadata/relatedItems/itemContributors/role/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/relatedItems/itemContributors/role/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators.label" +msgstr "Autoři" + +msgid "metadata/relatedItems/itemCreators.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations.hint" +msgstr "" +"Uveďte instituci/instituce, pod jejíž záštitou jste se na tvorbě objektu " +"podíleli." + +msgid "metadata/relatedItems/itemCreators/affiliations/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/id.label" +msgstr "Identifikátor" + +msgid "metadata/relatedItems/itemCreators/affiliations/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/title.label" +msgstr "Název" + +msgid "metadata/relatedItems/itemCreators/affiliations/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy.label" +msgstr "Hierarchie" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.label" +msgstr "Nadřazené termíny" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.label" +msgstr "Tento termín a nadřazené termíny" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.label" +msgstr "Úroveň zanoření" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.label" +msgstr "Nadřazený termín" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.label" +msgstr "Název" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/relatedItems/itemCreators/affiliations/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers.label" +msgstr "Identifikátory" + +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/fullName.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/fullName.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/nameType.hint" +msgstr "Jako tvůrce je možné označit osobu nebo instituci." + +msgid "metadata/relatedItems/itemCreators/nameType.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/nameType.enum.Organizational" +msgstr "Organizace" + +msgid "metadata/relatedItems/itemCreators/nameType.enum.Personal" +msgstr "Osoba" + +msgid "metadata/relatedItems/itemEndPage.help" +msgstr "" + +msgid "metadata/relatedItems/itemEndPage.hint" +msgstr "" + +msgid "metadata/relatedItems/itemIssue.help" +msgstr "" + +msgid "metadata/relatedItems/itemIssue.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs.help" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs.label" +msgstr "Persistentní identifikátory položky" + +msgid "metadata/relatedItems/itemPIDs.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/identifier.help" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/identifier.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.help" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.DOI" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.Handle" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.ISBN" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.ISSN" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.RIV" +msgstr "" + +msgid "metadata/relatedItems/itemPublisher.help" +msgstr "" + +msgid "metadata/relatedItems/itemPublisher.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/id.label" +msgstr "Identifikátor" + +msgid "metadata/relatedItems/itemRelationType/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/title.label" +msgstr "Název typu položky" + +msgid "metadata/relatedItems/itemRelationType/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/relatedItems/itemRelationType/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/id.label" +msgstr "Identifikátor" + +msgid "metadata/relatedItems/itemResourceType/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/title.label" +msgstr "Název typu zdroje" + +msgid "metadata/relatedItems/itemResourceType/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/relatedItems/itemResourceType/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemStartPage.help" +msgstr "" + +msgid "metadata/relatedItems/itemStartPage.hint" +msgstr "" + +msgid "metadata/relatedItems/itemTitle.label" +msgstr "Název" + +msgid "metadata/relatedItems/itemTitle.help" +msgstr "" + +msgid "metadata/relatedItems/itemTitle.hint" +msgstr "" + +msgid "metadata/relatedItems/itemURL.help" +msgstr "" + +msgid "metadata/relatedItems/itemURL.hint" +msgstr "" + +msgid "metadata/relatedItems/itemVolume.help" +msgstr "" + +msgid "metadata/relatedItems/itemVolume.hint" +msgstr "" + +msgid "metadata/relatedItems/itemYear.help" +msgstr "" + +msgid "metadata/relatedItems/itemYear.hint" +msgstr "" + +msgid "metadata/resourceType.help" +msgstr "" + +msgid "metadata/resourceType.hint" +msgstr "" + +msgid "metadata/resourceType/id.help" +msgstr "" + +msgid "metadata/resourceType/id.label" +msgstr "Identifikátor" + +msgid "metadata/resourceType/id.hint" +msgstr "" + +msgid "metadata/resourceType/title.help" +msgstr "" + +msgid "metadata/resourceType/title.label" +msgstr "Název typu zdroje" + +msgid "metadata/resourceType/title.hint" +msgstr "" + +msgid "metadata/resourceType/@v.help" +msgstr "" + +msgid "metadata/resourceType/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/resourceType/@v.hint" +msgstr "" + +msgid "metadata/rights.help" +msgstr "" + +msgid "metadata/rights.hint" +msgstr "" + +msgid "metadata/rights/id.help" +msgstr "" + +msgid "metadata/rights/id.label" +msgstr "Identifikátor" + +msgid "metadata/rights/id.hint" +msgstr "" + +msgid "metadata/rights/title.help" +msgstr "" + +msgid "metadata/rights/title.label" +msgstr "Název" + +msgid "metadata/rights/title.hint" +msgstr "" + +msgid "metadata/rights/@v.help" +msgstr "" + +msgid "metadata/rights/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/rights/@v.hint" +msgstr "" + +msgid "metadata/series.help" +msgstr "" + +msgid "metadata/series.hint" +msgstr "" + +msgid "metadata/series/seriesTitle.help" +msgstr "" + +msgid "metadata/series/seriesTitle.hint" +msgstr "" + +msgid "metadata/series/seriesVolume.help" +msgstr "" + +msgid "metadata/series/seriesVolume.hint" +msgstr "" + +msgid "metadata/subjectCategories.help" +msgstr "" + +msgid "metadata/subjectCategories.hint" +msgstr "" + +msgid "metadata/subjectCategories/id.help" +msgstr "" + +msgid "metadata/subjectCategories/id.label" +msgstr "Identifikátor" + +msgid "metadata/subjectCategories/id.hint" +msgstr "" + +msgid "metadata/subjectCategories/title.help" +msgstr "" + +msgid "metadata/subjectCategories/title.label" +msgstr "Název" + +msgid "metadata/subjectCategories/title.hint" +msgstr "" + +msgid "metadata/subjectCategories/@v.help" +msgstr "" + +msgid "metadata/subjectCategories/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/subjectCategories/@v.hint" +msgstr "" + +msgid "metadata/subjects.help" +msgstr "" + +msgid "metadata/subjects.hint" +msgstr "" + +msgid "metadata/subjects/classificationCode.help" +msgstr "" + +msgid "metadata/subjects/classificationCode.hint" +msgstr "" + +msgid "metadata/subjects/subject.help" +msgstr "" + +msgid "metadata/subjects/subject.hint" +msgstr "" + +msgid "metadata/subjects/subject/lang.help" +msgstr "" + +msgid "metadata/subjects/subject/lang.hint" +msgstr "" + +msgid "metadata/subjects/subject/value.help" +msgstr "" + +msgid "metadata/subjects/subject/value.hint" +msgstr "" + +msgid "metadata/subjects/subjectScheme.help" +msgstr "" + +msgid "metadata/subjects/subjectScheme.hint" +msgstr "" + +msgid "metadata/subjects/valueURI.help" +msgstr "" + +msgid "metadata/subjects/valueURI.hint" +msgstr "" + +msgid "metadata/systemIdentifiers.label" +msgstr "Systémové identifikátory" + +msgid "metadata/systemIdentifiers.help" +msgstr "" + +msgid "metadata/systemIdentifiers.hint" +msgstr "" + +msgid "metadata/systemIdentifiers/identifier.help" +msgstr "" + +msgid "metadata/systemIdentifiers/identifier.hint" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.help" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.hint" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.nusl" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.nuslOAI" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.originalRecordOAI" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.catalogueSysNo" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.nrOAI" +msgstr "" + +msgid "metadata/technicalInfo.help" +msgstr "" + +msgid "metadata/technicalInfo.hint" +msgstr "" + +msgid "metadata/technicalInfo/lang.help" +msgstr "" + +msgid "metadata/technicalInfo/lang.hint" +msgstr "" + +msgid "metadata/technicalInfo/value.help" +msgstr "" + +msgid "metadata/technicalInfo/value.hint" +msgstr "" + +msgid "metadata/thesis.help" +msgstr "" + +msgid "metadata/thesis.label" +msgstr "Závěrečná práce" + +msgid "metadata/thesis.hint" +msgstr "" + +msgid "metadata/thesis/dateDefended.help" +msgstr "" + +msgid "metadata/thesis/dateDefended.hint" +msgstr "" + +msgid "metadata/thesis/defended.help" +msgstr "" + +msgid "metadata/thesis/defended.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/id.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/id.label" +msgstr "Identifikátor" + +msgid "metadata/thesis/degreeGrantors/id.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/title.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/title.label" +msgstr "Název" + +msgid "metadata/thesis/degreeGrantors/title.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy.label" +msgstr "Hierarchie" + +msgid "metadata/thesis/degreeGrantors/hierarchy.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors.label" +msgstr "Nadřazené termíny" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.label" +msgstr "Tento termín a nadřazené termíny" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/level.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/level.label" +msgstr "Úroveň zanoření" + +msgid "metadata/thesis/degreeGrantors/hierarchy/level.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/parent.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/parent.label" +msgstr "Nadřazený termín" + +msgid "metadata/thesis/degreeGrantors/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/title.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/title.label" +msgstr "Název" + +msgid "metadata/thesis/degreeGrantors/hierarchy/title.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/@v.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/@v.label" +msgstr "Verze odkazovaného záznamu" + +msgid "metadata/thesis/degreeGrantors/@v.hint" +msgstr "" + +msgid "metadata/thesis/studyFields.help" +msgstr "" + +msgid "metadata/thesis/studyFields.hint" +msgstr "" + +msgid "metadata/title.help" +msgstr "" + +msgid "metadata/title.hint" +msgstr "" + +msgid "metadata/version.help" +msgstr "" + +msgid "metadata/version.hint" +msgstr "" + +msgid "syntheticFields.help" +msgstr "" + +msgid "syntheticFields.label" +msgstr "Syntentická pole" + +msgid "syntheticFields.hint" +msgstr "" + +msgid "syntheticFields/institutions.help" +msgstr "" + +msgid "syntheticFields/institutions.hint" +msgstr "" + +msgid "syntheticFields/keywords_cs.help" +msgstr "" + +msgid "syntheticFields/keywords_cs.hint" +msgstr "" + +msgid "syntheticFields/keywords_en.help" +msgstr "" + +msgid "syntheticFields/keywords_en.hint" +msgstr "" + +msgid "syntheticFields/person.help" +msgstr "" + +msgid "syntheticFields/person.hint" +msgstr "" + +msgid "updated.help" +msgstr "" + +msgid "updated.hint" +msgstr "" + +#: docs_app/templates/semantic-ui/docs_app/footer.html:38 +#, python-format +msgid "" +"Powered by InvenioRDM" +msgstr "" +"Založeno na platformě InvenioRDM" + +msgid "Additional titles must be unique" +msgstr "Další názvy se nesmí opakovat" diff --git a/sites/nr-docs/site/nr_docs/translations/en/LC_MESSAGES/messages.mo b/sites/nr-docs/site/nr_docs/translations/en/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..84410df3 Binary files /dev/null and b/sites/nr-docs/site/nr_docs/translations/en/LC_MESSAGES/messages.mo differ diff --git a/sites/nr-docs/site/nr_docs/translations/en/LC_MESSAGES/messages.po b/sites/nr-docs/site/nr_docs/translations/en/LC_MESSAGES/messages.po new file mode 100644 index 00000000..54f9dca8 --- /dev/null +++ b/sites/nr-docs/site/nr_docs/translations/en/LC_MESSAGES/messages.po @@ -0,0 +1,2682 @@ +# +msgid "" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:12 +msgid "$schema.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:14 +msgid "created.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:16 +msgid "id.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:19 +#: models/nr-documents/nr_documents/services/records/facets.py:23 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:7 +msgid "metadata/abstract.label" +msgstr "Abstract" + +#: models/nr-documents/nr_documents/services/records/facets.py:29 +msgid "metadata/abstract/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:37 +msgid "metadata/abstract/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:43 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:11 +msgid "metadata/accessRights.label" +msgstr "Access rights" + +#: models/nr-documents/nr_documents/services/records/facets.py:48 +#: models/nr-documents/nr_documents/services/records/facets.py:52 +msgid "metadata/accessibility.label" +msgstr "Resource accessibility" + +#: models/nr-documents/nr_documents/services/records/facets.py:59 +msgid "metadata/accessibility/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:67 +msgid "metadata/accessibility/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:73 +#: models/nr-documents/nr_documents/services/records/facets.py:78 +msgid "metadata/additionalTitles/title.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:85 +msgid "metadata/additionalTitles/title/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:93 +msgid "metadata/additionalTitles/title/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:99 +msgid "metadata/additionalTitles/titleType.label" +msgstr "Title type" + +#: models/nr-documents/nr_documents/services/records/facets.py:103 +msgid "metadata/collection.label" +msgstr "Collection" + +#: models/nr-documents/nr_documents/services/records/facets.py:108 +msgid "metadata/contributors/affiliations.label" +msgstr "Affiliation" + +#: models/nr-documents/nr_documents/services/records/facets.py:114 +msgid "metadata/contributors/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:119 +msgid "metadata/contributors/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:124 +msgid "metadata/contributors/fullName.label" +msgstr "Contributor name" + +#: models/nr-documents/nr_documents/services/records/facets.py:129 +msgid "metadata/contributors/nameType.label" +msgstr "Type" + +#: models/nr-documents/nr_documents/services/records/facets.py:134 +msgid "metadata/contributors/role.label" +msgstr "Contributor's role" + +#: models/nr-documents/nr_documents/services/records/facets.py:140 +msgid "metadata/creators/affiliations.label" +msgstr "Affiliation" + +#: models/nr-documents/nr_documents/services/records/facets.py:146 +msgid "metadata/creators/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:151 +msgid "metadata/creators/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:155 +msgid "metadata/creators/fullName.label" +msgstr "Author name" + +#: models/nr-documents/nr_documents/services/records/facets.py:159 +msgid "metadata/creators/nameType.label" +msgstr "Type" + +#: models/nr-documents/nr_documents/services/records/facets.py:163 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:1 +msgid "metadata/dateAvailable.label" +msgstr "Date available" + +#: models/nr-documents/nr_documents/services/records/facets.py:167 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:2 +msgid "metadata/dateModified.label" +msgstr "Date modified" + +#: models/nr-documents/nr_documents/services/records/facets.py:172 +msgid "metadata/events/eventLocation/country.label" +msgstr "Country" + +#: models/nr-documents/nr_documents/services/records/facets.py:178 +msgid "metadata/events/eventLocation/place.label" +msgstr "Place" + +#: models/nr-documents/nr_documents/services/records/facets.py:183 +msgid "metadata/externalLocation/externalLocationURL.label" +msgstr "Resource external location" + +#: models/nr-documents/nr_documents/services/records/facets.py:188 +msgid "metadata/fundingReferences/funder.label" +msgstr "Funder" + +#: models/nr-documents/nr_documents/services/records/facets.py:194 +msgid "metadata/fundingReferences/projectID.label" +msgstr "Project double" + +#: models/nr-documents/nr_documents/services/records/facets.py:199 +msgid "metadata/geoLocations/geoLocationPlace.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:204 +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.label" +msgstr "Latitude" + +#: models/nr-documents/nr_documents/services/records/facets.py:209 +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.label" +msgstr "Longitude" + +#: models/nr-documents/nr_documents/services/records/facets.py:214 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:3 +msgid "metadata/languages.label" +msgstr "Language" + +#: models/nr-documents/nr_documents/services/records/facets.py:219 +#: models/nr-documents/nr_documents/services/records/facets.py:223 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:17 +msgid "metadata/methods.label" +msgstr "Methods" + +#: models/nr-documents/nr_documents/services/records/facets.py:229 +msgid "metadata/methods/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:236 +msgid "metadata/methods/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:242 +msgid "metadata/objectIdentifiers/identifier.label" +msgstr "Object identifier" + +#: models/nr-documents/nr_documents/services/records/facets.py:247 +msgid "metadata/objectIdentifiers/scheme.label" +msgstr "Identifier type" + +#: models/nr-documents/nr_documents/services/records/facets.py:251 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:14 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:15 +msgid "metadata/originalRecord.label" +msgstr "Original record URL" + +#: models/nr-documents/nr_documents/services/records/facets.py:256 +msgid "metadata/relatedItems/itemContributors/affiliations.label" +msgstr "Affiliation" + +#: models/nr-documents/nr_documents/services/records/facets.py:262 +msgid "" +"metadata/relatedItems/itemContributors/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:269 +msgid "" +"metadata/relatedItems/itemContributors/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:274 +msgid "metadata/relatedItems/itemContributors/fullName.label" +msgstr "Author name" + +#: models/nr-documents/nr_documents/services/records/facets.py:279 +msgid "metadata/relatedItems/itemContributors/nameType.label" +msgstr "Type" + +#: models/nr-documents/nr_documents/services/records/facets.py:284 +msgid "metadata/relatedItems/itemContributors/role.label" +msgstr "Contributor's role" + +#: models/nr-documents/nr_documents/services/records/facets.py:290 +msgid "metadata/relatedItems/itemCreators/affiliations.label" +msgstr "Affiliation" + +#: models/nr-documents/nr_documents/services/records/facets.py:296 +msgid "" +"metadata/relatedItems/itemCreators/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:301 +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:306 +msgid "metadata/relatedItems/itemCreators/fullName.label" +msgstr "Author name" + +#: models/nr-documents/nr_documents/services/records/facets.py:311 +msgid "metadata/relatedItems/itemCreators/nameType.label" +msgstr "Type" + +#: models/nr-documents/nr_documents/services/records/facets.py:316 +msgid "metadata/relatedItems/itemEndPage.label" +msgstr "End page" + +#: models/nr-documents/nr_documents/services/records/facets.py:321 +msgid "metadata/relatedItems/itemIssue.label" +msgstr "Issue" + +#: models/nr-documents/nr_documents/services/records/facets.py:326 +msgid "metadata/relatedItems/itemPIDs/identifier.label" +msgstr "Object identifier" + +#: models/nr-documents/nr_documents/services/records/facets.py:331 +msgid "metadata/relatedItems/itemPIDs/scheme.label" +msgstr "Identifier type" + +#: models/nr-documents/nr_documents/services/records/facets.py:336 +msgid "metadata/relatedItems/itemPublisher.label" +msgstr "Publisher" + +#: models/nr-documents/nr_documents/services/records/facets.py:341 +msgid "metadata/relatedItems/itemRelationType.label" +msgstr "Relation type" + +#: models/nr-documents/nr_documents/services/records/facets.py:347 +msgid "metadata/relatedItems/itemResourceType.label" +msgstr "Resource type" + +#: models/nr-documents/nr_documents/services/records/facets.py:353 +msgid "metadata/relatedItems/itemStartPage.label" +msgstr "Start page" + +#: models/nr-documents/nr_documents/services/records/facets.py:358 +msgid "metadata/relatedItems/itemURL.label" +msgstr "URL" + +#: models/nr-documents/nr_documents/services/records/facets.py:363 +msgid "metadata/relatedItems/itemVolume.label" +msgstr "Volume" + +#: models/nr-documents/nr_documents/services/records/facets.py:368 +msgid "metadata/relatedItems/itemYear.label" +msgstr "Year" + +#: models/nr-documents/nr_documents/services/records/facets.py:373 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:4 +msgid "metadata/resourceType.label" +msgstr "Resource type" + +#: models/nr-documents/nr_documents/services/records/facets.py:378 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:12 +msgid "metadata/rights.label" +msgstr "License" + +#: models/nr-documents/nr_documents/services/records/facets.py:382 +msgid "metadata/series/seriesTitle.label" +msgstr "Series title" + +#: models/nr-documents/nr_documents/services/records/facets.py:386 +msgid "metadata/series/seriesVolume.label" +msgstr "Series volume" + +#: models/nr-documents/nr_documents/services/records/facets.py:391 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:20 +msgid "metadata/subjectCategories.label" +msgstr "Subject categories" + +#: models/nr-documents/nr_documents/services/records/facets.py:397 +msgid "metadata/subjects/classificationCode.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:402 +#: models/nr-documents/nr_documents/services/records/facets.py:407 +msgid "metadata/subjects/subject.label" +msgstr "Keywords" + +#: models/nr-documents/nr_documents/services/records/facets.py:414 +msgid "metadata/subjects/subject/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:422 +msgid "metadata/subjects/subject/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:428 +msgid "metadata/subjects/subjectScheme.label" +msgstr "Subject scheme" + +#: models/nr-documents/nr_documents/services/records/facets.py:432 +msgid "metadata/subjects/valueURI.label" +msgstr "Subject definition URI" + +#: models/nr-documents/nr_documents/services/records/facets.py:437 +msgid "metadata/systemIdentifiers/identifier.label" +msgstr "System Identifier" + +#: models/nr-documents/nr_documents/services/records/facets.py:442 +msgid "metadata/systemIdentifiers/scheme.label" +msgstr "Identifier type" + +#: models/nr-documents/nr_documents/services/records/facets.py:446 +#: models/nr-documents/nr_documents/services/records/facets.py:450 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:21 +msgid "metadata/technicalInfo.label" +msgstr "Technical information" + +#: models/nr-documents/nr_documents/services/records/facets.py:457 +msgid "metadata/technicalInfo/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:465 +msgid "metadata/technicalInfo/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:470 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:5 +msgid "metadata/thesis/dateDefended.label" +msgstr "Date defended" + +#: models/nr-documents/nr_documents/services/records/facets.py:474 +msgid "metadata/thesis/defended.label" +msgstr "Defended?" + +#: models/nr-documents/nr_documents/services/records/facets.py:479 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:8 +msgid "metadata/thesis/degreeGrantors.label" +msgstr "Degree grantor" + +#: models/nr-documents/nr_documents/services/records/facets.py:484 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:9 +msgid "metadata/thesis/studyFields.label" +msgstr "Study fields" + +#: models/nr-documents/nr_documents/services/records/facets.py:488 +msgid "metadata/title.label" +msgstr "Title" + +#: models/nr-documents/nr_documents/services/records/facets.py:492 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:22 +msgid "metadata/version.label" +msgstr "Resource version" + +#: models/nr-documents/nr_documents/services/records/facets.py:496 +msgid "syntheticFields/institutions.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:500 +msgid "syntheticFields/keywords_cs.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:504 +msgid "syntheticFields/keywords_en.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:508 +msgid "syntheticFields/person.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:511 +msgid "updated.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/views.py:23 +msgid "New upload" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:5 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:11 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:21 +msgid "in" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:5 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:6 +msgid "In this community" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:11 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:12 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:20 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:21 +msgid "All document records" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:30 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:31 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/frontpage.html:52 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/frontpage.html:53 +msgid "Search" +msgstr "Search" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:6 +msgid "metadata/subjects.label" +msgstr "Keywords" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:10 +msgid "metadata/publishers.label" +msgstr "Publishers" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:13 +msgid "metadata/events.label" +msgstr "Events" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:14 +msgid "metadata/externalLocation.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:15 +msgid "metadata/fundingReferences.label" +msgstr "Funding" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:16 +msgid "metadata/geoLocations.label" +msgstr "Geolocation" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:18 +msgid "metadata/notes.label" +msgstr "Notes" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:19 +msgid "metadata/series.label" +msgstr "Series" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Detail.html.jinja:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Search.html.jinja:4 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/detail.html:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html:2 +msgid "NR Document repository" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Main.html.jinja:9 +msgid "People" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Search.html.jinja:4 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html:2 +msgid "Search results" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:3 +msgid "Collection" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:6 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:7 +msgid "metadata/objectIdentifiers.label" +msgstr "Object identifiers" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:22 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:23 +msgid "Export" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:70 +msgid "API" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:70 +msgid "Links" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/footer.html:18 +msgid "Contact" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/footer.html:38 +#, python-format +msgid "Powered by Invenio" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:15 +msgid "Log in" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:19 +msgid "Sign up" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:36 +msgid "Quick create" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:53 +msgid "Actions" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:72 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:113 +msgid "My account" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:107 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:136 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:143 +msgid "Log out" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/oarepo_ui/components/Person.html.jinja:3 +msgid "Find more records by this person" +msgstr "Find more records by this person" + +#: ui/docs-app/docs_app/templates/semantic-ui/oarepo_ui/components/Subjects.jinja:20 +msgid "Find more records with this subject" +msgstr "Find more records with this subject" + +msgid "Add additional title" +msgstr "Add additional title" + +msgid "Additional titles" +msgstr "Additional titles" + +msgid "Title" +msgstr "Title" + +msgid "Title type" +msgstr "Title type" + +msgid "Creators" +msgstr "Creators" + +msgid "Add creator" +msgstr "Add creator" + +msgid "Edit creator" +msgstr "Edit creator" + +msgid "Edit" +msgstr "Edit" + +msgid "Remove" +msgstr "Remove" + +msgid "Identifier" +msgstr "Identifier" + +msgid "Type the value of an identifier..." +msgstr "Type the value of an identifier..." + +msgid "Identifiers" +msgstr "Identifiers" + +msgid "e.g. ORCID, ISNI or GND." +msgstr "e.g. ORCID, ISNI or GND." + +msgid "Save and add another" +msgstr "Save and add another" + +msgid "Given name is a required field." +msgstr "Given name is a required field." + +msgid "Family name is a required field." +msgstr "Family name is a required field." + +msgid "Role is a required field." +msgstr "Role is a required field." + +msgid "Added" +msgstr "Added" + +msgid "Person" +msgstr "Person" + +msgid "Organization" +msgstr "Organization" + +msgid "Search for persons by name, identifier, or affiliation..." +msgstr "Search for persons by name, identifier, or affiliation..." + +msgid "Family name" +msgstr "Family name" + +msgid "Given names" +msgstr "Given names" + +msgid "Name" +msgstr "Name" + +msgid "Organization name" +msgstr "Organization name" + +msgid "e.g. ROR, ISNI or GND." +msgstr "e.g. ROR, ISNI or GND." + +msgid "Affiliations" +msgstr "Affiliations" + +msgid "Select one or more affiliations" +msgstr "Select one or more affiliations" + +msgid "Select role" +msgstr "Select role" + +msgid "Role" +msgstr "Role" + +msgid "Cancel" +msgstr "Cancel" + +msgid "Save" +msgstr "Save" + +msgid "Couldn't find your person? You can <2>create a new entry." +msgstr "Couldn't find your person? You can <2>create a new entry." + +msgid "" +"In case your upload was already published elsewhere, please use the date of " +"the first publication. Format: YYYY-MM-DD, YYYY-MM, or YYYY. For intervals " +"use DATE/DATE, e.g. 1939/1945." +msgstr "" +"In case your upload was already published elsewhere, please use the date of " +"the first publication. Format: YYYY-MM-DD, YYYY-MM, or YYYY. For intervals " +"use DATE/DATE, e.g. 1939/1945." + +msgid "Publication date" +msgstr "Publication date" + +msgid "" +"YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD for intervals. MM and DD are optional." +msgstr "" +"YYYY-MM-DD or YYYY-MM-DD/YYYY-MM-DD for intervals. MM and DD are optional." + +msgid "Delete" +msgstr "Delete" + +msgid "Are you sure you wish delete this draft?" +msgstr "Are you sure you wish delete this draft?" + +msgid "If you delete the draft, the work you have done on it will be lost." +msgstr "If you delete the draft, the work you have done on it will be lost." + +msgid "Add event" +msgstr "Add event" + +msgid "Events" +msgstr "Events" + +msgid "Event name" +msgstr "Event name" + +msgid "Event alternate name" +msgstr "Event alternate name" + +msgid "Add event alternate name" +msgstr "Add event alternate name" + +msgid "Event date" +msgstr "Event date" + +msgid "Place" +msgstr "Place" + +msgid "Country" +msgstr "Country" + +msgid "External location" +msgstr "External location" + +msgid "Resource external location" +msgstr "Resource external location" + +msgid "Note" +msgstr "Note" + +msgid "Add funder" +msgstr "Add funder" + +msgid "Funding" +msgstr "Funding" + +msgid "Project code" +msgstr "Project code" + +msgid "Project name" +msgstr "Project name" + +msgid "Funding program" +msgstr "Funding program" + +msgid "Funder" +msgstr "Funder" + +msgid "Add location" +msgstr "Add location" + +msgid "Geolocation" +msgstr "Geolocation" + +msgid "Location" +msgstr "Location" + +msgid "Longitude" +msgstr "Longitude" + +msgid "Latitude" +msgstr "Latitude" + +msgid "Add identifier" +msgstr "Add identifier" + +msgid "Identifier type" +msgstr "Identifier type" + +msgid "Identifier field" +msgstr "Identifier field" + +msgid "Object identifier" +msgstr "Object identifier" + +msgid "Preview" +msgstr "Preview" + +msgid "Publish" +msgstr "Publish" + +msgid "Are you sure you wish to publish this draft?" +msgstr "Are you sure you wish to publish this draft?" + +msgid "Add series" +msgstr "Add series" + +msgid "Series" +msgstr "Series" + +msgid "Series title" +msgstr "Series title" + +msgid "Series volume" +msgstr "Series volume" + +msgid "Add note" +msgstr "Add note" + +msgid "Notes" +msgstr "Notes" + +msgid "Items shall be unique" +msgstr "Items shall be unique" + +msgid "Add subject" +msgstr "Add subject" + +msgid "Subjects" +msgstr "Subjects" + +msgid "Subject scheme" +msgstr "Subject scheme" + +msgid "Subject" +msgstr "" + +msgid "Validate form" +msgstr "Validate form" + +msgid "Basic information" +msgstr "Basic information" + +msgid "Contributors" +msgstr "Contributors" + +msgid "Add contributor" +msgstr "Add contributor" + +msgid "Edit contributor" +msgstr "Edit contributor" + +msgid "Language" +msgstr "Language" + +msgid "Choose languages" +msgstr "Choose languages" + +msgid "Resource type" +msgstr "Resource type" + +msgid "Select resource type" +msgstr "Select resource type" + +msgid "Abstract" +msgstr "Abstract" + +msgid "Description" +msgstr "Description" + +msgid "Detailed description" +msgstr "" +"Detailed description of the methodology and technical information should be " +"specified in the 'Dataset Description' section" + +msgid "Access rights" +msgstr "Access rights" + +msgid "Select access rights" +msgstr "Select access rights" + +msgid "Licenses" +msgstr "Licenses" + +msgid "Choose licenses" +msgstr "Choose licenses" + +msgid "" +"If a Creative Commons license is associated with the resource, select the " +"appropriate license option from the menu. We recommend choosing the latest " +"versions, namely 3.0 Czech and 4.0 International." +msgstr "" +"If a Creative Commons license is associated with the resource, select the " +"appropriate license option from the menu. We recommend choosing the latest " +"versions, namely 3.0 Czech and 4.0 International." + +msgid "Date available" +msgstr "Date available" + +msgid "Date modified" +msgstr "Date modified" + +msgid "Add publisher" +msgstr "Add publisher" + +msgid "Publishers" +msgstr "Publishers" + +msgid "Resource description" +msgstr "Resource description" + +msgid "Subject Categories" +msgstr "Subject Categories" + +msgid "Choose subject categories" +msgstr "Choose subject categories" + +msgid "Select the subject field(s) to which the resource belongs." +msgstr "Select the subject field(s) to which the resource belongs." + +msgid "Methods" +msgstr "Methods" + +msgid "Technical info" +msgstr "Technical info" + +msgid "" +"Detailed information that may be associated with design, implementation, " +"operation, use, and/or maintenance of a process or system" +msgstr "" +"Detailed information that may be associated with design, implementation, " +"operation, use, and/or maintenance of a process or system" + +msgid "" +"Free-form note for any comment that couldn't be inserted in any other " +"fields." +msgstr "" +"Free-form note for any comment that couldn't be inserted in any other " +"fields." + +msgid "Additional information" +msgstr "Additional information" + +msgid "" +"Free description of the location; ie. Atlantic Ocean. Longitude must be a " +"number between -180 and 180 and latitude between -90 and 90." +msgstr "" +"Free description of the location; ie. Atlantic Ocean. Longitude must be a " +"number between -180 and 180 and latitude between -90 and 90." + +msgid "Accessibility" +msgstr "Accessibility" + +msgid "Explanation regarding restricted status of an item" +msgstr "Explanation regarding restricted status of an item" + +msgid "Identifiers information" +msgstr "Identifiers information" + +msgid "Object identifiers" +msgstr "Object identifiers" + +msgid "Persistent identifier/s of object as ISBN, DOI, etc." +msgstr "Persistent identifier/s of object as ISBN, DOI, etc." + +msgid "System identifier" +msgstr "System identifier" + +msgid "System identifiers" +msgstr "System identifiers" + +msgid "This field is required" +msgstr "This field is required" + +msgid "Must have at least x characters" +msgstr "Must have at least {{min}} characters" + +msgid "Items must be unique" +msgstr "Items must be unique" + +msgid "Invalid date format" +msgstr "Invalid date format" + +msgid "Publishers must be unique" +msgstr "Publishers must be unique" + +msgid "Notes must be unique" +msgstr "Notes must be unique" + +msgid "Must be between -180 and 180" +msgstr "Must be between -180 and 180" + +msgid "Must be between -90 and 90" +msgstr "Must be between -90 and 90" + +msgid "Locations must be unique" +msgstr "Locations must be unique" + +msgid "Please provide an URL in valid format" +msgstr "Please provide an URL in valid format" + +msgid "URL must be provided for this field if used" +msgstr "URL must be provided for this field if used" + +msgid "Project codes must be unique" +msgstr "Project codes must be unique" + +msgid "Subjects must be unique" +msgstr "Subjects must be unique" + +msgid "Series titles must be unique" +msgstr "Series titles must be unique" + +msgid "Object identifiers must be unique" +msgstr "Object identifiers must be unique" + +msgid "We couldn't find any matches for " +msgstr "We couldn't find any matches for " + +msgid "your search" +msgstr "your search" + +msgid "Start over" +msgstr "Start over" + +msgid "ProTip" +msgstr "ProTip" + +msgid "will give you all the publications from 2017 until today." +msgstr "will give you all the publications from 2017 until today." + +msgid "For more tips, check out our " +msgstr "For more tips, check out our " + +msgid "Search guide" +msgstr "Search guide" + +msgid "search guide" +msgstr "search guide" + +msgid " for defining advanced search queries." +msgstr " for defining advanced search queries." + +msgid "ORCID profile" +msgstr "ORCID profile" + +msgid "Scopus ID profile" +msgstr "Scopus ID profile" + +msgid "ROR profile" +msgstr "ROR profile" + +msgid "WOS Researcher ID" +msgstr "WOS Researcher ID" + +msgid "DOI profile" +msgstr "DOI profile" + +msgid "GND profile" +msgstr "GND profile" + +msgid "Find all records" +msgstr "Find all records" + +msgid "by this document type" +msgstr "by this document type" + +msgid "Languages" +msgstr "Languages" + +msgid "defended" +msgstr "defended" + +msgid "not defended" +msgstr "not defended" + +msgid "Uploaded on" +msgstr "Uploaded on" + +msgid "Published in: " +msgstr "Published in: " + +msgid "No description" +msgstr "No description" + +msgid "No publication date found." +msgstr "No publication date found." + +msgid "$schema.help" +msgstr "" + +msgid "$schema.hint" +msgstr "" + +msgid "created.help" +msgstr "" + +msgid "created.hint" +msgstr "" + +msgid "id.help" +msgstr "" + +msgid "id.hint" +msgstr "" + +msgid "metadata.help" +msgstr "" + +msgid "metadata.label" +msgstr "" + +msgid "metadata.hint" +msgstr "" + +msgid "metadata/abstract.help" +msgstr "" + +msgid "metadata/abstract.hint" +msgstr "" + +msgid "metadata/abstract/lang.help" +msgstr "" + +msgid "metadata/abstract/lang.hint" +msgstr "" + +msgid "metadata/abstract/value.help" +msgstr "" + +msgid "metadata/abstract/value.hint" +msgstr "" + +msgid "metadata/accessRights.help" +msgstr "" + +msgid "metadata/accessRights.hint" +msgstr "" + +msgid "metadata/accessRights/id.help" +msgstr "" + +msgid "metadata/accessRights/id.label" +msgstr "" + +msgid "metadata/accessRights/id.hint" +msgstr "" + +msgid "metadata/accessRights/title.help" +msgstr "" + +msgid "metadata/accessRights/title.label" +msgstr "" + +msgid "metadata/accessRights/title.hint" +msgstr "" + +msgid "metadata/accessRights/@v.help" +msgstr "" + +msgid "metadata/accessRights/@v.label" +msgstr "" + +msgid "metadata/accessRights/@v.hint" +msgstr "" + +msgid "metadata/accessibility.help" +msgstr "" + +msgid "metadata/accessibility.hint" +msgstr "" + +msgid "metadata/accessibility/lang.help" +msgstr "" + +msgid "metadata/accessibility/lang.hint" +msgstr "" + +msgid "metadata/accessibility/value.help" +msgstr "" + +msgid "metadata/accessibility/value.hint" +msgstr "" + +msgid "metadata/additionalTitles.label" +msgstr "Additional titles" + +msgid "metadata/additionalTitles.help" +msgstr "" + +msgid "metadata/additionalTitles.hint" +msgstr "" + +msgid "metadata/additionalTitles/title.help" +msgstr "" + +msgid "metadata/additionalTitles/title.hint" +msgstr "" + +msgid "metadata/additionalTitles/title/lang.help" +msgstr "" + +msgid "metadata/additionalTitles/title/lang.hint" +msgstr "" + +msgid "metadata/additionalTitles/title/value.help" +msgstr "" + +msgid "metadata/additionalTitles/title/value.hint" +msgstr "" + +msgid "metadata/additionalTitles/titleType.help" +msgstr "" + +msgid "metadata/additionalTitles/titleType.hint" +msgstr "" + +msgid "metadata/additionalTitles/titleType.enum.translatedTitle" +msgstr "" + +msgid "metadata/additionalTitles/titleType.enum.alternativeTitle" +msgstr "" + +msgid "metadata/additionalTitles/titleType.enum.subtitle" +msgstr "" + +msgid "metadata/additionalTitles/titleType.enum.other" +msgstr "" + +msgid "metadata/collection.help" +msgstr "" + +msgid "metadata/collection.hint" +msgstr "" + +msgid "metadata/contributors.label" +msgstr "Contributors" + +msgid "metadata/contributors.help" +msgstr "" + +msgid "metadata/contributors.hint" +msgstr "" + +msgid "metadata/contributors/affiliations.help" +msgstr "" + +msgid "metadata/contributors/affiliations.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/id.help" +msgstr "" + +msgid "metadata/contributors/affiliations/id.label" +msgstr "" + +msgid "metadata/contributors/affiliations/id.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/title.help" +msgstr "" + +msgid "metadata/contributors/affiliations/title.label" +msgstr "" + +msgid "metadata/contributors/affiliations/title.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy.label" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors.label" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors_or_self.label" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/level.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/level.label" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/parent.label" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/title.help" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/title.label" +msgstr "" + +msgid "metadata/contributors/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/contributors/affiliations/@v.help" +msgstr "" + +msgid "metadata/contributors/affiliations/@v.label" +msgstr "" + +msgid "metadata/contributors/affiliations/@v.hint" +msgstr "" + +msgid "metadata/contributors/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/contributors/authorityIdentifiers.label" +msgstr "" + +msgid "metadata/contributors/authorityIdentifiers.hint" +msgstr "" + +msgid "identifier.label" +msgstr "Identifier" + +msgid "identifier.help" +msgstr "" + +msgid "identifier.hint" +msgstr "" + +msgid "identifier_type.label" +msgstr "Identifier type" + +msgid "identifier_type.hint" +msgstr "" +"We recommend providing at least one of the identifier types.\n" +"If you need to expand the range of identifier types, contact us at support@narodni-repozitar.cz.\n" + +msgid "identifier_type.help" +msgstr "" + +msgid "identifier_type.enum.orcid" +msgstr "" + +msgid "identifier_type.enum.scopusID" +msgstr "" + +msgid "identifier_type.enum.researcherID" +msgstr "" + +msgid "identifier_type.enum.czenasAutID" +msgstr "" + +msgid "identifier_type.enum.vedidk" +msgstr "" + +msgid "identifier_type.enum.institutionalID" +msgstr "" + +msgid "identifier_type.enum.ISNI" +msgstr "" + +msgid "identifier_type.enum.ROR" +msgstr "" + +msgid "identifier_type.enum.ICO" +msgstr "" + +msgid "identifier_type.enum.DOI" +msgstr "" + +msgid "metadata/contributors/fullName.help" +msgstr "" + +msgid "metadata/contributors/fullName.hint" +msgstr "" + +msgid "metadata/contributors/nameType.hint" +msgstr "" +"It is possible to designate a person or an institution as the " +"creator/contributor." + +msgid "metadata/contributors/nameType.help" +msgstr "" + +msgid "metadata/contributors/nameType.enum.Organizational" +msgstr "" + +msgid "metadata/contributors/nameType.enum.Personal" +msgstr "" + +msgid "metadata/contributors/role.help" +msgstr "" + +msgid "metadata/contributors/role.hint" +msgstr "" + +msgid "metadata/contributors/role/id.help" +msgstr "" + +msgid "metadata/contributors/role/id.label" +msgstr "" + +msgid "metadata/contributors/role/id.hint" +msgstr "" + +msgid "metadata/contributors/role/title.help" +msgstr "" + +msgid "metadata/contributors/role/title.label" +msgstr "" + +msgid "metadata/contributors/role/title.hint" +msgstr "" + +msgid "metadata/contributors/role/@v.help" +msgstr "" + +msgid "metadata/contributors/role/@v.label" +msgstr "" + +msgid "metadata/contributors/role/@v.hint" +msgstr "" + +msgid "metadata/creators.label" +msgstr "Authors" + +msgid "metadata/creators.help" +msgstr "" + +msgid "metadata/creators.hint" +msgstr "" + +msgid "metadata/creators/affiliations.help" +msgstr "" + +msgid "metadata/creators/affiliations.hint" +msgstr "" + +msgid "metadata/creators/affiliations/id.help" +msgstr "" + +msgid "metadata/creators/affiliations/id.label" +msgstr "" + +msgid "metadata/creators/affiliations/id.hint" +msgstr "" + +msgid "metadata/creators/affiliations/title.help" +msgstr "" + +msgid "metadata/creators/affiliations/title.label" +msgstr "" + +msgid "metadata/creators/affiliations/title.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy.label" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors.label" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors_or_self.label" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/level.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/level.label" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/parent.label" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/title.help" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/title.label" +msgstr "" + +msgid "metadata/creators/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/creators/affiliations/@v.help" +msgstr "" + +msgid "metadata/creators/affiliations/@v.label" +msgstr "" + +msgid "metadata/creators/affiliations/@v.hint" +msgstr "" + +msgid "metadata/creators/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/creators/authorityIdentifiers.label" +msgstr "" + +msgid "metadata/creators/authorityIdentifiers.hint" +msgstr "" + +msgid "metadata/creators/fullName.help" +msgstr "" + +msgid "metadata/creators/fullName.hint" +msgstr "" + +msgid "metadata/creators/nameType.hint" +msgstr "" +"It is possible to designate a person or an institution as the " +"creator/contributor." + +msgid "metadata/creators/nameType.help" +msgstr "" + +msgid "metadata/creators/nameType.enum.Organizational" +msgstr "" + +msgid "metadata/creators/nameType.enum.Personal" +msgstr "" + +msgid "metadata/dateAvailable.help" +msgstr "" + +msgid "metadata/dateAvailable.hint" +msgstr "" + +msgid "metadata/dateModified.help" +msgstr "" + +msgid "metadata/dateModified.hint" +msgstr "" + +msgid "metadata/events.help" +msgstr "" + +msgid "metadata/events.hint" +msgstr "" + +msgid "metadata/events/eventDate.label" +msgstr "Event date" + +msgid "metadata/events/eventDate.help" +msgstr "" + +msgid "metadata/events/eventDate.hint" +msgstr "" + +msgid "metadata/events/eventLocation.help" +msgstr "" + +msgid "metadata/events/eventLocation.label" +msgstr "" + +msgid "metadata/events/eventLocation.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country.help" +msgstr "" + +msgid "metadata/events/eventLocation/country.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country/id.help" +msgstr "" + +msgid "metadata/events/eventLocation/country/id.label" +msgstr "" + +msgid "metadata/events/eventLocation/country/id.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country/title.help" +msgstr "" + +msgid "metadata/events/eventLocation/country/title.label" +msgstr "" + +msgid "metadata/events/eventLocation/country/title.hint" +msgstr "" + +msgid "metadata/events/eventLocation/country/@v.help" +msgstr "" + +msgid "metadata/events/eventLocation/country/@v.label" +msgstr "" + +msgid "metadata/events/eventLocation/country/@v.hint" +msgstr "" + +msgid "metadata/events/eventLocation/place.help" +msgstr "" + +msgid "metadata/events/eventLocation/place.hint" +msgstr "" + +msgid "metadata/events/eventNameAlternate.help" +msgstr "" + +msgid "metadata/events/eventNameAlternate.label" +msgstr "Event alternate name" + +msgid "metadata/events/eventNameAlternate.hint" +msgstr "" + +msgid "metadata/events/eventNameOriginal.label" +msgstr "Event name" + +msgid "metadata/events/eventNameOriginal.help" +msgstr "" + +msgid "metadata/events/eventNameOriginal.hint" +msgstr "" + +msgid "metadata/externalLocation.help" +msgstr "" + +msgid "metadata/externalLocation.hint" +msgstr "" + +msgid "metadata/externalLocation/externalLocationNote.label" +msgstr "Note" + +msgid "metadata/externalLocation/externalLocationNote.help" +msgstr "" + +msgid "metadata/externalLocation/externalLocationNote.hint" +msgstr "" + +msgid "metadata/externalLocation/externalLocationURL.help" +msgstr "" + +msgid "metadata/externalLocation/externalLocationURL.hint" +msgstr "" + +msgid "metadata/fundingReferences.help" +msgstr "" + +msgid "metadata/fundingReferences.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder.help" +msgstr "" + +msgid "metadata/fundingReferences/funder.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder/id.help" +msgstr "" + +msgid "metadata/fundingReferences/funder/id.label" +msgstr "" + +msgid "metadata/fundingReferences/funder/id.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder/title.help" +msgstr "" + +msgid "metadata/fundingReferences/funder/title.label" +msgstr "" + +msgid "metadata/fundingReferences/funder/title.hint" +msgstr "" + +msgid "metadata/fundingReferences/funder/@v.help" +msgstr "" + +msgid "metadata/fundingReferences/funder/@v.label" +msgstr "" + +msgid "metadata/fundingReferences/funder/@v.hint" +msgstr "" + +msgid "metadata/fundingReferences/fundingProgram.label" +msgstr "Funding program" + +msgid "metadata/fundingReferences/fundingProgram.help" +msgstr "" + +msgid "metadata/fundingReferences/fundingProgram.hint" +msgstr "" + +msgid "metadata/fundingReferences/projectID.help" +msgstr "" + +msgid "metadata/fundingReferences/projectID.hint" +msgstr "" + +msgid "metadata/fundingReferences/projectName.label" +msgstr "Project name" + +msgid "metadata/fundingReferences/projectName.help" +msgstr "" + +msgid "metadata/fundingReferences/projectName.hint" +msgstr "" + +msgid "metadata/geoLocations.help" +msgstr "" + +msgid "metadata/geoLocations.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPlace.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPlace.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint.label" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.hint" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.help" +msgstr "" + +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.hint" +msgstr "" + +msgid "metadata/languages.help" +msgstr "" + +msgid "metadata/languages.hint" +msgstr "" + +msgid "metadata/languages/id.help" +msgstr "" + +msgid "metadata/languages/id.label" +msgstr "" + +msgid "metadata/languages/id.hint" +msgstr "" + +msgid "metadata/languages/title.help" +msgstr "" + +msgid "metadata/languages/title.label" +msgstr "" + +msgid "metadata/languages/title.hint" +msgstr "" + +msgid "metadata/languages/@v.help" +msgstr "" + +msgid "metadata/languages/@v.label" +msgstr "" + +msgid "metadata/languages/@v.hint" +msgstr "" + +msgid "metadata/methods.help" +msgstr "" + +msgid "metadata/methods.hint" +msgstr "" + +msgid "metadata/methods/lang.help" +msgstr "" + +msgid "metadata/methods/lang.hint" +msgstr "" + +msgid "metadata/methods/value.help" +msgstr "" + +msgid "metadata/methods/value.hint" +msgstr "" + +msgid "metadata/notes.help" +msgstr "" + +msgid "metadata/notes.hint" +msgstr "" + +msgid "metadata/objectIdentifiers.help" +msgstr "" + +msgid "metadata/objectIdentifiers.hint" +msgstr "" + +msgid "metadata/objectIdentifiers/identifier.help" +msgstr "" + +msgid "metadata/objectIdentifiers/identifier.hint" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.help" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.hint" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.DOI" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.Handle" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.ISBN" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.ISSN" +msgstr "" + +msgid "metadata/objectIdentifiers/scheme.enum.RIV" +msgstr "" + +msgid "metadata/originalRecord.help" +msgstr "" + +msgid "metadata/originalRecord.hint" +msgstr "" + +msgid "metadata/publishers.help" +msgstr "" + +msgid "metadata/publishers.hint" +msgstr "" + +msgid "metadata/relatedItems.label" +msgstr "Link to/from other resources:" + +msgid "metadata/relatedItems.help" +msgstr "" + +msgid "metadata/relatedItems.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors.label" +msgstr "Contributors" + +msgid "metadata/relatedItems/itemContributors.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/id.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/title.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/hierarchy.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/hierarchy.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/level.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/level.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/title.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/title.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemContributors/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/@v.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/affiliations/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/fullName.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/fullName.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/nameType.hint" +msgstr "" +"It is possible to designate a person or an institution as the " +"creator/contributor." + +msgid "metadata/relatedItems/itemContributors/nameType.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/nameType.enum.Organizational" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/nameType.enum.Personal" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/id.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/title.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/@v.label" +msgstr "" + +msgid "metadata/relatedItems/itemContributors/role/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators.label" +msgstr "Authors" + +msgid "metadata/relatedItems/itemCreators.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/id.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/title.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors.hint" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.label" +msgstr "" + +msgid "" +"metadata/relatedItems/itemCreators/affiliations/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/level.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/hierarchy/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/@v.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/affiliations/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers.label" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/fullName.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/fullName.hint" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/nameType.hint" +msgstr "" +"It is possible to designate a person or an institution as the " +"creator/contributor." + +msgid "metadata/relatedItems/itemCreators/nameType.help" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/nameType.enum.Organizational" +msgstr "" + +msgid "metadata/relatedItems/itemCreators/nameType.enum.Personal" +msgstr "" + +msgid "metadata/relatedItems/itemEndPage.help" +msgstr "" + +msgid "metadata/relatedItems/itemEndPage.hint" +msgstr "" + +msgid "metadata/relatedItems/itemIssue.help" +msgstr "" + +msgid "metadata/relatedItems/itemIssue.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs.help" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs.label" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/identifier.help" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/identifier.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.help" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.hint" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.DOI" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.Handle" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.ISBN" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.ISSN" +msgstr "" + +msgid "metadata/relatedItems/itemPIDs/scheme.enum.RIV" +msgstr "" + +msgid "metadata/relatedItems/itemPublisher.help" +msgstr "" + +msgid "metadata/relatedItems/itemPublisher.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/id.label" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/title.label" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/@v.label" +msgstr "" + +msgid "metadata/relatedItems/itemRelationType/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/id.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/id.label" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/id.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/title.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/title.label" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/title.hint" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/@v.help" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/@v.label" +msgstr "" + +msgid "metadata/relatedItems/itemResourceType/@v.hint" +msgstr "" + +msgid "metadata/relatedItems/itemStartPage.help" +msgstr "" + +msgid "metadata/relatedItems/itemStartPage.hint" +msgstr "" + +msgid "metadata/relatedItems/itemTitle.label" +msgstr "Title" + +msgid "metadata/relatedItems/itemTitle.help" +msgstr "" + +msgid "metadata/relatedItems/itemTitle.hint" +msgstr "" + +msgid "metadata/relatedItems/itemURL.help" +msgstr "" + +msgid "metadata/relatedItems/itemURL.hint" +msgstr "" + +msgid "metadata/relatedItems/itemVolume.help" +msgstr "" + +msgid "metadata/relatedItems/itemVolume.hint" +msgstr "" + +msgid "metadata/relatedItems/itemYear.help" +msgstr "" + +msgid "metadata/relatedItems/itemYear.hint" +msgstr "" + +msgid "metadata/resourceType.help" +msgstr "" + +msgid "metadata/resourceType.hint" +msgstr "" + +msgid "metadata/resourceType/id.help" +msgstr "" + +msgid "metadata/resourceType/id.label" +msgstr "" + +msgid "metadata/resourceType/id.hint" +msgstr "" + +msgid "metadata/resourceType/title.help" +msgstr "" + +msgid "metadata/resourceType/title.label" +msgstr "" + +msgid "metadata/resourceType/title.hint" +msgstr "" + +msgid "metadata/resourceType/@v.help" +msgstr "" + +msgid "metadata/resourceType/@v.label" +msgstr "" + +msgid "metadata/resourceType/@v.hint" +msgstr "" + +msgid "metadata/rights.help" +msgstr "" + +msgid "metadata/rights.hint" +msgstr "" + +msgid "metadata/rights/id.help" +msgstr "" + +msgid "metadata/rights/id.label" +msgstr "" + +msgid "metadata/rights/id.hint" +msgstr "" + +msgid "metadata/rights/title.help" +msgstr "" + +msgid "metadata/rights/title.label" +msgstr "" + +msgid "metadata/rights/title.hint" +msgstr "" + +msgid "metadata/rights/@v.help" +msgstr "" + +msgid "metadata/rights/@v.label" +msgstr "" + +msgid "metadata/rights/@v.hint" +msgstr "" + +msgid "metadata/series.help" +msgstr "" + +msgid "metadata/series.hint" +msgstr "" + +msgid "metadata/series/seriesTitle.help" +msgstr "" + +msgid "metadata/series/seriesTitle.hint" +msgstr "" + +msgid "metadata/series/seriesVolume.help" +msgstr "" + +msgid "metadata/series/seriesVolume.hint" +msgstr "" + +msgid "metadata/subjectCategories.help" +msgstr "" + +msgid "metadata/subjectCategories.hint" +msgstr "" + +msgid "metadata/subjectCategories/id.help" +msgstr "" + +msgid "metadata/subjectCategories/id.label" +msgstr "" + +msgid "metadata/subjectCategories/id.hint" +msgstr "" + +msgid "metadata/subjectCategories/title.help" +msgstr "" + +msgid "metadata/subjectCategories/title.label" +msgstr "" + +msgid "metadata/subjectCategories/title.hint" +msgstr "" + +msgid "metadata/subjectCategories/@v.help" +msgstr "" + +msgid "metadata/subjectCategories/@v.label" +msgstr "" + +msgid "metadata/subjectCategories/@v.hint" +msgstr "" + +msgid "metadata/subjects.help" +msgstr "" + +msgid "metadata/subjects.hint" +msgstr "" + +msgid "metadata/subjects/classificationCode.help" +msgstr "" + +msgid "metadata/subjects/classificationCode.hint" +msgstr "" + +msgid "metadata/subjects/subject.help" +msgstr "" + +msgid "metadata/subjects/subject.hint" +msgstr "" + +msgid "metadata/subjects/subject/lang.help" +msgstr "" + +msgid "metadata/subjects/subject/lang.hint" +msgstr "" + +msgid "metadata/subjects/subject/value.help" +msgstr "" + +msgid "metadata/subjects/subject/value.hint" +msgstr "" + +msgid "metadata/subjects/subjectScheme.help" +msgstr "" + +msgid "metadata/subjects/subjectScheme.hint" +msgstr "" + +msgid "metadata/subjects/valueURI.help" +msgstr "" + +msgid "metadata/subjects/valueURI.hint" +msgstr "" + +msgid "metadata/systemIdentifiers.label" +msgstr "System identifiers" + +msgid "metadata/systemIdentifiers.help" +msgstr "" + +msgid "metadata/systemIdentifiers.hint" +msgstr "" + +msgid "metadata/systemIdentifiers/identifier.help" +msgstr "" + +msgid "metadata/systemIdentifiers/identifier.hint" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.help" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.hint" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.nusl" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.nuslOAI" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.originalRecordOAI" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.catalogueSysNo" +msgstr "" + +msgid "metadata/systemIdentifiers/scheme.enum.nrOAI" +msgstr "" + +msgid "metadata/technicalInfo.help" +msgstr "" + +msgid "metadata/technicalInfo.hint" +msgstr "" + +msgid "metadata/technicalInfo/lang.help" +msgstr "" + +msgid "metadata/technicalInfo/lang.hint" +msgstr "" + +msgid "metadata/technicalInfo/value.help" +msgstr "" + +msgid "metadata/technicalInfo/value.hint" +msgstr "" + +msgid "metadata/thesis.help" +msgstr "" + +msgid "metadata/thesis.label" +msgstr "" + +msgid "metadata/thesis.hint" +msgstr "" + +msgid "metadata/thesis/dateDefended.help" +msgstr "" + +msgid "metadata/thesis/dateDefended.hint" +msgstr "" + +msgid "metadata/thesis/defended.help" +msgstr "" + +msgid "metadata/thesis/defended.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/id.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/id.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/id.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/title.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/title.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/title.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/ancestors_or_self.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/level.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/level.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/level.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/parent.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/parent.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/parent.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/title.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/title.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/hierarchy/title.hint" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/@v.help" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/@v.label" +msgstr "" + +msgid "metadata/thesis/degreeGrantors/@v.hint" +msgstr "" + +msgid "metadata/thesis/studyFields.help" +msgstr "" + +msgid "metadata/thesis/studyFields.hint" +msgstr "" + +msgid "metadata/title.help" +msgstr "" + +msgid "metadata/title.hint" +msgstr "" + +msgid "metadata/version.help" +msgstr "" + +msgid "metadata/version.hint" +msgstr "" + +msgid "syntheticFields.help" +msgstr "" + +msgid "syntheticFields.label" +msgstr "" + +msgid "syntheticFields.hint" +msgstr "" + +msgid "syntheticFields/institutions.help" +msgstr "" + +msgid "syntheticFields/institutions.hint" +msgstr "" + +msgid "syntheticFields/keywords_cs.help" +msgstr "" + +msgid "syntheticFields/keywords_cs.hint" +msgstr "" + +msgid "syntheticFields/keywords_en.help" +msgstr "" + +msgid "syntheticFields/keywords_en.hint" +msgstr "" + +msgid "syntheticFields/person.help" +msgstr "" + +msgid "syntheticFields/person.hint" +msgstr "" + +msgid "updated.help" +msgstr "" + +msgid "updated.hint" +msgstr "" + +#: docs_app/templates/semantic-ui/docs_app/footer.html:38 +#, python-format +msgid "" +"Powered by InvenioRDM" +msgstr "" + +msgid "Additional titles must be unique" +msgstr "Additional titles must be unique" diff --git a/sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja b/sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja new file mode 100644 index 00000000..52d3d48e --- /dev/null +++ b/sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja @@ -0,0 +1,22 @@ +{{ _('metadata/dateAvailable.label') }} +{{ _('metadata/dateModified.label') }} +{{ _('metadata/languages.label') }} +{{ _('metadata/resourceType.label') }} +{{ _('metadata/thesis/dateDefended.label') }} +{{ _('metadata/subjects.label') }} +{{ _('metadata/abstract.label') }} +{{ _('metadata/thesis/degreeGrantors.label') }} +{{ _('metadata/thesis/studyFields.label') }} +{{ _('metadata/publishers.label') }} +{{ _('metadata/accessRights.label') }} +{{ _('metadata/rights.label') }} +{{ _('metadata/events.label') }} +{{ _('metadata/externalLocation.label') }} +{{ _('metadata/fundingReferences.label') }} +{{ _('metadata/geoLocations.label') }} +{{ _('metadata/methods.label') }} +{{ _('metadata/notes.label') }} +{{ _('metadata/series.label') }} +{{ _('metadata/subjectCategories.label') }} +{{ _('metadata/technicalInfo.label') }} +{{ _('metadata/version.label') }} diff --git a/sites/nr-docs/site/nr_docs/translations/messages.pot b/sites/nr-docs/site/nr_docs/translations/messages.pot new file mode 100644 index 00000000..441ed986 --- /dev/null +++ b/sites/nr-docs/site/nr_docs/translations/messages.pot @@ -0,0 +1,553 @@ +# Translations template for PROJECT. +# Copyright (C) 2023 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-11-15 14:28+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: models/nr-documents/nr_documents/services/records/facets.py:12 +msgid "$schema.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:14 +msgid "created.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:16 +msgid "id.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:19 +#: models/nr-documents/nr_documents/services/records/facets.py:23 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:7 +msgid "metadata/abstract.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:29 +msgid "metadata/abstract/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:37 +msgid "metadata/abstract/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:43 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:11 +msgid "metadata/accessRights.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:48 +#: models/nr-documents/nr_documents/services/records/facets.py:52 +msgid "metadata/accessibility.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:59 +msgid "metadata/accessibility/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:67 +msgid "metadata/accessibility/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:73 +#: models/nr-documents/nr_documents/services/records/facets.py:78 +msgid "metadata/additionalTitles/title.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:85 +msgid "metadata/additionalTitles/title/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:93 +msgid "metadata/additionalTitles/title/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:99 +msgid "metadata/additionalTitles/titleType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:103 +msgid "metadata/collection.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:108 +msgid "metadata/contributors/affiliations.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:114 +msgid "metadata/contributors/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:119 +msgid "metadata/contributors/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:124 +msgid "metadata/contributors/fullName.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:129 +msgid "metadata/contributors/nameType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:134 +msgid "metadata/contributors/role.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:140 +msgid "metadata/creators/affiliations.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:146 +msgid "metadata/creators/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:151 +msgid "metadata/creators/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:155 +msgid "metadata/creators/fullName.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:159 +msgid "metadata/creators/nameType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:163 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:1 +msgid "metadata/dateAvailable.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:167 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:2 +msgid "metadata/dateModified.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:172 +msgid "metadata/events/eventLocation/country.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:178 +msgid "metadata/events/eventLocation/place.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:183 +msgid "metadata/externalLocation/externalLocationURL.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:188 +msgid "metadata/fundingReferences/funder.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:194 +msgid "metadata/fundingReferences/projectID.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:199 +msgid "metadata/geoLocations/geoLocationPlace.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:204 +msgid "metadata/geoLocations/geoLocationPoint/pointLatitude.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:209 +msgid "metadata/geoLocations/geoLocationPoint/pointLongitude.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:214 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:3 +msgid "metadata/languages.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:219 +#: models/nr-documents/nr_documents/services/records/facets.py:223 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:17 +msgid "metadata/methods.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:229 +msgid "metadata/methods/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:236 +msgid "metadata/methods/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:242 +msgid "metadata/objectIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:247 +msgid "metadata/objectIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:251 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:14 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:15 +msgid "metadata/originalRecord.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:256 +msgid "metadata/relatedItems/itemContributors/affiliations.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:262 +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:269 +msgid "metadata/relatedItems/itemContributors/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:274 +msgid "metadata/relatedItems/itemContributors/fullName.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:279 +msgid "metadata/relatedItems/itemContributors/nameType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:284 +msgid "metadata/relatedItems/itemContributors/role.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:290 +msgid "metadata/relatedItems/itemCreators/affiliations.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:296 +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:301 +msgid "metadata/relatedItems/itemCreators/authorityIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:306 +msgid "metadata/relatedItems/itemCreators/fullName.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:311 +msgid "metadata/relatedItems/itemCreators/nameType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:316 +msgid "metadata/relatedItems/itemEndPage.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:321 +msgid "metadata/relatedItems/itemIssue.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:326 +msgid "metadata/relatedItems/itemPIDs/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:331 +msgid "metadata/relatedItems/itemPIDs/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:336 +msgid "metadata/relatedItems/itemPublisher.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:341 +msgid "metadata/relatedItems/itemRelationType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:347 +msgid "metadata/relatedItems/itemResourceType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:353 +msgid "metadata/relatedItems/itemStartPage.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:358 +msgid "metadata/relatedItems/itemURL.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:363 +msgid "metadata/relatedItems/itemVolume.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:368 +msgid "metadata/relatedItems/itemYear.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:373 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:4 +msgid "metadata/resourceType.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:378 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:12 +msgid "metadata/rights.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:382 +msgid "metadata/series/seriesTitle.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:386 +msgid "metadata/series/seriesVolume.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:391 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:20 +msgid "metadata/subjectCategories.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:397 +msgid "metadata/subjects/classificationCode.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:402 +#: models/nr-documents/nr_documents/services/records/facets.py:407 +msgid "metadata/subjects/subject.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:414 +msgid "metadata/subjects/subject/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:422 +msgid "metadata/subjects/subject/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:428 +msgid "metadata/subjects/subjectScheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:432 +msgid "metadata/subjects/valueURI.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:437 +msgid "metadata/systemIdentifiers/identifier.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:442 +msgid "metadata/systemIdentifiers/scheme.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:446 +#: models/nr-documents/nr_documents/services/records/facets.py:450 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:21 +msgid "metadata/technicalInfo.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:457 +msgid "metadata/technicalInfo/lang.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:465 +msgid "metadata/technicalInfo/value.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:470 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:5 +msgid "metadata/thesis/dateDefended.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:474 +msgid "metadata/thesis/defended.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:479 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:8 +msgid "metadata/thesis/degreeGrantors.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:484 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:9 +msgid "metadata/thesis/studyFields.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:488 +msgid "metadata/title.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:492 +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:22 +msgid "metadata/version.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:496 +msgid "syntheticFields/institutions.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:500 +msgid "syntheticFields/keywords_cs.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:504 +msgid "syntheticFields/keywords_en.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:508 +msgid "syntheticFields/person.label" +msgstr "" + +#: models/nr-documents/nr_documents/services/records/facets.py:511 +msgid "updated.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/views.py:23 +msgid "New upload" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:5 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:11 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:21 +msgid "in" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:5 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:6 +msgid "In this community" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:11 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:12 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:20 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:21 +msgid "All document records" +msgstr "" + +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:30 +#: sites/nr-docs/site/nr_docs/templates/semantic-ui/nr_docs/searchbar.html:31 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/frontpage.html:52 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/frontpage.html:53 +msgid "Search" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:6 +msgid "metadata/subjects.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:10 +msgid "metadata/publishers.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:13 +msgid "metadata/events.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:14 +msgid "metadata/externalLocation.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:15 +msgid "metadata/fundingReferences.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:16 +msgid "metadata/geoLocations.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:18 +msgid "metadata/notes.label" +msgstr "" + +#: sites/nr-docs/site/nr_docs/translations/jinjax_messages.jinja:19 +msgid "metadata/series.label" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Detail.html.jinja:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Search.html.jinja:4 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/detail.html:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html:2 +msgid "NR Document repository" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Main.html.jinja:9 +msgid "People" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Search.html.jinja:4 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html:2 +msgid "Search results" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:2 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:3 +msgid "Collection" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:6 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:7 +msgid "metadata/objectIdentifiers.label" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:22 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:23 +msgid "Export" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:70 +msgid "API" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/Sidebar.html.jinja:70 +msgid "Links" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/footer.html:18 +msgid "Contact" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/footer.html:38 +#, python-format +msgid "Powered by Invenio" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:15 +msgid "Log in" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:19 +msgid "Sign up" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:36 +msgid "Quick create" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:53 +msgid "Actions" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:72 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:113 +msgid "My account" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:107 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:136 +#: ui/docs-app/docs_app/templates/semantic-ui/docs_app/header_login.html:143 +msgid "Log out" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/oarepo_ui/components/Person.html.jinja:3 +msgid "Find more records by this person" +msgstr "" + +#: ui/docs-app/docs_app/templates/semantic-ui/oarepo_ui/components/Subjects.jinja:20 +msgid "Find more records with this subject" +msgstr "" + diff --git a/sites/nr-docs/site/setup.cfg b/sites/nr-docs/site/setup.cfg index 20011c14..54e52014 100644 --- a/sites/nr-docs/site/setup.cfg +++ b/sites/nr-docs/site/setup.cfg @@ -20,3 +20,5 @@ invenio_base.blueprints = nr_docs_views = nr_docs.views:create_blueprint invenio_assets.webpack = nr_docs_theme = nr_docs.webpack:theme +invenio_i18n.translations = + nr_docs = nr_docs diff --git a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/detail.html b/ui/docs-app/docs_app/templates/semantic-ui/docs_app/detail.html deleted file mode 100644 index 3baf856a..00000000 --- a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/detail.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "oarepo_ui/detail.html" %} -{%- set title = metadata.title ~ " | " ~ _("NR Document repository") %} - -{%- block head_links %} -{{ super() }} -{{ webpack['docs_app_components.js']}} -{{ webpack['docs_app_components.css']}} -{%- endblock %} \ No newline at end of file diff --git a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/main.html b/ui/docs-app/docs_app/templates/semantic-ui/docs_app/main.html deleted file mode 100644 index 12ccca0c..00000000 --- a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/main.html +++ /dev/null @@ -1,47 +0,0 @@ - - -

{%- value "metadata.title" -%}

-
- {%- field "metadata.additionalTitles" -%} -
{{ _('People') }}
-
- {%- value "metadata", component="people"-%} -
- {%- field "metadata.dateAvailable" -%} - {%- field "metadata.dateModified" -%} - {%- field "metadata.languages", searchFacet="metadata_languages" -%} - {%- field "metadata.resourceType", searchFacet="metadata_resourceType" -%} - {%- field "metadata.thesis.dateDefended" %} - {%- field "metadata.subjects", component="subjects", searchFacet="metadata_subjects" -%} - {%- field "metadata.abstract", component="multilingual" -%} - {%- field "metadata.thesis.degreeGrantors", searchFacet="metadata_thesis_degreeGrantors" -%} - {%- field "metadata.thesis.studyFields" -%} - {%- field "metadata.accessibility", component="string" -%} - {%- field "metadata.publishers" -%} - {%- field "metadata.accessRights", searchFacet="metadata_accessRights" -%} - {%- field "metadata.rights", searchFacet="metadata_rights" -%} - {%- field "metadata.events", component="string" -%} - {%- field "metadata.externalLocation", component="string" -%} - {%- field "metadata.fundingReferences", searchFacet="metadata_fundingReferences" -%} - {%- field "metadata.geoLocations", component="string" -%} - {%- field "metadata.methods", component="string" -%} - {%- field "metadata.notes", component="string" -%} - {%- field "metadata.relatedItems" -%} - {%- field "metadata.series", component="string" -%} - {%- field "metadata.subjectCategories", component="string" -%} - {%- field "metadata.technicalInfo", component="string" -%} - {%- field "metadata.version", component="string" -%} -
- - \ No newline at end of file diff --git a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html b/ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html deleted file mode 100644 index 70509426..00000000 --- a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/search.html +++ /dev/null @@ -1,15 +0,0 @@ -{%- extends config.BASE_TEMPLATE %} -{%- set title = _("Search results") ~ " | " ~ _("NR Document repository") %} - -{%- block javascript %} - {{ super() }} - {{ webpack['docs_app_components.js']}} - {{ webpack['docs_app_components.css']}} - {{ webpack['docs_app_search.js'] }} -{%- endblock %} - -{%- block page_body %} -
-
-
-{%- endblock page_body %} diff --git a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/sidebar.html b/ui/docs-app/docs_app/templates/semantic-ui/docs_app/sidebar.html deleted file mode 100644 index 42df9283..00000000 --- a/ui/docs-app/docs_app/templates/semantic-ui/docs_app/sidebar.html +++ /dev/null @@ -1,74 +0,0 @@ -
-

{{_('metadata/collection.label')}}

- {% value "metadata.collection" %} -
-
-

{{_('metadata/objectIdentifiers.label')}}

- -
-
-

{{_('Export')}}

-
-
-
- -
- -
-
-
- -
-

{{_('API')}} {{_('Links')}}

- {%- value ui=data.links, component="sidebar_links" -%} -
diff --git a/ui/docs-app/docs_app/theme/webpack.py b/ui/docs-app/docs_app/theme/webpack.py index 9d1c40c8..c9b4192e 100644 --- a/ui/docs-app/docs_app/theme/webpack.py +++ b/ui/docs-app/docs_app/theme/webpack.py @@ -17,7 +17,8 @@ }, devDependencies={}, aliases={ - "@translations/docs_app": "translations/docs_app", + "@translations/docs_app": "translations/nr_docs", + # "@translations/docs_app": "translations/docs_app", }, ) },