Files
nexusphp/resources/lang/fr/field.php

13 lines
299 B
PHP
Raw Normal View History

2026-02-01 01:26:00 +07:00
<?php
return [
'type' => [
'text' => 'Texte court',
'textarea' => 'Texte long',
'radio' => 'Simple sélection horizontale',
'checkbox' => 'Sélection horizontale multiple',
'select' => 'Simple sélection verticale',
'image' => 'Image',
],
];