Files
saas_frontend/src/i18n/locales/en/theme.json
T
2026-04-09 11:26:50 +05:30

74 lines
2.4 KiB
JSON

{
"title": "Theme Palettes",
"errors": {
"fetchFailed": "Failed to fetch palettes"
},
"confirmDelete": "Are you sure you want to delete this palette?",
"success": {
"deleted": "Palette deleted successfully",
"updated": "Palette updated successfully",
"created": "Palette created successfully"
},
"table": {
"name": "Name",
"default": "Default",
"preview": "Preview"
},
"colors": {
"primary": "Primary Color",
"primary_hover": "Primary Hover",
"sidebar_bg": "Sidebar Background",
"sidebar_text": "Sidebar Text",
"sidebar_text_muted": "Sidebar Text Muted",
"sidebar_active_bg": "Sidebar Active BG",
"sidebar_active_text": "Sidebar Active Text",
"sidebar_hover_bg": "Sidebar Hover BG",
"sidebar_border": "Sidebar Border",
"header_bg": "Header Background",
"header_text": "Header Text",
"header_border": "Header Border",
"background": "App Background",
"background_secondary": "App Secondary BG",
"text_primary": "Text Primary",
"text_secondary": "Text Secondary",
"card_bg": "Card Background",
"card_border": "Card Border",
"table_header_bg": "Table Header BG",
"table_row_hover": "Table Row Hover",
"table_border": "Table Border"
},
"actions": {
"edit": "Edit Palette",
"delete": "Delete Palette",
"create": "Create Palette",
"update": "Update Palette",
"cancel": "Cancel"
},
"form": {
"title": {
"create": "Create New Palette",
"edit": "Edit Palette"
},
"fields": {
"name": {
"label": "Palette Name",
"placeholder": "e.g. Dark Mode",
"required": "Name is required"
},
"description": {
"label": "Description",
"placeholder": "Optional description"
},
"isDefault": "Set as Default Palette",
"sectionTitle": "Color Configuration",
"required": "Required"
}
},
"deleteModal": {
"title": "Delete Palette",
"message": "Are you sure you want to delete this palette?",
"confirm": "Delete",
"cancel": "Cancel"
}
}