"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entityDesc = void 0; ; exports.entityDesc = { locales: { zh_CN: { name: '线下账户', attr: { type: '类型', channel: '通道', name: '用户/帐号', qrCode: '收款二维码', taxLossRatio: '商户号手续费(百分比)', refundCompensateRatio: '退款补偿百分比', refundGapDays: '(支付后)允许退款的天数', allowWithdrawTransfer: '允许提现转账', withdrawTransferLossRatio: '提现转账费率(百分数)', allowDeposit: '允许主动充值', allowPay: '允许主动支付', system: '所属系统', price: '余额', pays: '支付', opers: '操作记录', channels: '提现通道', enabled: '是否启用', }, v: { type: { bank: '银行', alipay: '支付宝', wechat: '微信', shouqianba: '收钱吧', others: '其它', }, }, action: { pay: '支付', refund: '退款', deposit: '充值', withdraw: '提现', tax: '渠道费', } }, }, style: { color: { type: { bank: '#E74C3C', alipay: '#1678ff', wechat: '#04BE02', shouqianba: '#ffc106', others: '#34495E', }, }, icon: { pay: '', refund: '', deposit: '', withdraw: '', tax: '', } }, };