mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-10-30 17:41:06 -03:00 
			
		
		
		
	Now the main page, item page and e-mails are translated into Brazilian Portuguese
		
			
				
	
	
		
			39 lines
		
	
	
		
			1012 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1012 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     /**
 | |
|      * Strings from Item Delete button menu
 | |
|      */
 | |
|     'confirmation' => 'Confirmação...',
 | |
|     'confirmDeletion' => 'Você gostaria de apagar o item <strong>:itemname</strong>?',
 | |
|     'notAbleRestore' => 'Não será possível restaurá-lo posteriormente.',
 | |
|     'close' => 'Fechar',
 | |
|     'delete' => 'Apagar',
 | |
| 
 | |
|     /**
 | |
|      * Strings from Item Edit button menu
 | |
|      */
 | |
|     'edit' => 'Editar',
 | |
|     'edititem' => 'Editar item',
 | |
|     'newname' => 'Novo nome:',
 | |
| 
 | |
|     /**
 | |
|      * Strings from the Users box on Item page
 | |
|      */
 | |
|     'users' => 'Usuários:',
 | |
|     'noItems' => 'Não há itens cadastrados. Adicione um no formulário acima.',
 | |
|     'addUser' => 'Adicionar usuário',
 | |
|     'email' => 'E-mail: ',
 | |
|     'nameDomain' => 'nome@dominio.com.br',
 | |
|     'insert' => 'Inserir',
 | |
| 
 | |
|     /**
 | |
|      * String from otherItems.blade.php - Other items box from item page
 | |
|      */
 | |
|     'otherItems' => 'Outros items do mesmo produto',
 | |
| 
 | |
|     /**
 | |
|      * String from item.blade.php
 | |
|      */
 | |
|     'back' => 'VOLTAR',
 | |
| ]; |