Commits

Alan Orth authored and github-actions[bot] committed 8eb2e2ce802
src/assets/i18n/en.json5: minor changes for consistency

Fix some random capitalizations and strange wording. (cherry picked from commit d6c46847c2340c2e2755a81b0909e30a25052ea5)
No tags

src/assets/i18n/en.json5

Modified
1 1 {
2 2
3 3 "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
4 4
5 5 "401.link.home-page": "Take me to the home page",
6 6
7 - "401.unauthorized": "unauthorized",
7 + "401.unauthorized": "Unauthorized",
8 8
9 9 "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.",
10 10
11 11 "403.link.home-page": "Take me to the home page",
12 12
13 - "403.forbidden": "forbidden",
13 + "403.forbidden": "Forbidden",
14 14
15 - "500.page-internal-server-error": "Service Unavailable",
15 + "500.page-internal-server-error": "Service unavailable",
16 16
17 17 "500.help": "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.",
18 18
19 19 "500.link.home-page": "Take me to the home page",
20 20
21 21 "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. ",
22 22
23 23 "404.link.home-page": "Take me to the home page",
24 24
25 - "404.page-not-found": "page not found",
25 + "404.page-not-found": "Page not found",
26 26
27 - "error-page.description.401": "unauthorized",
27 + "error-page.description.401": "Unauthorized",
28 28
29 - "error-page.description.403": "forbidden",
29 + "error-page.description.403": "Forbidden",
30 30
31 - "error-page.description.500": "Service Unavailable",
31 + "error-page.description.500": "Service unavailable",
32 32
33 - "error-page.description.404": "page not found",
33 + "error-page.description.404": "Page not found",
34 34
35 35 "error-page.orcid.generic-error": "An error occurred during login via ORCID. Make sure you have shared your ORCID account email address with DSpace. If the error persists, contact the administrator",
36 36
37 37 "access-status.embargo.listelement.badge": "Embargo",
38 38
39 39 "access-status.metadata.only.listelement.badge": "Metadata only",
40 40
41 41 "access-status.open.access.listelement.badge": "Open Access",
42 42
43 43 "access-status.restricted.listelement.badge": "Restricted",
51 51 "admin.curation-tasks.header": "System curation tasks",
52 52
53 53 "admin.registries.bitstream-formats.breadcrumbs": "Format registry",
54 54
55 55 "admin.registries.bitstream-formats.create.breadcrumbs": "Bitstream format",
56 56
57 57 "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.",
58 58
59 59 "admin.registries.bitstream-formats.create.failure.head": "Failure",
60 60
61 - "admin.registries.bitstream-formats.create.head": "Create Bitstream format",
61 + "admin.registries.bitstream-formats.create.head": "Create bitstream format",
62 62
63 63 "admin.registries.bitstream-formats.create.new": "Add a new bitstream format",
64 64
65 65 "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.",
66 66
67 67 "admin.registries.bitstream-formats.create.success.head": "Success",
68 68
69 69 "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)",
70 70
71 71 "admin.registries.bitstream-formats.delete.failure.head": "Failure",
309 309 "admin.access-control.epeople.form.create": "Create EPerson",
310 310
311 311 "admin.access-control.epeople.form.edit": "Edit EPerson",
312 312
313 313 "admin.access-control.epeople.form.firstName": "First name",
314 314
315 315 "admin.access-control.epeople.form.lastName": "Last name",
316 316
317 317 "admin.access-control.epeople.form.email": "E-mail",
318 318
319 - "admin.access-control.epeople.form.emailHint": "Must be valid e-mail address",
319 + "admin.access-control.epeople.form.emailHint": "Must be a valid e-mail address",
320 320
321 321 "admin.access-control.epeople.form.canLogIn": "Can log in",
322 322
323 323 "admin.access-control.epeople.form.requireCertificate": "Requires certificate",
324 324
325 325 "admin.access-control.epeople.form.return": "Back",
326 326
327 327 "admin.access-control.epeople.form.notification.created.success": "Successfully created EPerson \"{{name}}\"",
328 328
329 329 "admin.access-control.epeople.form.notification.created.failure": "Failed to create EPerson \"{{name}}\"",
1213 1213 "community.edit.head": "Edit Community",
1214 1214
1215 1215 "community.edit.breadcrumbs": "Edit Community",
1216 1216
1217 1217 "community.edit.logo.delete.title": "Delete logo",
1218 1218
1219 1219 "community.edit.logo.delete-undo.title": "Undo delete",
1220 1220
1221 1221 "community.edit.logo.label": "Community logo",
1222 1222
1223 - "community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.",
1223 + "community.edit.logo.notifications.add.error": "Uploading community logo failed. Please verify the content before retrying.",
1224 1224
1225 - "community.edit.logo.notifications.add.success": "Upload Community logo successful.",
1225 + "community.edit.logo.notifications.add.success": "Upload community logo successful.",
1226 1226
1227 1227 "community.edit.logo.notifications.delete.success.title": "Logo deleted",
1228 1228
1229 1229 "community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo",
1230 1230
1231 1231 "community.edit.logo.notifications.delete.error.title": "Error deleting logo",
1232 1232
1233 - "community.edit.logo.upload": "Drop a Community Logo to upload",
1233 + "community.edit.logo.upload": "Drop a community logo to upload",
1234 1234
1235 1235 "community.edit.notifications.success": "Successfully edited the Community",
1236 1236
1237 1237 "community.edit.notifications.unauthorized": "You do not have privileges to make this change",
1238 1238
1239 - "community.edit.notifications.error": "An error occured while editing the Community",
1239 + "community.edit.notifications.error": "An error occured while editing the community",
1240 1240
1241 1241 "community.edit.return": "Back",
1242 1242
1243 1243 "community.edit.tabs.curate.head": "Curate",
1244 1244
1245 1245 "community.edit.tabs.curate.title": "Community Edit - Curate",
1246 1246
1247 1247 "community.edit.tabs.access-control.head": "Access Control",
1248 1248
1249 1249 "community.edit.tabs.access-control.title": "Community Edit - Access Control",
1625 1625 "error.top-level-communities": "Error fetching top-level communities",
1626 1626
1627 1627 "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.",
1628 1628
1629 1629 "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.",
1630 1630
1631 1631 "error.validation.filerequired": "The file upload is mandatory",
1632 1632
1633 1633 "error.validation.required": "This field is required",
1634 1634
1635 - "error.validation.NotValidEmail": "This E-mail is not a valid email",
1635 + "error.validation.NotValidEmail": "This is not a valid e-mail",
1636 1636
1637 - "error.validation.emailTaken": "This E-mail is already taken",
1637 + "error.validation.emailTaken": "This e-mail is already taken",
1638 1638
1639 1639 "error.validation.groupExists": "This group already exists",
1640 1640
1641 1641 "error.validation.metadata.name.invalid-pattern": "This field cannot contain dots, commas or spaces. Please use the Element & Qualifier fields instead",
1642 1642
1643 1643 "error.validation.metadata.name.max-length": "This field may not contain more than 32 characters",
1644 1644
1645 1645 "error.validation.metadata.namespace.max-length": "This field may not contain more than 256 characters",
1646 1646
1647 1647 "error.validation.metadata.element.invalid-pattern": "This field cannot contain dots, commas or spaces. Please use the Qualifier field instead",
3067 3067 "mydspace.results.no-results": "There were no items to show",
3068 3068
3069 3069 "mydspace.results.no-title": "No title",
3070 3070
3071 3071 "mydspace.results.no-uri": "No URI",
3072 3072
3073 3073 "mydspace.search-form.placeholder": "Search in MyDSpace...",
3074 3074
3075 3075 "mydspace.show.workflow": "Workflow tasks",
3076 3076
3077 - "mydspace.show.workspace": "Your Submissions",
3077 + "mydspace.show.workspace": "Your submissions",
3078 3078
3079 3079 "mydspace.show.supervisedWorkspace": "Supervised items",
3080 3080
3081 3081 "mydspace.status.mydspaceArchived": "Archived",
3082 3082
3083 3083 "mydspace.status.mydspaceValidation": "Validation",
3084 3084
3085 3085 "mydspace.status.mydspaceWaitingController": "Waiting for reviewer",
3086 3086
3087 3087 "mydspace.status.mydspaceWorkflow": "Workflow",
3103 3103 "nav.browse.header": "All of DSpace",
3104 3104
3105 3105 "nav.community-browse.header": "By Community",
3106 3106
3107 3107 "nav.context-help-toggle": "Toggle context help",
3108 3108
3109 3109 "nav.language": "Language switch",
3110 3110
3111 3111 "nav.login": "Log In",
3112 3112
3113 - "nav.user-profile-menu-and-logout": "User profile menu and Log Out",
3113 + "nav.user-profile-menu-and-logout": "User profile menu and log out",
3114 3114
3115 3115 "nav.logout": "Log Out",
3116 3116
3117 3117 "nav.main.description": "Main navigation bar",
3118 3118
3119 3119 "nav.mydspace": "MyDSpace",
3120 3120
3121 3121 "nav.profile": "Profile",
3122 3122
3123 3123 "nav.search": "Search",

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut