新增暂停时长
This commit is contained in:
+13
-1
@@ -227,12 +227,21 @@ export default {
|
||||
returnedThankYou: 'Your fan has been returned, thank you for using',
|
||||
used: 'Used',
|
||||
rentInfo: 'Rent Information',
|
||||
rentInfoExpand: 'Expand',
|
||||
rentInfoCollapse: 'Collapse',
|
||||
fanNo: 'Fan No.',
|
||||
rentMethod: 'Rent Method',
|
||||
returnLocation: 'Return Location',
|
||||
paid: 'Paid',
|
||||
canExpressReturn: ' later for express return',
|
||||
pauseBilling: 'Pause Billing',
|
||||
pauseBillingSuccess: 'Billing paused',
|
||||
pauseBillingFailed: 'Could not pause billing. Please try again.',
|
||||
pauseBillingNotEligible: 'This order cannot pause billing right now.',
|
||||
billingPausedBadge: 'Billing paused',
|
||||
orderStatusBillingPaused: 'Billing paused',
|
||||
billingPausedDurationLabel: 'Paused for',
|
||||
pausedExpressAvailable: 'Express return is available',
|
||||
rentAgain: 'Rent Again',
|
||||
backToHome: 'Back to Home',
|
||||
feeAppeal: 'Fee Appeal',
|
||||
@@ -293,6 +302,7 @@ export default {
|
||||
deviceEjectSuccess: 'Device ejection retry initiated',
|
||||
deviceEjectFailed: 'Operation failed',
|
||||
deviceEjectError: 'Operation failed, please try again later',
|
||||
Pause:'Pause'
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -482,7 +492,9 @@ export default {
|
||||
faq4Question: 'When will deposit be refunded?',
|
||||
faq4Answer: 'Deposit refund is automatically initiated after returning. It takes 0-7 business days.',
|
||||
faq5Question: 'What if device doesn\'t work?',
|
||||
faq5Answer: 'Submit feedback via "My - Feedback", or call customer service directly.'
|
||||
faq5Answer: 'Submit feedback via "My - Feedback", or call customer service directly.',
|
||||
pauseBillingButton: 'Pause billing',
|
||||
pauseBillingHint: 'You may request to pause billing during an active rental (see your order for details).'
|
||||
},
|
||||
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user