{
    "ui-base": {
        "auto": "auto",
        "label": {
            "uiName": "UI Name",
            "path": "Path",
            "pathDisabledNote": "This option is currently disabled and still in-development.",
            "appIcon": "App Icon",
            "appIconNote": "Enter the url of your app icon here",
            "category": "dashboard 2",
            "dashboard2": "Dashboard 2.0",
            "editSettings": "Edit Settings",
            "openDashboard": "Open Dashboard",
            "layout": "Layout",
            "layoutMessage": "Here you can re-order and move your widgets, groups and pages.",
            "unattachedMessage": "The following Groups have do not have a parent page defined.",
            "theming": "Theming",
            "themingMessage": "Here you can can get quick access to your UI Themes, defined on your Dashboard.",
            "constraints": "Client Data",
            "spacer": "spacer",
            "settings": "Settings",
            "header": "Header Options",
            "titleBarStyle": "Style",
            "titleBarStyleDefault": "Default",
            "titleBarStyleHidden": "Hidden",
            "titleBarStyleFixed": "Fixed",
            "sidebar": "Sidebar Options",
            "showPath": "Include Page Path in Label",
            "headerContent": "Content",
            "headerDashboard": "Dashboard name",
            "headerPage": "Page name",
            "headerDashboardPage": "Dashboard name (Page name)",
            "headerNone": "None",
            "navigationStyle": "Style",
            "navigationStyleDefault": "Collapsing (default)",
            "navigationStyleFixed": "Fixed",
            "navigationStyleIcon": "Collapse to icons",
            "navigationStyleTemporary": "Appear over content",
            "navigationStyleNone": "Always hide",
            "connectionNotifications": "Connection Notifications",
            "showReconnect": "Show reconnect notification",
            "showDisconnect": "Show disconnect notification",
            "notificationDisplayTime": "notification display time (seconds)",
            "myDashboard": "My Dashboard",
            "myGroup": "My Group",
            "empty": "empty",
            "allowInstall": "Allow App Installation",
            "installation": "Installation Options"

        },
        "layout": {
            "pages": "Pages",
            "page": "Page",
            "link": "Link",
            "groups": "Groups",
            "group": "Group",
            "addGroup": "Add Group",
            "edit": "Edit",
            "layoutEditor": "Layout Editor",
            "focus": "Focus",
            "collapse": "Collapse",
            "expand": "Expand",
            "delete": "Delete",
            "spacer": "Add Spacer",
            "unattachedGroups": "Unattached Groups"
        },
        "themes": {
            "header": "Themes",
            "theme": "Theme",
            "defaultTheme": "Default Theme"
        },
        "colors": {
            "light": "var(--nrdb-node-light)",
            "medium": "var(--nrdb-node-medium)",
            "dark": "var(--nrdb-node-dark)",
            "darkest": "var(--nrdb-node-darkest)"
        },
        "error": {
            "layoutEditor": "Unable to begin layout editor"
        },
        "action": {
            "hide": "Hide",
            "show": "Show",
            "disable": "Disable",
            "enable": "Enable"
        },
        "clientConstraints": {
            "description": "This tab allows you to control whether or not client-specific data is included in messages, and which nodes accept it in order to constrain communication to specific clients.",
            "readMore": "Read more",
            "syncDescription": "This is also used to disable syncing between clients, meaning that widgets will automatically update their values across multiple client connections, e.g. toggling a switch in one client, will update all other clients too.",
            "includeClientData": "Include Client Data",
            "includeClientDataHelp": "This option includes client data in all messages transmitted by Dashboard 2.0 (e.g. Socket ID and information about any logged in user)",
            "clientDataProviders": "Client Data Providers:",
            "acceptClientData": "Accept Client Data",
            "acceptClientDataHelp": "Defines whether the respective node type will use client data (e.g. socketid), and constrain communications to just that client.",
            "socketId": "Socket ID"
        }
    }
}
