Skip to content

Commit be37a7e

Browse files
herberthamaralrmurphey
authored andcommitted
[exercises] tabbed-navigation's complete. I think there is no more exercises to translate to pt-BR
1 parent 6c36173 commit be37a7e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

book/src/pt-BR/exercises/tabbed-navigation.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,48 @@
66
xmlns:m="http://www.w3.org/1998/Math/MathML"
77
xmlns:html="http://www.w3.org/1999/xhtml"
88
xmlns:db="http://docbook.org/ns/docbook">
9-
<title>Add Tabbed Navigation</title>
9+
<title>Adicionando navegação por abas</title>
1010

11-
<para>Open the file <filename>/exercises/index.html</filename> in your
12-
browser. Use the file <filename>/exercises/js/tabs.js</filename>. Your
13-
task is to create tabbed navigation for the two div.module elements. To
14-
accomplish this:</para>
11+
<para>Abra o arquivo<filename>/exercises/index.html</filename> no seu
12+
navegador. Use o arquivo <filename>/exercises/js/tabs.js</filename>. Sua
13+
tarefa é criar uma navegação por abas para os dois elementos div.module.
14+
Para fazer isto::</para>
1515

1616
<orderedlist>
1717
<listitem>
18-
<para>Hide all of the modules.</para>
18+
<para>Esconda todos os modules.</para>
1919
</listitem>
2020

2121
<listitem>
22-
<para>Create an unordered list element before the first module.</para>
22+
<para>Crie uma lista não-ordenada antes do primeiro módulo.</para>
2323
</listitem>
2424

2525
<listitem>
26-
<para>Iterate over the modules using <code>$.fn.each</code>. For each
27-
module, use the text of the h2 element as the text for a list item
28-
that you add to the unordered list element.</para>
26+
<para>Itere sobre os módulos usando <code>$.fn.each</code>. Para cada
27+
módulo, use o texto para o elemento h2 como o texto para um item da
28+
lista.</para>
2929
</listitem>
3030

3131
<listitem>
32-
<para>Bind a click even to the list item that:</para>
32+
<para>Crie um bind do evento click no item de lista que:</para>
3333

3434
<itemizedlist>
3535
<listitem>
36-
<para>Shows the related module, and hides any other modules</para>
36+
<para>Exiba o módulo relacionado e esconda qualquer outro módulo.</para>
3737
</listitem>
3838

3939
<listitem>
40-
<para>Adds a class of "current" to the clicked list item</para>
40+
<para>Adicione uma classe "current" para o item de lista clicado.</para>
4141
</listitem>
4242

4343
<listitem>
44-
<para>Removes the class "current" from the other list item</para>
44+
<para>Remova a classe "current" do outro item de lista.</para>
4545
</listitem>
4646
</itemizedlist>
4747
</listitem>
4848

4949
<listitem>
50-
<para>Finally, show the first tab.</para>
50+
<para>Por último, mostra a primeira tabela.</para>
5151
</listitem>
5252
</orderedlist>
5353
</section>

0 commit comments

Comments
 (0)