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

13 lines
286 B
PHP

<?php
return [
'type' => [
'text' => 'Kurzer Text',
'textarea' => 'Lange Text',
'radio' => 'Horizontale Einzelauswahl',
'checkbox' => 'Horizontale Mehrfachauswahl',
'select' => 'Vertikale Einzelauswahl',
'image' => 'Bild',
],
];