chore(多语言): 补充英文翻译
This commit is contained in:
7
lang/en-us/pay/index.js
Normal file
7
lang/en-us/pay/index.js
Normal 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
10
lang/en-us/pay/result.js
Normal 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'
|
||||
}
|
||||
Reference in New Issue
Block a user