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

13 lines
284 B
PHP

<?php
return [
'type' => [
'text' => 'Kort text',
'textarea' => 'Lång text',
'radio' => 'Horisontell enkel markering',
'checkbox' => 'Horisontell multipla val',
'select' => 'Vertikal enkel markering',
'image' => 'Bild',
],
];