This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

22
lang/zh-cn/common.js Normal file
View File

@@ -0,0 +1,22 @@
export const lang = {
// 底部选项卡
tabBar: {
home: '首页',
category: '分类',
cart: '购物车',
member: '个人中心'
},
//公共
common: {
//语言包名称
name: '中文',
mescrollTextInOffset: '下拉刷新',
mescrollTextOutOffset: '释放更新',
mescrollEmpty: "暂无相关数据",
goodsRecommendTitle: '猜你喜欢',
currencySymbol: '¥',
submit: '提交'
}
}