Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui_base.json 3.2KB

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