changed translation
gitea/salix/1972-buyer_week_waste This commit looks good
Details
gitea/salix/1972-buyer_week_waste This commit looks good
Details
This commit is contained in:
parent
e7433fab24
commit
6c9def9c6c
|
@ -36,15 +36,15 @@
|
|||
<tr>
|
||||
<th>{{$t('buyer')}}</th>
|
||||
<th class="number">{{$t('percentage')}}</th>
|
||||
<th class="number">{{$t('dwindle')}}</th>
|
||||
<th class="number">{{$t('weakening')}}</th>
|
||||
<th class="number">{{$t('total')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="waste in wastes" v-bind:key="waste.buyer">
|
||||
<td class="font gray">{{waste.buyer}}</td>
|
||||
<td class="number">{{(waste.porcentaje / 100) | percentage(4, 4, locale)}}</td>
|
||||
<td class="number">{{waste.mermas | currency('EUR', locale)}}</td>
|
||||
<td class="number">{{(waste.percentage / 100) | percentage(4, 4, locale)}}</td>
|
||||
<td class="number">{{waste.weakening | currency('EUR', locale)}}</td>
|
||||
<td class="number">{{waste.total | currency('EUR', locale)}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -4,5 +4,5 @@ dear: Hola
|
|||
description: A continuación se muestra la merma semanal a fecha de <strong>{0}</strong>.
|
||||
buyer: Comprador
|
||||
percentage: Porcentaje
|
||||
dwindle: Mermas
|
||||
weakening: Mermas
|
||||
total: Total
|
Loading…
Reference in New Issue