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

19 lines
395 B
PHP

<?php
return [
'title' => "회원 정보",
'label' => [
'uid' => "번호",
'id' => "계정",
'passwd' => "암호",
'confirmpassword' => "암호확인",
'email' => "메일",
'role' => "권한",
'name' => "이름",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"ROLE" => [...ROLES],
"STATUS" => [...STATUS],
];