mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-24 16:34:45 +02:00
9 lines
221 B
PHP
9 lines
221 B
PHP
<?php
|
|
|
|
return [
|
|
'search' => 'Ricerca server...',
|
|
'no_matches' => 'Non sono stati trovati server che corrispondono ai criteri di ricerca forniti.',
|
|
'cpu_title' => 'CPU',
|
|
'memory_title' => 'Memoria RAM',
|
|
];
|