商户后台

This commit is contained in:
liu
2026-06-17 12:41:49 +08:00
parent 845bea4b81
commit f63a7db58f
46 changed files with 2215 additions and 43 deletions
@@ -0,0 +1,16 @@
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",
};