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