1
0

118135: Fixed missing item page relationship labels

This commit is contained in:
Alexandre Vryghem
2024-09-25 11:38:31 +02:00
parent 286de02158
commit 27eeefae5f
36 changed files with 791 additions and 65 deletions

View File

@@ -34,13 +34,13 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isJournalVolumeOfIssue'" [relationType]="'isJournalVolumeOfIssue'"
[label]="'relationships.isSingleVolumeOf' | translate"> [label]="'item.page.journal-volume' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
class="mb-1 mt-1" class="mb-1 mt-1"
[parentItem]="object" [parentItem]="object"
[relationType]="'isPublicationOfJournalIssue'" [relationType]="'isPublicationOfJournalIssue'"
[label]="'relationships.isPublicationOfJournalIssue' | translate"> [label]="'item.page.articles' | translate">
</ds-related-items> </ds-related-items>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['dc.description']" [fields]="['dc.description']"

View File

@@ -22,12 +22,12 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isJournalOfVolume'" [relationType]="'isJournalOfVolume'"
[label]="'relationships.isSingleJournalOf' | translate"> [label]="'item.page.journal' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isIssueOfJournalVolume'" [relationType]="'isIssueOfJournalVolume'"
[label]="'relationships.isIssueOf' | translate"> [label]="'item.page.journal-issues' | translate">
</ds-related-items> </ds-related-items>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['dc.description']" [fields]="['dc.description']"

View File

@@ -26,7 +26,7 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isVolumeOfJournal'" [relationType]="'isVolumeOfJournal'"
[label]="'relationships.isVolumeOf' | translate"> [label]="'item.page.journal-volumes' | translate">
</ds-related-items> </ds-related-items>
<ds-generic-item-page-field class="item-page-fields" [item]="object" <ds-generic-item-page-field class="item-page-fields" [item]="object"
[fields]="['dc.description']" [fields]="['dc.description']"

View File

@@ -35,7 +35,7 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isPublicationOfOrgUnit'" [relationType]="'isPublicationOfOrgUnit'"
[label]="'relationships.isPublicationOf' | translate"> [label]="'item.page.publications' | translate">
</ds-related-items> </ds-related-items>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['dc.description']" [fields]="['dc.description']"

View File

@@ -26,12 +26,12 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isProjectOfPerson'" [relationType]="'isProjectOfPerson'"
[label]="'relationships.isProjectOf' | translate"> [label]="'item.page.projects' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isOrgUnitOfPerson'" [relationType]="'isOrgUnitOfPerson'"
[label]="'relationships.isOrgUnitOf' | translate"> [label]="'item.page.org-units' | translate">
</ds-related-items> </ds-related-items>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['person.jobTitle']" [fields]="['person.jobTitle']"

View File

@@ -41,17 +41,17 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isPersonOfProject'" [relationType]="'isPersonOfProject'"
[label]="'relationships.isPersonOf' | translate"> [label]="'item.page.authors' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isPublicationOfProject'" [relationType]="'isPublicationOfProject'"
[label]="'relationships.isPublicationOf' | translate"> [label]="'item.page.publications' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isOrgUnitOfProject'" [relationType]="'isOrgUnitOfProject'"
[label]="'relationships.isOrgUnitOf' | translate"> [label]="'item.page.org-units' | translate">
</ds-related-items> </ds-related-items>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['dc.description']" [fields]="['dc.description']"

View File

@@ -40,6 +40,6 @@ export class ItemPageAuthorFieldComponent extends ItemPageFieldComponent {
/** /**
* Label i18n key for the rendered metadata * Label i18n key for the rendered metadata
*/ */
label = 'item.page.author'; label = 'item.page.authors';
} }

View File

