Add editor support for performance profile.
This commit is contained in:
@@ -239,6 +239,23 @@
|
||||
"overrides": {
|
||||
"info": "This card configuration has manually specified overrides configured which may override values shown in the visual editor, please consult the code editor to view/modify these overrides"
|
||||
},
|
||||
"performance": {
|
||||
"warning": "This card is in low profile mode so many defaults have changed to optimize performance",
|
||||
"features": {
|
||||
"editor_label": "Feature Options",
|
||||
"animated_progress_indicator": "Animated Progress Indicator"
|
||||
},
|
||||
"profile": "Performance profile",
|
||||
"profiles": {
|
||||
"low": "Low performance",
|
||||
"high": "High/full performance"
|
||||
},
|
||||
"style": {
|
||||
"editor_label": "Style Options",
|
||||
"box_shadow": "Shadows",
|
||||
"border_radius": "Curves"
|
||||
}
|
||||
},
|
||||
"view": {
|
||||
"camera_select": "View for newly selected cameras",
|
||||
"dark_mode": "Dark mode",
|
||||
@@ -296,6 +313,8 @@
|
||||
"move_up": "Move up",
|
||||
"overrides": "Overrides are active",
|
||||
"overrides_secondary": "Dynamic configuration overrides detected",
|
||||
"performance": "Performance",
|
||||
"performance_secondary": "Card performance options",
|
||||
"timeline": "Timeline",
|
||||
"timeline_secondary": "Event timeline options",
|
||||
"upgrade": "Upgrade",
|
||||
|
||||
Reference in New Issue
Block a user