增加新模块
This commit is contained in:
+25
-7
@@ -5,11 +5,13 @@
|
||||
"locale.zh-hant": "繁体中文",
|
||||
"locale.ja": "日语",
|
||||
"index.title": "Hello i18n",
|
||||
"index.home": "主页",
|
||||
"index.component": "组件",
|
||||
"index.api": "API",
|
||||
"index.schema": "Schema",
|
||||
"index.demo": "uni-app 国际化演示",
|
||||
|
||||
"index.home": "主页",// ok
|
||||
"index.sort": "分类",// ok
|
||||
"index.hash.union": "哈希联盟",// ok
|
||||
"index.shopping.cart": "购物车",// ok
|
||||
"index.mine": "我的",// ok
|
||||
|
||||
"index.demo-description": "包含 uni-framework、manifest.json、pages.json、tabbar、页面、组件、API、Schema",
|
||||
"index.detail": "详情",
|
||||
"index.language": "语言",
|
||||
@@ -18,7 +20,23 @@
|
||||
"index.application-language": "应用语言",
|
||||
"index.language-change-confirm": "应用此设置将重启App",
|
||||
"api.message": "提示",
|
||||
"schema.name": "姓名",
|
||||
"schema.name": "姓名",
|
||||
"schema.add": "新增",
|
||||
"schema.add-success": "新增成功"
|
||||
"schema.add-success": "新增成功",
|
||||
|
||||
"bankCard.title":"银行卡管理",
|
||||
"bankCard.add.title":"添加银行卡",
|
||||
|
||||
"address.title":"地址管理",
|
||||
"address.add.title":"添加地址",
|
||||
|
||||
"authentication.title":"实名认证",
|
||||
|
||||
"purse.title":"我的钱包",
|
||||
|
||||
"purse.bonus.title":"我的奖金",
|
||||
|
||||
"invite.friends.title":"邀请好友",
|
||||
|
||||
"order.submit.title":"提交订单"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user