servermgrv2/app/Language/kr/Board.php
2023-07-27 17:21:55 +09:00

23 lines
571 B
PHP

<?php
return [
'title' => "게시판 정보",
'label' => [
'uid' => "번호",
'grpno' => "그룹번호",
'grpord' => "부모번호",
'grpdpt' => "그룸Depth",
'board_config_uid' => "설정",
'user_uid' => "작성자",
'title' => "제목",
'content' => "내용",
'passwd' => "암호",
'confirmpassword' => "암호확인",
'view_cnt' => "조회수",
'board_file' => "첨부파일",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"STATUS" => FORM_OPTIONS['STATUS'],
];