diff --git a/resources/lang/en/help.php b/resources/lang/en/help.php index f154ca2..e5dc0af 100644 --- a/resources/lang/en/help.php +++ b/resources/lang/en/help.php @@ -26,42 +26,48 @@ return [ /** * Step-by-step */ - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', + 'step_title' => 'Step-by-step', + 'step_sharing_subtitle' => 'Sharing a product/item', + 'step_sharing_steps' => '
The Home is the main screen where you will going to Take + and Return items.
+It shows all items that were shared with you or that you are sharing, unless you remove yourself from there.
+If the item has a website, the items name will become a link, so you can just click on it to open.
+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.
+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.
', /** * Products */ - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', - '' => '', + 'products_title' => 'Products', + 'products_body' => 'The Products is the screen to include Products and Items.
+You can also add users to your items from this screen. + To be able to do that you just need to select the item.
+When adding a Product, you can specify a webpage (this is optional).
', ]; \ No newline at end of file diff --git a/resources/lang/pt-br/help.php b/resources/lang/pt-br/help.php new file mode 100644 index 0000000..2548874 --- /dev/null +++ b/resources/lang/pt-br/help.php @@ -0,0 +1,74 @@ + 'Ajuda...', + /** + * What is it? + */ + 'whatIsIt' => 'O que é?', + 'siteHelpOthers' => 'Share It! é um site que te ajudar a compartilhar seus items com seus amigos.
+Mas antes de qualquer coisa, você precisa entender duas ideias básicas:
', + 'product_item' => '+
* Observe que muitos sites não permitem compartilhar sua conta. Leia atentamente o contrato do serviço antes de incluí-lo aqui.
", + + /** + * Step-by-step + */ + 'step_title' => 'Passo a passo', + 'step_sharing_subtitle' => 'Compartilhando um produto/item', + 'step_sharing_steps' => 'A tela Início é a sua página principal. Lá você vai Usar + e Devolver itens.
+Ela exibe todos os itens que estão sendo compartilhados com você ou que você está compartilhando + a menos que você se remova de lá.
+Se um item tiver um site cadastrado, ele aparecerá como um link. Então você pode clicar nele para abrir a página.
+Quanto o item que você quiser já estiver em uso, você vai ver quem o está usando e por quanto tempo. + Então você pode identificar se a pessoa ainda está usando ou se aparentemente ela esqueceu de retorná-lo.
+Você também pode pedir para ser avisado quando o item estiver disponível. Isso vai avisar o usuário ativo + que você está esperando por ele. Então a pessoa pode devolvê-lo assim que ela terminar de usar.
', + + /** + * Products + */ + 'products_title' => 'Produtos', + 'products_body' => 'A página Produtos é a tela usada para incluir Produtos e Itens.
+Você também pode incluir usuários aos seus items nessa tela. + Para fazer isso, você só precisa clicar no item que deseja compartilhar e incluir outras pessoas.
+Ao adicionar um produto, você pode especificar um site (opcional).
', + +]; \ No newline at end of file diff --git a/resources/views/help.blade.php b/resources/views/help.blade.php index 840801d..f8a2646 100644 --- a/resources/views/help.blade.php +++ b/resources/views/help.blade.php @@ -22,31 +22,24 @@The Home is the main screen where you will going to Take - and Return items.
-It shows all items that were shared with you or that you are sharing, unless you remove yourself from there.
-If the item has a website, the items name will become a link, so you can just click on it to open.
-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.
-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.
+ {!! __('help.home_body') !!}The Products is the screen to include Products and Items.
-You can also add users to your items from this screen. - To be able to do that you just need to select the item.
-When adding a Product, you can specify a webpage (this is optional).
+ {!! __('help.products_body') !!}