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
+18-12Lines changed: 18 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ new_org = New organization
64
64
new_project = New project
65
65
new_project_column = New column
66
66
admin_panel = Site administration
67
-
account_settings = Account settings
68
67
settings = Settings
69
68
your_profile = Profile
70
69
your_starred = Starred
@@ -171,7 +170,7 @@ org_kind = Search orgs...
171
170
team_kind = Search teams...
172
171
code_kind = Search code...
173
172
code_search_unavailable = Code search is currently not available. Please contact the site administrator.
174
-
code_search_by_git_grep = Current code search results are provided by "git grep". There might be better results if site administrator enables Repository Indexer.
173
+
code_search_by_git_grep = Current code search results are provided by "git grep". There might be better results if site administrator enables code indexer.
175
174
package_kind = Search packages...
176
175
project_kind = Search projects...
177
176
branch_kind = Search branches...
@@ -545,6 +544,12 @@ modify = Update
545
544
546
545
[form]
547
546
UserName = Username
547
+
FullName = Full name
548
+
Description = Description
549
+
Pronouns = Pronouns
550
+
Biography = Biography
551
+
Website = Website
552
+
Location = Location
548
553
RepoName = Repository name
549
554
Email = Email address
550
555
Password = Password
@@ -555,6 +560,7 @@ PayloadUrl = Payload URL
555
560
TeamName = Team name
556
561
AuthName = Authorization name
557
562
AdminEmail = Admin email
563
+
To = Branch name
558
564
559
565
NewBranchName = New branch name
560
566
CommitSummary = Commit summary
@@ -2137,7 +2143,7 @@ settings.sync_mirror = Synchronize now
2137
2143
settings.pull_mirror_sync_in_progress = Pulling changes from the remote %s at the moment.
2138
2144
settings.push_mirror_sync_in_progress = Pushing changes to the remote %s at the moment.
settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch.
2422
2428
settings.protect_disable_push = Disable push
@@ -2990,7 +2996,7 @@ users.delete_account = Delete user account
2990
2996
users.cannot_delete_self = You cannot delete yourself
2991
2997
users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first.
2992
2998
users.still_has_org = This user is a member of an organization. Remove the user from any organizations first.
2993
-
users.purge = Purge User
2999
+
users.purge = Purge user
2994
3000
users.purge_help = Forcibly delete user and any repositories, organizations, and packages owned by the user. All comments and issues posted by this user will also be deleted.
2995
3001
users.still_own_packages = This user still owns one or more packages, delete these packages first.
2996
3002
users.deletion_success = The user account has been deleted.
0 commit comments