mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 21:16:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			398 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			398 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| return [
 | ||
|     'exceptions' => [
 | ||
|         'user_has_servers' => 'Hesabına bağlı sunucular bulunuyor. Devam etmeden önce lütfen sunucularını silin',
 | ||
|         'user_is_self' => 'Kendi kullanıcı hesabınızı silemezsiniz.',
 | ||
|     ],
 | ||
|     'notices' => [
 | ||
|         'account_created' => 'Hesap başarıyla oluşturuldu.',
 | ||
|         'account_updated' => 'Hesap başarıyla güncellendi.',
 | ||
|     ],
 | ||
| ];
 | 
