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: {
|
||||
|
||||
Reference in New Issue
Block a user