-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathkeys.json
More file actions
226 lines (226 loc) · 7.35 KB
/
keys.json
File metadata and controls
226 lines (226 loc) · 7.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"banner.dismiss": {
"defaultMessage": "Dismiss",
"description": "ARIA-label for the dismiss button in the top-right corner of the Banner."
},
"banner.prefix.danger": {
"defaultMessage": "Error banner:",
"description": "Screen reader only text that expresses the type of the Danger banner"
},
"banner.prefix.info": {
"defaultMessage": "Information banner:",
"description": "Screen reader only text that expresses the type of the Info banner"
},
"banner.prefix.success": {
"defaultMessage": "Success banner:",
"description": "Screen reader only text that expresses the type of the Success banner"
},
"banner.prefix.warning": {
"defaultMessage": "Warning banner:",
"description": "Screen reader only text that expresses the type of the Warning banner"
},
"global_navigation.account": {
"defaultMessage": "Account",
"description": "aria-label text for the account button (in the GlobalNavigation)"
},
"global_navigation.home_logo": {
"defaultMessage": "Link to home page",
"description": "ARIA-label for the brand link to home page"
},
"global_navigation.main.navigation": {
"defaultMessage": "Main navigation",
"description": "ARIA-label for the main navigation"
},
"global_navigation.sidebar.dock": {
"defaultMessage": "Dock sidebar"
},
"global_navigation.sidebar.undock": {
"defaultMessage": "Undock sidebar"
},
"loading": {
"defaultMessage": "Loading...",
"description": "aria-label text, to indicate that there is a spinner rotating in this place"
},
"logo.sonar": {
"defaultMessage": "Sonar",
"description": "Alternative text for the Sonar company logo"
},
"logo.sonarqube.cloud": {
"defaultMessage": "SonarQube Cloud",
"description": "Alternative text for the SonarQube Cloud logo"
},
"logo.sonarqube.community": {
"defaultMessage": "SonarQube Community",
"description": "Alternative text for the SonarQube Community logo"
},
"logo.sonarqube.ide": {
"defaultMessage": "SonarQube for IDE",
"description": "Alternative text for the SonarQube for IDE logo"
},
"logo.sonarqube.server": {
"defaultMessage": "SonarQube Server",
"description": "Alternative text for the SonarQube Server logo"
},
"message.prefix.danger": {
"defaultMessage": "Error:"
},
"message.prefix.discover": {
"defaultMessage": "Hint:"
},
"message.prefix.info": {
"defaultMessage": "Information:"
},
"message.prefix.success": {
"defaultMessage": "Success:"
},
"message.prefix.warning": {
"defaultMessage": "Warning:"
},
"message_callout.dismiss": {
"defaultMessage": "Dismiss",
"description": "ARIA-label for the dismiss button at the top of the Modal."
},
"modal.close": {
"defaultMessage": "Close",
"description": "ARIA-label for the close button at the top of the Modal."
},
"modal_alert.cancel": {
"defaultMessage": "Cancel",
"description": "Label for the secondary action of the Modal Alert"
},
"modal_form.cancel": {
"defaultMessage": "Cancel",
"description": "Label for the secondary action of the Modal Form"
},
"modal_form.submit": {
"defaultMessage": "Submit",
"description": "Label for the submit action of the Modal Form"
},
"open_in_new_tab": {
"defaultMessage": "(opens in new tab)",
"description": "Screen reader-only text to indicate that the link will open in a new tab"
},
"pagination.next": {
"defaultMessage": "Next",
"description": "Label for the pagination button that takes you to the next page"
},
"pagination.next_page": {
"defaultMessage": "Next page",
"description": "ARIA-label for the pagination button that takes you to the next page"
},
"pagination.page_x": {
"defaultMessage": "page {page}",
"description": "ARIA-label for page buttons"
},
"pagination.previous": {
"defaultMessage": "Previous",
"description": "Label for the pagination button that takes you to the previous page"
},
"pagination.previous_page": {
"defaultMessage": "Previous page",
"description": "ARIA-label for the pagination button that takes you to the previous page"
},
"promoted_section.dismiss": {
"defaultMessage": "Dismiss",
"description": "ARIA-label for the dismiss button in the top-right corner."
},
"search_input.clear": {
"defaultMessage": "Clear search",
"description": "ARIA-label for the clear button in the search input."
},
"search_input.minimum_characters": {
"defaultMessage": "(minimum {minLength} characters)",
"description": "SearchInput minimum number of characters label"
},
"search_input.placeholder": {
"defaultMessage": "Search",
"description": "SearchInput placeholder/label text"
},
"select.clear": {
"defaultMessage": "Clear select field",
"description": "Screen reader-only text to indicate that the select field can be cleared with a button"
},
"severity.CRITICAL": {
"defaultMessage": "Critical",
"description": "Label for critical severity level"
},
"severity.MAJOR": {
"defaultMessage": "Major",
"description": "Label for major severity level"
},
"severity.MINOR": {
"defaultMessage": "Minor",
"description": "Label for minor severity level"
},
"severity_impact.BLOCKER": {
"defaultMessage": "Blocker",
"description": "Label for blocker severity level"
},
"severity_impact.HIGH": {
"defaultMessage": "High",
"description": "Label for high severity level"
},
"severity_impact.INFO": {
"defaultMessage": "Info",
"description": "Label for info severity level"
},
"severity_impact.LOW": {
"defaultMessage": "Low",
"description": "Label for low severity level"
},
"severity_impact.MEDIUM": {
"defaultMessage": "Medium",
"description": "Label for medium severity level"
},
"sidebar_navigation.label": {
"defaultMessage": "Secondary navigation",
"description": "ARIA-label for the sidebar navigation"
},
"spotlight.close": {
"defaultMessage": "Close",
"description": "The label for the Close button on a Spotlight"
},
"spotlight.go_back": {
"defaultMessage": "Go back",
"description": "The label for the Go back button on a Spotlight"
},
"spotlight.next": {
"defaultMessage": "Next",
"description": "The label for the Next button on a Spotlight"
},
"spotlight.skip": {
"defaultMessage": "Skip",
"description": "The label for the Skip button on a Spotlight"
},
"spotlight.step_x_of_y": {
"defaultMessage": "{currentStepNumber} of {totalNumberOfSteps}",
"description": "The helper text showing the step progress on a Spotlight"
},
"toast.dismiss": {
"defaultMessage": "Dismiss toast",
"description": "ARIA-label for the dismiss button in the top-right corner of the Toast."
},
"toast.prefix.background-task": {
"defaultMessage": "Background task:"
},
"toast.prefix.danger": {
"defaultMessage": "Error:"
},
"toast.prefix.info": {
"defaultMessage": "Information:"
},
"toast.prefix.success": {
"defaultMessage": "Success:"
},
"toast.prefix.warning": {
"defaultMessage": "Warning:"
},
"toasts.keyboard_shortcut_aria_label": {
"defaultMessage": "Focus toasts messages with",
"description": "ARIA-label for the toasts container keyboard shortcut"
},
"toggletip.help": {
"defaultMessage": "More information",
"description": "aria-label text and tooltip for the ToggleTip"
}
}