Files
server/opt/psa/admin/plib/modules/premium-av/resources/locales/ko-KR.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

41 lines
1.9 KiB
PHP

<?php
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
$messages = [
'app' => [
'Overview' => [
'title' => '개요',
],
],
'form' => [
'antivirusModeSubForm' => [
'legend' => '안티 바이러스',
'description' => '안티 바이러스 서비스가 바이러스가 포함된 이메일 메시지를 차단하고 발신자와 수신자 모두에게 이를 알려줍니다.',
'enabled' => [
'label' => '이 이메일 주소에 대한 안티 바이러스 보호 설정',
],
'mode' => [
'label' => '바이러스 검사',
'options' => [
'incoming' => '수신 메시지만',
'outgoing' => '발신 메시지만',
'any' => '수신 및 발신 메시지',
],
],
'validateError' => [
'common' => '예기치 않은 오류.',
'licenseNotFound' => '필요한 추가 Premium Antivirus 키가 설치되지 않았습니다.',
'licenseLimit' => 'Premium Antivirus 라이센스 키에 정의된 사서함 수 제한에 도달했습니다.',
],
'updateWarning' => [
'common' => '메일 안티 바이러스 설정을 적용할 수 없습니다. 자세한 내용은 로그를 참조하십시오.',
'licenseNotFound2' => 'Unable to apply the Mail Antivirus settings. A valid license is required. To protect the server, <a href="%%link%%">purchase a license</a>.',
'licenseLimit' => 'Premium Antivirus 라이센스 키로 정의된 최대 사서함 수에 도달했기 때문에 메일 안티 바이러스 설정을 적용할 수 없습니다.',
],
],
],
'systemService' => [
'name' => 'Plesk Premium Antivirus',
],
];