Automation/app/Language/Mapurl.php
2024-09-22 23:04:57 +09:00

17 lines
319 B
PHP

<?php
return [
'title' => "URL Mapping 정보",
'label' => [
'uid' => "번호",
'oldurl' => "기존URL",
'newurl' => "신규URL",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"STATUS" => [
"use" => "사용",
"unuse" => "사용않함",
]
];