cfmgrv4/app/Language/en/Cloudflare/AuditLog.php
2024-10-30 11:49:31 +09:00

18 lines
425 B
PHP

<?php
return [
'title' => "AuditLog정보",
'label' => [
'uid' => "번호",
'action' => "Act",
'action_info' => "ActInfo",
'actor' => "작업자",
'interface' => "UI형식",
'zone_name' => "도메인",
'meta' => "meta정보",
'resource' => "자원정보",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일",
],
];