@@ -155,6 +155,27 @@ filter.not_template = Not Template
155
155
filter.public = Public
156
156
filter.private = Private
157
157
158
+ [search]
159
+ search = Search...
160
+ type_tooltip = Search type
161
+ fuzzy = Fuzzy
162
+ fuzzy_tooltip = Include results that also match the search term closely
163
+ match = Match
164
+ match_tooltip = Include only results that match the exact search term
165
+ repo_kind = Search repos...
166
+ user_kind = Search users...
167
+ org_kind = Search orgs...
168
+ team_kind = Search teams...
169
+ code_kind = Search code...
170
+ code_search_unavailable = Code search is currently not available. Please contact the site administrator.
171
+ package_kind = Search packages...
172
+ project_kind = Search projects...
173
+ branch_kind = Search branches...
174
+ commit_kind = Search commits...
175
+ runner_kind = Search runners...
176
+ no_results = No matching results found.
177
+ keyword_search_unavailable = Searching by keyword is currently not available. Please contact the site administrator.
178
+
158
179
[aria]
159
180
navbar = Navigation Bar
160
181
footer = Footer
@@ -330,7 +351,6 @@ collaborative_repos = Collaborative Repositories
330
351
my_orgs = My Organizations
331
352
my_mirrors = My Mirrors
332
353
view_home = View %s
333
- search_repos = Find a repository…
334
354
filter = Other Filters
335
355
filter_by_team_repositories = Filter by team repositories
336
356
feed_of = Feed of " %s"
@@ -351,20 +371,8 @@ issues.in_your_repos = In your repositories
351
371
repos = Repositories
352
372
users = Users
353
373
organizations = Organizations
354
- search = Search
355
374
go_to = Go to
356
375
code = Code
357
- search.type.tooltip = Search type
358
- search.fuzzy = Fuzzy
359
- search.fuzzy.tooltip = Include results that also matches the search term closely
360
- search.match = Match
361
- search.match.tooltip = Include only results that matches the exact search term
362
- code_search_unavailable = Currently code search is not available. Please contact your site administrator.
363
- repo_no_results = No matching repositories found.
364
- user_no_results = No matching users found.
365
- org_no_results = No matching organizations found.
366
- code_no_results = No source code matching your search term found.
367
- code_search_results = Search results for " %s"
368
376
code_last_indexed_at = Last indexed %s
369
377
relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
370
378
relevant_repositories = Only relevant repositories are being shown, <a href =" %s" >show unfiltered results</a>.
@@ -1324,9 +1332,8 @@ commits.desc = Browse source code change history.
1324
1332
commits.commits = Commits
1325
1333
commits.no_commits = No commits in common. " %s" and " %s" have entirely different histories.
1326
1334
commits.nothing_to_compare = These branches are equal.
1327
- commits.search = Search commits…
1328
1335
commits.search.tooltip = You can prefix keywords with " author:" , " committer:" , " after:" , or " before:" , e.g. " revert author:Alice before:2019-01-13" .
1329
- commits.find = Search
1336
+ commits.search_branch = This Branch
1330
1337
commits.search_all = All Branches
1331
1338
commits.author = Author
1332
1339
commits.message = Message
@@ -1502,7 +1509,6 @@ issues.filter_sort.moststars = Most stars
1502
1509
issues.filter_sort.feweststars = Fewest stars
1503
1510
issues.filter_sort.mostforks = Most forks
1504
1511
issues.filter_sort.fewestforks = Fewest forks
1505
- issues.keyword_search_unavailable = Searching by keyword is currently not available. Please contact your site administrator.
1506
1512
issues.action_open = Open
1507
1513
issues.action_close = Close
1508
1514
issues.action_label = Label
@@ -2035,17 +2041,6 @@ contributors.contribution_type.commits = Commits
2035
2041
contributors.contribution_type.additions = Additions
2036
2042
contributors.contribution_type.deletions = Deletions
2037
2043
2038
- search = Search
2039
- search.search_repo = Search repository
2040
- search.type.tooltip = Search type
2041
- search.fuzzy = Fuzzy
2042
- search.fuzzy.tooltip = Include results that also matches the search term closely
2043
- search.match = Match
2044
- search.match.tooltip = Include only results that matches the exact search term
2045
- search.results = Search results for " %s" in <a href =" %s" >%s</a>
2046
- search.code_no_results = No source code matching your search term found.
2047
- search.code_search_unavailable = Currently code search is not available. Please contact your site administrator.
2048
-
2049
2044
settings = Settings
2050
2045
settings.desc = Settings is where you can manage the settings for the repository
2051
2046
settings.options = Repository
@@ -2206,15 +2201,13 @@ settings.delete_collaborator = Remove
2206
2201
settings.collaborator_deletion = Remove Collaborator
2207
2202
settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
2208
2203
settings.remove_collaborator_success = The collaborator has been removed.
2209
- settings.search_user_placeholder = Search user…
2210
2204
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
2211
2205
settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
2212
2206
settings.team_not_in_organization = The team is not in the same organization as the repository
2213
2207
settings.teams = Teams
2214
2208
settings.add_team = Add Team
2215
2209
settings.add_team_duplicate = Team already has the repository
2216
2210
settings.add_team_success = The team now have access to the repository.
2217
- settings.search_team = Search Team…
2218
2211
settings.change_team_permission_tip = Team' s permission is set on the team setting page and can' t be changed per repository
2219
2212
settings.delete_team_tip = This team has access to all repositories and can' t be removed
2220
2213
settings.remove_team_success = The team' s access to the repository has been removed.
@@ -2367,9 +2360,7 @@ settings.protect_whitelist_committers = Whitelist Restricted Push
2367
2360
settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
2368
2361
settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
2369
2362
settings.protect_whitelist_users = Whitelisted users for pushing:
2370
- settings.protect_whitelist_search_users = Search users…
2371
2363
settings.protect_whitelist_teams = Whitelisted teams for pushing:
2372
- settings.protect_whitelist_search_teams = Search teams…
2373
2364
settings.protect_merge_whitelist_committers = Enable Merge Whitelist
2374
2365
settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
2375
2366
settings.protect_merge_whitelist_users = Whitelisted users for merging:
@@ -2614,7 +2605,6 @@ branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be
2614
2605
branch.restore = Restore Branch " %s"
2615
2606
branch.download = Download Branch " %s"
2616
2607
branch.rename = Rename Branch " %s"
2617
- branch.search = Search Branch
2618
2608
branch.included_desc = This branch is part of the default branch
2619
2609
branch.included = Included
2620
2610
branch.create_new_branch = Create branch from branch:
@@ -2760,7 +2750,6 @@ teams.write_permission_desc = This team grants <strong>Write</strong> access: me
2760
2750
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
2761
2751
teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
2762
2752
teams.repositories = Team Repositories
2763
- teams.search_repo_placeholder = Search repository…
2764
2753
teams.remove_all_repos_title = Remove all team repositories
2765
2754
teams.remove_all_repos_desc = This will remove all repositories from the team.
2766
2755
teams.add_all_repos_title = Add all repositories
0 commit comments