mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
9 lines
223 B
PHP
9 lines
223 B
PHP
<?php
|
|
|
|
return [
|
|
'search' => 'サーバーを検索...',
|
|
'no_matches' => '検索条件に一致するサーバーが見つかりませんでした。',
|
|
'cpu_title' => 'CPU',
|
|
'memory_title' => 'メモリ',
|
|
];
|