5995-i18nBugFixed #80

Merged
guillermo merged 2 commits from 5995-i18nBugFixed into master 2023-08-11 05:34:29 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit e875dcb064 - Show all commits

View File

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

View File

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

View File

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