cfmgrv4/app/Language/en/Cloudflare/Account.php
2024-09-24 17:29:05 +09:00

23 lines
456 B
PHP

<?php
return [
'title' => "Account정보",
'label' => [
'uid' => "번호",
'id' => "인증ID",
'apikey' => "인증Key",
'oldkey' => "이전인증Key",
'type' => "가입방식",
'status' => "상태",
'updated_at' => "수정일",
'created_at' => "작성일"
],
"TYPE" => [
"standard" => "standard",
"enterprise" => "enterprise"
],
"STATUS" => [
"use" => "사용",
"unuse" => "사용않함",
]
];