{{ $t('generator.title') }}
{{ $t('generator.plan2D') }}
{{ $t('generator.view3D') }}
{{ $t('aiGenerator.title') }}
{{ $t('aiGenerator.plan2D') }}
{{ $t('aiGenerator.view3D') }}
{{ $t('gallery.title') }}
{{ plan.name }}
{{ $t('gallery.surface') }}: {{ plan.surface }} m²
{{ $t('gallery.rooms') }}: {{ plan.rooms }}
{{ $t('quote.title') }}
{{ $t('quote.summary') }}
{{ $t('quote.buildingType') }} : {{ $t(`generator.${buildingType}`) }}
{{ $t('quote.totalSurface') }} : {{ surface }} m²
{{ $t('quote.roomCount') }} : {{ rooms }}
{{ $t('quote.architecturalStyle') }} : {{ $t(`generator.${style}`) }}
{{ $t('quote.floorCount') }} : {{ floors }}
{{ $t('quote.costEstimate') }}
{{ $t('quote.element') }} | {{ $t('quote.unitCost') }} | {{ $t('quote.quantity') }} | {{ $t('quote.total') }} |
---|---|---|---|
{{ $t(`quote.items.${item.nom}`) }} | {{ item.coutUnitaire }} € | {{ item.quantite }} | {{ item.coutUnitaire * item.quantite }} € |
{{ $t('quote.estimatedTotal') }} | {{ totalDevis }} € |