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.
31 lines
795 B
31 lines
795 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Administrator
|
|
* Date: 2020/7/23
|
|
* Time: 14:30
|
|
*/
|
|
|
|
return [
|
|
// labels是自定义标签翻译
|
|
'labels' => [
|
|
// 这个是页面 title 翻译
|
|
'ListingApplication' => '上币申请',
|
|
],
|
|
// 表字段翻译
|
|
'fields' => [
|
|
'user_id' => '申请人的用户ID',
|
|
'coin_chinese_name' => '币种中文名',
|
|
'coin_market_price' => '市场价格',
|
|
'contact_position' => '联系人及职位',
|
|
'contact_phone' => '联系人电话',
|
|
'application_time' => '申请时间',
|
|
'status' => '状态',
|
|
'coin_name' => '币种名称',
|
|
'listing_fee_budget' => '上币费预算',
|
|
'referrer_mechanism_code' => '机构推荐码',
|
|
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|