starting with de lang :)

This commit is contained in:
2021-08-08 12:31:33 +02:00
parent c817a97826
commit c48b787700
14 changed files with 597 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
return [
'search' => 'Search for servers...',
'no_matches' => 'There were no servers found matching the search criteria provided.',
'cpu_title' => 'CPU',
'memory_title' => 'Memory',
];