Skip to content
Snippets Groups Projects
cs.json5 124 KiB
Newer Older
  
  // "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.",
  // TODO New key - Add a translation
  "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.",
  
  // "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed",
  // TODO New key - Add a translation
  "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed",
  
  // "item.edit.item-mapper.tabs.browse": "Browse mapped collections",
  // TODO New key - Add a translation
  "item.edit.item-mapper.tabs.browse": "Browse mapped collections",
  
  // "item.edit.item-mapper.tabs.map": "Map new collections",
  // TODO New key - Add a translation
  "item.edit.item-mapper.tabs.map": "Map new collections",
  
  
  
  // "item.edit.metadata.add-button": "Add",
  // TODO New key - Add a translation
  "item.edit.metadata.add-button": "Add",
  
  // "item.edit.metadata.discard-button": "Discard",
  // TODO New key - Add a translation
  "item.edit.metadata.discard-button": "Discard",
  
  // "item.edit.metadata.edit.buttons.edit": "Edit",
  // TODO New key - Add a translation
  "item.edit.metadata.edit.buttons.edit": "Edit",
  
  // "item.edit.metadata.edit.buttons.remove": "Remove",
  // TODO New key - Add a translation
  "item.edit.metadata.edit.buttons.remove": "Remove",
  
  // "item.edit.metadata.edit.buttons.undo": "Undo changes",
  // TODO New key - Add a translation
  "item.edit.metadata.edit.buttons.undo": "Undo changes",
  
  // "item.edit.metadata.edit.buttons.unedit": "Stop editing",
  // TODO New key - Add a translation
  "item.edit.metadata.edit.buttons.unedit": "Stop editing",
  
  // "item.edit.metadata.headers.edit": "Edit",
  // TODO New key - Add a translation
  "item.edit.metadata.headers.edit": "Edit",
  
  // "item.edit.metadata.headers.field": "Field",
  // TODO New key - Add a translation
  "item.edit.metadata.headers.field": "Field",
  
  // "item.edit.metadata.headers.language": "Lang",
  // TODO New key - Add a translation
  "item.edit.metadata.headers.language": "Lang",
  
  // "item.edit.metadata.headers.value": "Value",
  // TODO New key - Add a translation
  "item.edit.metadata.headers.value": "Value",
  
  // "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field",
  // TODO New key - Add a translation
  "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field",
  
  // "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
  
  // "item.edit.metadata.notifications.discarded.title": "Changed discarded",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.discarded.title": "Changed discarded",
  
  // "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.",
  
  // "item.edit.metadata.notifications.invalid.title": "Metadata invalid",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.invalid.title": "Metadata invalid",
  
  // "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
  
  // "item.edit.metadata.notifications.outdated.title": "Changed outdated",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.outdated.title": "Changed outdated",
  
  // "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.",
  
  // "item.edit.metadata.notifications.saved.title": "Metadata saved",
  // TODO New key - Add a translation
  "item.edit.metadata.notifications.saved.title": "Metadata saved",
  
  // "item.edit.metadata.reinstate-button": "Undo",
  // TODO New key - Add a translation
  "item.edit.metadata.reinstate-button": "Undo",
  
  // "item.edit.metadata.save-button": "Save",
  // TODO New key - Add a translation
  "item.edit.metadata.save-button": "Save",
  
  
  
  // "item.edit.modify.overview.field": "Field",
  // TODO New key - Add a translation
  "item.edit.modify.overview.field": "Field",
  
  // "item.edit.modify.overview.language": "Language",
  // TODO New key - Add a translation
  "item.edit.modify.overview.language": "Language",
  
  // "item.edit.modify.overview.value": "Value",
  // TODO New key - Add a translation
  "item.edit.modify.overview.value": "Value",
  
  
  
  // "item.edit.move.cancel": "Cancel",
  // TODO New key - Add a translation
  "item.edit.move.cancel": "Cancel",
  
  // "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.",
  // TODO New key - Add a translation
  "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.",
  
Vitor S Rodrigues's avatar
Vitor S Rodrigues committed
  // "item.edit.move.error": "An error occurred when attempting to move the item",
  // TODO New key - Add a translation
