@@ -17,7 +17,7 @@ page = Page
17
17
template = Template
18
18
language = Language
19
19
notifications = Notifications
20
- create_new = Create...
20
+ create_new = Create…
21
21
user_profile_and_more = User profile and more
22
22
signed_in_as = Signed in as
23
23
enable_javascript = This website works better with JavaScript
@@ -155,12 +155,12 @@ uname_holder = Username or email
155
155
password_holder = Password
156
156
switch_dashboard_context = Switch Dashboard Context
157
157
my_repos = My Repositories
158
- show_more_repos = Show more repositories ...
158
+ show_more_repos = Show more repositories…
159
159
collaborative_repos = Collaborative Repositories
160
160
my_orgs = My Organizations
161
161
my_mirrors = My Mirrors
162
162
view_home = View %s
163
- search_repos = Find a repository ...
163
+ search_repos = Find a repository…
164
164
165
165
issues.in_your_repos = In your repositories
166
166
@@ -249,7 +249,7 @@ Content = Content
249
249
require_error = ` cannot be empty.`
250
250
alpha_dash_error = ` must be valid alphanumeric or dash(-_) characters.`
251
251
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.`
253
253
size_error = ` must be size %s.`
254
254
min_size_error = ` must contain at least %s characters.`
255
255
max_size_error = ` must contain at most %s characters.`
@@ -335,7 +335,7 @@ enable_custom_avatar = Use Custom Avatar
335
335
choose_new_avatar = Choose new avatar
336
336
update_avatar = Update Avatar Setting
337
337
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.
339
339
update_avatar_success = Your avatar setting has been updated.
340
340
341
341
change_password = Change Password
@@ -565,7 +565,7 @@ editor.fork_before_edit = You must fork this repository before editing the file
565
565
editor.delete_this_file = Delete this file
566
566
editor.must_have_write_access = You must have write access to make or propose changes to this file
567
567
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…
569
569
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.
570
570
editor.or = or
571
571
editor.cancel_lower = cancel
@@ -574,10 +574,10 @@ editor.add_tmpl = Add '%s/<filename>'
574
574
editor.add = Add ' %s'
575
575
editor.update = Update ' %s'
576
576
editor.delete = Delete ' %s'
577
- editor.commit_message_desc = Add an optional extended description...
577
+ editor.commit_message_desc = Add an optional extended description…
578
578
editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
579
579
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…
581
581
editor.cancel = Cancel
582
582
editor.filename_cannot_be_empty = Filename cannot be empty.
583
583
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
589
589
editor.file_already_exists = A file with name ' %s' already exists in this repository.
590
590
editor.no_changes_to_show = There are no changes to show.
591
591
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…
593
593
editor.unable_to_upload_files = Failed to upload files to ' %s' with error: %v
594
594
editor.upload_files_to_dir = Upload files to ' %s'
595
595
editor.cannot_commit_to_protected_branch = Can not commit to protected branch ' %s' .
@@ -626,7 +626,7 @@ issues.new.no_assignee = No assignee
626
626
issues.no_ref = No Branch/Tag Specified
627
627
issues.create = Create Issue
628
628
issues.new_label = New Label
629
- issues.new_label_placeholder = Label name...
629
+ issues.new_label_placeholder = Label name…
630
630
issues.create_label = Create Label
631
631
issues.label_templates.title = Load a predefined set of labels
632
632
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
897
897
settings.tracker_issue_style = External Issue Tracker Naming Style:
898
898
settings.tracker_issue_style.numeric = Numeric
899
899
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.
901
901
settings.enable_timetracker = Enable time tracker
902
902
settings.allow_only_contributors_to_track_time = Allow only contributors to track time
903
903
settings.pulls_desc = Enable pull requests to accept public contributions
@@ -914,7 +914,7 @@ settings.convert_confirm = Confirm Conversion
914
914
settings.convert_succeed = Repository has been converted to a regular repository.
915
915
settings.transfer = Transfer Ownership
916
916
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.
918
918
settings.transfer_notices_2 = - You will preserve access if the new owner is an organization and if you' re one of the owners.
919
919
settings.transfer_form_title = Please enter the following information to confirm your operation:
920
920
settings.wiki_delete = Erase Wiki Data
@@ -938,7 +938,7 @@ settings.delete_collaborator = Delete
938
938
settings.collaborator_deletion = Collaborator Deletion
939
939
settings.collaborator_deletion_desc = This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
940
940
settings.remove_collaborator_success = Collaborator has been removed.
941
- settings.search_user_placeholder = Search user...
941
+ settings.search_user_placeholder = Search user…
942
942
settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator.
943
943
settings.user_is_org_member = User is organization member who cannot be added as a collaborator.
944
944
settings.add_webhook = Add Webhook
@@ -1029,7 +1029,7 @@ settings.remove_protected_branch_success= Branch %s protect options removed succ
1029
1029
settings.protected_branch_deletion=To delete a protected branch
1030
1030
settings.protected_branch_deletion_desc=Anyone with write permissions will be able to push directly to this branch. Are you sure?
1031
1031
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…
1033
1033
settings.no_protected_branch = There are no protected branches
1034
1034
1035
1035
diff.browse_source = Browse Source
@@ -1063,7 +1063,7 @@ release.title = Title
1063
1063
release.content = Content
1064
1064
release.write = Write
1065
1065
release.preview = Preview
1066
- release.loading = Loading...
1066
+ release.loading = Loading…
1067
1067
release.prerelease_desc = This is a pre-release
1068
1068
release.prerelease_helper = We' ll point out that this release is not production-ready.
1069
1069
release.cancel = Cancel
@@ -1177,7 +1177,7 @@ teams.read_permission_desc = This team grants <strong>Read</strong> access: memb
1177
1177
teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to the team' s repositories.
1178
1178
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.
1179
1179
teams.repositories = Team Repositories
1180
- teams.search_repo_placeholder = Search repository...
1180
+ teams.search_repo_placeholder = Search repository…
1181
1181
teams.add_team_repository = Add Team Repository
1182
1182
teams.remove_repo = Remove
1183
1183
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
1316
1316
auths.user_base = User Search Base
1317
1317
auths.user_dn = User DN
1318
1318
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 .
1320
1320
auths.attribute_name = First name attribute
1321
1321
auths.attribute_surname = Surname attribute
1322
1322
auths.attribute_mail = Email attribute
0 commit comments