Midea/midea_ac_lan/translations/en.json
2023-09-22 07:45:40 +02:00

118 lines
4.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"config": {
"error": {
"login_failed": "Failed to login, account or password was wrong",
"no_devices": "No new available appliances found on the network",
"device_exist": "Appliance is already configured",
"config_incorrect": "The configuration is incorrect",
"connect_error": "Can't connect to appliance",
"invalid_token": "Token or Key in an incorrect format"
},
"step": {
"user": {
"data": {
"way": "Adding appliances"
},
"description": "Choose the way to add a appliance",
"title": "Add new appliance"
},
"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": "IP address for device, enter \"auto\" to discover automatically",
"title": "By IP",
"data": {
"ip_address": "IP address"
}
},
"list":{
"description": "{table}",
"title": "Appliances"
},
"auto": {
"data": {
"device": "Appliances"
},
"description": "Choose a appliance to add",
"title": "New appliance found"
},
"manually": {
"data": {
"name": "Name (e.g. Living room AC)",
"device_id": "Appliance code",
"type": "Type",
"ip_address": "IP address",
"port": "Port",
"model": "Model",
"protocol": "Protocol",
"token": "Token",
"key": "Key"
},
"description": "Configuration of appliance",
"title": "New appliance"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ip_address": "IP address",
"refresh_interval": "Refresh interval (0 means not refreshing actively)",
"sensors": "Extra sensors",
"switches": "Extra controls",
"customize": "Customize"
},
"title": "Configure"
}
},
"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": "Appliance code",
"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": "Appliance code",
"description": "The appliance code (Device ID) of appliance"
},
"cmd_type": {
"name": "command type",
"description": "The type of commandshould be 3query) or 2set)"
},
"cmd_body": {
"name": "command body",
"description": "The body of command, (not include MSmart protocol head and cheksum at the end)"
}
}
}
}
}