Vitor S Rodrigues's avatar
Vitor S Rodrigues committed
  "item.edit.move.error": "An error occurred when attempting to move the item",
  
  // "item.edit.move.head": "Move item: {{id}}",
  // TODO New key - Add a translation
  "item.edit.move.head": "Move item: {{id}}",
  
  // "item.edit.move.inheritpolicies.checkbox": "Inherit policies",
  // TODO New key - Add a translation
  "item.edit.move.inheritpolicies.checkbox": "Inherit policies",
  
  // "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection",
  // TODO New key - Add a translation
  "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection",
  
  // "item.edit.move.move": "Move",
  // TODO New key - Add a translation
  "item.edit.move.move": "Move",
  
  // "item.edit.move.processing": "Moving...",
  // TODO New key - Add a translation
  "item.edit.move.processing": "Moving...",
  
  // "item.edit.move.search.placeholder": "Enter a search query to look for collections",
  // TODO New key - Add a translation
  "item.edit.move.search.placeholder": "Enter a search query to look for collections",
  
Vitor S Rodrigues's avatar
Vitor S Rodrigues committed
  // "item.edit.move.success": "The item has been moved successfully",
  // TODO New key - Add a translation
Vitor S Rodrigues's avatar
Vitor S Rodrigues committed
  "item.edit.move.success": "The item has been moved successfully",
  
  // "item.edit.move.title": "Move item",
  // TODO New key - Add a translation
  "item.edit.move.title": "Move item",
  
  
  
  // "item.edit.private.cancel": "Cancel",
  // TODO New key - Add a translation
  "item.edit.private.cancel": "Cancel",
  
  // "item.edit.private.confirm": "Make it Private",
  // TODO New key - Add a translation
  "item.edit.private.confirm": "Make it Private",
  
  // "item.edit.private.description": "Are you sure this item should be made private in the archive?",
  // TODO New key - Add a translation
  "item.edit.private.description": "Are you sure this item should be made private in the archive?",
  
  // "item.edit.private.error": "An error occurred while making the item private",
  // TODO New key - Add a translation
  "item.edit.private.error": "An error occurred while making the item private",
  
  // "item.edit.private.header": "Make item private: {{ id }}",
  // TODO New key - Add a translation
  "item.edit.private.header": "Make item private: {{ id }}",
  
  // "item.edit.private.success": "The item is now private",
  // TODO New key - Add a translation
  "item.edit.private.success": "The item is now private",
  
  
  
  // "item.edit.public.cancel": "Cancel",
  // TODO New key - Add a translation
  "item.edit.public.cancel": "Cancel",
  
  // "item.edit.public.confirm": "Make it Public",
  // TODO New key - Add a translation
  "item.edit.public.confirm": "Make it Public",
  
  // "item.edit.public.description": "Are you sure this item should be made public in the archive?",
  // TODO New key - Add a translation
  "item.edit.public.description": "Are you sure this item should be made public in the archive?",
  
  // "item.edit.public.error": "An error occurred while making the item public",
  // TODO New key - Add a translation
  "item.edit.public.error": "An error occurred while making the item public",
  
  // "item.edit.public.header": "Make item public: {{ id }}",
  // TODO New key - Add a translation
  "item.edit.public.header": "Make item public: {{ id }}",
  
  // "item.edit.public.success": "The item is now public",
  // TODO New key - Add a translation
  "item.edit.public.success": "The item is now public",
  
  
  
  // "item.edit.reinstate.cancel": "Cancel",
  // TODO New key - Add a translation
  "item.edit.reinstate.cancel": "Cancel",
  
  // "item.edit.reinstate.confirm": "Reinstate",
  // TODO New key - Add a translation
  "item.edit.reinstate.confirm": "Reinstate",
  
  // "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?",
  // TODO New key - Add a translation
  "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?",
  
  // "item.edit.reinstate.error": "An error occurred while reinstating the item",
  // TODO New key - Add a translation
  "item.edit.reinstate.error": "An error occurred while reinstating the item",
  
  // "item.edit.reinstate.header": "Reinstate item: {{ id }}",
  // TODO New key - Add a translation
  "item.edit.reinstate.header": "Reinstate item: {{ id }}",
  
  // "item.edit.reinstate.success": "The item was reinstated successfully",
  // TODO New key - Add a translation
  "item.edit.reinstate.success": "The item was reinstated successfully",
  
  
  
  // "item.edit.relationships.discard-button": "Discard",
  // TODO New key - Add a translation
  "item.edit.relationships.discard-button": "Discard",
  
  // "item.edit.relationships.edit.buttons.remove": "Remove",
  // TODO New key - Add a translation
  "item.edit.relationships.edit.buttons.remove": "Remove",
  
  // "item.edit.relationships.edit.buttons.undo": "Undo changes",
  // TODO New key - Add a translation
  "item.edit.relationships.edit.buttons.undo": "Undo changes",
  
  // "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
  
  // "item.edit.relationships.notifications.discarded.title": "Changes discarded",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.discarded.title": "Changes discarded",
  
  // "item.edit.relationships.notifications.failed.title": "Error deleting relationship",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.failed.title": "Error deleting relationship",
  
  // "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
  
  // "item.edit.relationships.notifications.outdated.title": "Changes outdated",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.outdated.title": "Changes outdated",
  
  // "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.",
  
  // "item.edit.relationships.notifications.saved.title": "Relationships saved",
  // TODO New key - Add a translation
  "item.edit.relationships.notifications.saved.title": "Relationships saved",
  
  // "item.edit.relationships.reinstate-button": "Undo",
  // TODO New key - Add a translation
  "item.edit.relationships.reinstate-button": "Undo",
  
  // "item.edit.relationships.save-button": "Save",
  // TODO New key - Add a translation
  "item.edit.relationships.save-button": "Save",
  
  
  
  // "item.edit.tabs.bitstreams.head": "Item Bitstreams",
  // TODO New key - Add a translation
  "item.edit.tabs.bitstreams.head": "Item Bitstreams",
  
  // "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams",
  // TODO New key - Add a translation
  "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams",
  
  // "item.edit.tabs.curate.head": "Curate",
  // TODO New key - Add a translation
  "item.edit.tabs.curate.head": "Curate",
  
  // "item.edit.tabs.curate.title": "Item Edit - Curate",
  // TODO New key - Add a translation
  "item.edit.tabs.curate.title": "Item Edit - Curate",
  
  // "item.edit.tabs.metadata.head": "Item Metadata",
  // TODO New key - Add a translation
  "item.edit.tabs.metadata.head": "Item Metadata",
  
  // "item.edit.tabs.metadata.title": "Item Edit -  Metadata",
  // TODO New key - Add a translation
  "item.edit.tabs.metadata.title": "Item Edit -  Metadata",
  
  // "item.edit.tabs.relationships.head": "Item Relationships",
  // TODO New key - Add a translation
  "item.edit.tabs.relationships.head": "Item Relationships",
  
  // "item.edit.tabs.relationships.title": "Item Edit - Relationships",
  // TODO New key - Add a translation
  "item.edit.tabs.relationships.title": "Item Edit - Relationships",
  
  // "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...",
  
  // "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies",
  
  // "item.edit.tabs.status.buttons.delete.button": "Permanently delete",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.delete.button": "Permanently delete",
  
  // "item.edit.tabs.status.buttons.delete.label": "Completely expunge item",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.delete.label": "Completely expunge item",
  
  // "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections",
  
  // "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections",
  
  // "item.edit.tabs.status.buttons.move.button": "Move...",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.move.button": "Move...",
  
  // "item.edit.tabs.status.buttons.move.label": "Move item to another collection",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.move.label": "Move item to another collection",
  
  // "item.edit.tabs.status.buttons.private.button": "Make it private...",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.private.button": "Make it private...",
  
  // "item.edit.tabs.status.buttons.private.label": "Make item private",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.private.label": "Make item private",
  
  // "item.edit.tabs.status.buttons.public.button": "Make it public...",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.public.button": "Make it public...",
  
  // "item.edit.tabs.status.buttons.public.label": "Make item public",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.public.label": "Make item public",
  
  // "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...",
  
  // "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository",
  
  // "item.edit.tabs.status.buttons.withdraw.button": "Withdraw...",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.withdraw.button": "Withdraw...",
  
  // "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository",
  // TODO New key - Add a translation
  "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository",
  
  // "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
  // TODO New key - Add a translation
  "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
  
  // "item.edit.tabs.status.head": "Item Status",
  // TODO New key - Add a translation
  "item.edit.tabs.status.head": "Item Status",
  
  // "item.edit.tabs.status.labels.handle": "Handle",
  // TODO New key - Add a translation
  "item.edit.tabs.status.labels.handle": "Handle",
  
  // "item.edit.tabs.status.labels.id": "Item Internal ID",
  // TODO New key - Add a translation
  "item.edit.tabs.status.labels.id": "Item Internal ID",
  
  // "item.edit.tabs.status.labels.itemPage": "Item Page",
  // TODO New key - Add a translation
  "item.edit.tabs.status.labels.itemPage": "Item Page",
  
  // "item.edit.tabs.status.labels.lastModified": "Last Modified",
  // TODO New key - Add a translation
  "item.edit.tabs.status.labels.lastModified": "Last Modified",
  
  // "item.edit.tabs.status.title": "Item Edit -  Status",
  // TODO New key - Add a translation
  "item.edit.tabs.status.title": "Item Edit -  Status",
  
  // "item.edit.tabs.view.head": "View Item",
  // TODO New key - Add a translation
  "item.edit.tabs.view.head": "View Item",
  
  // "item.edit.tabs.view.title": "Item Edit -  View",
  // TODO New key - Add a translation
  "item.edit.tabs.view.title": "Item Edit -  View",
  
  
  
  // "item.edit.withdraw.cancel": "Cancel",
  // TODO New key - Add a translation
  "item.edit.withdraw.cancel": "Cancel",
  
  // "item.edit.withdraw.confirm": "Withdraw",
  // TODO New key - Add a translation
  "item.edit.withdraw.confirm": "Withdraw",
  
  // "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?",
  // TODO New key - Add a translation
  "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?",
  
  // "item.edit.withdraw.error": "An error occurred while withdrawing the item",
  // TODO New key - Add a translation
  "item.edit.withdraw.error": "An error occurred while withdrawing the item",
  
  // "item.edit.withdraw.header": "Withdraw item: {{ id }}",
  // TODO New key - Add a translation
  "item.edit.withdraw.header": "Withdraw item: {{ id }}",
  
  // "item.edit.withdraw.success": "The item was withdrawn successfully",
  // TODO New key - Add a translation
  "item.edit.withdraw.success": "The item was withdrawn successfully",
  
  
  
  // "item.page.abstract": "Abstract",
