fix: refs #8316 fix broken localizations for entry descriptor menu and items filter panel #1288

Merged
jtubau merged 5 commits from 8316-fixEntryLocalizations into test 2025-01-28 07:51:24 +00:00
4 changed files with 12 additions and 1 deletions

View File

@ -349,4 +349,11 @@ es:
floramondo: Floramondo floramondo: Floramondo
salesPersonFk: Comprador salesPersonFk: Comprador
categoryFk: Categoría categoryFk: Categoría
Plant: Planta natural
Flower: Flor fresca
Handmade: Hecho a mano
Artificial: Artificial
Green: Verdes frescos
Accessories: Complementos florales
Fruit: Fruta
</i18n> </i18n>

View File

@ -17,6 +17,6 @@ function showEntryReport() {
<template> <template>
<QItem v-ripple clickable @click="showEntryReport"> <QItem v-ripple clickable @click="showEntryReport">
<QItemSection>{{ $t('entryList.list.showEntryReport') }}</QItemSection> <QItemSection>{{ $t('entry.descriptorMenu.showEntryReport') }}</QItemSection>
</QItem> </QItem>
</template> </template>

View File

@ -76,6 +76,8 @@ entry:
warehouseInFk: Warehouse in warehouseInFk: Warehouse in
search: Search entries search: Search entries
searchInfo: You can search by entry reference searchInfo: You can search by entry reference
descriptorMenu:
showEntryReport: Show entry report
entryFilter: entryFilter:
params: params:
invoiceNumber: Invoice number invoiceNumber: Invoice number

View File

@ -75,6 +75,8 @@ entry:
warehouseInFk: Alm. entrada warehouseInFk: Alm. entrada
daysOnward: Días adelante daysOnward: Días adelante
daysAgo: Días atras daysAgo: Días atras
descriptorMenu:
showEntryReport: Ver informe del pedido
search: Buscar entradas search: Buscar entradas
searchInfo: Puedes buscar por referencia de entrada searchInfo: Puedes buscar por referencia de entrada
entryFilter: entryFilter: