diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 2f1209a3a..a3d7362b3 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -246,7 +246,6 @@ globals: mailForwarding: Mail forwarding mailAlias: Mail alias privileges: Privileges - labeler: Labeler created: Created worker: Worker now: Now @@ -1194,6 +1193,26 @@ item: stemMultiplier: Multiplier producer: Producer landed: Landed + basicData: + type: Type + reference: Reference + relevancy: Relevancy + stems: Stems + multiplier: Multiplier + generic: Generic + intrastat: Intrastat + expense: Expense + weightByPiece: Weight/Piece + boxUnits: Units/Box + recycledPlastic: Recycled Plastic + nonRecycledPlastic: Non recycled plastic + isActive: Active + hasKgPrice: Price in kg + isFragile: Fragile + isFragileTooltip: Is shown at website, app that this item cannot travel (wreath, palms, ...) + isPhotoRequested: Do photo + isPhotoRequestedTooltip: This item does need a photo + description: Description fixedPrice: itemId: Item ID groupingPrice: Grouping price diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index c5c4fab66..71b2c5919 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -248,7 +248,6 @@ globals: components: Componentes pictures: Fotos packages: Bultos - labeler: Etiquetas created: Fecha creación worker: Trabajador now: Ahora @@ -1175,6 +1174,26 @@ item: stemMultiplier: Multiplicador producer: Productor landed: F. entrega + basicData: + type: Tipo + reference: Referencia + relevancy: Relevancia + stems: Tallos + multiplier: Multiplicador + generic: Genérico + intrastat: Intrastat + expense: Gasto + weightByPiece: Peso (gramos)/tallo + boxUnits: Unidades/caja + recycledPlastic: Plastico reciclado + nonRecycledPlastic: Plático no reciclado + isActive: Activo + hasKgPrice: Precio en kg + isFragile: Frágil + isFragileTooltip: Se muestra en la web, app que este artículo no puede viajar (coronas, palmas, ...) + isPhotoRequested: Hacer foto + isPhotoRequestedTooltip: Este artículo necesita una foto + description: Descripción fixedPrice: itemId: ID Artículo groupingPrice: Precio grouping diff --git a/src/pages/Item/Card/ItemBasicData.vue b/src/pages/Item/Card/ItemBasicData.vue index eb486f551..07242635b 100644 --- a/src/pages/Item/Card/ItemBasicData.vue +++ b/src/pages/Item/Card/ItemBasicData.vue @@ -73,7 +73,7 @@ const onIntrastatCreated = (response, formData) => { - - + + - + { {
{ - - + +
- {{ t('basicData.isFragileTooltip') }} + {{ t('item.basicData.isFragileTooltip') }}
- {{ t('basicData.isPhotoRequestedTooltip') }} + {{ t('item.basicData.isPhotoRequestedTooltip') }}
[ title: t('Clone item'), icon: 'vn:clone', action: cloneItem, - isPrimary: true, }, { title: t('view Summary'),