helix84's avatar
helix84 committed
  "item.page.abstract": "Abstrakt",
Art Lowel's avatar
Art Lowel committed
  "item.page.author": "Autor",
  
  // "item.page.citation": "Citation",
  // TODO New key - Add a translation
  "item.page.citation": "Citation",
  
  // "item.page.collections": "Collections",
Art Lowel's avatar
Art Lowel committed
  "item.page.collections": "Kolekce",
Art Lowel's avatar
Art Lowel committed
  "item.page.date": "Datum",
Art Lowel's avatar
Art Lowel committed
  "item.page.files": "Soubory",
  
  // "item.page.filesection.description": "Description:",
  // TODO New key - Add a translation
  "item.page.filesection.description": "Description:",
  
  // "item.page.filesection.download": "Download",
Art Lowel's avatar
Art Lowel committed
  "item.page.filesection.download": "Stáhnout",
  
  // "item.page.filesection.format": "Format:",
  // TODO New key - Add a translation
  "item.page.filesection.format": "Format:",
  
  // "item.page.filesection.name": "Name:",
  // TODO New key - Add a translation
  "item.page.filesection.name": "Name:",
  
  // "item.page.filesection.size": "Size:",
  // TODO New key - Add a translation
  "item.page.filesection.size": "Size:",
  
  // "item.page.journal.search.title": "Articles in this journal",
  // TODO New key - Add a translation
  "item.page.journal.search.title": "Articles in this journal",
  
  // "item.page.link.full": "Full item page",