@@ -29,7 +29,7 @@
[parentItem]="object" [parentItem]="object"
[itemType]="'Person'" [itemType]="'Person'"
[metadataFields]="['dc.contributor.author', 'dc.creator']" [metadataFields]="['dc.contributor.author', 'dc.creator']"
[label]="'relationships.isAuthorOf' | translate"> [label]="'item.page.authors' | translate">
</ds-themed-metadata-representation-list> </ds-themed-metadata-representation-list>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['journal.title']" [fields]="['journal.title']"
@@ -52,17 +52,17 @@
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isProjectOfPublication'" [relationType]="'isProjectOfPublication'"
[label]="'relationships.isProjectOf' | translate"> [label]="'item.page.projects' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isOrgUnitOfPublication'" [relationType]="'isOrgUnitOfPublication'"
[label]="'relationships.isOrgUnitOf' | translate"> [label]="'item.page.org-units' | translate">
</ds-related-items> </ds-related-items>
<ds-related-items <ds-related-items
[parentItem]="object" [parentItem]="object"
[relationType]="'isJournalIssueOfPublication'" [relationType]="'isJournalIssueOfPublication'"
[label]="'relationships.isJournalIssueOf' | translate"> [label]="'item.page.journal-issue' | translate">
</ds-related-items> </ds-related-items>
<ds-item-page-abstract-field [item]="object"></ds-item-page-abstract-field> <ds-item-page-abstract-field [item]="object"></ds-item-page-abstract-field>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"

View File

@@ -30,7 +30,7 @@
[parentItem]="object" [parentItem]="object"
[itemType]="'Person'" [itemType]="'Person'"
[metadataFields]="['dc.contributor.author', 'dc.creator']" [metadataFields]="['dc.contributor.author', 'dc.creator']"
[label]="'relationships.isAuthorOf' | translate"> [label]="'item.page.authors' | translate">
</ds-themed-metadata-representation-list> </ds-themed-metadata-representation-list>
<ds-generic-item-page-field [item]="object" <ds-generic-item-page-field [item]="object"
[fields]="['journal.title']" [fields]="['journal.title']"

View File

@@ -30,7 +30,7 @@
[placeholder]="('mydspace.results.no-date' | translate)"></ds-item-detail-preview-field> [placeholder]="('mydspace.results.no-date' | translate)"></ds-item-detail-preview-field>
<ds-item-detail-preview-field [item]="item" <ds-item-detail-preview-field [item]="item"
[object]="object" [object]="object"
[label]="('item.page.author' | translate)" [label]="('item.page.authors' | translate)"
[metadata]="['dc.contributor', 'dc.creator', 'dc.contributor.*']" [metadata]="['dc.contributor', 'dc.creator', 'dc.contributor.*']"
[separator]="separator" [separator]="separator"
[placeholder]="('mydspace.results.no-authors' | translate)"></ds-item-detail-preview-field> [placeholder]="('mydspace.results.no-authors' | translate)"></ds-item-detail-preview-field>

View File

@@ -3366,6 +3366,33 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "وحدات مؤسسية",
// "item.page.projects": "Research Projects",
"item.page.projects": "مشاريع البحث",
// "item.page.publications": "Publications",
"item.page.publications": "منشورات",
// "item.page.articles": "Articles",
"item.page.articles": "مقالات",
// "item.page.journal": "Journal",
"item.page.journal": "الدوري",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "عدد الدوري",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "سجل الدوري",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "سلسلة الدورية",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "سلسلة الدوريات",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
@@ -3400,9 +3427,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.author": "Authors", "item.page.authors": "Authors",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
// TODO New key - Add a translation // TODO New key - Add a translation

View File

@@ -3002,6 +3002,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "বর্ণনা", "item.page.description": "বর্ণনা",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "সাংগঠনিক ইউনিট",
// "item.page.projects": "Research Projects",
"item.page.projects": "গবেষণা প্রকল্পগুলো",
// "item.page.publications": "Publications",
"item.page.publications": "প্রকাশনা",
// "item.page.articles": "Articles",
"item.page.articles": "নিবন্ধসমূহ",
// "item.page.journal": "Journal",
"item.page.journal": "জার্নাল",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "জার্নাল ইস্যু",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "জার্নাল সমস্যা",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "জার্নাল ভলিউম",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "জার্নাল ভলিউম",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "জার্নাল ইশান", "item.page.journal-issn": "জার্নাল ইশান",
@@ -3028,8 +3055,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "বিমূর্ত", "item.page.abstract": "বিমূর্ত",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "লেখক", "item.page.authors": "লেখক",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "উদ্ধৃতি", "item.page.citation": "উদ্ধৃতি",

View File

