shoppingmallv2/app/Language/ko/Category.php
2023-08-03 14:38:57 +09:00

18 lines
419 B
PHP

<?php
return [
'title' => "Category 정보",
'label' => [
'uid' => "번호",
'grpno' => "그룹번호",
'grpord' => "부모번호",
'grpdpt' => "그룸Depth",
'name' => "제목",
'head' => "머리글",
'tail' => "꼬리글",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
'STATUS' => ['use' => '사용', 'unuse' => '사용않함'],
];