Art Lowel's avatar
Art Lowel committed
  "item.page.link.full": "Úplný záznam",
  
  // "item.page.link.simple": "Simple item page",
Art Lowel's avatar
Art Lowel committed
  "item.page.link.simple": "Minimální záznam",
  
  // "item.page.person.search.title": "Articles by this author",
  // TODO New key - Add a translation
  "item.page.person.search.title": "Articles by this author",
  
  // "item.page.related-items.view-more": "View more",
  // TODO New key - Add a translation
  "item.page.related-items.view-more": "View more",
  
  // "item.page.related-items.view-less": "View less",
  // TODO New key - Add a translation
  "item.page.related-items.view-less": "View less",
  
  // "item.page.subject": "Keywords",
  // TODO New key - Add a translation
  "item.page.subject": "Keywords",
  
  // "item.page.uri": "URI",
Art Lowel's avatar
Art Lowel committed
  "item.page.uri": "URI",
  
  
  
  // "item.select.confirm": "Confirm selected",
  // TODO New key - Add a translation
  "item.select.confirm": "Confirm selected",
  
  // "item.select.empty": "No items to show",
  // TODO New key - Add a translation
  "item.select.empty": "No items to show",
  
  // "item.select.table.author": "Author",
  // TODO New key - Add a translation
  "item.select.table.author": "Author",
  
  // "item.select.table.collection": "Collection",
  // TODO New key - Add a translation
  "item.select.table.collection": "Collection",
  
  // "item.select.table.title": "Title",
  // TODO New key - Add a translation
  "item.select.table.title": "Title",
  
  
  
  // "journal.listelement.badge": "Journal",
  // TODO New key - Add a translation
  "journal.listelement.badge": "Journal",
  
  // "journal.page.description": "Description",
  // TODO New key - Add a translation
  "journal.page.description": "Description",
  
  // "journal.page.editor": "Editor-in-Chief",
  // TODO New key - Add a translation
  "journal.page.editor": "Editor-in-Chief",
  
  // "journal.page.issn": "ISSN",
  // TODO New key - Add a translation
  "journal.page.issn": "ISSN",
  
  // "journal.page.publisher": "Publisher",
  // TODO New key - Add a translation
  "journal.page.publisher": "Publisher",
  
  // "journal.page.titleprefix": "Journal: ",
  // TODO New key - Add a translation
  "journal.page.titleprefix": "Journal: ",
  
  // "journal.search.results.head": "Journal Search Results",
  // TODO New key - Add a translation
  "journal.search.results.head": "Journal Search Results",
  
  // "journal.search.title": "DSpace Angular :: Journal Search",
  // TODO New key - Add a translation
  "journal.search.title": "DSpace Angular :: Journal Search",
  
  
  
  // "journalissue.listelement.badge": "Journal Issue",
  // TODO New key - Add a translation
  "journalissue.listelement.badge": "Journal Issue",
  
  // "journalissue.page.description": "Description",
  // TODO New key - Add a translation
  "journalissue.page.description": "Description",
  
  // "journalissue.page.issuedate": "Issue Date",
  // TODO New key - Add a translation
  "journalissue.page.issuedate": "Issue Date",
  
  // "journalissue.page.journal-issn": "Journal ISSN",
  // TODO New key - Add a translation
  "journalissue.page.journal-issn": "Journal ISSN",
  
  // "journalissue.page.journal-title": "Journal Title",
  // TODO New key - Add a translation
  "journalissue.page.journal-title": "Journal Title",
  
  // "journalissue.page.keyword": "Keywords",
  // TODO New key - Add a translation
  "journalissue.page.keyword": "Keywords",
  
  // "journalissue.page.number": "Number",
  // TODO New key - Add a translation
  "journalissue.page.number": "Number",
  
  // "journalissue.page.titleprefix": "Journal Issue: ",
  // TODO New key - Add a translation
  "journalissue.page.titleprefix": "Journal Issue: ",
  
  
  
  // "journalvolume.listelement.badge": "Journal Volume",
  // TODO New key - Add a translation
  "journalvolume.listelement.badge": "Journal Volume",
  
  // "journalvolume.page.description": "Description",
  // TODO New key - Add a translation
  "journalvolume.page.description": "Description",
  
  // "journalvolume.page.issuedate": "Issue Date",
  // TODO New key - Add a translation
  "journalvolume.page.issuedate": "Issue Date",
  
  // "journalvolume.page.titleprefix": "Journal Volume: ",
  // TODO New key - Add a translation
  "journalvolume.page.titleprefix": "Journal Volume: ",
  
  // "journalvolume.page.volume": "Volume",
  // TODO New key - Add a translation
  "journalvolume.page.volume": "Volume",
  
  
  
  // "loading.browse-by": "Loading items...",
