core/homeassistant/components/switcher_kis/strings.json

91 lines
2.5 KiB
JSON

{
"config": {
"step": {
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
},
"credentials": {
"description": "Found a Switcher device that requires a token\nEnter your username and token\nFor more information see https://www.home-assistant.io/integrations/switcher_kis/#prerequisites",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"token": "[%key:common::config_flow::data::access_token%]"
}
},
"reauth_confirm": {
"description": "Found a Switcher device that requires a token\nEnter your username and token\nFor more information see https://www.home-assistant.io/integrations/switcher_kis/#prerequisites",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"token": "[%key:common::config_flow::data::access_token%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"entity": {
"button": {
"assume_on": {
"name": "Assume on"
},
"assume_off": {
"name": "Assume off"
},
"vertical_swing_on": {
"name": "Vertical swing on"
},
"vertical_swing_off": {
"name": "Vertical swing off"
}
},
"cover": {
"cover": {
"name": "Cover {cover_id}"
}
},
"light": {
"light": {
"name": "Light {light_id}"
}
},
"sensor": {
"remaining_time": {
"name": "Remaining time"
},
"auto_shutdown": {
"name": "Auto shutdown"
},
"temperature": {
"name": "Current temperature"
}
}
},
"services": {
"set_auto_off": {
"name": "Set auto off",
"description": "Updates Switcher device auto off setting.",
"fields": {
"auto_off": {
"name": "Auto off",
"description": "Time period string containing hours and minutes."
}
}
},
"turn_on_with_timer": {
"name": "Turn on with timer",
"description": "Turns on the Switcher device with timer.",
"fields": {
"timer_minutes": {
"name": "Timer",
"description": "Time to turn on."
}
}
}
}
}