refactor: rename remaining recipient references to person/people
This commit is contained in:
@@ -214,8 +214,8 @@ export const en = {
|
||||
deliveryNotePlaceholder: "Delivery note",
|
||||
statusLabel: "Status",
|
||||
statusPlaceholder: "Select a status",
|
||||
recipientLabel: "Recipient",
|
||||
recipientPlaceholder: "Select a recipient",
|
||||
personLabel: "Person",
|
||||
personPlaceholder: "Select a person",
|
||||
createSubmit: "Create Asset",
|
||||
updateSubmit: "Update Asset",
|
||||
},
|
||||
@@ -242,7 +242,7 @@ export const en = {
|
||||
assignmentAlreadyReturned: "Assignment already returned",
|
||||
previousItemNotFound: "Previous item not found for available asset",
|
||||
insufficientStock: "Item does not have enough stock",
|
||||
recipientRequired: "Recipient is required",
|
||||
personRequired: "Person is required",
|
||||
invalidStatus: "Invalid status",
|
||||
genericFailure: "Error processing asset",
|
||||
},
|
||||
@@ -261,7 +261,7 @@ export const en = {
|
||||
addLabel: "Add Assignment",
|
||||
empty: "No assignments found.",
|
||||
columns: {
|
||||
recipient: "Recipient",
|
||||
person: "Person",
|
||||
item: "Item",
|
||||
serialNumber: "Serial Number",
|
||||
quantity: "Quantity",
|
||||
@@ -280,8 +280,8 @@ export const en = {
|
||||
notFound: "Assignment not found",
|
||||
},
|
||||
form: {
|
||||
recipientLabel: "Recipient",
|
||||
recipientPlaceholder: "Select a recipient",
|
||||
personLabel: "Person",
|
||||
personPlaceholder: "Select a person",
|
||||
itemLabel: "Item",
|
||||
itemPlaceholder: "Select an item",
|
||||
assetLabel: "Asset",
|
||||
@@ -311,7 +311,7 @@ export const en = {
|
||||
genericFailure: "Error processing assignment",
|
||||
},
|
||||
schema: {
|
||||
recipientRequired: "Recipient is required",
|
||||
personRequired: "Person is required",
|
||||
itemIdRequired: "Item is required",
|
||||
quantityMinOne: "Quantity must be at least 1",
|
||||
assetIdRequired: "Asset ID is required when item ID is provided",
|
||||
@@ -402,7 +402,7 @@ export const en = {
|
||||
item: "Item",
|
||||
serialNumber: "Serial Number",
|
||||
quantity: "Quantity",
|
||||
recipient: "Recipient",
|
||||
person: "Person",
|
||||
date: "Date",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -217,8 +217,8 @@ export const es = {
|
||||
deliveryNotePlaceholder: "Remito",
|
||||
statusLabel: "Estado",
|
||||
statusPlaceholder: "Selecciona un estado",
|
||||
recipientLabel: "Destinatario",
|
||||
recipientPlaceholder: "Selecciona un destinatario",
|
||||
personLabel: "Persona",
|
||||
personPlaceholder: "Selecciona una persona",
|
||||
createSubmit: "Crear activo",
|
||||
updateSubmit: "Actualizar activo",
|
||||
},
|
||||
@@ -246,7 +246,7 @@ export const es = {
|
||||
previousItemNotFound:
|
||||
"Artículo anterior no encontrado para el activo disponible",
|
||||
insufficientStock: "El artículo no tiene stock suficiente",
|
||||
recipientRequired: "El destinatario es obligatorio",
|
||||
personRequired: "La persona es obligatoria",
|
||||
invalidStatus: "Estado inválido",
|
||||
genericFailure: "Error al procesar el activo",
|
||||
},
|
||||
@@ -265,7 +265,7 @@ export const es = {
|
||||
addLabel: "Agregar asignación",
|
||||
empty: "No se encontraron asignaciones.",
|
||||
columns: {
|
||||
recipient: "Destinatario",
|
||||
person: "Persona",
|
||||
item: "Artículo",
|
||||
serialNumber: "Número de serie",
|
||||
quantity: "Cantidad",
|
||||
@@ -284,8 +284,8 @@ export const es = {
|
||||
notFound: "Asignación no encontrada",
|
||||
},
|
||||
form: {
|
||||
recipientLabel: "Destinatario",
|
||||
recipientPlaceholder: "Selecciona un destinatario",
|
||||
personLabel: "Persona",
|
||||
personPlaceholder: "Selecciona una persona",
|
||||
itemLabel: "Artículo",
|
||||
itemPlaceholder: "Selecciona un artículo",
|
||||
assetLabel: "Activo",
|
||||
@@ -315,7 +315,7 @@ export const es = {
|
||||
genericFailure: "Error al procesar la asignación",
|
||||
},
|
||||
schema: {
|
||||
recipientRequired: "El destinatario es obligatorio",
|
||||
personRequired: "La persona es obligatoria",
|
||||
itemIdRequired: "El artículo es obligatorio",
|
||||
quantityMinOne: "La cantidad debe ser al menos 1",
|
||||
assetIdRequired:
|
||||
@@ -407,7 +407,7 @@ export const es = {
|
||||
item: "Artículo",
|
||||
serialNumber: "Número de serie",
|
||||
quantity: "Cantidad",
|
||||
recipient: "Destinatario",
|
||||
person: "Persona",
|
||||
date: "Fecha",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user