Art Lowel's avatar
Art Lowel committed
  "loading.browse-by": "Načítají se záznamy...",
  
  // "loading.browse-by-page": "Loading page...",
  // TODO New key - Add a translation
  "loading.browse-by-page": "Loading page...",
  
  // "loading.collection": "Loading collection...",
Art Lowel's avatar
Art Lowel committed
  "loading.collection": "Načítá se kolekce...",
  
  // "loading.collections": "Loading collections...",
  // TODO New key - Add a translation
  "loading.collections": "Loading collections...",
  
  // "loading.community": "Loading community...",
Art Lowel's avatar
Art Lowel committed
  "loading.community": "Načítá se komunita...",
Art Lowel's avatar
Art Lowel committed
  "loading.default": "Načítá se...",
Art Lowel's avatar
Art Lowel committed
  "loading.item": "Načítá se záznam...",
  
  // "loading.items": "Loading items...",
  // TODO New key - Add a translation
  "loading.items": "Loading items...",
  
  // "loading.mydspace-results": "Loading items...",
  // TODO New key - Add a translation
  "loading.mydspace-results": "Loading items...",
  
  // "loading.objects": "Loading...",
Art Lowel's avatar
Art Lowel committed
  "loading.objects": "Načítá se...",
  
  // "loading.recent-submissions": "Loading recent submissions...",
