Skip to content

Commit 09e2714

Browse files
author
0ko
committed
Improve English locale
1 parent a485566 commit 09e2714

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

options/locale/locale_en-US.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ activate_email.text = Please click the following link to verify your email addre
447447

448448
admin.new_user.subject = New user %s just signed up
449449
admin.new_user.user_info = User Information
450-
admin.new_user.text = Please <a href="%s">click here</a> to manage the user from the admin panel.
450+
admin.new_user.text = Please <a href="%s">click here</a> to manage this user from the admin panel.
451451

452452
register_notify = Welcome to Forgejo
453453
register_notify.title = %[1]s, welcome to %[2]s
@@ -624,7 +624,7 @@ settings = User Settings
624624

625625
form.name_reserved = The username "%s" is reserved.
626626
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
627-
form.name_chars_not_allowed = User name "%s" contains invalid characters.
627+
form.name_chars_not_allowed = Username "%s" contains invalid characters.
628628

629629
[settings]
630630
profile = Profile
@@ -648,7 +648,7 @@ webauthn = Two-Factor Authentication (Security Keys)
648648
public_profile = Public Profile
649649
biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
650650
location_placeholder = Share your approximate location with others
651-
profile_desc = Control how your profile is show to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
651+
profile_desc = Control how your profile is shown to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
652652
password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
653653
full_name = Full Name
654654
website = Website
@@ -973,7 +973,7 @@ all_branches = All branches
973973
fork_no_valid_owners = This repository can not be forked because there are no valid owners.
974974
use_template = Use this template
975975
clone_in_vsc = Clone in VS Code
976-
clone_in_vscodium = Clone in VS Codium
976+
clone_in_vscodium = Clone in VSCodium
977977
download_zip = Download ZIP
978978
download_tar = Download TAR.GZ
979979
download_bundle = Download BUNDLE
@@ -1012,7 +1012,7 @@ mirror_sync = synced
10121012
mirror_sync_on_commit = Sync when commits are pushed
10131013
mirror_address = Clone From URL
10141014
mirror_address_desc = Put any required credentials in the Authorization section.
1015-
mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the url correctly.
1015+
mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the URL correctly.
10161016
mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
10171017
mirror_lfs = Large File Storage (LFS)
10181018
mirror_lfs_desc = Activate mirroring of LFS data.
@@ -1772,7 +1772,7 @@ pulls.required_status_check_missing = Some required checks are missing.
17721772
pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
17731773
pulls.blocked_by_approvals = "This pull request doesn't have enough approvals yet. %d of %d approvals granted."
17741774
pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
1775-
pulls.blocked_by_official_review_requests = "This pull request has official review requests."
1775+
pulls.blocked_by_official_review_requests = "This pull request is blocked because it is missing approval from one or more official reviewers."
17761776
pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
17771777
pulls.blocked_by_changed_protected_files_1= "This pull request is blocked because it changes a protected file:"
17781778
pulls.blocked_by_changed_protected_files_n= "This pull request is blocked because it changes protected files:"

0 commit comments

Comments
 (0)