mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update translations
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type' => [
|
||||
'text' => 'Texto corto',
|
||||
'textarea' => 'Texto largo',
|
||||
'radio' => 'Selección única horizontal',
|
||||
'checkbox' => 'Selección múltiple horizontal',
|
||||
'select' => 'Selección única vertical',
|
||||
'image' => 'Imagen',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user