fix:阿里适配
This commit is contained in:
+5
-6
@@ -97,7 +97,7 @@ export default {
|
||||
step1Title: 'Scan QR Code',
|
||||
step1Desc: 'Find a device and scan its QR code',
|
||||
step2Title: 'No Deposit',
|
||||
step2Desc: 'Rent with WeChat Pay Score, no deposit needed',
|
||||
step2Desc: 'Rent with Sesame Credit, no deposit needed',
|
||||
step3Title: 'Start Using',
|
||||
step3Desc: 'Device unlocks, take out the fan',
|
||||
step4Title: 'Return',
|
||||
@@ -134,7 +134,7 @@ export default {
|
||||
autoChargeOvertime: 'Overtime will be charged automatically by hour',
|
||||
useInDesignatedArea: 'Please use the device in designated area',
|
||||
rentDepositFree: 'Rent Deposit-free',
|
||||
wxPayScoreDesc: 'WeChat Pay Score | 550+ points enjoy',
|
||||
alipayScoreDesc: 'Sesame Credit | 550+ points enjoy',
|
||||
checking: 'Checking',
|
||||
deviceNoNotRecognized: 'Device number not recognized',
|
||||
processFailed: 'Process failed, please try again later',
|
||||
@@ -144,7 +144,7 @@ export default {
|
||||
rentSuccess: 'Rent successful',
|
||||
rentFailedRetry: 'Rent failed, please retry',
|
||||
getPayParamsFailed: 'Failed to get payment parameters',
|
||||
payScoreFailedCancelled: 'Pay score call failed, order cancelled'
|
||||
payScoreFailedCancelled: 'Credit payment failed, order cancelled'
|
||||
},
|
||||
|
||||
order: {
|
||||
@@ -190,11 +190,11 @@ export default {
|
||||
returnFailed: 'Return failed',
|
||||
confirmCancel: 'Confirm to cancel order?',
|
||||
confirmReturn: 'Confirm to return device?',
|
||||
wxPayScore: 'WeChat Pay Score',
|
||||
alipayScore: 'Sesame Credit',
|
||||
alipayPay: 'Alipay',
|
||||
depositFree: 'Deposit-free',
|
||||
whitelistOrder: 'Whitelist Order',
|
||||
memberOrder: 'Member Order',
|
||||
wxPay: 'WeChat Pay',
|
||||
depositPay: 'Deposit Pay',
|
||||
paymentInProgress: 'Payment in Progress',
|
||||
paymentFailedRetry: 'Payment failed, please try again',
|
||||
@@ -318,7 +318,6 @@ export default {
|
||||
payment: {
|
||||
paymentAmount: 'Amount',
|
||||
paymentMethod: 'Method',
|
||||
wechatPay: 'WeChat',
|
||||
alipay: 'Alipay',
|
||||
balance: 'Balance',
|
||||
payNow: 'Pay',
|
||||
|
||||
+4
-8
@@ -97,7 +97,7 @@ export default {
|
||||
step1Title: '扫码使用',
|
||||
step1Desc: '找到附近设备,扫描设备上的二维码',
|
||||
step2Title: '免押金支付',
|
||||
step2Desc: '无需支付押金,使用支付分免押即可完成租借',
|
||||
step2Desc: '无需支付押金,使用芝麻信用免押即可完成租借',
|
||||
step3Title: '开始使用',
|
||||
step3Desc: '设备自动解锁,风扇弹出后取出即可开始使用',
|
||||
step4Title: '归还设备',
|
||||
@@ -134,8 +134,7 @@ export default {
|
||||
autoChargeOvertime: '超出使用时间将自动按小时计费',
|
||||
useInDesignatedArea: '请在指定区域内使用设备',
|
||||
rentDepositFree: '免押金租借',
|
||||
wxPayScoreDesc: '微信支付分 | 550分以上优享',
|
||||
alipayScoreDesc: '支付宝信用免押 | 550分以上优享',
|
||||
alipayScoreDesc: '芝麻信用免押 | 550分以上优享',
|
||||
checking: '检查中',
|
||||
deviceNoNotRecognized: '未识别到设备编号',
|
||||
processFailed: '处理失败,请稍后重试',
|
||||
@@ -145,7 +144,7 @@ export default {
|
||||
rentSuccess: '租借成功',
|
||||
rentFailedRetry: '租借失败,请重试',
|
||||
getPayParamsFailed: '获取支付参数失败',
|
||||
payScoreFailedCancelled: '支付分调用失败,订单已取消'
|
||||
payScoreFailedCancelled: '信用支付调用失败,订单已取消'
|
||||
},
|
||||
|
||||
order: {
|
||||
@@ -191,12 +190,10 @@ export default {
|
||||
returnFailed: '归还失败',
|
||||
confirmCancel: '确认取消订单?',
|
||||
confirmReturn: '确认归还设备?',
|
||||
wxPayScore: '微信支付分',
|
||||
alipayScore: '支付宝信用免押',
|
||||
alipayScore: '芝麻信用免押',
|
||||
depositFree: '免押租借',
|
||||
whitelistOrder: '白名单订单',
|
||||
memberOrder: '会员订单',
|
||||
wxPay: '微信支付',
|
||||
alipayPay: '支付宝支付',
|
||||
depositPay: '押金租借',
|
||||
paymentInProgress: '支付中',
|
||||
@@ -322,7 +319,6 @@ export default {
|
||||
payment: {
|
||||
paymentAmount: '支付金额',
|
||||
paymentMethod: '支付方式',
|
||||
wechatPay: '微信支付',
|
||||
alipayPay: '支付宝支付',
|
||||
alipay: '支付宝',
|
||||
balance: '余额支付',
|
||||
|
||||
Reference in New Issue
Block a user