@@ -3245,6 +3245,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descripció", "item.page.description": "Descripció",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unitats organitzatives",
// "item.page.projects": "Research Projects",
"item.page.projects": "Projectes de recerca",
// "item.page.publications": "Publications",
"item.page.publications": "Publicacions",
// "item.page.articles": "Articles",
"item.page.articles": "Articles",
// "item.page.journal": "Journal",
"item.page.journal": "Revista",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Número de la revista",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Números de revista",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Volum de la revista",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Volums de revistes",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN de la revista", "item.page.journal-issn": "ISSN de la revista",
@@ -3277,8 +3304,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resum", "item.page.abstract": "Resum",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autors", "item.page.authors": "Autors",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citació", "item.page.citation": "Citació",

View File

@@ -3306,6 +3306,33 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organizační jednotky",
// "item.page.projects": "Research Projects",
"item.page.projects": "Výzkumné projekty",
// "item.page.publications": "Publications",
"item.page.publications": "Publikace",
// "item.page.articles": "Articles",
"item.page.articles": "Články",
// "item.page.journal": "Journal",
"item.page.journal": "Časopisu",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Číslo časopisu",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Čísla časopisu",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Ročník časopisu",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Ročníky časopisu",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
@@ -3339,8 +3366,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstrakt", "item.page.abstract": "Abstrakt",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autor", "item.page.authors": "Autor",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
// TODO New key - Add a translation // TODO New key - Add a translation

View File

@@ -2789,6 +2789,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Beschreibung", "item.page.description": "Beschreibung",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisationseinheiten",
// "item.page.projects": "Research Projects",
"item.page.projects": "Forschungsvorhaben",
// "item.page.publications": "Publications",
"item.page.publications": "Publikationen",
// "item.page.articles": "Articles",
"item.page.articles": "Artikel",
// "item.page.journal": "Journal",
"item.page.journal": "Zeitschrift",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Zeitschriftenheft",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Zeitschriftenhefte",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Zeitschriftenband",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Zeitschriftenbände",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN der Zeitschrift", "item.page.journal-issn": "ISSN der Zeitschrift",
@@ -2815,8 +2842,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Zusammenfassung", "item.page.abstract": "Zusammenfassung",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autor:innen", "item.page.authors": "Autor:innen",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Zitierform", "item.page.citation": "Zitierform",

View File

@@ -1025,7 +1025,7 @@
"item.listelement.badge": "Τεκμήριο", "item.listelement.badge": "Τεκμήριο",
"item.orcid.return": "Επιστροφή", "item.orcid.return": "Επιστροφή",
"item.page.abstract": "Περίληψη", "item.page.abstract": "Περίληψη",
"item.page.author": "Συγγραφείς", "item.page.authors": "Συγγραφείς",
"item.page.bitstreams.collapse": "Σύμπτηξη", "item.page.bitstreams.collapse": "Σύμπτηξη",
"item.page.bitstreams.view-more": "Δείτε περισσότερα", "item.page.bitstreams.view-more": "Δείτε περισσότερα",
"item.page.citation": "Παραπομπή", "item.page.citation": "Παραπομπή",
@@ -1036,6 +1036,34 @@
"item.page.collections.loading": "Φόρτωση...", "item.page.collections.loading": "Φόρτωση...",
"item.page.date": "Ημερομηνία", "item.page.date": "Ημερομηνία",
"item.page.description": "Περιγραφή", "item.page.description": "Περιγραφή",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Μονάδες οργανισμού",
// "item.page.projects": "Research Projects",
"item.page.projects": "Ερευνητικά έργα",
// "item.page.publications": "Publications",
"item.page.publications": "Δημοσιεύσεις",
// "item.page.articles": "Articles",
"item.page.articles": "Άρθρα",
// "item.page.journal": "Journal",
"item.page.journal": "Εφημερίδα",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Τεύχος περιοδικού",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Θέματα περιοδικών",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Τόμος περιοδικού",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Τόμοι περιοδικών",
"item.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο", "item.page.edit": "Επεξεργαστείτε αυτό το τεκμήριο",
"item.page.files": "Αρχεία", "item.page.files": "Αρχεία",
"item.page.filesection.description": "Περιγραφή:", "item.page.filesection.description": "Περιγραφή:",

View File

