Skip to content

Commit b878155

Browse files
authored
Replace can not with cannot (go-gitea#22372)
Fixes go-gitea#22371.
1 parent dfd2db5 commit b878155

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

options/locale/locale_en-US.ini

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ copy_content = Copy content
9595
copy_branch = Copy branch name
9696
copy_success = Copied!
9797
copy_error = Copy failed
98-
copy_type_unsupported = This file type can not be copied
98+
copy_type_unsupported = This file type cannot be copied
9999

100100
write = Write
101101
preview = Preview
@@ -325,7 +325,7 @@ invalid_code = Your confirmation code is invalid or has expired.
325325
reset_password_helper = Recover Account
326326
reset_password_wrong_user = You are signed in as %s, but the account recovery link is for %s
327327
password_too_short = Password length cannot be less than %d characters.
328-
non_local_account = Non-local users can not update their password through the Gitea web interface.
328+
non_local_account = Non-local users cannot update their password through the Gitea web interface.
329329
verify = Verify
330330
scratch_code = Scratch code
331331
use_scratch_code = Use a scratch code
@@ -507,10 +507,10 @@ cannot_add_org_to_team = An organization cannot be added as a team member.
507507
duplicate_invite_to_team = The user was already invited as a team member.
508508
organization_leave_success = You have successfully left the organization %s.
509509

510-
invalid_ssh_key = Can not verify your SSH key: %s
511-
invalid_gpg_key = Can not verify your GPG key: %s
510+
invalid_ssh_key = Cannot verify your SSH key: %s
511+
invalid_gpg_key = Cannot verify your GPG key: %s
512512
invalid_ssh_principal = Invalid principal: %s
513-
unable_verify_ssh_key = "Can not verify the SSH key; double-check it for mistakes."
513+
unable_verify_ssh_key = "Cannot verify the SSH key; double-check it for mistakes."
514514
auth_failed = Authentication failed: %v
515515

516516
still_own_repo = "Your account owns one or more repositories; delete or transfer them first."
@@ -618,7 +618,7 @@ new_password = New Password
618618
retype_new_password = Re-Type New Password
619619
password_incorrect = The current password is incorrect.
620620
change_password_success = Your password has been updated. Sign in using your new password from now on.
621-
password_change_disabled = Non-local users can not update their password through the Gitea web interface.
621+
password_change_disabled = Non-local users cannot update their password through the Gitea web interface.
622622
623623
emails = Email Addresses
624624
manage_emails = Manage Email Addresses
@@ -813,7 +813,7 @@ orgs_none = You are not a member of any organizations.
813813
repos_none = You do not own any repositories
814814

815815
delete_account = Delete Your Account
816-
delete_prompt = This operation will permanently delete your user account. It <strong>CAN NOT</strong> be undone.
816+
delete_prompt = This operation will permanently delete your user account. It <strong>CANNOT</strong> be undone.
817817
delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.
818818
confirm_delete_account = Confirm Deletion
819819
delete_account_title = Delete User Account
@@ -977,7 +977,7 @@ migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repos
977977
migrate.github_token_desc = You can put one or more tokens with comma separated here to make migrating faster because of GitHub API rate limit. WARN: Abusing this feature may violate the service provider's policy and lead to account blocking.
978978
migrate.clone_local_path = or a local server path
979979
migrate.permission_denied = You are not allowed to import local repositories.
980-
migrate.permission_denied_blocked = You can not import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
980+
migrate.permission_denied_blocked = You cannot import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
981981
migrate.invalid_local_path = "The local path is invalid. It does not exist or is not a directory."
982982
migrate.invalid_lfs_endpoint = The LFS endpoint is not valid.
983983
migrate.failed = Migration failed: %v
@@ -1590,7 +1590,7 @@ pulls.wrong_commit_id = "commit id must be a commit id on the target branch"
15901590

15911591
pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
15921592
pulls.no_merge_helper = Enable merge options in the repository settings or merge the pull request manually.
1593-
pulls.no_merge_wip = This pull request can not be merged because it is marked as being a work in progress.
1593+
pulls.no_merge_wip = This pull request cannot be merged because it is marked as being a work in progress.
15941594
pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
15951595
pulls.no_merge_access = You are not authorized to merge this pull request.
15961596
pulls.merge_pull_request = Create merge commit
@@ -1925,8 +1925,8 @@ settings.update_settings_success = The repository settings have been updated.
19251925
settings.confirm_delete = Delete Repository
19261926
settings.add_collaborator = Add Collaborator
19271927
settings.add_collaborator_success = The collaborator has been added.
1928-
settings.add_collaborator_inactive_user = Can not add an inactive user as a collaborator.
1929-
settings.add_collaborator_owner = Can not add an owner as a collaborator.
1928+
settings.add_collaborator_inactive_user = Cannot add an inactive user as a collaborator.
1929+
settings.add_collaborator_owner = Cannot add an owner as a collaborator.
19301930
settings.add_collaborator_duplicate = The collaborator is already added to this repository.
19311931
settings.delete_collaborator = Remove
19321932
settings.collaborator_deletion = Remove Collaborator
@@ -2071,7 +2071,7 @@ settings.branches = Branches
20712071
settings.protected_branch = Branch Protection
20722072
settings.protected_branch_can_push = Allow push?
20732073
settings.protected_branch_can_push_yes = You can push
2074-
settings.protected_branch_can_push_no = You can not push
2074+
settings.protected_branch_can_push_no = You cannot push
20752075
settings.branch_protection = Branch Protection for Branch '<b>%s</b>'
20762076
settings.protect_this_branch = Enable Branch Protection
20772077
settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch.
@@ -2323,7 +2323,7 @@ tag.create_success = Tag '%s' has been created.
23232323

23242324
topic.manage_topics = Manage Topics
23252325
topic.done = Done
2326-
topic.count_prompt = You can not select more than 25 topics
2326+
topic.count_prompt = You cannot select more than 25 topics
23272327
topic.format_prompt = Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23282328

23292329
find_file.go_to_file = Go to file
@@ -3061,7 +3061,7 @@ raw_minutes = minutes
30613061
30623062
[dropzone]
30633063
default_message = Drop files or click here to upload.
3064-
invalid_input_type = You can not upload files of this type.
3064+
invalid_input_type = You cannot upload files of this type.
30653065
file_too_big = File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).
30663066
remove_file = Remove file
30673067

0 commit comments

Comments
 (0)