469 lines
17 KiB
JavaScript
469 lines
17 KiB
JavaScript
// 本文件为自动编译产生,请勿直接修改
|
||
const i18ns = [
|
||
{
|
||
id: "a7dab1e9edd21024ad094a553064102d",
|
||
namespace: "oak-pay-business-c-account-deposit",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/account/deposit",
|
||
data: {
|
||
"placeholder": "一次最大充值%{max}元",
|
||
"label": {
|
||
"depPrice": "充值金额",
|
||
"channel": "充值渠道"
|
||
},
|
||
"tips": {
|
||
"depositLoss": "线上充值将按照充值渠道的扣款比例扣除相应费用(一般是0.6%),敬请知晓",
|
||
"depositLossRatio": "线上充值将按照%{ratio}%的比例扣除相应费用,敬请知晓"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "f86292a7fab630dee76783fe38c35381",
|
||
namespace: "oak-pay-business-c-account-detail",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/account/detail",
|
||
data: {
|
||
"title": "帐户详情",
|
||
"total": "总余额",
|
||
"avail": "可用余额",
|
||
"loan": "抵押金额",
|
||
"depositing": "充值中",
|
||
"deposit": {
|
||
"title": "帐户充值"
|
||
},
|
||
"uf": {
|
||
"title": "继续充值",
|
||
"content": "您有未支付的充值,请先完成支付",
|
||
"go": "前往支付"
|
||
},
|
||
"history": "账单:",
|
||
"error": {
|
||
"maxOverflow": "充值金额不得高于%{value}元",
|
||
"minOverflow": "充值金额不得低于%{value}元"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "8972ba22cb4678dd1b449e0ccbad92b9",
|
||
namespace: "oak-pay-business-c-accountOper-list",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/accountOper/list",
|
||
data: {}
|
||
},
|
||
{
|
||
id: "d39ddaee363037f4557bad511722e250",
|
||
namespace: "oak-pay-business-c-order-pay",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/order/pay",
|
||
data: {
|
||
"price": "订单金额",
|
||
"choose": "请选择支付方式(%{price}元)",
|
||
"useAccount": "使用余额抵扣",
|
||
"accountMax": "当前可用余额为%{max}元",
|
||
"illegalState": "订单的当前状态【%{state}】无法开始支付",
|
||
"illegalStateMp": "订单的当前状态无法开始支付",
|
||
"paying": "有一个正在支付的订单"
|
||
}
|
||
},
|
||
{
|
||
id: "3500cc465492fca3797b75c9c0dbf517",
|
||
namespace: "oak-pay-business-c-pay-channelPicker",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/pay/channelPicker",
|
||
data: {
|
||
"label": {
|
||
"option": "渠道"
|
||
},
|
||
"noChannel": "未配置收费渠道"
|
||
}
|
||
},
|
||
{
|
||
id: "7d9d25f64d8250fb8a7720ddc4f49c39",
|
||
namespace: "oak-pay-business-c-pay-detail",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/pay/detail",
|
||
data: {
|
||
"title": "支付详情",
|
||
"offline": {
|
||
"tips": "请按照支付说明完成线下转帐,并填写凭证号,等待后台人工确认",
|
||
"label": {
|
||
"tips": "支付说明",
|
||
"option": "渠道",
|
||
"serial": "凭证号"
|
||
},
|
||
"placeholder": {
|
||
"serial": "凭证号是转账流水、备注等可以用于查询的依据",
|
||
"none": "未填写"
|
||
}
|
||
},
|
||
"notSameApp": "不是在本应用端创建的支付,请到创建此支付的应用上完成支付",
|
||
"cc": {
|
||
"title": "关闭支付",
|
||
"content": "您确认关闭此次支付吗?"
|
||
},
|
||
"wechat": {
|
||
"native": {
|
||
"tips": "请用微信扫描二维码支付",
|
||
"tips2": "虚拟的支付二维码,不用扫~"
|
||
}
|
||
},
|
||
"type": {
|
||
"label": "类型",
|
||
"order": "订单支付",
|
||
"account": "帐户充值"
|
||
},
|
||
"success": "支付成功",
|
||
"pay": "支付",
|
||
"wechatPay": "微信支付",
|
||
"startPayError": {
|
||
"illegalPrepayData": "没有有效的预支付数据,可能后台是运行在开发环境,请检查",
|
||
"falseEnv": "该订单渠道【%{env}】不匹配当前环境"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "1fa0f50e1533536764d28d0a8c4cbebf",
|
||
namespace: "oak-pay-business-c-pay-list",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/pay/list",
|
||
data: {
|
||
"label": {
|
||
"source": "来源",
|
||
"cn": "创建者",
|
||
"cm": "创建者手机号"
|
||
},
|
||
"source": {
|
||
"order": "订单",
|
||
"deposit": "帐户充值"
|
||
},
|
||
"cc": {
|
||
"title": "关闭支付",
|
||
"content": "您确认关闭此次支付吗?"
|
||
},
|
||
"csp": {
|
||
"title": "支付成功",
|
||
"tips": "请您确认支付信息是否准确,支付成功后将不可再进行修正"
|
||
},
|
||
"spFail": {
|
||
"title": "操作失败",
|
||
"content": "系统目前不支持手动成功非线下途径的支付"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "548c6f23c4d08f495b6eed1b757aceb5",
|
||
namespace: "oak-pay-business-c-payConfig-system",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/payConfig/system",
|
||
data: {
|
||
"system": "系统配置",
|
||
"appsBelow": "以下为application",
|
||
"mayLossUpdate": "%{name}上的更新可能会丢失,请尽快保存"
|
||
}
|
||
},
|
||
{
|
||
id: "b498c969e467aad958efb0c900eb6d27",
|
||
namespace: "oak-pay-business-c-payConfig-upsert-account",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/payConfig/upsert/account",
|
||
data: {
|
||
"tips": "开启后支持向系统帐户内充值,并使用帐户余额进行抵扣、支付、提现等操作,请了解功能后再使用",
|
||
"label": {
|
||
"depositLossRatio": "充值损耗比例",
|
||
"depositLoss": "充值损耗"
|
||
},
|
||
"placeholder": {
|
||
"depositLossRatio": "若为空,则默认按收费途径的损耗扣除",
|
||
"depositLoss": "开启后用户充值有损耗"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "13dd1040fa574f095005854ea31fa913",
|
||
namespace: "oak-pay-business-c-payConfig-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/payConfig/upsert",
|
||
data: {
|
||
"tips": "在此创建的支付设置将对所有app有效",
|
||
"pickChannel": "选择支付通道"
|
||
}
|
||
},
|
||
{
|
||
id: "4ceac38d67e35b7e9c76f0d2c1ad1e9a",
|
||
namespace: "oak-pay-business-c-payConfig-upsert-offline",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/payConfig/upsert/offline",
|
||
data: {
|
||
"tips": "配置后系统允许手动同步来自系统以外的支付",
|
||
"newOption": "添加途径",
|
||
"tips2": "线下支付说明",
|
||
"tipsHolder": "描述用户如何进行线下支付(例如往哪个银行帐号汇款)",
|
||
"options": "收银途径",
|
||
"allowUser": "用户主动发起"
|
||
}
|
||
},
|
||
{
|
||
id: "6fcb5b3689d3f682af148af94b385ae3",
|
||
namespace: "oak-pay-business-c-payConfig-upsert-wechatPay",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/payConfig/upsert/wechatPay",
|
||
data: {
|
||
"label": {
|
||
"privateKeyFilePath": "私钥文件路径",
|
||
"publicKeyFilePath": "公钥文件路径",
|
||
"payNotifyUrl": "支付回调URL",
|
||
"refundNotifyUrl": "退款回调URL",
|
||
"lossRatio": "手续费比例",
|
||
"apiV3Key": "apiV3Key",
|
||
"refundGapDays": "退款限制天数",
|
||
"refundLossRatio": "退款损耗百分比",
|
||
"refundLossFloor": "退款取整位数"
|
||
},
|
||
"placeholder": {
|
||
"privateKeyFilePath": "服务器上存放apiclient_key.pem的路径,注意访问权限",
|
||
"publicKeyFilePath": "服务器上存放apiclient_cert.pem的路径,注意访问权限",
|
||
"lossRatio": "填百分比(0.6就代表千分之六)",
|
||
"payNotifyUrl": "endpoint",
|
||
"refundNotifyUrl": "endpoint",
|
||
"apiV3Key": "需要登录商户后台获取",
|
||
"refundGapDays": "超过这个天数后无法退款",
|
||
"refundLossRatio": "退款时将按这个百分比扣除损耗(0.6就代表千分之六)",
|
||
"refundLossFloor": "退款时按位向下取整(如按元取整,则忽略角位和分位)"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "6a1df36d072d367121b49dfc665b4100",
|
||
namespace: "oak-pay-business-c-withdraw-create",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/withdraw/create",
|
||
data: {
|
||
"label": "提现金额",
|
||
"placeholder": "请输入提现金额",
|
||
"tips": {
|
||
"1-1": "当前帐户可用余额",
|
||
"1-2": "元,其中:",
|
||
"2-1": "系统自动退款额度",
|
||
"2-2": "元",
|
||
"3-1": "人工划款额度",
|
||
"3-2": "元",
|
||
"fill": "全部提现"
|
||
},
|
||
"helps": {
|
||
"label": {
|
||
"method": "提现途径说明",
|
||
"loss": "提现手续费说明"
|
||
},
|
||
"content": {
|
||
"method": "提现时,帐户中可以退款的金额部分优现从充值的途径返回。若充值途径已经不能退款,则由人工划款到用户指定的提现账户中。一次提现不能同时使用两种提现方法,需要先将自动退款额度退完,剩余部分再申请人工划款",
|
||
"loss": "因支付途径损耗,提现过程可能存在一定的手续费,其中,自动退款的手续费额度由相应的充值途径决定,人工划款的手续费额度由相应的提现途径决定。当您申请退款确认后,可以看到相应的手续费额度"
|
||
}
|
||
},
|
||
"error": {
|
||
"overflow": "提现额度不能超过帐户可用额度",
|
||
"overflowRefundAmount": "请先提现自动退款部分的额度",
|
||
"overflowManualAmount": "提现额度不能超过人工划款的额度"
|
||
},
|
||
"refund": {
|
||
"lossExp": {
|
||
"ratio": "%{ratio}%",
|
||
"floor": {
|
||
"1": "无",
|
||
"2": "按角取整",
|
||
"3": "按元取整"
|
||
},
|
||
"none": "无"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "a80b0aea4e216e86ec8d07cd59750d1b",
|
||
namespace: "oak-pay-business-c-withdraw-detail",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/withdraw/detail",
|
||
data: {
|
||
"refund": {
|
||
"lossExp": {
|
||
"ratio": "%{ratio}%",
|
||
"floor": {
|
||
"1": "无",
|
||
"2": "按角取整",
|
||
"3": "按元取整"
|
||
},
|
||
"none": "无"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "999905578f10b092c9c9c6666fbffe1f",
|
||
namespace: "oak-pay-business-c-withdraw-dry",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/withdraw/dry",
|
||
data: {
|
||
"header": {
|
||
"label": {
|
||
"end": "到帐金额",
|
||
"ing": "预计到帐金额"
|
||
}
|
||
},
|
||
"steps": {
|
||
"1": {
|
||
"title": "发起提现申请"
|
||
},
|
||
"2": {
|
||
"title": "处理中"
|
||
},
|
||
"3": {
|
||
"success": "到帐成功",
|
||
"partiallySuccess": "部分成功",
|
||
"failed": "提现失败"
|
||
}
|
||
},
|
||
"method": {
|
||
"label": "提现方法",
|
||
"v": {
|
||
"refund": "原路退款",
|
||
"manual": "人工划拨"
|
||
}
|
||
},
|
||
"refund": {
|
||
"label": {
|
||
"0": "申请金额",
|
||
"1": "到帐金额",
|
||
"2": "手续费",
|
||
"3": "手续费率",
|
||
"4": "收款帐户",
|
||
"updateAt": "更新时间",
|
||
"reason": "异常原因"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "37b438f926095fc0c5de592f6d23e912",
|
||
namespace: "oak-pay-business-c-withdrawChannel-list",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/withdrawChannel/list",
|
||
data: {
|
||
"tips": "当用户申请提现且无法通过退款进行时,可以指定提现途径,由业务方后台手动完成"
|
||
}
|
||
},
|
||
{
|
||
id: "e4c7c547c7d2a6f842dd52855822fac0",
|
||
namespace: "oak-pay-business-c-withdrawChannel-upsert",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "src/components/withdrawChannel/upsert",
|
||
data: {
|
||
"help": {
|
||
"lossRatio": "填百分比(0.6就代表千分之六)",
|
||
"name": "填系统支持的提现途径(银行、支付宝等)"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "2127948cb52e116e3ceccd93db8f319c",
|
||
namespace: "oak-pay-business-l-common",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "locales/common",
|
||
data: {
|
||
"ptrActivate": "松开刷新",
|
||
"ptrDeactivate": "下拉刷新",
|
||
"ptrRelease": "正在刷新...",
|
||
"ptrFinish": "刷新完成",
|
||
"noData": "暂无数据",
|
||
"areYouSure": "请确认",
|
||
"action": {
|
||
"create": "创建",
|
||
"update": "更新",
|
||
"delete": "删除",
|
||
"remove": "删除",
|
||
"cancel": "取消",
|
||
"grant": "授权",
|
||
"revoke": "回收",
|
||
"tip": "提示",
|
||
"detail": "详情",
|
||
"editor": "编辑",
|
||
"newAdd": "新增",
|
||
"add": "添加",
|
||
"commit": "提交",
|
||
"save": "保存",
|
||
"upload": "上传",
|
||
"import": "导入"
|
||
},
|
||
"confirm": "确定",
|
||
"submit": "提交",
|
||
"reset": "重置",
|
||
"select": "查询",
|
||
"expand": "展开",
|
||
"shrink": "收起",
|
||
"back": "返回",
|
||
"$$createAt$$": "创建时间",
|
||
"$$updateAt$$": "更新时间",
|
||
"$$deleteAt$$": "删除时间",
|
||
"$$seq$$": "序号",
|
||
"message": "消息",
|
||
"more": "更多",
|
||
"view": "查看",
|
||
"scan": "扫一扫",
|
||
"bind": "绑定",
|
||
"true": "是",
|
||
"false": "否",
|
||
"open": "开",
|
||
"close": "关",
|
||
"enter": "请输入",
|
||
"change": "修改",
|
||
"finish": "完成",
|
||
"pay": {
|
||
"symbol": "¥",
|
||
"scale": "元"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
id: "e8c0a965783373d9117f9447ebbbad8d",
|
||
namespace: "oak-pay-business-l-payChannel",
|
||
language: "zh-CN",
|
||
module: "oak-pay-business",
|
||
position: "locales/payChannel",
|
||
data: {
|
||
"ACCOUNT": "系统帐户",
|
||
"OFFLINE": "线下支付",
|
||
"WECHAT_JS": "微信支付",
|
||
"WECHAT_MP": "微信支付",
|
||
"WECHAT_NATIVE": "微信支付",
|
||
"WECHAT_H5": "微信支付",
|
||
"WECHAT_APP": "微信支付",
|
||
"internal": {
|
||
"ACCOUNT": "系统帐户",
|
||
"OFFLINE": "线下支付",
|
||
"WECHAT_JS": "微信支付JS",
|
||
"WECHAT_MP": "微信支付小程序",
|
||
"WECHAT_NATIVE": "微信支付NATIVE(二维码)",
|
||
"WECHAT_H5": "微信支付H5",
|
||
"WECHAT_APP": "微信支付APP"
|
||
}
|
||
}
|
||
}
|
||
];
|
||
export default i18ns;
|