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

216 lines
7.0 KiB
JSON

{
"config": {
"error": {
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
"login_error": "Error d'inici de sessi\u00f3 ({code}): {msg}"
},
"step": {
"user": {
"data": {
"access_id": "ID d'acc\u00e9s de Tuya IoT",
"access_secret": "Secret d'acc\u00e9s de Tuya IoT",
"country_code": "Pa\u00eds",
"password": "Contrasenya",
"username": "Compte"
},
"description": "Introdueix les teves credencial de Tuya"
}
}
},
"entity": {
"select": {
"basic_anti_flicker": {
"state": {
"0": "Desactivat",
"1": "50 Hz",
"2": "60 Hz"
}
},
"basic_nightvision": {
"state": {
"0": "Autom\u00e0tic",
"1": "OFF",
"2": "ON"
}
},
"countdown": {
"state": {
"1h": "1 hora",
"2h": "2 hores",
"3h": "3 hores",
"4h": "4 hores",
"5h": "5 hores",
"6h": "6 hores",
"cancel": "Cancel\u00b7la"
}
},
"curtain_mode": {
"state": {
"morning": "Mat\u00ed",
"night": "Nit"
}
},
"curtain_motor_mode": {
"state": {
"back": "Enrere",
"forward": "Endavant"
}
},
"decibel_sensitivity": {
"state": {
"0": "Sensibilitat baixa",
"1": "Sensibilitat alta"
}
},
"fan_angle": {
"state": {
"30": "30\u00b0",
"60": "60\u00b0",
"90": "90\u00b0"
}
},
"fingerbot_mode": {
"state": {
"click": "Prem",
"switch": "Interruptor"
}
},
"humidifier_level": {
"state": {
"level_1": "Nivell 1",
"level_10": "Nivell 10",
"level_2": "Nivell 2",
"level_3": "Nivell 3",
"level_4": "Nivell 4",
"level_5": "Nivell 5",
"level_6": "Nivell 6",
"level_7": "Nivell 7",
"level_8": "Nivell 8",
"level_9": "Nivell 9"
}
},
"humidifier_moodlighting": {
"state": {
"1": "Estat 1",
"2": "Estat 2",
"3": "Estat 3",
"4": "Estat 4",
"5": "Estat 5"
}
},
"humidifier_spray_mode": {
"state": {
"auto": "Autom\u00e0tic",
"health": "Salut",
"humidity": "Humitat",
"sleep": "Dormint",
"work": "Feina"
}
},
"ipc_work_mode": {
"state": {
"0": "Mode de baix consum",
"1": "Mode de funcionament continu"
}
},
"led_type": {
"state": {
"halogen": "Halogen",
"incandescent": "Incandescent",
"led": "LED"
}
},
"light_mode": {
"state": {
"none": "OFF",
"pos": "Indica la ubicaci\u00f3 de l'interruptor",
"relay": "Indica l'estat, ON/OFF, de l'interruptor"
}
},
"motion_sensitivity": {
"state": {
"0": "Sensibilitat baixa",
"1": "Sensibilitat mitjana",
"2": "Sensibilitat alta"
}
},
"record_mode": {
"state": {
"1": "Nom\u00e9s enregistra esdeveniments",
"2": "Enregistrament continu"
}
},
"relay_status": {
"state": {
"last": "Recorda l'\u00faltim estat",
"memory": "Recorda l'\u00faltim estat",
"off": "OFF",
"on": "ON",
"power_off": "OFF",
"power_on": "ON"
}
},
"vacuum_cistern": {
"state": {
"closed": "Tancada",
"high": "Alt",
"low": "Baix",
"middle": "Mitj\u00e0"
}
},
"vacuum_collection": {
"state": {
"large": "Gran",
"middle": "Mitj\u00e0",
"small": "Petit"
}
},
"vacuum_mode": {
"state": {
"bow": "Arc",
"chargego": "Retorna a la base",
"left_bow": "Arc a esquerra",
"left_spiral": "Espiral a esquerra",
"mop": "Frega",
"part": "Surt",
"partial_bow": "Arc parcial",
"pick_zone": "Tria zona",
"point": "Punt",
"pose": "Posa",
"random": "Aleatori",
"right_bow": "Arc a dreta",
"right_spiral": "Espiral a dreta",
"single": "Individual",
"smart": "Intel\u00b7ligent",
"spiral": "Espiral",
"standby": "En espera",
"wall_follow": "Segueix paret",
"zone": "Zona"
}
}
},
"sensor": {
"air_quality": {
"state": {
"good": "Bo",
"great": "Genial",
"mild": "Mitj\u00e0",
"severe": "Sever"
}
},
"status": {
"state": {
"boiling_temp": "Temperatura d'ebullici\u00f3",
"cooling": "Refredant",
"heating": "Escalfant",
"heating_temp": "Temperatura d'escalfament",
"reserve_1": "Reserva 1",
"reserve_2": "Reserva 2",
"reserve_3": "Reserva 3",
"standby": "En espera",
"warm": "Conservaci\u00f3 de calor"
}
}
}
}
}