fix:修复bug

This commit is contained in:
2026-01-22 10:52:58 +08:00
parent b0daa7b59b
commit 6a1dff4b94
46 changed files with 3779 additions and 2522 deletions
+55 -7
View File
@@ -49,6 +49,8 @@ export default {
loginRequired: 'Please login first',
operationSuccess: 'Operation successful',
operationFailed: 'Operation failed',
sending: 'Sending...',
loggingIn: 'Logging in...',
refresh: 'Refresh',
pull: 'Pull to refresh',
release: 'Release to refresh',
@@ -114,7 +116,8 @@ export default {
businessHours: 'Business Hours: ',
navigateHere: 'Navigate Here',
coordinateError: 'Invalid location coordinates',
notExist: 'Location does not exist'
notExist: 'Location does not exist',
supportCouponOrMember: 'Coupons & Cards Available'
},
device: {
@@ -172,6 +175,8 @@ export default {
deposit: 'Deposit',
rentFee: 'Rent Fee',
payNow: 'Pay Now',
myCoupons:'Coupons',
myCards:'Member Cards',
cancelOrder: 'Cancel Order',
quickReturn: 'Quick Return',
returnDevice: 'Return Device',
@@ -246,6 +251,8 @@ export default {
perHalfHour: 'per half hour',
deviceNoEject: 'Not Ejected',
returnReminder: 'Return Reminder',
canUsePromotion: 'Coupons & Cards Available',
usedPromotion: 'Promotion Applied',
convertToOwn: 'Don\'t want to return? Convert to own',
convertToOwnTitle: 'Convert to Own',
convertToOwnConfirm: 'Only ¥99 to convert to own. The power bank will be yours. Confirm?',
@@ -261,7 +268,9 @@ export default {
deviceNoEjectTitle: 'Device Not Ejected',
deviceNoEjectConfirm: 'Your power bank didn\'t eject? We will handle it immediately, expected to resolve within 5 minutes.',
deviceNoEjectSuccess: 'Feedback received, will be handled within 5 minutes',
deviceNoEjectFailed: 'Feedback submission failed, please try again'
deviceNoEjectFailed: 'Feedback submission failed, please try again',
returnProblemTip: 'After returning, if the order is still active, please go to ',
contactStaff: ' to contact staff.'
},
user: {
@@ -327,7 +336,22 @@ export default {
phoneSuccess: 'Success',
phoneError: 'Error',
phoneGetFailed: 'Failed',
authCodeFailed: 'Auth failed'
authCodeFailed: 'Auth failed',
phoneLogin: 'Phone Login',
phonePlaceholder: 'Enter phone number',
codePlaceholder: 'Enter verification code',
getCode: 'Get Code',
resend: 'Resend',
loginBtn: 'Login',
phoneRequired: 'Phone required',
phoneInvalid: 'Invalid phone number',
codeRequired: 'Verification code required',
codeSent: 'Code sent',
sendCodeFailed: 'Send code failed',
regionNotSupported: 'Non-mainland China, Hong Kong, Macau users please login via platform phone authorization',
onlyMainlandSupported: 'Currently only Mainland China is supported',
getServicePhoneFailed: 'Failed to get service phone',
noAuthToken: 'Login successful but no credentials obtained'
},
permission: {
@@ -361,7 +385,9 @@ export default {
package: 'Package',
total: 'Total',
paymentFailedRetry: 'Payment failed, retry?',
createPayOrderFailed: 'Failed'
createPayOrderFailed: 'Failed',
subscriptionSuccess: 'Subscription successful',
subscriptionFailed: 'Subscription failed, please try again'
},
feedback: {
@@ -421,6 +447,7 @@ export default {
phone: 'Phone',
email: 'Email',
workingHours: 'Working Hours',
workingHoursValue: 'Mon-Sun 09:00-22:00',
functionDeveloping: 'Feature in development',
faq1Question: 'How to rent a fan?',
faq1Answer: 'Click "Scan to Rent" on the homepage, scan the QR code on the device with WeChat, and complete payment as prompted.',
@@ -440,6 +467,7 @@ export default {
languageSetting: 'Language Setting',
chinese: '简体中文',
english: 'English',
languageSwitched: 'Language switched, refreshing...',
notification: 'Notification',
privacy: 'Privacy',
about: 'About',
@@ -664,6 +692,8 @@ export default {
withdrawNotice2: 'Withdrawal expected to arrive within 0-7 business days',
withdrawNotice3: 'If delayed, please contact customer service',
depositRecord: 'Deposit Record',
payRecord: 'Payment Record',
refundRecord: 'Refund Record',
orderNotReturned: 'Current order not returned, please return before withdraw',
alreadyRefunded: 'Deposit already refunded',
refundProcessing: 'Refund processing, please wait'
@@ -719,7 +749,7 @@ export default {
type: 'Type',
timesCard: 'Times Card',
durationCard: 'Duration Card',
remainingTimes: 'Remaining Times',
remainingTimes: 'Remaining: ',
remainingDuration: 'Remaining Duration',
hours: 'Hours',
validPeriod: 'Valid Period',
@@ -730,7 +760,23 @@ export default {
price: 'Purchase Price',
noCards: 'No cards',
buyNow: 'Buy Now',
getListFailed: 'Failed to get card list'
getListFailed: 'Failed to get card list',
dailyLimit: 'Daily Limit',
singleTimeLimit: 'Single Use Limit',
unlimited: 'Unlimited',
times: 'Times',
minutes: 'Minutes',
validWithinDays: 'days valid',
validFromPurchase: 'Valid from purchase',
daysValid: 'days',
currentCycleUsed: 'Current Cycle Used',
totalCount: 'Total Count',
expire: 'Expire',
expiredOn: 'Expired on ',
renew: 'Renew',
toUse: 'Use Now',
onlyForRegionBefore: 'Only for ',
onlyForRegionAfter: ''
},
myCoupon: {
@@ -744,7 +790,9 @@ export default {
noUsedCoupons: 'No used coupons',
noExpiredCoupons: 'No expired coupons',
buyNow: 'Buy Now',
getListFailed: 'Failed to get coupon list'
getListFailed: 'Failed to get coupon list',
onlyForRegionBefore: 'Only for ',
onlyForRegionAfter: ''
}
}