cfmgrv4/app/Language/en/User.php
2024-10-28 09:55:08 +09:00

31 lines
695 B
PHP

<?php
return [
'title' => "계정정보",
'label' => [
'uid' => "번호",
'id' => "계정",
'passwd' => "암호",
'confirmpassword' => "암호확인",
'email' => "메일",
'mobile' => "연락처",
'role' => "권한",
'name' => "이름",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일",
],
"ROLE" => [
"user" => "일반회원",
"vip" => "VIP회원",
"manager" => "관리자",
"cloudflare" => "Cloudflare관리자",
"firewall" => "firewall관리자",
"director" => "감독자",
"master" => "마스터",
],
"STATUS" => [
"use" => "사용",
"unuse" => "사용않함",
],
];