mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 01:34:45 +02:00
9 lines
211 B
PHP
9 lines
211 B
PHP
<?php
|
||
|
||
return [
|
||
'search' => 'Sunucu ara...',
|
||
'no_matches' => 'Sağlanan arama kriterleriyle eşleşen sunucu bulunamadı.',
|
||
'cpu_title' => 'İşlemci (CPU)',
|
||
'memory_title' => 'Bellek (Ram)',
|
||
];
|