better tooltips, localized, too
This commit is contained in:
parent
dc3df7bc4e
commit
3bdcdefc9b
2 changed files with 35 additions and 7 deletions
|
@ -165,7 +165,19 @@
|
|||
"style": {
|
||||
"common": {
|
||||
"color": "Color",
|
||||
"opacity": "Opacity"
|
||||
"opacity": "Opacity",
|
||||
"contrast": {
|
||||
"hint": "Contrast ratio is {ratio}, it {level} {context}",
|
||||
"level": {
|
||||
"aa": "meets Level AA guideline (minimal)",
|
||||
"aaa": "meets Level AAA guideline (recommended)",
|
||||
"bad": "doesn't meet any accessibility guidelines"
|
||||
},
|
||||
"context": {
|
||||
"18pt": "for large (18pt+) text",
|
||||
"text": "for text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"basic_colors": {
|
||||
"_tab_label": "Basic",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue