{
    "config": {
        "error": {
            "login_failed": "Failed to login, account or password was wrong",
            "no_devices": "Nem találhatóak új eszközök a hálózaton",
            "device_exist": "Az eszköz már be van állítva",
            "config_incorrect": "A beállítások helytelenek",
            "connect_error": "Nem sikerült csatlakozni az eszközhöz",
            "invalid_token": "A Token vagy a Key formátuma helytelen"
        },
        "step": {
            "user": {
                "data": {
                    "way": "Eszközök hozzáadása"
                },
                "description": "Válassza ki az eszközök hozzáadásának módját",
                "title": "Új eszköz hozzáadása"
            },
            "login": {
                "data": {
                    "account": "Account",
                    "password": "Password"
                },
                "description": "Login and storage your Midea account only for getting the appliance info.\nYou can remove this configuration after all appliance configured.",
                "title": "Login"
            },
            "discovery": {
                "description": "Adja meg az eszköz IP címét, Írja be az \"auto\" kifejezést az automatikus kereséshez",
                "title": "IP alapján",
                "data": {
                    "ip_address": "IP cím"
                }
            },
            "list":{
                "description": "{table}",
                "title": "Eszközök"
            },
            "auto": {
                "data": {
                    "device": "Eszközök"
                },
                "description": "Válassza ki a hozzáadandó eszközt",
                "title": "Új eszköz található"
            },
            "manually": {
                "data": {
                    "name": "Név (pl. Nappali légkondicionáló)",
                    "device_id": "Eszköz kód",
                    "type": "Típus",
                    "ip_address": "IP cím",
                    "port": "Port",
                    "model": "Modell",
                    "protocol": "Protokoll",
                    "token": "Token",
                    "key": "Kulcs"
                },
                "description": "Eszköz konfigurációja",
                "title": "Új eszköz"
            }
        }
    },
    "options": {
        "step": {
            "init": {
                "data": {
                    "ip_address": "IP cím",
                    "refresh_interval": "Refresh interval (0 means not refreshing actively)",
                    "sensors": "Extra Érzékelők",
                    "switches": "Extra Vezérlők",
                    "customize": "Személyre szabás"
                },
                "title": "Konfigurálás"
            }
        },
        "abort": {
            "account_option": "The account does not supports this operation.\nClick \"ADD DEVICE\" to  add a new device."
        }
    },
    "services": {
        "set_attribute": {
            "name": "Set attribute",
            "description": "Set the attribute value of device",
            "fields" : {
                "device_id": {
                    "name": "Eszköz kód",
                    "description": "The Appliance code (Device ID) of appliance"
                },
                "attribute": {
                    "name": "Attribute",
                    "description": "The attribute name want to set"
                },
                "value": {
                    "name": "Value",
                    "description": "The attribute value want to set"
                }
            }
        },
        "send_command": {
            "name": "Customize command",
            "description": "Send a customize command to device",
            "fields" : {
                "device_id": {
                    "name": "Eszköz kód",
                    "description": "The Appliance code (Device ID) of appliance"
                },
                "cmd_type": {
                    "name": "command type",
                    "description": "The type of command,should be 3(query) or 2(set)"
                },
                "cmd_body": {
                    "name": "command body",
                    "description": "The body of command, (not include MSmart protocol head and cheksum at the end)"
                }
            }
        }
    }
}