@@ -2338,6 +2338,34 @@
"item.page.description": "Description", "item.page.description": "Description",
"item.page.org-unit": "Organizational Unit",
"item.page.org-units": "Organizational Units",
"item.page.project": "Research Project",
"item.page.projects": "Research Projects",
"item.page.publication": "Publications",
"item.page.publications": "Publications",
"item.page.article": "Article",
"item.page.articles": "Articles",
"item.page.journal": "Journal",
"item.page.journals": "Journals",
"item.page.journal-issue": "Journal Issue",
"item.page.journal-issues": "Journal Issues",
"item.page.journal-volume": "Journal Volume",
"item.page.journal-volumes": "Journal Volumes",
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
"item.page.journal-title": "Journal Title", "item.page.journal-title": "Journal Title",
@@ -2374,7 +2402,9 @@
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
"item.page.author": "Authors", "item.page.author": "Author",
"item.page.authors": "Authors",
"item.page.citation": "Citation", "item.page.citation": "Citation",

View File

@@ -3505,6 +3505,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descripción", "item.page.description": "Descripción",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unidades organizativas",
// "item.page.projects": "Research Projects",
"item.page.projects": "Proyectos de investigación",
// "item.page.publications": "Publications",
"item.page.publications": "Publicaciones",
// "item.page.articles": "Articles",
"item.page.articles": "Artículos",
// "item.page.journal": "Journal",
"item.page.journal": "Revista",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Número de la revista",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Números de revista",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Volumen de la revista",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Volúmenes de revistas",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN de la revista", "item.page.journal-issn": "ISSN de la revista",
@@ -3561,8 +3588,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resumen", "item.page.abstract": "Resumen",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autores", "item.page.authors": "Autores",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citación", "item.page.citation": "Citación",

View File

@@ -2566,6 +2566,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Kuvaus", "item.page.description": "Kuvaus",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisaatioyksiköt",
// "item.page.projects": "Research Projects",
"item.page.projects": "Tutkimusprojektit",
// "item.page.publications": "Publications",
"item.page.publications": "Julkaisut",
// "item.page.articles": "Articles",
"item.page.articles": "Artikkelit",
// "item.page.journal": "Journal",
"item.page.journal": "Kausijulkaisu",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Kausijulkaisun numero",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Kausijulkaisun numerot",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Kausijulkaisun vuosikerta",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Kausijulkaisun vuosikerrat",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "Kausijulkaisun ISSN", "item.page.journal-issn": "Kausijulkaisun ISSN",
@@ -2592,8 +2619,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Tiivistelmä", "item.page.abstract": "Tiivistelmä",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Tekijät", "item.page.authors": "Tekijät",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Viittaus", "item.page.citation": "Viittaus",

View File

@@ -2984,6 +2984,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Structures organisationnelles",
// "item.page.projects": "Research Projects",
"item.page.projects": "Projets de recherche",
// "item.page.publications": "Publications",
"item.page.publications": "Publications",
// "item.page.articles": "Articles",
"item.page.articles": "Articles",
// "item.page.journal": "Journal",
"item.page.journal": "Revue",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Numéro de revue",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Numéros de revue",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Volume de revue",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Volumes de revue",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN de la revue", "item.page.journal-issn": "ISSN de la revue",
@@ -3015,8 +3042,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Résumé", "item.page.abstract": "Résumé",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Auteurs", "item.page.authors": "Auteurs",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citation", "item.page.citation": "Citation",

View File

@@ -2987,6 +2987,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Cunntas", "item.page.description": "Cunntas",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Aonadan eagrachaidh",
// "item.page.projects": "Research Projects",
"item.page.projects": "Pròiseactan Rannsachaidh",
// "item.page.publications": "Publications",
"item.page.publications": "Foillseachaidhean",
// "item.page.articles": "Articles",
"item.page.articles": "Artaigilean",
// "item.page.journal": "Journal",
"item.page.journal": "Diornal",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Deasachadh Diornal",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Deasachaidhean Diornal",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Àireamh Diornal",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Àireamhan Diornal",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN Diornal", "item.page.journal-issn": "ISSN Diornal",
@@ -3013,8 +3040,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Giorrachadh", "item.page.abstract": "Giorrachadh",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Ùghdaran", "item.page.authors": "Ùghdaran",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Iomradh", "item.page.citation": "Iomradh",

