power-flux-card/src/lang-en.js

29 lines
944 B
JavaScript
Raw Normal View History

2026-02-07 12:51:57 +01:00
export default {
editor: {
"card.label_import": "Import",
"card.label_export": "Export",
"editor.main_title": "Main Entities",
"editor.solar_section": "Solar",
"editor.grid_section": "Grid Connection",
"editor.battery_section": "Battery",
"editor.consumers_section": "Additional Consumers",
"editor.options_section": "Appearance & Options",
"editor.flow_rate_title": "Show Flow Rates (W) on pipes",
"editor.label_toggle": "Show Label in Bubble",
"editor.compact_view": "Compact View (evcc)",
"editor.hide_inactive": "Hide Inactive Pipes",
"editor.entity": "Entity (Watt)",
"editor.label": "Label",
"editor.icon": "Icon",
},
card: {
"card.label_solar": "Solar",
"card.label_grid": "Grid",
"card.label_battery": "Battery",
"card.label_house": "Consumption",
"card.label_car": "Car",
"card.label_import": "Import",
"card.label_export": "Export",
}
};