Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/resources/lang/en/dashboard/index.php
7460 views
1
<?php
2
3
return [
4
'search' => 'Search for servers...',
5
'no_matches' => 'There were no servers found matching the search criteria provided.',
6
'cpu_title' => 'CPU',
7
'memory_title' => 'Memory',
8
];
9
10