mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-28 11:20:40 +03:00
29 lines
706 B
PHP
29 lines
706 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Server',
|
|
'list' => 'Lista server',
|
|
'tabs' => [
|
|
'my' => 'I Miei Server',
|
|
'other' => 'Server degli Altri',
|
|
'all' => 'Tutti i Server',
|
|
],
|
|
'empty_own' => 'Non possiedi nessun server!',
|
|
'empty_other' => 'Non hai accesso a nessun server!',
|
|
|
|
'status' => 'Stato',
|
|
'server' => 'Server',
|
|
'resources' => 'Risorse',
|
|
'usage_limit' => 'Limite Di Utilizzo: :resource',
|
|
|
|
'cpu' => 'CPU',
|
|
'memory' => 'Memoria',
|
|
'disk' => 'Disco',
|
|
'network' => 'Rete',
|
|
'none' => 'Nessuno',
|
|
'loading' => 'Caricamento...',
|
|
|
|
'power_actions' => 'Azioni di Controllo',
|
|
'power_action_sent' => ':action inviata a :name',
|
|
];
|