Skip to content

Commit ef3d4b7

Browse files
authored
Merge pull request DSpace#5275 from dataquest-dev/fix/en-json-spacing
Fix spacing in en.json5
2 parents b1c4aa4 + 0fe6bda commit ef3d4b7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/assets/i18n/en.json5

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

20-
"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. ",
20+
"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.",
2121

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

@@ -2457,7 +2457,7 @@
24572457

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

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

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

@@ -2821,7 +2821,7 @@
28212821

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

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

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

@@ -2873,7 +2873,7 @@
28732873

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

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

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

@@ -2883,7 +2883,7 @@
28832883

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

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

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

@@ -4209,7 +4209,7 @@
42094209

42104210
"process.bulk.delete.error.head": "Error on deleting process",
42114211

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

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

@@ -5922,7 +5922,7 @@
59225922

59235923
"submission.workflow.tasks.claimed.reject.submit": "Reject",
59245924

5925-
"submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
5925+
"submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
59265926

59275927
"submission.workflow.tasks.claimed.return": "Return to pool",
59285928

@@ -6808,13 +6808,13 @@
68086808

68096809
"error.validation.coarnotify.invalidfilter": "Invalid filter, try to select another service or none.",
68106810

6811-
"request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.",
6811+
"request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> has been taken in charge.",
68126812

6813-
"request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been rejected.",
6813+
"request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> has been rejected.",
68146814

6815-
"request-status-alert-box.tentative_rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been tentatively rejected. Revisions are required",
6815+
"request-status-alert-box.tentative_rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> has been tentatively rejected. Revisions are required",
68166816

6817-
"request-status-alert-box.requested": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> is pending.",
6817+
"request-status-alert-box.requested": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> is pending.",
68186818

68196819
"ldn-service-button-mark-inbound-deletion": "Mark supported pattern for deletion",
68206820

@@ -7224,7 +7224,7 @@
72247224

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

7227-
"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.",
7227+
"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.",
72287228

72297229
"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.",
72307230

0 commit comments

Comments
 (0)