You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
<?php
|
|
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2020/7/24
|
|
* Time: 21:43
|
|
*/
|
|
return [
|
|
// labels是自定义标签翻译
|
|
'labels' => [
|
|
// 这个是页面 title 翻译
|
|
'SubscriptionManagement' => '申购币种',
|
|
],
|
|
// 表字段翻译
|
|
'fields' => [
|
|
'coin_name' => '申购币种名称',
|
|
'issue_price' => '发行价',
|
|
'subscribe_currency' => '接受申购的币种',
|
|
'contact_position' => '联系人及职位',
|
|
'expected_time_online' => '预计上线时间',
|
|
'start_subscription_time' => '开始申购时间',
|
|
'end_subscription_time' => '结束申购时间',
|
|
'announce_time' => '公布结果时间',
|
|
'status' => '申购状态',
|
|
'minimum_purchase' => '最少申购',
|
|
'maximum_purchase' => '最大申购',
|
|
'project_details' => '项目详情',
|
|
'en_project_details' => '项目详情(英文)',
|
|
'symbol_price' => '货币价格设定'
|
|
|
|
],
|
|
'options' => [],
|
|
];
|
|
|