File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
pages/calculatrice/estimation/[infrastructureID] Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 243243 "units" : {
244244 "hours" : " hours" ,
245245 "days" : " days"
246+ },
247+ "estimation" : {
248+ "possibleImprovements" : " Possible improvements:"
246249 }
247250}
Original file line number Diff line number Diff line change 243243 "units" : {
244244 "hours" : " heures" ,
245245 "days" : " jours"
246+ },
247+ "estimation" : {
248+ "possibleImprovements" : " Quelques axes d'amélioration :"
246249 }
247250}
Original file line number Diff line number Diff line change 2828 />
2929
3030 <CardCustom >
31- <div class =" font-bold mt-5 ml-5" >Quelques axes d'amélioration :</div >
31+ <div class =" font-bold mt-5 ml-5" >
32+ {{ $t("estimation.possibleImprovements") }}
33+ </div >
3234 <ComparativeByRegion
3335 ref =" comparativeComponentRef"
3436 :infrastructure-id =" infrastructureId"
4042
4143<script setup lang="ts">
4244import type { Infrastructure } from " ~/type/infrastructure/Infrastructure" ;
45+
4346const { $api } = useNuxtApp ();
4447const route = useRoute ();
4548const infrastructure: Ref <Infrastructure | undefined > = ref ();
You can’t perform that action at this time.
0 commit comments