增加新模块
This commit is contained in:
+24
-5
@@ -5,10 +5,13 @@
|
||||
"locale.zh-hant": "繁体中文",
|
||||
"locale.ja": "日语",
|
||||
"index.title": "Hello i18n",
|
||||
"index.home": "Home",
|
||||
"index.component": "Component",
|
||||
"index.api": "API",
|
||||
"index.schema": "Schema",
|
||||
|
||||
"index.home": "主页",// ok
|
||||
"index.sort": "分类",// ok
|
||||
"index.hash.union": "哈希联盟",// ok
|
||||
"index.shopping.cart": "购物车",// ok
|
||||
"index.mine": "我的",// ok
|
||||
|
||||
"index.demo": "uni-app globalization",
|
||||
"index.demo-description": "Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema",
|
||||
"index.detail": "Detail",
|
||||
@@ -20,5 +23,21 @@
|
||||
"api.message": "Message",
|
||||
"schema.name": "Name",
|
||||
"schema.add": "Add",
|
||||
"schema.add-success": "Add success"
|
||||
"schema.add-success": "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