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,15 +1,18 @@
|
||||
@component('mail::message')
|
||||
Hi, {{$username}},
|
||||
<br>
|
||||
<br>
|
||||
#Good news: {{$item->name}} is available!
|
||||
<br>
|
||||
The item <em>{{$item->name}} ({{$item->product->name}})</em> is now available on **Share It**.
|
||||
<br>
|
||||
**Take It** before anyone else at the website:
|
||||
{!! __('Hi, :username,', ['username' => $username]) !!}
|
||||
|
||||
|
||||
#{!! __('Good news: :itemname is available!', ['itemname' => $item->name]) !!}
|
||||
|
||||
|
||||
{!! __('The item <em>:itemname (:productname)</em> is now available on **Share It**.', ['itemname' => $item->name, 'productname' => $item->product->name]) !!}
|
||||
|
||||
|
||||
{!! __('**Take It** before anyone else at the website:') !!}
|
||||
|
||||
|
||||
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
||||
Share It!
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user