Files
server/opt/psa/admin/plib/modules/premium-av/resources/locales/ja-JP.php
2026-01-07 20:52:11 +01:00

41 lines
2.0 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' => 'Mail Antivirus 設定を適用できません。詳細はログを参照してください。',
'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' => 'Mail Antivirus 設定を適用できません。Premium Antivirus ライセンスキーによって規定されるメールボックス数の上限に達しました。',
],
],
],
'systemService' => [
'name' => 'Plesk Premium Antivirus',
],
];