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

View File

@@ -0,0 +1,6 @@
export const lang = {
//title为每个页面的标题
title: 'Refund',
checkDetail: 'View Details',
emptyTips: 'No refund records'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Order Details'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Order Details'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Order Details'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Order Details'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Order Details'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Write a Review'
}

13
lang/en-us/order/list.js Normal file
View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: 'Order List',
emptyTips: 'No related orders',
all: 'All',
waitPay: 'Pending Payment',
readyDelivery: 'Pending Shipment',
waitDelivery: 'Pending Receipt',
waitEvaluate: 'Pending Review',
waitUse: 'Pending Use',
update: "Release to refresh",
updateIng: "Loading..."
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Logistics Information'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Pending Payment Order'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Apply for Refund',
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Apply for Refund',
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: 'Refund Details',
}