Skip to content

Commit 9303fc2

Browse files
bugreport0lunny
authored andcommitted
Fix ellipses, 'a[n]' and 'username' (issue #3512). (#3518)
1 parent 4b48a45 commit 9303fc2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

options/locale/locale_en-US.ini

+17-17
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ page = Page
1717
template = Template
1818
language = Language
1919
notifications = Notifications
20-
create_new = Create...
20+
create_new = Create
2121
user_profile_and_more = User profile and more
2222
signed_in_as = Signed in as
2323
enable_javascript = This website works better with JavaScript
@@ -155,12 +155,12 @@ uname_holder = Username or email
155155
password_holder = Password
156156
switch_dashboard_context = Switch Dashboard Context
157157
my_repos = My Repositories
158-
show_more_repos = Show more repositories ...
158+
show_more_repos = Show more repositories
159159
collaborative_repos = Collaborative Repositories
160160
my_orgs = My Organizations
161161
my_mirrors = My Mirrors
162162
view_home = View %s
163-
search_repos = Find a repository ...
163+
search_repos = Find a repository
164164

165165
issues.in_your_repos = In your repositories
166166

@@ -249,7 +249,7 @@ Content = Content
249249
require_error = ` cannot be empty.`
250250
alpha_dash_error = ` must be valid alphanumeric or dash(-_) characters.`
251251
alpha_dash_dot_error = ` must be valid alphanumeric, dash(-_) or dot characters.`
252-
git_ref_name_error = ` must be well formed git reference name.`
252+
git_ref_name_error = ` must be a well formed git reference name.`
253253
size_error = ` must be size %s.`
254254
min_size_error = ` must contain at least %s characters.`
255255
max_size_error = ` must contain at most %s characters.`
@@ -335,7 +335,7 @@ enable_custom_avatar = Use Custom Avatar
335335
choose_new_avatar = Choose new avatar
336336
update_avatar = Update Avatar Setting
337337
delete_current_avatar = Delete Current Avatar
338-
uploaded_avatar_not_a_image = Uploaded file is not a image.
338+
uploaded_avatar_not_a_image = Uploaded file is not an image.
339339
update_avatar_success = Your avatar setting has been updated.
340340
341341
change_password = Change Password
@@ -565,7 +565,7 @@ editor.fork_before_edit = You must fork this repository before editing the file
565565
editor.delete_this_file = Delete this file
566566
editor.must_have_write_access = You must have write access to make or propose changes to this file
567567
editor.file_delete_success = File '%s' has been deleted successfully!
568-
editor.name_your_file = Name your file...
568+
editor.name_your_file = Name your file
569569
editor.filename_help = To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
570570
editor.or = or
571571
editor.cancel_lower = cancel
@@ -574,10 +574,10 @@ editor.add_tmpl = Add '%s/<filename>'
574574
editor.add = Add '%s'
575575
editor.update = Update '%s'
576576
editor.delete = Delete '%s'
577-
editor.commit_message_desc = Add an optional extended description...
577+
editor.commit_message_desc = Add an optional extended description
578578
editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
579579
editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
580-
editor.new_branch_name_desc = New branch name...
580+
editor.new_branch_name_desc = New branch name
581581
editor.cancel = Cancel
582582
editor.filename_cannot_be_empty = Filename cannot be empty.
583583
editor.branch_already_exists = Branch '%s' already exists in this repository.
@@ -589,7 +589,7 @@ editor.file_changed_while_editing = The file content has been changed since you
589589
editor.file_already_exists = A file with name '%s' already exists in this repository.
590590
editor.no_changes_to_show = There are no changes to show.
591591
editor.fail_to_update_file = Failed to update/create file '%s' with error: %v
592-
editor.add_subdir = Add subdirectory...
592+
editor.add_subdir = Add subdirectory
593593
editor.unable_to_upload_files = Failed to upload files to '%s' with error: %v
594594
editor.upload_files_to_dir = Upload files to '%s'
595595
editor.cannot_commit_to_protected_branch = Can not commit to protected branch '%s'.
@@ -626,7 +626,7 @@ issues.new.no_assignee = No assignee
626626
issues.no_ref = No Branch/Tag Specified
627627
issues.create = Create Issue
628628
issues.new_label = New Label
629-
issues.new_label_placeholder = Label name...
629+
issues.new_label_placeholder = Label name
630630
issues.create_label = Create Label
631631
issues.label_templates.title = Load a predefined set of labels
632632
issues.label_templates.info = There are not any labels yet. You can click on the "New Label" button above to create one or use a predefined set below.
@@ -897,7 +897,7 @@ settings.tracker_url_format = External Issue Tracker URL Format
897897
settings.tracker_issue_style = External Issue Tracker Naming Style:
898898
settings.tracker_issue_style.numeric = Numeric
899899
settings.tracker_issue_style.alphanumeric = Alphanumeric
900-
settings.tracker_url_format_desc = You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index.
900+
settings.tracker_url_format_desc = You can use placeholder <code>{user} {repo} {index}</code> for username, repository name and issue index.
901901
settings.enable_timetracker = Enable time tracker
902902
settings.allow_only_contributors_to_track_time = Allow only contributors to track time
903903
settings.pulls_desc = Enable pull requests to accept public contributions
@@ -914,7 +914,7 @@ settings.convert_confirm = Confirm Conversion
914914
settings.convert_succeed = Repository has been converted to a regular repository.
915915
settings.transfer = Transfer Ownership
916916
settings.transfer_desc = Transfer this repository to another user or to an organization in which you have admin rights.
917-
settings.transfer_notices_1 = - You will lose access if the new owner is a individual user.
917+
settings.transfer_notices_1 = - You will lose access if the new owner is an individual user.
918918
settings.transfer_notices_2 = - You will preserve access if the new owner is an organization and if you're one of the owners.
919919
settings.transfer_form_title = Please enter the following information to confirm your operation:
920920
settings.wiki_delete = Erase Wiki Data
@@ -938,7 +938,7 @@ settings.delete_collaborator = Delete
938938
settings.collaborator_deletion = Collaborator Deletion
939939
settings.collaborator_deletion_desc = This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
940940
settings.remove_collaborator_success = Collaborator has been removed.
941-
settings.search_user_placeholder = Search user...
941+
settings.search_user_placeholder = Search user
942942
settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator.
943943
settings.user_is_org_member = User is organization member who cannot be added as a collaborator.
944944
settings.add_webhook = Add Webhook
@@ -1029,7 +1029,7 @@ settings.remove_protected_branch_success= Branch %s protect options removed succ
10291029
settings.protected_branch_deletion=To delete a protected branch
10301030
settings.protected_branch_deletion_desc=Anyone with write permissions will be able to push directly to this branch. Are you sure?
10311031
settings.default_branch_desc = The default branch is considered the "base" branch in your repository against which all pull requests and code commits are automatically made, unless you specify a different branch.
1032-
settings.choose_branch = Choose a branch...
1032+
settings.choose_branch = Choose a branch
10331033
settings.no_protected_branch = There are no protected branches
10341034
10351035
diff.browse_source = Browse Source
@@ -1063,7 +1063,7 @@ release.title = Title
10631063
release.content = Content
10641064
release.write = Write
10651065
release.preview = Preview
1066-
release.loading = Loading...
1066+
release.loading = Loading
10671067
release.prerelease_desc = This is a pre-release
10681068
release.prerelease_helper = We'll point out that this release is not production-ready.
10691069
release.cancel = Cancel
@@ -1177,7 +1177,7 @@ teams.read_permission_desc = This team grants <strong>Read</strong> access: memb
11771177
teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to the team's repositories.
11781178
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to, and add collaborators to the team's repositories.
11791179
teams.repositories = Team Repositories
1180-
teams.search_repo_placeholder = Search repository...
1180+
teams.search_repo_placeholder = Search repository
11811181
teams.add_team_repository = Add Team Repository
11821182
teams.remove_repo = Remove
11831183
teams.add_nonexistent_repo = "The repository you're trying to add does not exist; please create it first."
@@ -1316,7 +1316,7 @@ auths.bind_password_helper = Warning: This password is stored in plain text. It
13161316
auths.user_base = User Search Base
13171317
auths.user_dn = User DN
13181318
auths.attribute_username = Username attribute
1319-
auths.attribute_username_placeholder = Leave empty to use sign-in form field value for user name.
1319+
auths.attribute_username_placeholder = Leave empty to use sign-in form field value for username.
13201320
auths.attribute_name = First name attribute
13211321
auths.attribute_surname = Surname attribute
13221322
auths.attribute_mail = Email attribute

0 commit comments

Comments
 (0)