D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
ja-JP
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'OK', 'health.stateYellow' => '要注意', 'health.stateRed' => '問題', 'health.moreInfo' => '詳細レポート', 'health.persentUsage' => '使用済み %%units%%%', 'health.persentUsageOf' => '使用済み %%units%%%(合計 %%totalUnits%%%、%%cores%% コア)', 'health.persentUsageOfShort' => '%%units%%%(合計 %%totalUnits%%%、%%cores%% コア)', 'health.usage' => '%%totalUnits%% 中 %%units%%', 'health.percentThreshold' => '%%value%%% に達したとき', 'health.trendThreshold' => 'x%%value%% が増加したとき', 'health.absoluteThreshold' => '%%value%% に達したとき', 'health.thresholdOr' => 'または', 'health.thresholdLevelRed' => '赤アラーム([問題])', 'health.thresholdLevelYellow' => '黄色アラーム([要注意])', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'アクティブ', 'status.offStateCustomer' => '一時停止', 'status.onStateReseller' => 'アクティブ', 'status.offStateReseller' => '一時停止', 'status.onStateSubscription' => 'アクティブ', 'status.offStateSubscription' => '一時停止', 'status.lockedStateDomain' => 'ロック済み', 'status.unsynchronizedStateDomain' => '非同期', 'status.lockedStateClient' => 'ロック済み', 'status.unsynchronizedStateClient' => '非同期', 'status.on' => 'オン', 'status.off' => 'オフ', ];