chore(多语言): 补充英文翻译

This commit is contained in:
2025-12-29 10:51:38 +08:00
parent 332350cfab
commit 1886616bb4
138 changed files with 906 additions and 70 deletions

7
lang/en-us/pay/index.js Normal file
View File

@@ -0,0 +1,7 @@
export const lang = {
//title为每个页面的标题
title: 'Payment Method',
paymentAmount: 'Payment Amount',
confirmPayment: 'Confirm Payment',
seeOrder: 'View Order'
}

10
lang/en-us/pay/result.js Normal file
View File

@@ -0,0 +1,10 @@
export const lang = {
//title为每个页面的标题
title: 'Payment Result',
paymentSuccess: 'Payment Successful',
paymentFail: 'Payment Failed',
goHome: 'Back to Home',
memberCenter: 'Member Center',
payMoney: 'Payment Amount',
unit: 'Yuan'
}