diff options
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", |
