changed translation
gitea/salix/1972-buyer_week_waste This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-01-08 09:06:19 +01:00
parent e7433fab24
commit 6c9def9c6c
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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