1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
| {
| "ui_base": {
| "label": {
| "dashboard": "dashboard",
| "category": "dashboard",
| "title": "Title",
| "options": "Options",
| "date-format": "Date Format",
| "sizes": "Sizes",
| "horizontal": "Horizontal",
| "vertical": "Vertical",
| "widget-size": "1x1 Widget Size",
| "widget-spacing": "Widget Spacing",
| "group-padding": "Group Padding",
| "group-spacing": "Group Spacing",
| "layout": "Layout",
| "angular": "Angular",
| "theme": "Theme",
| "site": "Site"
| },
| "auto": "auto",
| "title": "Node-RED Dashboard",
| "layout": {
| "tab-and-link": "Tabs & Links",
| "tab": "tab",
| "link": "link",
| "group": "group",
| "edit": "edit",
| "spacer": "spacer",
| "layout": "layout",
| "layout-editor": "Dashboard layout editor",
| "width": "Width",
| "auto": "auto-sizing",
| "manual": "manual resize"
| },
| "theme": {
| "style": "Style",
| "custom-profile": "Custom Profile",
| "custom-profile-name": "Untitled Theme 1",
| "base-settings": "Base Settings",
| "page-settings": "Page Settings",
| "page": {
| "title": "Title Bar Background",
| "page": "Page Background",
| "side": "Side Bar Background"
| },
| "group-settings": "Group Settings",
| "group": {
| "text": "Group Text",
| "border": "Group Border",
| "background": "Group Background"
| },
| "widget-settings": "Widget Settings",
| "widget": {
| "text": "Widget Text",
| "colour": "Widget Colour",
| "background": "Widget Background"
| }
| },
| "style": {
| "light": "Light (default)",
| "dark": "Dark",
| "custom": "Custom",
| "primary": "Primary",
| "accents": "Accents",
| "background": "Background",
| "warnings": "Warnings",
| "palette": "Light / Dark"
| },
| "base": {
| "colour": "Colour",
| "font": "Font"
| },
| "font": {
| "system": "System Font (default)"
| },
| "site": {
| "title": "Node-RED Dashboard",
| "date-format": "DD/MM/YYYY"
| },
| "title-bar": {
| "show": "Show the title bar",
| "hide": "Hide the title bar"
| },
| "swipe": {
| "no-swipe": "No swipe between tabs",
| "allow-swipe": "Allow swipe between tabs",
| "allow-swipe-mouse": "Allow swipe (+mouse) between tabs",
| "show-menu": "Swipe to open/close menu"
| },
| "lock": {
| "clicked": "Click to show side menu",
| "locked": "Always show side menu",
| "locked-icon": "Always show icons only"
| },
| "temp": {
| "allow-theme": "Node-RED theme everywhere",
| "no-theme": "Use Angular theme in ui_template",
| "none": "Angular theme everywhere"
| }
| }
| }
|
|