feat(i18n): localize movement UI

This commit is contained in:
2026-06-14 01:20:23 +02:00
parent 7d5ab64653
commit f62cd6fb37
8 changed files with 270 additions and 17 deletions
+33
View File
@@ -255,6 +255,39 @@ export const en = {
invalidUpdateStatus: "Invalid status",
},
},
movements: {
list: {
title: "Movements",
empty: "No movements found",
columns: {
type: "Type",
item: "Item",
serialNumber: "Serial Number",
quantity: "Quantity",
recipient: "Recipient",
date: "Date",
},
},
snippet: {
title: "Movements",
labels: {
type: "Type",
quantity: "Quantity",
},
},
types: {
IN: "In",
OUT: "Out",
ASSIGNMENT: "Assignment",
RETURN: "Return",
ADJUSTMENT: "Adjustment",
DELETED: "Deleted",
},
fallback: {
missingValue: "-",
unknownType: "Unknown movement type",
},
},
},
login: {
title: "Sign In",
+33
View File
@@ -259,6 +259,39 @@ export const es = {
invalidUpdateStatus: "Estado inválido",
},
},
movements: {
list: {
title: "Movimientos",
empty: "No se encontraron movimientos.",
columns: {
type: "Tipo",
item: "Artículo",
serialNumber: "Número de serie",
quantity: "Cantidad",
recipient: "Destinatario",
date: "Fecha",
},
},
snippet: {
title: "Movimientos",
labels: {
type: "Tipo",
quantity: "Cantidad",
},
},
types: {
IN: "Entrada",
OUT: "Salida",
ASSIGNMENT: "Asignación",
RETURN: "Devolución",
ADJUSTMENT: "Ajuste",
DELETED: "Eliminación",
},
fallback: {
missingValue: "-",
unknownType: "Tipo de movimiento desconocido",
},
},
},
login: {
title: "Iniciar sesión",