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

73 lines
2.4 KiB
JSON

{
"entity": {
"sensor": {
"thermostat_mode": {
"state": {
"away": "A fora",
"comfort": "Confort",
"eco": "Eco",
"sleep": "Dormint"
}
}
}
},
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"description": "Prem ENVIAR per confirmar que s'ha canviat la font d'alimentaci\u00f3",
"title": "La font d'alimentaci\u00f3 s'ha de canviar"
}
}
},
"title": "La font d'alimentaci\u00f3 no \u00e9s estable"
},
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "No es pot tornar a escalfar el te en aquest moment"
}
},
"title": "El te \u00e9s fred"
},
"out_of_blinker_fluid": {
"fix_flow": {
"step": {
"confirm": {
"description": "Prem ENVIA quan s'hagi omplert el l\u00edquid d'intermitents",
"title": "Cal omplir el l\u00edquid d'intermitents"
}
}
},
"title": "El l\u00edquid d'intermitents est\u00e0 buit i s'ha d'omplir"
},
"transmogrifier_deprecated": {
"description": "El component 'transmogrifier' est\u00e0 obsolet, ja que el control local ja no est\u00e0 disponible a la nova API",
"title": "El component 'transmogrifier' est\u00e0 obsolet"
},
"unfixable_problem": {
"description": "Aquest problema no es rendir\u00e0 mai.",
"title": "No \u00e9s un problema solucionable"
}
},
"options": {
"step": {
"options_1": {
"data": {
"bool": "Entrada booleana opcional",
"constant": "Constant",
"int": "Entrada num\u00e8rica"
}
},
"options_2": {
"data": {
"multi": "Selecci\u00f3 m\u00faltiple",
"select": "Selecciona una opci\u00f3",
"string": "Valor de l'String"
}
}
}
},
"title": "Demostraci\u00f3"
}