Files
themer/l10n/en.json
T
Sebastian 4714decd79 feat: more presets
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-10 18:23:13 -04:00

94 lines
2.8 KiB
JSON

{
"admin": {
"lockHint": "When locked, users keep their light/dark/system choice but cannot change colors or font.",
"lockLabel": "Lock users to the tenant theme",
"lockTitle": "Enforcement",
"modeHint": "Initial mode for users who have not chosen one themselves.",
"modeTitle": "Default mode",
"noPermission": "You do not have permission to manage tenant appearance settings.",
"presetsTitle": "Default theme",
"title": "Appearance"
},
"editor": {
"baseLabel": "Start from preset",
"cancel": "Cancel",
"coreColors": "Core colors",
"darkVariant": "Dark",
"extendedColors": "Extended palette",
"lightVariant": "Light",
"lockedNotice": "Theme selection is managed by your administrator; a saved custom theme will not be applied while the lock is active.",
"previewAlert": "Informational alert on the themed background.",
"previewCardText": "Body text on a surface, with medium emphasis details.",
"previewCardTitle": "Sample card",
"previewError": "Error",
"previewField": "Text field",
"previewInfo": "Info",
"previewOutlined": "Outlined",
"previewPrimary": "Primary",
"previewSecondary": "Secondary",
"previewSuccess": "Success",
"previewSwitch": "Switch",
"previewTitle": "Preview",
"previewWarning": "Warning",
"reset": "Reset to preset",
"save": "Save & Apply",
"saved": "Custom theme saved and applied",
"title": "Customize Theme"
},
"font": {
"default": "Default",
"label": "Font family"
},
"mode": {
"dark": "Dark",
"light": "Light",
"system": "System"
},
"nav": {
"appearance": "Appearance"
},
"presets": {
"amber": "Amber",
"arctic": "Arctic",
"citrus": "Citrus",
"cobalt": "Cobalt",
"contrast": "High Contrast",
"crimson": "Crimson",
"custom": "Custom",
"default": "Graphite",
"emerald": "Emerald",
"forest": "Forest",
"grape": "Grape",
"indigo": "Indigo",
"midnight": "Midnight",
"mono": "Mono",
"ocean": "Ocean",
"rose": "Rose",
"sakura": "Sakura",
"sepia": "Sepia",
"solar": "Solar",
"vampire": "Vampire"
},
"settings": {
"createCustom": "Customize",
"deleteCustom": "Delete Custom Theme",
"editCustom": "Edit Custom Theme",
"fontTitle": "Font",
"lockedNotice": "Theme selection is managed by your administrator. You can still choose your preferred mode.",
"modeHint": "System follows your operating system preference.",
"modeTitle": "Mode",
"presetsTitle": "Themes",
"title": "Appearance"
},
"tokens": {
"background": "Background",
"error": "Error",
"info": "Info",
"primary": "Primary",
"secondary": "Secondary",
"success": "Success",
"surface": "Surface",
"warning": "Warning"
}
}