{
    "opc-da": {
        "in": {
            "label": {
                "group": "OPC Group",
                "mode": "Mode",
                "item": "Item",
                "diff": "Emit only when value changes (diff)",
                "item-select": "Select an item",
                "item-novar": "No items"
            },
            "mode": {
                "single": "Single item",
                "all-split": "All items, one per message",
                "all": "All items"
            }
        },
        "out": {
            "label": {
                "group": "OPC Group",
                "item": "Item",
                "item-select": "Select an item"
            },
            "disclaimer": "Caution when writing data to production systems!"
        },
        "group": {
            "label": {
                "server": "OPC Server",
                "updaterate": "Update rate",
                "deadband": "Deadband",
                "active": "Active",
                "validate": "Validate",
                "items": "Items",
                "timeout": "Timeout"
            },
            "placeholder": {
                "itemadd": "Add a new item"
            }
        },
        "server": {
            "label": {
                "address": "IP Address",
                "domain": "Domain",
                "username": "Username",
                "password": "Password",
                "progid": "ProgId",
                "clsid": "ClsId",
                "custom": "Custom...",
                "verbose": "Debug",
                "test": "Test and get items",
                "items": "Server items"
            },
            "placeholder": {
                "address": "IP or FQDN (e.g. dev.example.com)",
                "clsid": "8A885D04-1CEB-11C9-9FE8-08002B104860"
            },
            "verbose": {
                "default": "Default (command line)",
                "on": "On",
                "off": "Off"
            }
        },
        "label": {
            "name": "Name"
        },
        "error": {
            "missingconfig": "Missing configuration",
            "noresponse": "No response from device, restarting communication",
            "disconnected": "Disconnected from the server",
            "accessdenied": "Access denied. Username and/or password might be wrong",
            "classnotreg": "The given Clsid is not registered on the server"
        },
        "warn": {
            "dupgroupname": "Duplicate group name found, skipping group",
            "noitems": "No items configured on this group",
            "minupdaterate": "Update rate too low, enforcing minimum of __value__"
        },
        "info": {
        },
        "status": {
            "online": "online",
            "badvalues": "failure",
            "offline": "offline",
            "unknown": "unknown",
            "connecting": "connecting"
        }
    }
}
