feat(i18n): localize inventory assignments UI
This commit is contained in:
@@ -255,6 +255,46 @@ export const en = {
|
||||
invalidUpdateStatus: "Invalid status",
|
||||
},
|
||||
},
|
||||
assignments: {
|
||||
list: {
|
||||
title: "Assignments",
|
||||
addLabel: "Add Assignment",
|
||||
empty: "No assignments found.",
|
||||
columns: {
|
||||
recipient: "Recipient",
|
||||
item: "Item",
|
||||
serialNumber: "Serial Number",
|
||||
quantity: "Quantity",
|
||||
actions: "Actions",
|
||||
},
|
||||
actions: {
|
||||
edit: "Edit assignment",
|
||||
return: "Return assignment",
|
||||
},
|
||||
},
|
||||
new: {
|
||||
title: "New Assignment",
|
||||
},
|
||||
edit: {
|
||||
title: "Edit Assignment",
|
||||
notFound: "Assignment not found",
|
||||
},
|
||||
form: {
|
||||
recipientLabel: "Recipient",
|
||||
recipientPlaceholder: "Select a recipient",
|
||||
itemLabel: "Item",
|
||||
itemPlaceholder: "Select an item",
|
||||
assetLabel: "Asset",
|
||||
assetPlaceholder: "Select an asset",
|
||||
quantityLabel: "Quantity",
|
||||
quantityPlaceholder: "1",
|
||||
createSubmit: "Create Assignment",
|
||||
updateSubmit: "Update Assignment",
|
||||
},
|
||||
fallback: {
|
||||
missingValue: "N/A",
|
||||
},
|
||||
},
|
||||
recipients: {
|
||||
list: {
|
||||
title: "Recipients",
|
||||
|
||||
Reference in New Issue
Block a user