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

13 lines
300 B
PHP
Raw Normal View History

2026-02-01 01:26:00 +07:00
<?php
return [
'type' => [
'text' => '短いテキスト',
'textarea' => '長いテキスト',
'radio' => '水平単一選択',
'checkbox' => '水平方向の複数選択',
'select' => '垂直方向の単一選択',
'image' => '画像',
],
];