mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update translations
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type' => [
|
||||
'text' => '短いテキスト',
|
||||
'textarea' => '長いテキスト',
|
||||
'radio' => '水平単一選択',
|
||||
'checkbox' => '水平方向の複数選択',
|
||||
'select' => '垂直方向の単一選択',
|
||||
'image' => '画像',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user