View File

@@ -2073,7 +2073,7 @@
"item.page.abstract": "सारांश", "item.page.abstract": "सारांश",
"item.page.author": "लेखक", "item.page.authors": "लेखक",
"item.page.bitstreams.collapse": "संक्षिप्त करें", "item.page.bitstreams.collapse": "संक्षिप्त करें",
@@ -2095,6 +2095,33 @@
"item.page.description": "विवरण", "item.page.description": "विवरण",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "संगठनात्मक इकाइयाँ",
// "item.page.projects": "Research Projects",
"item.page.projects": "अनुसंधान परियोजना",
// "item.page.publications": "Publications",
"item.page.publications": "प्रकाशन",
// "item.page.articles": "Articles",
"item.page.articles": "लेख",
// "item.page.journal": "Journal",
"item.page.journal": "पत्रिका",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "पत्रिका अंक",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "पत्रिका अंक",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "पत्रिका खंड",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "पत्रिका खंड",
"item.page.edit": "इस आइटम को संपादित करें", "item.page.edit": "इस आइटम को संपादित करें",
"item.page.files": "फ़ाइलें", "item.page.files": "फ़ाइलें",

View File

@@ -3807,6 +3807,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Leírás", "item.page.description": "Leírás",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Szervezeti egységek",
// "item.page.projects": "Research Projects",
"item.page.projects": "Kutatási projektek",
// "item.page.publications": "Publications",
"item.page.publications": "Publikációk",
// "item.page.articles": "Articles",
"item.page.articles": "Cikkek",
// "item.page.journal": "Journal",
"item.page.journal": "Folyóirat",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Folyóirat szám",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Folyóirat számok",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Folyóirat kötet",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Folyóirat kötetek",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "Folyóirat ISSN", "item.page.journal-issn": "Folyóirat ISSN",
@@ -3874,8 +3901,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Kivonat", "item.page.abstract": "Kivonat",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Szerzők", "item.page.authors": "Szerzők",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Idézések", "item.page.citation": "Idézések",

View File

@@ -3696,6 +3696,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descrizione", "item.page.description": "Descrizione",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Strutture",
// "item.page.projects": "Research Projects",
"item.page.projects": "Progetti di ricerca",
// "item.page.publications": "Publications",
"item.page.publications": "Pubblicazioni",
// "item.page.articles": "Articles",
"item.page.articles": "Articoli",
// "item.page.journal": "Journal",
"item.page.journal": "Periodico",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Fascicolo Periodico",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Fascicolo Periodico",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Volume del Periodico",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Volumi di Periodico",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN", "item.page.journal-issn": "ISSN",
@@ -3760,8 +3787,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autori", "item.page.authors": "Autori",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citazione", "item.page.citation": "Citazione",

View File

@@ -3366,6 +3366,42 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
// TODO New key - Add a translation
"item.page.org-units": "Organizational Units",
// "item.page.projects": "Research Projects",
// TODO New key - Add a translation
"item.page.projects": "Research Projects",
// "item.page.publications": "Publications",
// TODO New key - Add a translation
"item.page.publications": "Publications",
// "item.page.articles": "Articles",
// TODO New key - Add a translation
"item.page.articles": "Articles",
// "item.page.journal": "Journal",
// TODO New key - Add a translation
"item.page.journal": "Journal",
// "item.page.journal-issue": "Journal Issue",
// TODO New key - Add a translation
"item.page.journal-issue": "Journal Issue",
// "item.page.journal-issues": "Journal Issues",
// TODO New key - Add a translation
"item.page.journal-issues": "Journal Issues",
// "item.page.journal-volume": "Journal Volume",
// TODO New key - Add a translation
"item.page.journal-volume": "Journal Volume",
// "item.page.journal-volumes": "Journal Volumes",
// TODO New key - Add a translation
"item.page.journal-volumes": "Journal Volumes",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
@@ -3400,9 +3436,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.author": "Authors", "item.page.authors": "Authors",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
// TODO New key - Add a translation // TODO New key - Add a translation

View File

