mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 10:46:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'validation' => 'Ange minst tre tecken för att börja söka.',
 | 
						|
    'term' => [
 | 
						|
        'label' => 'Sök fråga',
 | 
						|
        'description' => 'Ange ett servernamn, uuid, eller allokering för att börja söka.',
 | 
						|
    ],
 | 
						|
];
 |