This commit is contained in:
2023-10-18 14:44:29 +08:00
commit e6aabd4da9
153 changed files with 20976 additions and 0 deletions

9
src/i18n/langs/zh.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
message: {
title: '运动品牌'
},
top: {
run: '运行',
auto: '自动'
}
}