@@ -3190,6 +3190,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Сипаттама", "item.page.description": "Сипаттама",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Ұйымдастыру бөлімшелері",
// "item.page.projects": "Research Projects",
"item.page.projects": "Зерттеу жобалары",
// "item.page.publications": "Publications",
"item.page.publications": "Жарияланымдар",
// "item.page.articles": "Articles",
"item.page.articles": "Мақалалар",
// "item.page.journal": "Journal",
"item.page.journal": "Күнделік",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Журнал шығару",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Журналдың шығарылымдары",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Журнал көлемі",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Журнал томдары",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN журналы", "item.page.journal-issn": "ISSN журналы",
@@ -3222,8 +3249,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Дерексіз", "item.page.abstract": "Дерексіз",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Авторлар", "item.page.authors": "Авторлар",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Дәйексөз", "item.page.citation": "Дәйексөз",

View File

@@ -2765,6 +2765,33 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Struktūrvienības",
// "item.page.projects": "Research Projects",
"item.page.projects": "Pētniecības Projekti",
// "item.page.publications": "Publications",
"item.page.publications": "Publikācijas",
// "item.page.articles": "Articles",
"item.page.articles": "Raksti",
// "item.page.journal": "Journal",
"item.page.journal": "Žurnāls",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Žurnāla Izdevums",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Žurnāla Izdevumi",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Žurnāla Sējums",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Žurnāla Sējums",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
@@ -2798,8 +2825,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Kopsavilkums", "item.page.abstract": "Kopsavilkums",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autori", "item.page.authors": "Autori",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citēšana", "item.page.citation": "Citēšana",

View File

@@ -3012,6 +3012,33 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisatie-onderdelen",
// "item.page.projects": "Research Projects",
"item.page.projects": "Onderzoeksprojecten",
// "item.page.publications": "Publications",
"item.page.publications": "Publicaties",
// "item.page.articles": "Articles",
"item.page.articles": "Artikelen",
// "item.page.journal": "Journal",
"item.page.journal": "Tijdschrift",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Tijdschriftaflevering",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Tijdschriftafleveringen",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Tijdschriftjaargang",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Tijdschriftjaargangen",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
@@ -3045,8 +3072,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Auteur", "item.page.authors": "Auteur",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citeren als", "item.page.citation": "Citeren als",

View File

@@ -925,6 +925,34 @@
"item.edit.withdraw.success": "Pozycja została wycofana", "item.edit.withdraw.success": "Pozycja została wycofana",
"item.listelement.badge": "Pozycja", "item.listelement.badge": "Pozycja",
"item.page.description": "Opis", "item.page.description": "Opis",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Jednostki organizacyjne",
// "item.page.projects": "Research Projects",
"item.page.projects": "Projekty badawcze",
// "item.page.publications": "Publications",
"item.page.publications": "Publikacje",
// "item.page.articles": "Articles",
"item.page.articles": "Artykuły",
// "item.page.journal": "Journal",
"item.page.journal": "Czasopismo",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Numer czasopisma",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Numery czasopisma",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Tom czasopisma",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Tomy czasopisma",
"item.page.journal-issn": "ISSN czasopisma", "item.page.journal-issn": "ISSN czasopisma",
"item.page.journal-title": "Tytuł czasopisma", "item.page.journal-title": "Tytuł czasopisma",
"item.page.publisher": "Wydawca", "item.page.publisher": "Wydawca",
@@ -933,7 +961,7 @@
"item.search.results.head": "Wyniki wyszukiwania pozycji", "item.search.results.head": "Wyniki wyszukiwania pozycji",
"item.search.title": "Wyszukiwanie pozycji", "item.search.title": "Wyszukiwanie pozycji",
"item.page.abstract": "Abstrakt", "item.page.abstract": "Abstrakt",
"item.page.author": "Autorzy", "item.page.authors": "Autorzy",
"item.page.citation": "Cytowanie", "item.page.citation": "Cytowanie",
"item.page.collections": "Kolekcje", "item.page.collections": "Kolekcje",
"item.page.collections.loading": "Ładowanie...", "item.page.collections.loading": "Ładowanie...",

View File

