perf: refs #8220 translations
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-12-27 10:15:56 +01:00
parent 0eedfdee4a
commit d20bdf63c9
3 changed files with 6 additions and 4 deletions

View File

@ -312,7 +312,7 @@ const columns = computed(() => [
<VnSearchbar <VnSearchbar
data-key="ItemList" data-key="ItemList"
:label="t('item.searchbar.label')" :label="t('item.searchbar.label')"
:info="t('You can search by id')" :info="t('item.searchbar.info')"
/> />
<RightMenu> <RightMenu>
<template #right-panel> <template #right-panel>
@ -325,7 +325,7 @@ const columns = computed(() => [
url="Items/filter" url="Items/filter"
:create="{ :create="{
urlCreate: 'Items/new', urlCreate: 'Items/new',
title: t('item.list.createItem'), title: t('item.list.newItem'),
onDataSaved: ({ id }) => tableRef.redirect(`${id}/basic-data`), onDataSaved: ({ id }) => tableRef.redirect(`${id}/basic-data`),
formInitialData: { formInitialData: {
editorFk: entityId, editorFk: entityId,

View File

@ -107,6 +107,7 @@ item:
scopeDays: Scope days scopeDays: Scope days
searchbar: searchbar:
label: Search item label: Search item
info: You can search by id
descriptor: descriptor:
item: Item item: Item
buyer: Buyer buyer: Buyer
@ -139,7 +140,7 @@ item:
stemMultiplier: Multiplier stemMultiplier: Multiplier
producer: Producer producer: Producer
landed: Landed landed: Landed
createItem: Create item newItem: New item
basicData: basicData:
type: Type type: Type
reference: Reference reference: Reference

View File

@ -109,6 +109,7 @@ item:
scopeDays: Días en adelante scopeDays: Días en adelante
searchbar: searchbar:
label: Buscar artículo label: Buscar artículo
info: Puedes buscar por id
descriptor: descriptor:
item: Artículo item: Artículo
buyer: Comprador buyer: Comprador
@ -141,7 +142,7 @@ item:
stemMultiplier: Multiplicador stemMultiplier: Multiplicador
producer: Productor producer: Productor
landed: F. entrega landed: F. entrega
createItem: Crear artículo newItem: Nuevo artículo
basicData: basicData:
type: Tipo type: Tipo
reference: Referencia reference: Referencia