This commit is contained in:
李志鹏
2026-05-27 13:06:28 +08:00
7 changed files with 149 additions and 108 deletions

View File

@@ -345,4 +345,9 @@ export default {
Offices: "Offices",
JoinWithUs: "Join with Us",
},
addShoppingCart:{
title: 'Added to your Shopping Cart',
statement: 'Digital Assets Only. No physical product included.',
button: 'Set Shopping Cart',
}
}

View File

@@ -345,4 +345,9 @@ export default {
Offices: "办公室",
JoinWithUs: "加入我们",
},
addShoppingCart:{
title: "已添加到您的购物车",
statement: "仅限数字资产。不包含实体产品。",
button: "去购物车"
}
}