fix:修复bug
This commit is contained in:
+11
-2
@@ -233,7 +233,13 @@ export default {
|
||||
cancelFailedContactService: 'Cancel failed, please contact customer service',
|
||||
getOrderStatusFailed: 'Failed to get order status',
|
||||
syncSuccess: 'Status synced successfully',
|
||||
syncFailed: 'Sync failed'
|
||||
syncFailed: 'Sync failed',
|
||||
freeRentTime: 'Free Time',
|
||||
pricingRule: 'Pricing Rule',
|
||||
paymentMethod: 'Payment Method',
|
||||
perHour: 'per hour',
|
||||
perMinute: 'per minute',
|
||||
perHalfHour: 'per half hour'
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -556,7 +562,10 @@ export default {
|
||||
daysAgo: 'days ago',
|
||||
yesterday: 'Yesterday',
|
||||
today: 'Today',
|
||||
tomorrow: 'Tomorrow'
|
||||
tomorrow: 'Tomorrow',
|
||||
hours: 'hour(s)',
|
||||
minutes: 'minute(s)',
|
||||
halfHours: 'half hour(s)'
|
||||
},
|
||||
|
||||
unit: {
|
||||
|
||||
+11
-2
@@ -233,7 +233,13 @@ export default {
|
||||
cancelFailedContactService: '取消订单失败,请联系客服',
|
||||
getOrderStatusFailed: '订单状态查询失败',
|
||||
syncSuccess: '状态同步成功',
|
||||
syncFailed: '同步状态失败'
|
||||
syncFailed: '同步状态失败',
|
||||
freeRentTime: '免费时长',
|
||||
pricingRule: '计费规则',
|
||||
paymentMethod: '支付方式',
|
||||
perHour: '每小时',
|
||||
perMinute: '每分钟',
|
||||
perHalfHour: '每半小时'
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -556,7 +562,10 @@ export default {
|
||||
daysAgo: '天前',
|
||||
yesterday: '昨天',
|
||||
today: '今天',
|
||||
tomorrow: '明天'
|
||||
tomorrow: '明天',
|
||||
hours: '小时',
|
||||
minutes: '分钟',
|
||||
halfHours: '半小时'
|
||||
},
|
||||
|
||||
unit: {
|
||||
|
||||
Reference in New Issue
Block a user