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
		
			
				
	
	
		
			17 lines
		
	
	
		
			458 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			458 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('mail::message')
 | |
| # @lang('Welcome, :username,', ['username' => $user->name])
 | |
| 
 | |
| 
 | |
| @lang("Thank's for registering at **Share It!**")
 | |
| 
 | |
| 
 | |
| @lang("Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!")
 | |
| 
 | |
| 
 | |
| @lang("And you? Are you ready to Share It with your friends?")
 | |
| 
 | |
| 
 | |
| @component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
 | |
| {{ config('app.name') }}
 | |
| @endcomponent
 | |
| @endcomponent |