servermgrv2/app/Language/kr/Admin/Board.php
최준흠git config git config --helpgit config --global user.name 최준흠 de0b53f4f6 servermgrv2 init...
2023-07-22 06:12:35 +09:00

30 lines
718 B
PHP

<?php
return [
'title' => "게시판 정보",
'label' => [
'uid' => "번호",
'grpno' => "그룹번호",
'grpord' => "부모번호",
'grpdpt' => "그룸Depth",
'board_category' => "게시판구분",
'user_uid' => "작성자",
'title' => "제목",
'content' => "내용",
'passwd' => "암호",
'confirmpassword' => "암호확인",
'view_cnt' => "조회수",
'upload_file' => "UploadFile",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"BOARD_CATEGORY" => [
'notice' => '공지사항',
'faq' => 'FAQ',
'qna' => '1:1문의',
'data' => '자료실'
],
"USER_UID" => [],
"STATUS" => [...STATUS],
];