16 | Veluxe Auto® 17 |
18 |698 | {{ carro.preco + " €" }} 699 |
700 |{{ carro.anoReg }}
732 |{{ t(carro.combustivel) }}
736 |{{ carro.kms + "km" }}
740 |190 | {{ t('fuel') }} 191 |
192 |193 | {{ getCarro()?.combustivel }} 194 |
195 | 196 |204 | {{ t('year') }} 205 |
206 |207 | {{ getCarro()?.anoReg }} 208 |
209 | 210 |218 | {{ t('transmission') }} 219 |
220 |221 | {{ getCarro()?.transmissao }} 222 |
223 | 224 |235 | {{ t('kilometers') }} 236 |
237 |238 | {{ getCarro()?.kms + " km" }} 239 |
240 | 241 |249 | {{ t('capacity') }} 250 |
251 |252 | {{ getCarro()?.lugares }} 253 |
254 | 255 |263 | {{ t('doors') }} 264 |
265 |266 | {{ getCarro()?.portas }} 267 |
268 | 269 |282 | {{ t('consumption') }} 283 |
284 |285 | {{ getCarro()?.consumo + " kWh/100 km" }} 286 |
287 |288 | {{ getCarro()?.consumo + " L/100 km" }} 289 |
290 | 291 | 292 |303 | {{ t('potency') }} 304 |
305 |306 | {{ getCarro()?.potencia + " Cv" }} 307 |
308 | 309 |322 | {{ t('cylinderCapacity') }} 323 |
324 |325 | {{ getCarro()?.cilindrada + " Cc" }} 326 |
327 | 328 |339 | {{ t('color') }} 340 |
341 |342 | {{ getCarro()?.cor }} 343 |
344 | 345 |353 | {{ t('state') }} 354 |
355 |356 | {{ getCarro()?.estado }} 357 |
358 | 359 |367 | {{ t('typology') }} 368 |
369 |370 | {{ getCarro()?.tipologia }} 371 |
372 | 373 |