cfmgrv4/app/Language/en/Cloudflare/AuditLog.php
2024-10-28 11:37:01 +09:00

24 lines
570 B
PHP

<?php
return [
'title' => "AuditLog정보",
'label' => [
'uid' => "번호",
'action' => "Act",
'action_info' => "ActInfo",
'actor' => "작업자",
'interface' => "UI형식",
'zone_id' => "도메인ID",
'zone_name' => "도메인",
'resource_id' => "자원ID",
'resource_name' => "자원명",
'resource_type' => "자원형식",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일",
],
"STATUS" => [
"true" => "완료",
"false" => "실패",
],
];