@@ -3075,6 +3075,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descrição", "item.page.description": "Descrição",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unidades Organizacionais",
// "item.page.projects": "Research Projects",
"item.page.projects": "Projetos de Pesquisa",
// "item.page.publications": "Publications",
"item.page.publications": "Publicações",
// "item.page.articles": "Articles",
"item.page.articles": "Artigos",
// "item.page.journal": "Journal",
"item.page.journal": "Revista",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Fascículo",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Fascículos",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Volume da Revista",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Volumes da Revista",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN da Revista", "item.page.journal-issn": "ISSN da Revista",
@@ -3105,8 +3132,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resumo", "item.page.abstract": "Resumo",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autores", "item.page.authors": "Autores",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citação", "item.page.citation": "Citação",

View File

@@ -3466,6 +3466,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Descrição", "item.page.description": "Descrição",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Unidades organizacionais",
// "item.page.projects": "Research Projects",
"item.page.projects": "Projetos de investigação",
// "item.page.publications": "Publications",
"item.page.publications": "Publicações",
// "item.page.articles": "Articles",
"item.page.articles": "Artigos",
// "item.page.journal": "Journal",
"item.page.journal": "Revista",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Fascículo",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Fascículos",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Volume de revista",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Volumes da revista",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN da revista", "item.page.journal-issn": "ISSN da revista",
@@ -3520,8 +3547,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Resumo", "item.page.abstract": "Resumo",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Autores", "item.page.authors": "Autores",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citação", "item.page.citation": "Citação",

View File

@@ -3030,6 +3030,33 @@
// "item.page.description": "Beskrivning", // "item.page.description": "Beskrivning",
"item.page.description": "Beskrivning", "item.page.description": "Beskrivning",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organisatoriska enheter",
// "item.page.projects": "Research Projects",
"item.page.projects": "Forskningsprojekt",
// "item.page.publications": "Publications",
"item.page.publications": "Publikationer",
// "item.page.articles": "Articles",
"item.page.articles": "Artiklar",
// "item.page.journal": "Journal",
"item.page.journal": "Tidskrift",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Tidskriftsexemplar",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Tidskriftsexemplar",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Tidskriftsexemplar",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Tidskriftsvolymer",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "ISSN", "item.page.journal-issn": "ISSN",
@@ -3056,8 +3083,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Sammanfattning", "item.page.abstract": "Sammanfattning",
// "item.page.author": "Författare", // "item.page.authors": "Författare",
"item.page.author": "Författare", "item.page.authors": "Författare",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Citation", "item.page.citation": "Citation",

View File

@@ -3366,6 +3366,42 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.description": "Description", "item.page.description": "Description",
// "item.page.org-units": "Organizational Units",
// TODO New key - Add a translation
"item.page.org-units": "Organizational Units",
// "item.page.projects": "Research Projects",
// TODO New key - Add a translation
"item.page.projects": "Research Projects",
// "item.page.publications": "Publications",
// TODO New key - Add a translation
"item.page.publications": "Publications",
// "item.page.articles": "Articles",
// TODO New key - Add a translation
"item.page.articles": "Articles",
// "item.page.journal": "Journal",
// TODO New key - Add a translation
"item.page.journal": "Journal",
// "item.page.journal-issue": "Journal Issue",
// TODO New key - Add a translation
"item.page.journal-issue": "Journal Issue",
// "item.page.journal-issues": "Journal Issues",
// TODO New key - Add a translation
"item.page.journal-issues": "Journal Issues",
// "item.page.journal-volume": "Journal Volume",
// TODO New key - Add a translation
"item.page.journal-volume": "Journal Volume",
// "item.page.journal-volumes": "Journal Volumes",
// TODO New key - Add a translation
"item.page.journal-volumes": "Journal Volumes",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.journal-issn": "Journal ISSN", "item.page.journal-issn": "Journal ISSN",
@@ -3400,9 +3436,9 @@
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.abstract": "Abstract", "item.page.abstract": "Abstract",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
// TODO New key - Add a translation // TODO New key - Add a translation
"item.page.author": "Authors", "item.page.authors": "Authors",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
// TODO New key - Add a translation // TODO New key - Add a translation

View File