Art Lowel's avatar
Art Lowel committed
  "loading.recent-submissions": "Načítají se poslední příspěvky...",
  
  // "loading.search-results": "Loading search results...",
Art Lowel's avatar
Art Lowel committed
  "loading.search-results": "Načítají se výsledky hledání...",
  
  // "loading.sub-collections": "Loading sub-collections...",
Art Lowel's avatar
Art Lowel committed
  "loading.sub-collections": "Načítají se subkolekce...",
  
  // "loading.sub-communities": "Loading sub-communities...",
  // TODO New key - Add a translation
  "loading.sub-communities": "Loading sub-communities...",
  
  // "loading.top-level-communities": "Loading top-level communities...",
Art Lowel's avatar
Art Lowel committed
  "loading.top-level-communities": "Načítají se komunity nejvyšší úrovně...",
Art Lowel's avatar
Art Lowel committed
  "login.form.email": "E-mailová adresa",
  
  // "login.form.forgot-password": "Have you forgotten your password?",
Art Lowel's avatar
Art Lowel committed
  "login.form.forgot-password": "Zapomněli jste své heslo?",
  
  // "login.form.header": "Please log in to DSpace",
Art Lowel's avatar
Art Lowel committed
  "login.form.header": "Prosím, přihlaste se do DSpace",
  
  // "login.form.new-user": "New user? Click here to register.",
Art Lowel's avatar
Art Lowel committed
  "login.form.new-user": "Nový uživatel? Zaregistrujte se kliknutím sem.",
Art Lowel's avatar
Art Lowel committed
  "login.form.password": "Heslo",
Art Lowel's avatar
Art Lowel committed
  "login.form.submit": "Přihlásit se",
Art Lowel's avatar
Art Lowel committed
  "login.title": "Přihlásit se",
Art Lowel's avatar
Art Lowel committed
  "logout.form.header": "Odhlásit se z DSpace",
Art Lowel's avatar
Art Lowel committed
  "logout.form.submit": "Odhlásit se",
