0
0
Fork 0

Merge pull request '5995-i18nBugFixed' (!80) from 5995-i18nBugFixed into master

Reviewed-on: verdnatura/salix-front#80
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Guillermo Bonet 2023-08-11 05:34:27 +00:00
commit 0df742ece0
4 changed files with 15 additions and 15 deletions

View File

@ -455,7 +455,7 @@ export default {
}, },
cmr: { cmr: {
list: { list: {
total: 'Total {0} records', total: 'Total records',
cmrFk: 'Cmr id', cmrFk: 'Cmr id',
hasCmrDms: `Attached in gestdoc`, hasCmrDms: `Attached in gestdoc`,
true: 'Yes', true: 'Yes',

View File

@ -455,7 +455,7 @@ export default {
}, },
cmr: { cmr: {
list: { list: {
total: 'Total {0} registros', total: 'Total registros',
cmrFk: 'Id cmr', cmrFk: 'Id cmr',
hasCmrDms: 'Adjuntado en gestdoc', hasCmrDms: 'Adjuntado en gestdoc',
true: 'Sí', true: 'Sí',

View File

@ -123,19 +123,19 @@ const countries = ref();
<i18n> <i18n>
en: en:
params: params:
cmrFk: Cmr id, cmrFk: Cmr id
hasCmrDms: Attached in gestdoc, hasCmrDms: Attached in gestdoc
ticketFk: Ticketd id, ticketFk: Ticketd id
country: Country, country: Country
clientFk: Client id, clientFk: Client id
shipped: Preparation date, shipped: Preparation date
es: es:
params: params:
cmrFk: Id cmr, cmrFk: Id cmr
hasCmrDms: Adjuntado en gestdoc, hasCmrDms: Adjuntado en gestdoc
ticketFk: Id ticket, ticketFk: Id ticket
country: País, country: País
clientFk: Id cliente, clientFk: Id cliente
shipped: Fecha preparación, shipped: Fecha preparación
</i18n> </i18n>

View File

@ -80,7 +80,7 @@ function getProjectUrl() {
auto-load auto-load
> >
<template #top> <template #top>
{{ t('route.cmr.list.total', [rows.length]) }} {{ `${t('route.cmr.list.total')}: ${rows.length}` }}
</template> </template>
<template #body-cell-cmrFk="{ value }"> <template #body-cell-cmrFk="{ value }">
<QTd align="right" class="text-primary"> <QTd align="right" class="text-primary">