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

View File

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

View File

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