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

13 lines
282 B
PHP

<?php
return [
'type' => [
'text' => 'Short text',
'textarea' => 'Long text',
'radio' => 'Horizontal single select',
'checkbox' => 'Horizontal multiple select',
'select' => 'Vertical single select',
'image' => 'Image',
],
];