feat(i18n): localize inventory assets UI
This commit is contained in:
@@ -182,6 +182,56 @@ export const en = {
|
||||
itemRequired: "Item is required",
|
||||
},
|
||||
},
|
||||
assets: {
|
||||
list: {
|
||||
title: "Assets",
|
||||
addLabel: "Add Asset",
|
||||
empty: "No assets found.",
|
||||
columns: {
|
||||
item: "Item",
|
||||
category: "Category",
|
||||
serialNumber: "Serial Number",
|
||||
status: "Status",
|
||||
actions: "Actions",
|
||||
},
|
||||
actions: {
|
||||
edit: "Edit asset",
|
||||
},
|
||||
},
|
||||
new: {
|
||||
title: "New Asset",
|
||||
},
|
||||
edit: {
|
||||
title: "Edit Asset",
|
||||
notFound: "Asset not found",
|
||||
},
|
||||
form: {
|
||||
itemLabel: "Item",
|
||||
itemPlaceholder: "Select an item",
|
||||
serialNumberLabel: "Serial Number",
|
||||
serialNumberPlaceholder: "Serial number",
|
||||
deliveryNoteLabel: "Delivery Note",
|
||||
deliveryNotePlaceholder: "Delivery note",
|
||||
statusLabel: "Status",
|
||||
statusPlaceholder: "Select a status",
|
||||
recipientLabel: "Recipient",
|
||||
recipientPlaceholder: "Select a recipient",
|
||||
createSubmit: "Create Asset",
|
||||
updateSubmit: "Update Asset",
|
||||
},
|
||||
status: {
|
||||
AVAILABLE: "Available",
|
||||
ASSIGNED: "Assigned",
|
||||
RESERVED: "Reserved",
|
||||
IN_REPAIR: "In repair",
|
||||
BROKEN: "Broken",
|
||||
STOLEN: "Stolen",
|
||||
DISPOSED: "Disposed",
|
||||
},
|
||||
fallback: {
|
||||
unknownStatus: "Unknown status",
|
||||
},
|
||||
},
|
||||
},
|
||||
login: {
|
||||
title: "Sign In",
|
||||
|
||||
Reference in New Issue
Block a user