diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 15d57765..5bd1ddbb 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -157,6 +157,8 @@ "text": "Text", "theme": "Theme", "theme_help": "Use hex color codes (#rrggbb) to customize your color theme.", + "theme_help_v2_1": "You can also override certain component's colors and opacity by toggling the checkbox, use \"Clear all\" button to clear all overrides.", + "theme_help_v2_2": "Icons underneath some entries are background/text contrast indicators, hover over for detailed info. Please keep in mind that when using transparency contrast indicators show the worst possible case.", "tooltipRadius": "Tooltips/alerts", "user_settings": "User Settings", "values": { @@ -220,12 +222,13 @@ "blur": "Blur", "spread": "Spread", "inset": "Inset", + "hint": "For shadows you can also use --variable as a color value to use CSS3 variables. Please note that setting opacity won't work in this case.", "components": { "panel": "Panel", "panelHeader": "Panel header", "topBar": "Top bar", - "avatar": "User avatar (in post display)", - "avatarStatus": "User avatar (in profile view)", + "avatar": "User avatar (in profile view)", + "avatarStatus": "User avatar (in post display)", "popup": "Popups and tooltips", "button": "Button", "buttonHover": "Button (hover)", |