Art Lowel's avatar
Art Lowel committed
  "logout.title": "Odhlásit se",
  
  
  
  // "menu.header.admin": "Admin",
  // TODO New key - Add a translation
  "menu.header.admin": "Admin",
  
  // "menu.header.image.logo": "Repository logo",
  // TODO New key - Add a translation
  "menu.header.image.logo": "Repository logo",
  
  
  
  // "menu.section.access_control": "Access Control",
  // TODO New key - Add a translation
  "menu.section.access_control": "Access Control",
  
  // "menu.section.access_control_authorizations": "Authorizations",
  // TODO New key - Add a translation
  "menu.section.access_control_authorizations": "Authorizations",
  
  // "menu.section.access_control_groups": "Groups",
  // TODO New key - Add a translation
  "menu.section.access_control_groups": "Groups",
  
  // "menu.section.access_control_people": "People",
  // TODO New key - Add a translation
  "menu.section.access_control_people": "People",
  
  
  
  // "menu.section.browse_community": "This Community",
  // TODO New key - Add a translation
  "menu.section.browse_community": "This Community",
  
  // "menu.section.browse_community_by_author": "By Author",
  // TODO New key - Add a translation
  "menu.section.browse_community_by_author": "By Author",
  
  // "menu.section.browse_community_by_issue_date": "By Issue Date",
  // TODO New key - Add a translation
  "menu.section.browse_community_by_issue_date": "By Issue Date",
  
  // "menu.section.browse_community_by_title": "By Title",
  // TODO New key - Add a translation
  "menu.section.browse_community_by_title": "By Title",
  
  // "menu.section.browse_global": "All of DSpace",
  // TODO New key - Add a translation
  "menu.section.browse_global": "All of DSpace",
  
  // "menu.section.browse_global_by_author": "By Author",
  // TODO New key - Add a translation
  "menu.section.browse_global_by_author": "By Author",
  
  // "menu.section.browse_global_by_dateissued": "By Issue Date",
  // TODO New key - Add a translation
  "menu.section.browse_global_by_dateissued": "By Issue Date",
  
  // "menu.section.browse_global_by_subject": "By Subject",
  // TODO New key - Add a translation
  "menu.section.browse_global_by_subject": "By Subject",
  
  // "menu.section.browse_global_by_title": "By Title",
  // TODO New key - Add a translation
  "menu.section.browse_global_by_title": "By Title",
  
  // "menu.section.browse_global_communities_and_collections": "Communities & Collections",
  // TODO New key - Add a translation
  "menu.section.browse_global_communities_and_collections": "Communities & Collections",
  
  
  
  // "menu.section.control_panel": "Control Panel",
  // TODO New key - Add a translation
  "menu.section.control_panel": "Control Panel",
  
  // "menu.section.curation_task": "Curation Task",
  // TODO New key - Add a translation
  "menu.section.curation_task": "Curation Task",
  
  
  
  // "menu.section.edit": "Edit",
  // TODO New key - Add a translation
  "menu.section.edit": "Edit",
  
  // "menu.section.edit_collection": "Collection",
  // TODO New key - Add a translation
  "menu.section.edit_collection": "Collection",
  
  // "menu.section.edit_community": "Community",
  // TODO New key - Add a translation
  "menu.section.edit_community": "Community",
  
  // "menu.section.edit_item": "Item",
  // TODO New key - Add a translation
  "menu.section.edit_item": "Item",
  
  
  
  // "menu.section.export": "Export",
  // TODO New key - Add a translation
  "menu.section.export": "Export",
  
  // "menu.section.export_collection": "Collection",
  // TODO New key - Add a translation
  "menu.section.export_collection": "Collection",
  
  // "menu.section.export_community": "Community",
  // TODO New key - Add a translation
  "menu.section.export_community": "Community",
  
  // "menu.section.export_item": "Item",
  // TODO New key - Add a translation
  "menu.section.export_item": "Item",
  
  // "menu.section.export_metadata": "Metadata",
  // TODO New key - Add a translation
  "menu.section.export_metadata": "Metadata",
  
  
  
  // "menu.section.find": "Find",
  // TODO New key - Add a translation
  "menu.section.find": "Find",
  
  // "menu.section.find_items": "Items",
  // TODO New key - Add a translation
  "menu.section.find_items": "Items",
  
  // "menu.section.find_private_items": "Private Items",
  // TODO New key - Add a translation
  "menu.section.find_private_items": "Private Items",
  
  // "menu.section.find_withdrawn_items": "Withdrawn Items",
  // TODO New key - Add a translation
  "menu.section.find_withdrawn_items": "Withdrawn Items",
  
  
  
  // "menu.section.icon.access_control": "Access Control menu section",
  // TODO New key - Add a translation
  "menu.section.icon.access_control": "Access Control menu section",
  
  // "menu.section.icon.control_panel": "Control Panel menu section",
  // TODO New key - Add a translation
  "menu.section.icon.control_panel": "Control Panel menu section",
  
  // "menu.section.icon.curation_task": "Curation Task menu section",
  // TODO New key - Add a translation
  "menu.section.icon.curation_task": "Curation Task menu section",
  
  // "menu.section.icon.edit": "Edit menu section",
  // TODO New key - Add a translation
  "menu.section.icon.edit": "Edit menu section",
  
  // "menu.section.icon.export": "Export menu section",
  // TODO New key - Add a translation
  "menu.section.icon.export": "Export menu section",
  
  // "menu.section.icon.find": "Find menu section",
  // TODO New key - Add a translation
  "menu.section.icon.find": "Find menu section",
  
  // "menu.section.icon.import": "Import menu section",
  // TODO New key - Add a translation
  "menu.section.icon.import": "Import menu section",
  
  // "menu.section.icon.new": "New menu section",
  // TODO New key - Add a translation
  "menu.section.icon.new": "New menu section",
  
  // "menu.section.icon.pin": "Pin sidebar",
  // TODO New key - Add a translation
  "menu.section.icon.pin": "Pin sidebar",
  
  // "menu.section.icon.registries": "Registries menu section",
  // TODO New key - Add a translation
  "menu.section.icon.registries": "Registries menu section",
  
  // "menu.section.icon.statistics_task": "Statistics Task menu section",
  // TODO New key - Add a translation
  "menu.section.icon.statistics_task": "Statistics Task menu section",
  
  // "menu.section.icon.unpin": "Unpin sidebar",
  // TODO New key - Add a translation
  "menu.section.icon.unpin": "Unpin sidebar",
  
  
  
  // "menu.section.import": "Import",
  // TODO New key - Add a translation
  "menu.section.import": "Import",
  
  // "menu.section.import_batch": "Batch Import (ZIP)",
  // TODO New key - Add a translation
  "menu.section.import_batch": "Batch Import (ZIP)",
  
  // "menu.section.import_metadata": "Metadata",
  // TODO New key - Add a translation
  "menu.section.import_metadata": "Metadata",
  
  
  
  // "menu.section.new": "New",
  // TODO New key - Add a translation
  "menu.section.new": "New",
  
  // "menu.section.new_collection": "Collection",
  // TODO New key - Add a translation
  "menu.section.new_collection": "Collection",
  
  // "menu.section.new_community": "Community",
  // TODO New key - Add a translation
  "menu.section.new_community": "Community",
  
  // "menu.section.new_item": "Item",
  // TODO New key - Add a translation
  "menu.section.new_item": "Item",
  
  // "menu.section.new_item_version": "Item Version",
  // TODO New key - Add a translation
  "menu.section.new_item_version": "Item Version",
  
  
  
  // "menu.section.pin": "Pin sidebar",
  // TODO New key - Add a translation
  "menu.section.pin": "Pin sidebar",
  
  // "menu.section.unpin": "Unpin sidebar",
  // TODO New key - Add a translation
  "menu.section.unpin": "Unpin sidebar",
  
  
  
  // "menu.section.registries": "Registries",
  // TODO New key - Add a translation
  "menu.section.registries": "Registries",
  
  // "menu.section.registries_format": "Format",
  // TODO New key - Add a translation
  "menu.section.registries_format": "Format",
  
  // "menu.section.registries_metadata": "Metadata",
  // TODO New key - Add a translation
  "menu.section.registries_metadata": "Metadata",
  
  
  
  // "menu.section.statistics": "Statistics",
  // TODO New key - Add a translation
  "menu.section.statistics": "Statistics",
  
  // "menu.section.statistics_task": "Statistics Task",
  // TODO New key - Add a translation
  "menu.section.statistics_task": "Statistics Task",
  
  
  
  // "menu.section.toggle.access_control": "Toggle Access Control section",
  // TODO New key - Add a translation
  "menu.section.toggle.access_control": "Toggle Access Control section",
  
  // "menu.section.toggle.control_panel": "Toggle Control Panel section",
  // TODO New key - Add a translation
  "menu.section.toggle.control_panel": "Toggle Control Panel section",
  
  // "menu.section.toggle.curation_task": "Toggle Curation Task section",
  // TODO New key - Add a translation
  "menu.section.toggle.curation_task": "Toggle Curation Task section",
  
  // "menu.section.toggle.edit": "Toggle Edit section",
  // TODO New key - Add a translation
  "menu.section.toggle.edit": "Toggle Edit section",
  
  // "menu.section.toggle.export": "Toggle Export section",
  // TODO New key - Add a translation
  "menu.section.toggle.export": "Toggle Export section",
  
  // "menu.section.toggle.find": "Toggle Find section",
  // TODO New key - Add a translation