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' => '字段集允许你为常用的资产模型定义一组可重用的字段。' ,
2016-09-20 05:08:04 -07:00
'custom_format' => '自定义格式' ,
'encrypt_field' => '加密数据库中此字段的值' ,
'encrypt_field_help' => '警告︰ 对字段的加密将导致该字段无法用于搜索' ,
2016-10-04 12:23:02 -07:00
'encrypted' => 'Encrypted' ,
2016-04-19 12:26:49 -07:00
'fieldset' => '字段集' ,
'qty_fields' => '字段' ,
'fieldsets' => '字段集' ,
'fieldset_name' => '名称' ,
'field_name' => '名称' ,
2016-09-20 05:08:04 -07:00
'field_values' => '字段值' ,
2016-10-04 12:23:02 -07:00
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).' ,
2016-04-19 12:26:49 -07:00
'field_element' => '表单元素' ,
'field_element_short' => '表单元素' ,
'field_format' => '格式' ,
'field_custom_format' => '自定义格式' ,
'required' => '必填' ,
'req' => '必填' ,
'used_by_models' => '引用模板' ,
'order' => '排序' ,
'create_fieldset' => '新增字段集' ,
'create_field' => '新增字段' ,
2016-10-04 12:23:02 -07:00
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value' ,
2016-03-25 01:18:05 -07:00
);