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

73 lines
2.4 KiB
JSON
Raw Normal View History

2019-11-16 00:32:13 +00:00
{
2022-12-03 00:21:50 +00:00
"entity": {
"sensor": {
"thermostat_mode": {
"state": {
"away": "A fora",
"comfort": "Confort",
"eco": "Eco",
"sleep": "Dormint"
}
}
}
},
2022-07-21 00:26:18 +00:00
"issues": {
2022-08-06 00:24:46 +00:00
"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"
},
2022-11-26 00:22:30 +00:00
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "No es pot tornar a escalfar el te en aquest moment"
}
},
"title": "El te \u00e9s fred"
},
2022-07-21 00:26:18 +00:00
"out_of_blinker_fluid": {
"fix_flow": {
"step": {
"confirm": {
2022-08-16 00:30:51 +00:00
"description": "Prem ENVIA quan s'hagi omplert el l\u00edquid d'intermitents",
2022-07-21 00:26:18 +00:00
"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"
}
},
2020-02-19 00:31:49 +00:00
"options": {
"step": {
"options_1": {
"data": {
"bool": "Entrada booleana opcional",
2020-07-08 00:02:43 +00:00
"constant": "Constant",
2020-02-19 00:31:49 +00:00
"int": "Entrada num\u00e8rica"
}
},
"options_2": {
"data": {
"multi": "Selecci\u00f3 m\u00faltiple",
"select": "Selecciona una opci\u00f3",
2020-05-13 18:27:21 +00:00
"string": "Valor de l'String"
2020-02-19 00:31:49 +00:00
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demostraci\u00f3"
2019-11-16 00:32:13 +00:00
}