cfmgrv3/app/Language/en/Admin/Cloudflare/API/Auth.php
2023-06-19 16:38:30 +09:00

19 lines
359 B
PHP

<?php
return [
'title' => "Auth정보",
'label' => [
'uid' => "번호",
'id' => "인증ID",
'authkey' => "인증Key",
'oldkey' => "이전인증Key",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"UID" => [
],
"STATUS" => [
"use" => "사용",
"unuse" => "사용않함",
]
];