From e5b3f5d445900b10e3aa443f4dd47a7844b1231c Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Fri, 28 Sep 2018 02:09:00 -0300 Subject: [PATCH] Adding: help file translation to PTB The help file is now translated into PTB --- resources/lang/en/help.php | 67 ++++++++++++++++++++++++++++++++++ resources/views/help.blade.php | 22 +++-------- 2 files changed, 73 insertions(+), 16 deletions(-) create mode 100644 resources/lang/en/help.php diff --git a/resources/lang/en/help.php b/resources/lang/en/help.php new file mode 100644 index 0000000..f154ca2 --- /dev/null +++ b/resources/lang/en/help.php @@ -0,0 +1,67 @@ + 'Help...', + /** + * What is it? + */ + 'whatIsIt' => 'What is it?', + 'siteHelpOthers' => '

Share It! is a site dedicated to help you sharing items with others.

+

But before sharing anything, you just need to understand 2 basic ideas:

', + 'product_item' => '
  • Product - The category that has some similar items
  • +
  • Item - The item that will be shared. Every item belongs to a Product
  • ', + 'examples' => "Examples: You can create the following Categories/Items

    +

    +

    +

    * Please note that many websites does not allow sharing your account. Read the site EULA before include it here.

    ", + + /** + * Step-by-step + */ + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + + /** + * Screens + */ + '' => '', + + /** + * Home + */ + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + + /** + * Products + */ + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + '' => '', + +]; \ No newline at end of file diff --git a/resources/views/help.blade.php b/resources/views/help.blade.php index a518e88..840801d 100644 --- a/resources/views/help.blade.php +++ b/resources/views/help.blade.php @@ -4,26 +4,16 @@
    -

    Help...

    +

    {!! __('help.helpTitle') !!}

    -
    What is it?
    +
    {!! __('help.whatIsIt') !!}
    -

    - Share It! is a site dedicated to help you sharing items with others. -

    -

    But before sharing anything, you just need to understand 2 basic ideas:

    + {!! __('help.siteHelpOthers') !!}

      -
    • Product - The category that has some similar items
    • -
    • Item - The item that will be shared. Every item belongs to a Product
    • + {!! __('help.product_item') !!}

    -

    Examples: You can create the following Categories/Items

    -

    -

      -
    • Books -> Don Quixote, The Hitchhiker's Guide to the Galaxy
    • -
    • Matrix Movies -> Matrix 1, Matrix 2, Matrix 3
    • -
    • Website Y -> YourAccount*
    • -
    -

    * Please note that many websites does not allow sharing your account. Read the site EULA before include it here.

    +

    + {!! __('help.examples') !!}