mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Help Page translated into PTB
Now the entire website should be translated into PTB.
This commit is contained in:
@@ -22,31 +22,24 @@
|
||||
<div class="row justify-content-center mt-4">
|
||||
<div class="col-md-8">
|
||||
<div class="card">
|
||||
<div class="card-header"><strong>Step-by-step</strong></div>
|
||||
<div class="card-header"><strong>{!! __('help.step_title') !!}</strong></div>
|
||||
<div class="card-body">
|
||||
<div>
|
||||
<strong>Sharing a product/item</strong>
|
||||
<strong>{!! __('help.step_sharing_subtitle') !!}</strong>
|
||||
<ol>
|
||||
<li>Go to the <strong><a href="/product">Products</a></strong> page;</li>
|
||||
<li>Include the Product and click on it;</li>
|
||||
<li>Include an Item that belongs to that Product and click on it;</li>
|
||||
<li>Add other people with their subscribed e-mail address.</li>
|
||||
{!! __('help.step_sharing_steps') !!}
|
||||
</ol>
|
||||
</div>
|
||||
<div>
|
||||
<strong>Using a shared item</strong>
|
||||
<strong>{!! __('help.step_sharedItem_subtitle') !!}</strong>
|
||||
<ol>
|
||||
<li>Go to the <strong><a href="/home">Home</a></strong> page (tip: add this page as a bookmark);</li>
|
||||
<li>Click on <strong>Take</strong> to take the item you want to use;</li>
|
||||
<li>When you finish using it, click on <strong>Return</strong> button.</li>
|
||||
{!! __('help.step_sharedItem_steps') !!}
|
||||
</ol>
|
||||
</div>
|
||||
<div>
|
||||
<strong>Getting alerted when an item is available</strong>
|
||||
<strong>{!! __('help.step_getAlerted_subtitle') !!}</strong>
|
||||
<ol>
|
||||
<li>Go to the <strong><a href="/home">Home</a></strong> page (tip: add this page as a bookmark);</li>
|
||||
<li>Click on <strong>Alert me</strong> next the taken item;</li>
|
||||
<li>The active user will be alerted you want to use it later. When the person return it, you will be notified.</li>
|
||||
{!! __('help.step_getAlerted_steps') !!}
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
@@ -56,23 +49,16 @@
|
||||
<div class="row justify-content-center mt-4">
|
||||
<div class="col-md-8">
|
||||
<div class="card">
|
||||
<div class="card-header"><strong>Screens</strong></div>
|
||||
<div class="card-header"><strong>{!! __('help.screens_title') !!}</strong></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center mt-4">
|
||||
<div class="col-md-8">
|
||||
<div class="card">
|
||||
<div class="card-header"><strong>Home</strong></div>
|
||||
<div class="card-header"><strong>{!! __('help.home_title') !!}</strong></div>
|
||||
<div class="card-body">
|
||||
<p>The <strong>Home</strong> is the main screen where you will going to <strong>Take</strong>
|
||||
and <strong>Return</strong> items.</p>
|
||||
<p>It shows all items that were shared with you or that you are sharing, unless you remove yourself from there.</p>
|
||||
<p>If the item has a website, the items name will become a link, so you can just click on it to open.</p>
|
||||
<p>When the item you want is already taken, you are going to see who got it and for how long.
|
||||
So you can identify if the person is still using it or if someone just forgot to return it.</p>
|
||||
<p>You can also ask to be alerted when the item is available. This will notify the active
|
||||
user that you want to use that item. So the person can return it as soon as they finish using it.</p>
|
||||
{!! __('help.home_body') !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -80,12 +66,9 @@
|
||||
<div class="row justify-content-center mt-4">
|
||||
<div class="col-md-8">
|
||||
<div class="card">
|
||||
<div class="card-header"><strong>Products</strong></div>
|
||||
<div class="card-header"><strong>{!! __('help.products_title') !!}</strong></div>
|
||||
<div class="card-body">
|
||||
<p>The <strong>Products</strong> is the screen to include Products and Items.</p>
|
||||
<p>You can also <strong>add users</strong> to your items from this screen.
|
||||
To be able to do that you just need to select the item.</p>
|
||||
<p class="mb-4">When adding a Product, you can specify a webpage (this is optional).</p>
|
||||
{!! __('help.products_body') !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user