feat: 实现发行申请提交
This commit is contained in:
@@ -47,7 +47,63 @@
|
||||
"myCompany": "我的企业",
|
||||
"issuingApply": "发行申请",
|
||||
"audit": "审核审计",
|
||||
"supervision": "委托监管"
|
||||
"supervision": "委托监管",
|
||||
"apply": {
|
||||
"title": "发行申请",
|
||||
"base": "基础信息",
|
||||
"issuePeriod": "发行期",
|
||||
"productName": "产品名称",
|
||||
"enterProductName": "请输入产品名称",
|
||||
"productCode": "产品编码",
|
||||
"enterProductCode": "请输入产品编码",
|
||||
"productType": "产品类型",
|
||||
"chooseProductType": "请选择产品类型",
|
||||
"productValue": "产品估值",
|
||||
"enterProductValue": "请输入产品估值(美元)",
|
||||
"assetProof": "资产证明",
|
||||
"enterAssetProof": "请输入资产证明",
|
||||
"totalSupplyLimit": "总发行量上限",
|
||||
"enterTotalSupplyLimit": "请输入总发行量上限",
|
||||
"editionName": "发行期名称",
|
||||
"enterEditionName": "请输入发行期名称",
|
||||
"launchDate": "发行日期",
|
||||
"enterLaunchDate": "请输入发行日期",
|
||||
"perUserLimit": "个人申购上限",
|
||||
"enterPerUserLimit": "请输入个人申购上限",
|
||||
"totalSupply": "发行总量",
|
||||
"enterTotalSupply": "请输入发行总量",
|
||||
"subscriptionDeadline": "申购截止日期",
|
||||
"enterSubscriptionDeadline": "请输入申购截止日期",
|
||||
"unitPrice": "单价",
|
||||
"enterUnitPrice": "请输入单价",
|
||||
"dividendRate": "分红率",
|
||||
"enterDividendRate": "分红率(如0.01代表1%)",
|
||||
"issuePeriodIndex": "发行期 {index}",
|
||||
"realEstate": "房地产",
|
||||
"snickers": "糖果",
|
||||
"next": "下一步",
|
||||
"back": "返回",
|
||||
"submit": "提交",
|
||||
"addStep": "添加发行期",
|
||||
"removeItem": "移除项目",
|
||||
"validation": {
|
||||
"nameRequired": "产品名称是必填项",
|
||||
"codeRequired": "产品编码是必填项",
|
||||
"categoryRequired": "产品类型是必填项",
|
||||
"editionNameRequired": "发行期名称是必填项",
|
||||
"launchDateRequired": "发行日期是必填项",
|
||||
"perUserLimitRequired": "个人申购上限是必填项",
|
||||
"totalSupplyRequired": "发行总量是必填项",
|
||||
"subscriptionDeadlineRequired": "申购截止日期是必填项",
|
||||
"unitPriceRequired": "单价是必填项",
|
||||
"dividendRateRequired": "分红率是必填项"
|
||||
},
|
||||
"done": {
|
||||
"title": "申请提交成功",
|
||||
"description": "您的发行申请已成功提交,我们将在工作日内对您的申请进行审核。请耐心等待审核结果。",
|
||||
"viewProducts": "查看我的产品"
|
||||
}
|
||||
}
|
||||
},
|
||||
"purchase": {
|
||||
"purchaseAsset": "购买资产",
|
||||
|
||||
Reference in New Issue
Block a user