17 lines
784 B
TypeScript
17 lines
784 B
TypeScript
export default {
|
|
"merchant.portal.printer.page.title": "Printers",
|
|
"merchant.portal.printer.page.description": "Manage your printer devices for printing order receipts",
|
|
"merchant.portal.printer.id": "ID",
|
|
"merchant.portal.printer.name": "Printer Name",
|
|
"merchant.portal.printer.name.required": "Printer name is required",
|
|
"merchant.portal.printer.brand": "Brand",
|
|
"merchant.portal.printer.model": "Model",
|
|
"merchant.portal.printer.device_no": "Device No.",
|
|
"merchant.portal.printer.secret_key": "Secret Key",
|
|
"merchant.portal.printer.status": "Status",
|
|
"merchant.portal.printer.status.0": "Disabled",
|
|
"merchant.portal.printer.status.1": "Enabled",
|
|
"merchant.portal.printer.created_at": "Created At",
|
|
"merchant.portal.printer.updated_at": "Updated At",
|
|
};
|