cfmgrv4/app/Language/en/Cloudflare/Zone.php
2024-10-21 16:22:44 +09:00

63 lines
1.7 KiB
PHP

<?php
return [
'title' => "Zone정보",
'label' => [
'uid' => "번호",
'account_uid' => "계정",
'domain' => "도메인",
'name_servers' => "네임서버",
'original_name_servers' => "이전네임서버",
'plan' => "plan",
'development_mode' => "개발모드",
'ipv6' => "ipv6",
'security_level' => "공격방어",
'ssl_mode' => "SSL모드",
'always_use_https' => "https사용",
'status' => "서비스",
'updated_at' => "수정일",
'created_at' => "작성일",
'domains' => "도메인명",
'hosts' => "호스트명",
'type' => "TYPE",
'content' => "IP정보",
'proxied' => "CDN기능",
],
"ACCOUNT_UID" => [],
"DEVELOPMENT_MODE" => [
"on" => "사용",
"off" => "사용않함",
],
"PLAN" => [
"Free Website" => "Free",
"Pro Website" => "Pro",
"Business Website" => "Business",
],
"IPV6" => [
"on" => "사용",
"off" => "사용않함",
],
"SECURITY_LEVEL" => [
"under_attack" => "under_attack",
"medium" => "medium",
"low" => "low",
"essentially_off" => "essentially_off",
],
"ALWAYS_USE_HTTPS" => [
"on" => "사용",
"off" => "사용않함",
],
"SSL_MODE" => [
"off" => "off",
"flexible" => "flexible",
"full" => "full",
"strict" => "strict",
"origin_pull" => "origin_pull"
],
"STATUS" => [
"initializing" => "initializing",
"pending" => "pending",
"active" => "active",
"moved" => "moved"
],
];