Files
nexusphp/resources/lang/zh_CN/field.php
2025-12-28 22:46:55 +08:00

13 lines
246 B
PHP

<?php
return [
'type' => [
'text' => '短文本',
'textarea' => '长文本',
'radio' => '横向单选',
'checkbox' => '横向多选',
'select' => '下拉单选',
'image' => '图片',
],
];