diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 20:18:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 20:18:49 +0300 |
| commit | 3bdcdefc9bd697413c5ef4b3e0b606e045b8e612 (patch) | |
| tree | 57aebbd184aab8ccfdcb5ae5ed12581d7a5c9e6d /src/i18n | |
| parent | dc3df7bc4e91abf4a911e4c5ecc0c627d00dcfb1 (diff) | |
better tooltips, localized, too
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 04e9977b..18b47ba7 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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", |
