0
0
Fork 0

fix: replace i18n

This commit is contained in:
Javier Segarra 2025-02-10 11:04:42 +01:00
parent cc21b74626
commit cdf600cbd0
4 changed files with 2 additions and 5 deletions

View File

@ -328,7 +328,6 @@ en:
active: Is active active: Is active
visible: Is visible visible: Is visible
floramondo: Is floramondo floramondo: Is floramondo
salesPersonFk: Buyer
categoryFk: Category categoryFk: Category
es: es:
@ -339,7 +338,6 @@ es:
active: Activo active: Activo
visible: Visible visible: Visible
floramondo: Floramondo floramondo: Floramondo
salesPersonFk: Comprador
categoryFk: Categoría categoryFk: Categoría
Plant: Planta natural Plant: Planta natural
Flower: Flor fresca Flower: Flor fresca

View File

@ -653,7 +653,6 @@ supplier:
tableVisibleColumns: tableVisibleColumns:
nif: NIF/CIF nif: NIF/CIF
account: Cuenta account: Cuenta
summary: summary:
responsible: Responsable responsible: Responsable
verified: Verificado verified: Verificado

View File

@ -64,7 +64,7 @@ const columns = computed(() => [
{ {
align: 'left', align: 'left',
name: 'buyerId', name: 'buyerId',
label: t('components.itemsFilterPanel.salesPersonFk'), label: t('customer.params.buyerId'),
component: 'select', component: 'select',
attrs: { attrs: {
url: 'TicketRequests/getItemTypeWorker', url: 'TicketRequests/getItemTypeWorker',

View File

@ -109,7 +109,7 @@ customer:
socialName: Razón social socialName: Razón social
campaign: Campaña campaign: Campaña
typeId: Familia typeId: Familia
buyerId: Familia buyerId: Comprador
categoryId: Reino categoryId: Reino
city: Ciudad city: Ciudad
phone: Teléfono phone: Teléfono