mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated into Brazilian Portuguese
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
@component('mail::message')
|
||||
Hello, {{$userWithItem}},
|
||||
{!! __('Hi, :username,', ['username' => $userWithItem]) !!}
|
||||
|
||||
Are you still using {{$item->name}}?
|
||||
|
||||
We just want to let you know that {{$waitingUser}} asked us to be alerted when this item were available.
|
||||
{!! __('Are you still using :itemname?', ['itemname' => $item->name]) !!}
|
||||
|
||||
|
||||
{!! __('We just want to let you know that :waitinguser asked us to be alerted when this item were available.', ['waitinguser' => $waitingUser]) !!}
|
||||
|
||||
|
||||
{!! __('So, if you are not using it anymore, please **Return It** at the website:') !!}
|
||||
|
||||
So, if you are not using it anymore, please **Return It** at the website:
|
||||
|
||||
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
||||
Share It!
|
||||
|
||||
Reference in New Issue
Block a user