@@ -2563,6 +2563,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Açıklama", "item.page.description": "Açıklama",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Organizasyon Birimleri",
// "item.page.projects": "Research Projects",
"item.page.projects": "Araştırma Projeleri",
// "item.page.publications": "Publications",
"item.page.publications": "Yayınlar",
// "item.page.articles": "Articles",
"item.page.articles": "Makaleler",
// "item.page.journal": "Journal",
"item.page.journal": "Dergi",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Dergi Sayısı",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Dergi Sayıları",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Dergi Cilti",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Dergi Ciltleri",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "Süreli Yayın ISSN", "item.page.journal-issn": "Süreli Yayın ISSN",
@@ -2588,8 +2615,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Özet", "item.page.abstract": "Özet",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Yazarlar", "item.page.authors": "Yazarlar",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Alıntı", "item.page.citation": "Alıntı",

View File

@@ -2681,6 +2681,33 @@
// "item.page.description": "Description", // "item.page.description": "Description",
"item.page.description": "Опис", "item.page.description": "Опис",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Структурні одиниці",
// "item.page.projects": "Research Projects",
"item.page.projects": "Дослідницькі проекти",
// "item.page.publications": "Publications",
"item.page.publications": "Публікації",
// "item.page.articles": "Articles",
"item.page.articles": "Публікації",
// "item.page.journal": "Journal",
"item.page.journal": "Видання",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Випуск видання",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Випуски видання",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Том видання",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Томи видання",
// "item.page.journal-issn": "Journal ISSN", // "item.page.journal-issn": "Journal ISSN",
"item.page.journal-issn": "Номер ISSN", "item.page.journal-issn": "Номер ISSN",
@@ -2707,8 +2734,8 @@
// "item.page.abstract": "Abstract", // "item.page.abstract": "Abstract",
"item.page.abstract": "Анотація", "item.page.abstract": "Анотація",
// "item.page.author": "Authors", // "item.page.authors": "Authors",
"item.page.author": "Автори", "item.page.authors": "Автори",
// "item.page.citation": "Citation", // "item.page.citation": "Citation",
"item.page.citation": "Бібліографічний опис", "item.page.citation": "Бібліографічний опис",

View File

@@ -1120,7 +1120,7 @@
"item.orcid.return": "Quay lại", "item.orcid.return": "Quay lại",
"item.page.name": "Tên", "item.page.name": "Tên",
"item.page.abstract": "Tóm tắt", "item.page.abstract": "Tóm tắt",
"item.page.author": "Tác giả", "item.page.authors": "Tác giả",
"item.page.bitstreams.collapse": "Thu hẹp", "item.page.bitstreams.collapse": "Thu hẹp",
"item.page.bitstreams.view-more": "Hiển thị thêm", "item.page.bitstreams.view-more": "Hiển thị thêm",
"item.page.citation": "Trích dẫn", "item.page.citation": "Trích dẫn",
@@ -1131,6 +1131,34 @@
"item.page.collections.load-more": "Xem thêm", "item.page.collections.load-more": "Xem thêm",
"item.page.date": "Năm xuất bản", "item.page.date": "Năm xuất bản",
"item.page.description": "Mô tả", "item.page.description": "Mô tả",
// "item.page.org-units": "Organizational Units",
"item.page.org-units": "Đơn vị tổ chức",
// "item.page.projects": "Research Projects",
"item.page.projects": "Dự án nghiên cứu",
// "item.page.publications": "Publications",
"item.page.publications": "Ấn phẩm",
// "item.page.articles": "Articles",
"item.page.articles": "Bài báo",
// "item.page.journal": "Journal",
"item.page.journal": "Tạp chí",
// "item.page.journal-issue": "Journal Issue",
"item.page.journal-issue": "Số kỳ của tạp chí",
// "item.page.journal-issues": "Journal Issues",
"item.page.journal-issues": "Số kỳ của tạp chí",
// "item.page.journal-volume": "Journal Volume",
"item.page.journal-volume": "Số tập của tạp chí",
// "item.page.journal-volumes": "Journal Volumes",
"item.page.journal-volumes": "Số tập của tạp chí",
"item.page.edit": "Chỉnh sửa tài liệu này", "item.page.edit": "Chỉnh sửa tài liệu này",
"item.page.files": "Tệp tin", "item.page.files": "Tệp tin",
"item.page.filesection.description": "Mô tả:", "item.page.filesection.description": "Mô tả:",