mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-10-28 08:51:06 -03:00 
			
		
		
		
	Now the main page, item page and e-mails are translated into Brazilian Portuguese
		
			
				
	
	
		
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // /resources/views/home.blade.php
 | |
| 
 | |
| return [
 | |
|     'no_messages' => 'Ainda não há itens compartilhados com você.',
 | |
|     'share_item' => 'Compartilhe um item!',
 | |
|     'return' => 'Devolver',
 | |
|     'cancel_alert' => 'Cancelar alerta',
 | |
|     'alert_me' => 'Alertar',
 | |
|     'take' => 'Usar'
 | |
| ]; |