D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
zh-TW
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => '良好', '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' => '停用', ];