Files
nexusphp/resources/lang/ro/field.php
2026-02-01 01:26:00 +07:00

13 lines
298 B
PHP

<?php
return [
'type' => [
'text' => 'Text scurt',
'textarea' => 'Text lung',
'radio' => 'Selectare unică orizontală',
'checkbox' => 'Selectare multiplă orizontală',
'select' => 'Selectare unică verticală',
'image' => 'Imagine',
],
];