aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/en.json
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-06-27 00:34:25 +0300
committerHenry Jameson <me@hjkos.com>2024-06-27 00:34:25 +0300
commit925fd863fe2be2cd273507dbb2688efb2d0ae07e (patch)
tree71932a0660948c341ec896f77c0157b6f009698c /src/i18n/en.json
parentd5d37849ea6712fa00a077cb219800553b5689ab (diff)
Massively simplify and improve font input component
Diffstat (limited to 'src/i18n/en.json')
-rw-r--r--src/i18n/en.json20
1 files changed, 12 insertions, 8 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 4b216165..d995163a 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -748,17 +748,21 @@
"themes3": {
"define": "Override",
"font": {
- "local": "Local font (must be installed on computer)",
- "serif": "Serif (browser default)",
- "sans-serif": "Sans-serif (browser default)",
- "monospace": "Monospace (browser default)",
- "inherit": "Same as parent component",
- "invalid_custom_reserved": "Empty or reserved font name, it will not be saved as custom font - use dropdown instead",
+ "group-builtin": "Browser default fonts",
+ "builtin" : {
+ "serif": "Serif",
+ "sans-serif": "Sans-serif",
+ "monospace": "Monospace",
+ "inherit": "Unchanged"
+ },
+ "group-local": "Locally installed fonts",
+ "local-unavailable1": "List of locally installed fonts unavailalbe",
+ "local-unavailable2": "Use manual entry to specify custom font",
"font_list_unavailable": "Couldn't get locally installed fonts: {error}",
"lookup_local_fonts": "Load list of fonts installed on this computer",
"enter_manually": "Enter font name family manually",
- "entry": "Font's {fontFamily}",
- "select": "Select local font"
+ "entry": "Enter {fontFamily}",
+ "select": "Select font"
}
},
"switcher": {