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: data/ui.yml
+52-26Lines changed: 52 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
meta:
2
2
default_description: Get started, troubleshoot, and make the most of GitHub. Documentation for new users, developers, administrators, and all of GitHub's products.
3
+
3
4
header:
4
5
github_docs: GitHub Docs
5
6
contact: Contact
@@ -18,12 +19,15 @@ header:
18
19
menu: Menu
19
20
open_menu_label: Open menu
20
21
go_home: Home
22
+
21
23
picker:
22
24
language_picker_label: Language
23
25
product_picker_default_text: All products
24
26
version_picker_default_text: Choose a version
27
+
25
28
release_notes:
26
29
banner_text: GitHub began rolling these changes out to enterprises on
30
+
27
31
search:
28
32
input:
29
33
placeholder: Search or ask {{icon}} Copilot
@@ -70,27 +74,32 @@ search:
70
74
general_title: There was an error loading search results.
71
75
ai_title: There was an error loading Copilot.
72
76
description: You can still use this field to search our docs.
77
+
73
78
old_search:
74
79
description: Enter a search term to find it in the GitHub Docs.
75
80
placeholder: Search GitHub Docs
76
81
label: Search GitHub Docs
82
+
77
83
search_results:
78
84
search_results_for: Search results for
79
85
matches_displayed: Matches displayed
80
86
n_results: '{n} results'
81
87
search_validation_error: Validation error with search query
82
88
filter: Filter
83
89
clear_filter: Clear
90
+
84
91
homepage:
85
92
explore_by_product: Explore by product
86
93
version_picker: Version
87
94
description: Help for wherever you are on your GitHub journey.
95
+
88
96
toc:
89
97
getting_started: Getting started
90
98
popular: Popular
91
99
startHere: Start here
92
100
whats_new: What's new
93
101
all_changelogs: All changelog posts
102
+
94
103
pages:
95
104
article_version: 'Article version'
96
105
miniToc: In this article
@@ -106,10 +115,12 @@ pages:
106
115
more_markdown_options: More Markdown options
107
116
opens_in_new_tab: (opens in new tab)
108
117
copied: Copied!
118
+
109
119
support:
110
120
still_need_help: Still need help?
111
121
contact_support: Contact support
112
122
ask_community: Ask the GitHub community
123
+
113
124
survey:
114
125
able_to_find: Did you find what you needed?
115
126
yes: Yes
@@ -125,11 +136,13 @@ survey:
125
136
not_support: If you need a reply, please contact <a href="https://support.github.com/">support</a>.
126
137
privacy_policy: Privacy policy
127
138
server_error: Unable to process comment at the moment. Please try again.
139
+
128
140
contribution_cta:
129
141
title: Help us make these docs great!
130
142
body: All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.
screen_reader_text_checkmark_icon: Multiple permissions are required, or a different permission may be used. For more information about the permissions, see the documentation for this endpoint.
211
+
195
212
rest_reference:
196
213
in: In
197
214
description: Description
198
215
notes: Notes
199
216
parameters: Parameters for "{{ RESTOperationTitle }}"
200
217
response: Response
201
-
secret_scanning:
202
-
search_placeholder: Search by provider or secret name...
no_fine_grained_access: This endpoint does not work with GitHub App user access tokens, GitHub App installation access tokens, or fine-grained personal access tokens.
267
258
basic_auth_heading: Basic authentication for "{{ RESTOperationTitle }}"
268
259
basic_auth: You must use <a href="/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication">Basic Authentication</a> to use this endpoint. Use the application's <code>client_id</code> as the username and the <code>client_secret</code> as the password.
260
+
261
+
secret_scanning:
262
+
search_placeholder: Search by provider or secret name...
0 commit comments