You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ copy_content = Copy content
95
95
copy_branch = Copy branch name
96
96
copy_success = Copied!
97
97
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
99
99
100
100
write = Write
101
101
preview = Preview
@@ -325,7 +325,7 @@ invalid_code = Your confirmation code is invalid or has expired.
325
325
reset_password_helper = Recover Account
326
326
reset_password_wrong_user = You are signed in as %s, but the account recovery link is for %s
327
327
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.
329
329
verify = Verify
330
330
scratch_code = Scratch code
331
331
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.
507
507
duplicate_invite_to_team = The user was already invited as a team member.
508
508
organization_leave_success = You have successfully left the organization %s.
509
509
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
512
512
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."
514
514
auth_failed = Authentication failed: %v
515
515
516
516
still_own_repo = "Your account owns one or more repositories; delete or transfer them first."
@@ -618,7 +618,7 @@ new_password = New Password
618
618
retype_new_password = Re-Type New Password
619
619
password_incorrect = The current password is incorrect.
620
620
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.
622
622
623
623
emails = Email Addresses
624
624
manage_emails = Manage Email Addresses
@@ -813,7 +813,7 @@ orgs_none = You are not a member of any organizations.
813
813
repos_none = You do not own any repositories
814
814
815
815
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.
817
817
delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.
818
818
confirm_delete_account = Confirm Deletion
819
819
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
977
977
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.
978
978
migrate.clone_local_path = or a local server path
979
979
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.
981
981
migrate.invalid_local_path = "The local path is invalid. It does not exist or is not a directory."
982
982
migrate.invalid_lfs_endpoint = The LFS endpoint is not valid.
983
983
migrate.failed = Migration failed: %v
@@ -1590,7 +1590,7 @@ pulls.wrong_commit_id = "commit id must be a commit id on the target branch"
1590
1590
1591
1591
pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
1592
1592
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.
1594
1594
pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
1595
1595
pulls.no_merge_access = You are not authorized to merge this pull request.
1596
1596
pulls.merge_pull_request = Create merge commit
@@ -1925,8 +1925,8 @@ settings.update_settings_success = The repository settings have been updated.
1925
1925
settings.confirm_delete = Delete Repository
1926
1926
settings.add_collaborator = Add Collaborator
1927
1927
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.
1930
1930
settings.add_collaborator_duplicate = The collaborator is already added to this repository.
0 commit comments