fix:修复bug
This commit is contained in:
+8
-1
@@ -280,6 +280,12 @@ export default {
|
||||
returnProblemTip: 'After returning, if the order is still active, please go to ',
|
||||
contactStaff: ' to contact staff.',
|
||||
returnLocationMap: 'Return Location Map',
|
||||
deviceEjectWait: 'Please wait ',
|
||||
deviceEjectRetry: ' seconds before trying again',
|
||||
deviceEjectProcessing: 'Processing...',
|
||||
deviceEjectSuccess: 'Device ejection retry initiated',
|
||||
deviceEjectFailed: 'Operation failed',
|
||||
deviceEjectError: 'Operation failed, please try again later',
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -647,7 +653,8 @@ export default {
|
||||
tomorrow: 'Tomorrow',
|
||||
hours: 'hour(s)',
|
||||
minutes: 'minute(s)',
|
||||
halfHours: 'half hour(s)'
|
||||
halfHours: 'half hour(s)',
|
||||
lessThan: 'less than'
|
||||
},
|
||||
|
||||
unit: {
|
||||
|
||||
Reference in New Issue
Block a user