2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-04-19 12:26:49 -07:00
|
|
|
'custom_fields' => '自定义字段',
|
|
|
|
'field' => '字段',
|
|
|
|
'about_fieldsets_title' => '关于字段集',
|
|
|
|
'about_fieldsets_text' => '字段集允许你为常用的资产模型定义一组可重用的字段。',
|
|
|
|
'fieldset' => '字段集',
|
|
|
|
'qty_fields' => '字段',
|
|
|
|
'fieldsets' => '字段集',
|
|
|
|
'fieldset_name' => '名称',
|
|
|
|
'field_name' => '名称',
|
|
|
|
'field_element' => '表单元素',
|
|
|
|
'field_element_short' => '表单元素',
|
|
|
|
'field_format' => '格式',
|
|
|
|
'field_custom_format' => '自定义格式',
|
|
|
|
'required' => '必填',
|
|
|
|
'req' => '必填',
|
|
|
|
'used_by_models' => '引用模板',
|
|
|
|
'order' => '排序',
|
|
|
|
'create_fieldset' => '新增字段集',
|
|
|
|
'create_field' => '新增字段',
|
2016-03-25 01:18:05 -07:00
|
|
|
);
|