Skip to content

Commit 4669c64

Browse files
authored
fix: improve english grammar and readability in locale_en-US.ini (#35017)
1 parent 1e86b7d commit 4669c64

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

options/locale/locale_en-US.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ files = Files
117117

118118
error = Error
119119
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
120-
error503 = The server was unable to complete your request. Please try again later.
120+
error503 = The server could not complete your request. Please try again later.
121121
go_back = Go Back
122122
invalid_data = Invalid data: %v
123123

@@ -131,7 +131,7 @@ unpin = Unpin
131131

132132
artifacts = Artifacts
133133
expired = Expired
134-
confirm_delete_artifact = Are you sure you want to delete the artifact '%s' ?
134+
confirm_delete_artifact = Are you sure you want to delete the artifact '%s'?
135135

136136
archived = Archived
137137

@@ -171,7 +171,7 @@ internal_error_skipped = Internal error occurred but is skipped: %s
171171
search = Search...
172172
type_tooltip = Search type
173173
fuzzy = Fuzzy
174-
fuzzy_tooltip = Include results that also match the search term closely
174+
fuzzy_tooltip = Include results that closely match the search term
175175
words = Words
176176
words_tooltip = Include only results that match the search term words
177177
regexp = Regexp
@@ -506,7 +506,7 @@ activate_email.text = Please click the following link to verify your email addre
506506
507507
register_notify = Welcome to %s
508508
register_notify.title = %[1]s, welcome to %[2]s
509-
register_notify.text_1 = this is your registration confirmation email for %s!
509+
register_notify.text_1 = This is your registration confirmation email for %s!
510510
register_notify.text_2 = You can now login via username: %s.
511511
register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
512512
@@ -998,7 +998,7 @@ webauthn_alternative_tip = You may want to configure an additional authenticatio
998998

999999
manage_account_links = Manage Linked Accounts
10001000
manage_account_links_desc = These external accounts are linked to your Gitea account.
1001-
account_links_not_available = There are currently no external accounts linked to your Gitea account.
1001+
account_links_not_available = No external accounts are currently linked to your Gitea account.
10021002
link_account = Link Account
10031003
remove_account_link = Remove Linked Account
10041004
remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue?
@@ -1035,8 +1035,8 @@ new_repo_helper = A repository contains all project files, including revision hi
10351035
owner = Owner
10361036
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
10371037
repo_name = Repository Name
1038-
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure its public and initialize it with a README in the profile directory to get started.
1039-
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure its private and initialize it with a README in the profile directory to get started.
1038+
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it's public and initialize it with a README in the profile directory to get started.
1039+
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it's private and initialize it with a README in the profile directory to get started.
10401040
repo_name_helper = Good repository names use short, memorable and unique keywords. A repository named ".profile" or ".profile-private" could be used to add a README.md for the user/organization profile.
10411041
repo_size = Repository Size
10421042
template = Template
@@ -1058,7 +1058,7 @@ fork_branch = Branch to be cloned to the fork
10581058
all_branches = All branches
10591059
view_all_branches = View all branches
10601060
view_all_tags = View all tags
1061-
fork_no_valid_owners = This repository can not be forked because there are no valid owners.
1061+
fork_no_valid_owners = This repository cannot be forked because there are no valid owners.
10621062
fork.blocked_user = Cannot fork the repository because you are blocked by the repository owner.
10631063
use_template = Use this template
10641064
open_with_editor = Open with %s
@@ -1755,7 +1755,7 @@ issues.due_date_form = "yyyy-mm-dd"
17551755
issues.due_date_form_add = "Add due date"
17561756
issues.due_date_form_edit = "Edit"
17571757
issues.due_date_form_remove = "Remove"
1758-
issues.due_date_not_writer = "You need write access to this repository in order to update the due date of an issue."
1758+
issues.due_date_not_writer = "You need write access to this repository to update the due date of an issue."
17591759
issues.due_date_not_set = "No due date set."
17601760
issues.due_date_added = "added the due date %s %s"
17611761
issues.due_date_modified = "modified the due date from %[2]s to %[1]s %[3]s"
@@ -2123,7 +2123,7 @@ activity.title.releases_1 = %d Release
21232123
activity.title.releases_n = %d Releases
21242124
activity.title.releases_published_by = %s published by %s
21252125
activity.published_release_label = Published
2126-
activity.no_git_activity = There has not been any commit activity in this period.
2126+
activity.no_git_activity = There has been no commit activity in this period.
21272127
activity.git_stats_exclude_merges = Excluding merges,
21282128
activity.git_stats_author_1 = %d author
21292129
activity.git_stats_author_n = %d authors

0 commit comments

Comments
 (0)