21 lines
915 B
TypeScript
21 lines
915 B
TypeScript
export default {
|
|
"merchant.printer.page.title": "打印机管理",
|
|
"merchant.printer.page.description": "管理商户打印机设备,支持在线、离线状态监控",
|
|
"merchant.printer.id": "ID",
|
|
"merchant.printer.merchant_id": "所属商户",
|
|
"merchant.printer.merchant_id.required": "所属商户不能为空",
|
|
"merchant.printer.name": "打印机名称",
|
|
"merchant.printer.name.required": "打印机名称不能为空",
|
|
"merchant.printer.brand": "品牌",
|
|
"merchant.printer.model": "型号",
|
|
"merchant.printer.device_no": "设备编号",
|
|
"merchant.printer.secret_key": "密钥",
|
|
"merchant.printer.status": "状态",
|
|
"merchant.printer.status.0": "离线",
|
|
"merchant.printer.status.1": "在线",
|
|
"merchant.printer.status.2": "故障",
|
|
"merchant.printer.config": "打印配置",
|
|
"merchant.printer.created_at": "创建时间",
|
|
"merchant.printer.updated_at": "更新时间",
|
|
};
|