diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-26 03:19:04 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-26 03:19:04 +0300 |
| commit | 9a9dc47fc573af28429a641bf5408ead1c0d33ec (patch) | |
| tree | 345f5ad3d2c535b5959463258f10c39781bd0c4f /src/i18n | |
| parent | 572c874f5cd1e997de70c7771075ca1444f95549 (diff) | |
better preview, collateral fixes
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c70c488c..0530b66d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -170,6 +170,7 @@ "keep_shadows": "Keep shadows", "keep_opacity": "Keep opacity", "keep_roundness": "Keep roundness", + "keep_fonts": "Keep fonts", "save_load_hint": "\"Keep\" options preserve currently set options when selecting or loading themes, it also stores said options when exporting a theme.", "reset": "Reset", "clear_all": "Clear all", @@ -250,6 +251,18 @@ "size": "Size (in px)", "weight": "Weight (boldness)", "custom": "Custom" + }, + "preview": { + "header": "Preview of header", + "error": "Example error", + "button": "Button", + "text": "A bunch of more content and {0}", + "input": "Just landed in L.A.", + "faint_link": "helpful manual", + "fine_print": "Read our {0} to learn nothing useful!", + "header_faint": "This is fine", + "checkbox": "I have skimmed over terms and conditions", + "link": "a nice lil' link" } } }, |
