generated from Nodarx/template
feat: add theme selection and customization
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"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",
|
||||
"custom": "Custom",
|
||||
"default": "Indigo",
|
||||
"emerald": "Emerald",
|
||||
"graphite": "Graphite",
|
||||
"ocean": "Ocean",
|
||||
"rose": "Rose"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user