Skip to content

Commit d6c4684

Browse files
committed
src/assets/i18n/en.json5: minor changes for consistency
Fix some random capitalizations and strange wording.
1 parent f78f4b4 commit d6c4684

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

src/assets/i18n/en.json5

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
"401.link.home-page": "Take me to the home page",
66

7-
"401.unauthorized": "unauthorized",
7+
"401.unauthorized": "Unauthorized",
88

99
"403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.",
1010

1111
"403.link.home-page": "Take me to the home page",
1212

13-
"403.forbidden": "forbidden",
13+
"403.forbidden": "Forbidden",
1414

15-
"500.page-internal-server-error": "Service Unavailable",
15+
"500.page-internal-server-error": "Service unavailable",
1616

1717
"500.help": "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.",
1818

@@ -22,15 +22,15 @@
2222

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

25-
"404.page-not-found": "page not found",
25+
"404.page-not-found": "Page not found",
2626

27-
"error-page.description.401": "unauthorized",
27+
"error-page.description.401": "Unauthorized",
2828

29-
"error-page.description.403": "forbidden",
29+
"error-page.description.403": "Forbidden",
3030

31-
"error-page.description.500": "Service Unavailable",
31+
"error-page.description.500": "Service unavailable",
3232

33-
"error-page.description.404": "page not found",
33+
"error-page.description.404": "Page not found",
3434

3535
"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",
3636

@@ -58,7 +58,7 @@
5858

5959
"admin.registries.bitstream-formats.create.failure.head": "Failure",
6060

61-
"admin.registries.bitstream-formats.create.head": "Create Bitstream format",
61+
"admin.registries.bitstream-formats.create.head": "Create bitstream format",
6262

6363
"admin.registries.bitstream-formats.create.new": "Add a new bitstream format",
6464

@@ -300,7 +300,7 @@
300300

301301
"admin.access-control.epeople.form.email": "E-mail",
302302

303-
"admin.access-control.epeople.form.emailHint": "Must be valid e-mail address",
303+
"admin.access-control.epeople.form.emailHint": "Must be a valid e-mail address",
304304

305305
"admin.access-control.epeople.form.canLogIn": "Can log in",
306306

@@ -1192,23 +1192,23 @@
11921192

11931193
"community.edit.logo.label": "Community logo",
11941194

1195-
"community.edit.logo.notifications.add.error": "Uploading Community logo failed. Please verify the content before retrying.",
1195+
"community.edit.logo.notifications.add.error": "Uploading community logo failed. Please verify the content before retrying.",
11961196

1197-
"community.edit.logo.notifications.add.success": "Upload Community logo successful.",
1197+
"community.edit.logo.notifications.add.success": "Upload community logo successful.",
11981198

11991199
"community.edit.logo.notifications.delete.success.title": "Logo deleted",
12001200

12011201
"community.edit.logo.notifications.delete.success.content": "Successfully deleted the community's logo",
12021202

12031203
"community.edit.logo.notifications.delete.error.title": "Error deleting logo",
12041204

1205-
"community.edit.logo.upload": "Drop a Community Logo to upload",
1205+
"community.edit.logo.upload": "Drop a community logo to upload",
12061206

12071207
"community.edit.notifications.success": "Successfully edited the Community",
12081208

12091209
"community.edit.notifications.unauthorized": "You do not have privileges to make this change",
12101210

1211-
"community.edit.notifications.error": "An error occured while editing the Community",
1211+
"community.edit.notifications.error": "An error occured while editing the community",
12121212

12131213
"community.edit.return": "Back",
12141214

@@ -1602,9 +1602,9 @@
16021602

16031603
"error.validation.required": "This field is required",
16041604

1605-
"error.validation.NotValidEmail": "This E-mail is not a valid email",
1605+
"error.validation.NotValidEmail": "This is not a valid e-mail",
16061606

1607-
"error.validation.emailTaken": "This E-mail is already taken",
1607+
"error.validation.emailTaken": "This e-mail is already taken",
16081608

16091609
"error.validation.groupExists": "This group already exists",
16101610

@@ -3034,7 +3034,7 @@
30343034

30353035
"mydspace.show.workflow": "Workflow tasks",
30363036

3037-
"mydspace.show.workspace": "Your Submissions",
3037+
"mydspace.show.workspace": "Your submissions",
30383038

30393039
"mydspace.show.supervisedWorkspace": "Supervised items",
30403040

@@ -3070,7 +3070,7 @@
30703070

30713071
"nav.login": "Log In",
30723072

3073-
"nav.user-profile-menu-and-logout": "User profile menu and Log Out",
3073+
"nav.user-profile-menu-and-logout": "User profile menu and log out",
30743074

30753075
"nav.logout": "Log Out",
30763076

0 commit comments

Comments
 (0)