D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
id-ID
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'OK', 'health.stateYellow' => 'Perlu perhatian', 'health.stateRed' => 'Masalah', 'health.moreInfo' => 'laporan detail', 'health.persentUsage' => '%%units%%% digunakan', 'health.persentUsageOf' => '%%units%%% terpakai (dari %%totalUnits%%%, %%cores%% inti)', 'health.persentUsageOfShort' => '%%units%%% (dari %%totalUnits%%%, %%cores%% inti)', 'health.usage' => '%%units%% dari %%totalUnits%%', 'health.percentThreshold' => 'ketika mencapai %%value%%%', 'health.trendThreshold' => 'ketika meningkatkan x%%value%%', 'health.absoluteThreshold' => 'ketika mencapai %%value%%', 'health.thresholdOr' => 'atau', 'health.thresholdLevelRed' => 'Alarm merah ("Masalah")', 'health.thresholdLevelYellow' => 'Alarm kuning ("Perlu perhatian")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Aktif', 'status.offStateCustomer' => 'Ditangguhkan', 'status.onStateReseller' => 'Aktif', 'status.offStateReseller' => 'Ditangguhkan', 'status.onStateSubscription' => 'Aktif', 'status.offStateSubscription' => 'Ditangguhkan', 'status.lockedStateDomain' => 'Terkunci', 'status.unsynchronizedStateDomain' => 'Belum disinkronkan', 'status.lockedStateClient' => 'Terkunci', 'status.unsynchronizedStateClient' => 'Belum disinkronkan', 'status.on' => 'Hidup', 'status.off' => 'Mati', ];