mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 21:24:44 +02:00
9 lines
223 B
PHP
9 lines
223 B
PHP
<?php
|
|
|
|
return [
|
|
'search' => 'Procure por servidores.',
|
|
'no_matches' => 'Não foi possível encontrar servidores que batem com os requisitos de busca.',
|
|
'cpu_title' => 'CPU',
|
|
'memory_title' => 'Memória',
|
|
];
|