@opendash/plugin-openware
Version:
open.WARE Plugin for open.DASH
43 lines • 1.53 kB
JavaScript
export default {
home: {
label: "Home",
},
monitoring: {
label: "Dashboard",
},
reporting: {
label: "Reports",
missing_location_message: "No location selected",
missing_location_description: "Please select a location in the left sidebar.",
create: {
action: "New Report",
},
types: {
basic: {
items_title: "Items",
items_description: "Select the items for your report",
time_title: "Time Range",
time_description: "Select the time-range for your report",
settings_title: "Settings",
settings_description: "Give the report a title and a description",
settings_items_description: "Modify how the items are visualized in the report",
title: "Type the title here...",
description: "Type the description here...",
settings_table_label: "Label",
settings_table_showData: "Show Data",
settings_table_showChart: "Show Chart",
settings_table_interval: "Interval",
interval_15min: "15min",
interval_1h: "1 hour",
interval_1d: "1 day",
interval_7d: "7 days",
},
},
},
admin: {
sensors: {
label: "Sensoren Konfiguration",
},
},
};
//# sourceMappingURL=en.js.map