Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"500.link.home-page": "Take me to the home page",

"404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ",
"404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page.",

"404.link.home-page": "Take me to the home page",

Expand Down Expand Up @@ -2059,7 +2059,7 @@

"item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}",

"item.edit.bitstreams.bundle.table.aria-label": "Bitstreams in the {{ bundle }} Bundle",
"item.edit.bitstreams.bundle.table.aria-label": "Bitstreams in the {{ bundle }} Bundle",

"item.edit.bitstreams.bundle.tooltip": "You can move a bitstream to a different page by dropping it on the page number.",

Expand Down Expand Up @@ -2407,7 +2407,7 @@

"item.edit.tabs.metadata.head": "Metadata",

"item.edit.tabs.metadata.title": "Item Edit - Metadata",
"item.edit.tabs.metadata.title": "Item Edit - Metadata",

"item.edit.tabs.relationships.head": "Relationships",

Expand Down Expand Up @@ -2459,7 +2459,7 @@

"item.edit.tabs.status.labels.lastModified": "Last Modified",

"item.edit.tabs.status.title": "Item Edit - Status",
"item.edit.tabs.status.title": "Item Edit - Status",

"item.edit.tabs.versionhistory.head": "Version History",

Expand All @@ -2469,7 +2469,7 @@

"item.edit.tabs.view.head": "View Item",

"item.edit.tabs.view.title": "Item Edit - View",
"item.edit.tabs.view.title": "Item Edit - View",

"item.edit.withdraw.cancel": "Cancel",

Expand Down Expand Up @@ -3453,7 +3453,7 @@

"process.bulk.delete.error.head": "Error on deleteing process",

"process.bulk.delete.error.body": "The process with ID {{processId}} could not be deleted. The remaining processes will continue being deleted. ",
"process.bulk.delete.error.body": "The process with ID {{processId}} could not be deleted. The remaining processes will continue being deleted.",

"process.bulk.delete.success": "{{count}} process(es) have been succesfully deleted",

Expand Down Expand Up @@ -5700,7 +5700,7 @@

"live-region.ordering.instructions": "Press spacebar to reorder {{ itemName }}.",

"live-region.ordering.status": "{{ itemName }}, grabbed. Current position in list: {{ index }} of {{ length }}. Press up and down arrow keys to change position, SpaceBar to drop, Escape to cancel.",
"live-region.ordering.status": "{{ itemName }}, grabbed. Current position in list: {{ index }} of {{ length }}. Press up and down arrow keys to change position, SpaceBar to drop, Escape to cancel.",

"live-region.ordering.moved": "{{ itemName }}, moved to position {{ index }} of {{ length }}. Press up and down arrow keys to change position, SpaceBar to drop, Escape to cancel.",

Expand Down
Loading