core/homeassistant/components/tuya/translations/en.json

216 lines
6.7 KiB
JSON

{
"config": {
"error": {
"invalid_auth": "Invalid authentication",
"login_error": "Login error ({code}): {msg}"
},
"step": {
"user": {
"data": {
"access_id": "Tuya IoT Access ID",
"access_secret": "Tuya IoT Access Secret",
"country_code": "Country",
"password": "Password",
"username": "Account"
},
"description": "Enter your Tuya credentials"
}
}
},
"entity": {
"select": {
"basic_anti_flicker": {
"state": {
"0": "Disabled",
"1": "50 Hz",
"2": "60 Hz"
}
},
"basic_nightvision": {
"state": {
"0": "Automatic",
"1": "Off",
"2": "On"
}
},
"countdown": {
"state": {
"1h": "1 hour",
"2h": "2 hours",
"3h": "3 hours",
"4h": "4 hours",
"5h": "5 hours",
"6h": "6 hours",
"cancel": "Cancel"
}
},
"curtain_mode": {
"state": {
"morning": "Morning",
"night": "Night"
}
},
"curtain_motor_mode": {
"state": {
"back": "Back",
"forward": "Forward"
}
},
"decibel_sensitivity": {
"state": {
"0": "Low sensitivity",
"1": "High sensitivity"
}
},
"fan_angle": {
"state": {
"30": "30\u00b0",
"60": "60\u00b0",
"90": "90\u00b0"
}
},
"fingerbot_mode": {
"state": {
"click": "Push",
"switch": "Switch"
}
},
"humidifier_level": {
"state": {
"level_1": "Level 1",
"level_10": "Level 10",
"level_2": "Level 2",
"level_3": "Level 3",
"level_4": "Level 4",
"level_5": "Level 5",
"level_6": "Level 6",
"level_7": "Level 7",
"level_8": "Level 8",
"level_9": "Level 9"
}
},
"humidifier_moodlighting": {
"state": {
"1": "Mood 1",
"2": "Mood 2",
"3": "Mood 3",
"4": "Mood 4",
"5": "Mood 5"
}
},
"humidifier_spray_mode": {
"state": {
"auto": "Auto",
"health": "Health",
"humidity": "Humidity",
"sleep": "Sleep",
"work": "Work"
}
},
"ipc_work_mode": {
"state": {
"0": "Low power mode",
"1": "Continuous working mode"
}
},
"led_type": {
"state": {
"halogen": "Halogen",
"incandescent": "Incandescent",
"led": "LED"
}
},
"light_mode": {
"state": {
"none": "Off",
"pos": "Indicate switch location",
"relay": "Indicate switch on/off state"
}
},
"motion_sensitivity": {
"state": {
"0": "Low sensitivity",
"1": "Medium sensitivity",
"2": "High sensitivity"
}
},
"record_mode": {
"state": {
"1": "Record events only",
"2": "Continuous recording"
}
},
"relay_status": {
"state": {
"last": "Remember last state",
"memory": "Remember last state",
"off": "Off",
"on": "On",
"power_off": "Off",
"power_on": "On"
}
},
"vacuum_cistern": {
"state": {
"closed": "Closed",
"high": "High",
"low": "Low",
"middle": "Middle"
}
},
"vacuum_collection": {
"state": {
"large": "Large",
"middle": "Middle",
"small": "Small"
}
},
"vacuum_mode": {
"state": {
"bow": "Bow",
"chargego": "Return to dock",
"left_bow": "Bow Left",
"left_spiral": "Spiral Left",
"mop": "Mop",
"part": "Part",
"partial_bow": "Bow Partially",
"pick_zone": "Pick Zone",
"point": "Point",
"pose": "Pose",
"random": "Random",
"right_bow": "Bow Right",
"right_spiral": "Spiral Right",
"single": "Single",
"smart": "Smart",
"spiral": "Spiral",
"standby": "Standby",
"wall_follow": "Follow Wall",
"zone": "Zone"
}
}
},
"sensor": {
"air_quality": {
"state": {
"good": "Good",
"great": "Great",
"mild": "Mild",
"severe": "Severe"
}
},
"status": {
"state": {
"boiling_temp": "Boiling temperature",
"cooling": "Cooling",
"heating": "Heating",
"heating_temp": "Heating temperature",
"reserve_1": "Reserve 1",
"reserve_2": "Reserve 2",
"reserve_3": "Reserve 3",
"standby": "Standby",
"warm": "Heat preservation"
}
}
}
}
}