mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:47:32 -05:00 
			
		
		
		
	New string to pt_BR
This commit is contained in:
		
							parent
							
								
									9a3a0ae485
								
							
						
					
					
						commit
						a151e68111
					
				
							
								
								
									
										22
									
								
								resources/lang/pt_BR/passwords.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								resources/lang/pt_BR/passwords.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
				
			|||||||
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					return [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /*
 | 
				
			||||||
 | 
					    |--------------------------------------------------------------------------
 | 
				
			||||||
 | 
					    | Password Reminder Language Lines
 | 
				
			||||||
 | 
					    |--------------------------------------------------------------------------
 | 
				
			||||||
 | 
					    |
 | 
				
			||||||
 | 
					    | The following language lines are the default lines which match reasons
 | 
				
			||||||
 | 
					    | that are given by the password broker for a password update attempt
 | 
				
			||||||
 | 
					    | has failed, such as for an invalid token or invalid new password.
 | 
				
			||||||
 | 
					    |
 | 
				
			||||||
 | 
					    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    "password" => "Senhas deve conter pelo menos seis caracteres e combinar com a confirmação.",
 | 
				
			||||||
 | 
					    "user" => "Usuário não encontrado.",
 | 
				
			||||||
 | 
					    "token" => "Token inválido.",
 | 
				
			||||||
 | 
					    "sent" => "Link para reset da senha enviado por email!",
 | 
				
			||||||
 | 
					    "reset" => "Senha resetada!",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
@ -919,5 +919,6 @@ return array(
 | 
				
			|||||||
    'user_unconfirmed' => 'Confirme sua conta para enviar e-mails',
 | 
					    'user_unconfirmed' => 'Confirme sua conta para enviar e-mails',
 | 
				
			||||||
    'invalid_contact_email' => 'E-mail do contato inválido',
 | 
					    'invalid_contact_email' => 'E-mail do contato inválido',
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
    
 | 
					  
 | 
				
			||||||
 | 
					  'client_portal' => 'Portal do Cliente',    
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user