servermgrv2/app/Language/en/Admin/BoardConfig.php
최준흠git config git config --helpgit config --global user.name 최준흠 ce698d7d75 servermgrv2 init...
2023-07-21 23:29:42 +09:00

27 lines
656 B
PHP

<?php
return [
'title' => "계정정보",
'label' => [
'uid' => "번호",
'name' => "이름",
'isaccess' => "접속권한",
'isread' => "일기권한",
'iswrite' => "쓰기권한",
'isreply' => "답변권한",
'isupload' => "Upload권한",
'isdownload' => "Download권한",
'head' => "머리글",
'tail' => "아래글",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"ISACCESS" => [...ROLES],
"ISREAD" => [...ROLES],
"ISWRITE" => [...ROLES],
"ISREPLY" => [...ROLES],
"ISUPLOAD" => [...ROLES],
"ISDOWNLOAD" => [...ROLES],
"STATUS" => [...STATUS],
];