D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
pt-BR
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'health.stateGreen' => 'Ok', 'health.stateYellow' => 'Requer atenção', 'health.stateRed' => 'Problema', 'health.moreInfo' => 'relatórios detalhados', 'health.persentUsage' => '%%units%%% utilizados', 'health.persentUsageOf' => '%%units%%% usado (de %%totalUnits%%%, %%cores%% núcleo(s))', 'health.persentUsageOfShort' => '%%units%%% (de %%totalUnits%%%, %%cores%% núcleo(s))', 'health.usage' => '%%units%% de %%totalUnits%%', 'health.percentThreshold' => 'ao alcançar %%value%%%', 'health.trendThreshold' => 'ao aumentar x%%value%%', 'health.absoluteThreshold' => 'ao alcançar %%value%%', 'health.thresholdOr' => 'ou', 'health.thresholdLevelRed' => 'Alerta vermelho ("problema")', 'health.thresholdLevelYellow' => 'Alerta amarelo ("requer atenção")', 'health.hintInfo' => '(?)', 'status.onStateCustomer' => 'Ativo', 'status.offStateCustomer' => 'Suspenso', 'status.onStateReseller' => 'Ativo', 'status.offStateReseller' => 'Suspenso', 'status.onStateSubscription' => 'Ativo', 'status.offStateSubscription' => 'Suspenso', 'status.lockedStateDomain' => 'Bloqueado', 'status.unsynchronizedStateDomain' => 'Dessincronizado', 'status.lockedStateClient' => 'Bloqueado', 'status.unsynchronizedStateClient' => 'Dessincronizado', 'status.on' => 'Ligar', 'status.off' => 'Desligar', ];