-
Notifications
You must be signed in to change notification settings - Fork 0
/
keys.json
42 lines (42 loc) · 1.43 KB
/
keys.json
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
{
"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"
},
"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"
},
"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"
},
"select.clear": {
"defaultMessage": "Clear select field",
"description": "Screen reader-only text to indicate that the select field can be cleared with a button"
}
}