5995-i18nBugFixed #80

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

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>