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: {
|
||||
|
||||
+8
-1
@@ -280,6 +280,12 @@ export default {
|
||||
returnProblemTip: 'Setelah produk dikembalikan ke gudang, pesanan masih belum berakhir, harap pergi ke',
|
||||
contactStaff: 'Hubungi staf.',
|
||||
returnLocationMap: 'Peta Lokasi Pengembalian',
|
||||
deviceEjectWait: 'Harap tunggu ',
|
||||
deviceEjectRetry: ' detik sebelum mencoba lagi',
|
||||
deviceEjectProcessing: 'Memproses...',
|
||||
deviceEjectSuccess: 'Percobaan pengeluaran perangkat dimulai',
|
||||
deviceEjectFailed: 'Operasi gagal',
|
||||
deviceEjectError: 'Operasi gagal, harap coba lagi nanti',
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -647,7 +653,8 @@ export default {
|
||||
tomorrow: 'Besok',
|
||||
hours: 'jam',
|
||||
minutes: 'menit',
|
||||
halfHours: 'setengah jam'
|
||||
halfHours: 'setengah jam',
|
||||
lessThan: 'kurang dari'
|
||||
},
|
||||
|
||||
unit: {
|
||||
|
||||
+8
-1
@@ -279,6 +279,12 @@ export default {
|
||||
returnProblemTip: '产品归还入仓后,订单仍未结束,请前往',
|
||||
contactStaff: '联系工作人员。',
|
||||
returnLocationMap: '归还点地图',
|
||||
deviceEjectWait: '请等待',
|
||||
deviceEjectRetry: '秒后再试',
|
||||
deviceEjectProcessing: '处理中...',
|
||||
deviceEjectSuccess: '已重新尝试弹出设备',
|
||||
deviceEjectFailed: '操作失败',
|
||||
deviceEjectError: '操作失败,请稍后重试',
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -646,7 +652,8 @@ export default {
|
||||
tomorrow: '明天',
|
||||
hours: '小时',
|
||||
minutes: '分钟',
|
||||
halfHours: '半小时'
|
||||
halfHours: '半小时',
|
||||
lessThan: '小于'
|
||||
},
|
||||
|
||||
unit: {
|
||||
|
||||
Reference in New Issue
Block a user