This repository was archived by the owner on Nov 13, 2024. It is now read-only.
File tree 6 files changed +18
-18
lines changed
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $(function () {
15
15
$ ( ".zf-logo a" ) . tooltip ( ) ;
16
16
$ ( ".logo-link" ) . tooltip ( ) ;
17
17
componentToggle . tooltip ( ) ;
18
- rollUpLink . attr ( { href : "#" , alt : "Hide component list " } ) ;
18
+ rollUpLink . attr ( { href : "#" , alt : "Ocultar lista de componentes " } ) ;
19
19
20
20
// Cast initial sidebar position value
21
21
if ( typeof sidebarInitialPos === 'undefined' ) {
@@ -57,7 +57,7 @@ $(function () {
57
57
complete : function ( ) {
58
58
componentToggle
59
59
. data ( "placement" , "top" )
60
- . attr ( "data-original-title" , "Hide component list " ) ;
60
+ . attr ( "data-original-title" , "Ocultar lista de componentes " ) ;
61
61
hidden = false ;
62
62
} ,
63
63
queue : false
@@ -72,7 +72,7 @@ $(function () {
72
72
sidebar . css ( { position : sidebarInitialPos } ) ;
73
73
componentToggle
74
74
. data ( "placement" , "bottom" )
75
- . attr ( "data-original-title" , "Show component list " ) ;
75
+ . attr ( "data-original-title" , "Exibir lista de componentes " ) ;
76
76
components . hide ( ) ;
77
77
hidden = true ;
78
78
} ,
Original file line number Diff line number Diff line change 5
5
< div class ="row-fluid ">
6
6
< div id ="main-content " class ="span12 ">
7
7
< h1 id ="404-page-not-found " style ="text-align: center "> 404</ h1 >
8
- < p style ="text-align: center "> < strong > Page not found </ strong > </ p >
8
+ < p style ="text-align: center "> < strong > Página não encontrada </ strong > </ p >
9
9
< p style ="text-align: center "> < a href ="{{ nav.homepage.url }} "> Home</ a > </ p >
10
10
</ div >
11
11
</ div >
Original file line number Diff line number Diff line change 1
1
< div class ="zf-components ">
2
2
< div class ="zf-components-grid ">
3
3
< div class ="zf-logo ">
4
- < a href ="https://framework.zend.com " data-toggle ="tooltip " data-placement ="bottom " title ="Go to the ZF homepage "> < img src ="{{ base_url }}/img/zf-logo-mark.svg " alt ="Zend Framework " width ="250 " /> </ a >
4
+ < a href ="https://framework.zend.com " data-toggle ="tooltip " data-placement ="bottom " title ="Ir para a página inicial do Zend Framework "> < img src ="{{ base_url }}/img/zf-logo-mark.svg " alt ="Zend Framework " width ="250 " /> </ a >
5
5
</ div >
6
6
7
7
< div class ="component-list "> </ div >
8
8
9
- < p class ="zf-components-rollup "> < a href ="# "> Hide list </ a > </ p >
9
+ < p class ="zf-components-rollup "> < a href ="# "> Ocultar lista </ a > </ p >
10
10
</ div >
11
11
</ div >
Original file line number Diff line number Diff line change 63
63
< script src ="{{ path }} "> </ script >
64
64
{%- endfor %}
65
65
66
- < div class ="modal " id ="mkdocs_search_modal " tabindex ="-1 " role ="dialog " aria-labelledby ="Search Modal " aria-hidden ="true ">
66
+ < div class ="modal " id ="mkdocs_search_modal " tabindex ="-1 " role ="dialog " aria-labelledby ="Modal de Pesquisa " aria-hidden ="true ">
67
67
< div class ="modal-dialog ">
68
68
< div class ="modal-content ">
69
69
< div class ="modal-header ">
70
70
< button type ="button " class ="close " data-dismiss ="modal ">
71
71
< span aria-hidden ="true "> ×</ span >
72
- < span class ="sr-only "> Close </ span >
72
+ < span class ="sr-only "> Fechar </ span >
73
73
</ button >
74
- < h4 class ="modal-title " id ="exampleModalLabel "> Search </ h4 >
74
+ < h4 class ="modal-title " id ="exampleModalLabel "> Pesquisar </ h4 >
75
75
</ div >
76
76
< div class ="modal-body ">
77
77
< p >
78
- From here you can search these documents. Enter your search terms below .
78
+ A partir daqui você pode pesquisar esses documentos. Digite seus termos de pesquisa abaixo .
79
79
</ p >
80
80
< form role ="form ">
81
81
< div class ="form-group ">
82
- < input type ="text " class ="form-control " placeholder ="Search ... " id ="mkdocs-search-query ">
82
+ < input type ="text " class ="form-control " placeholder ="Pesquisar ... " id ="mkdocs-search-query ">
83
83
</ div >
84
84
</ form >
85
85
< div id ="mkdocs-search-results "> </ div >
Original file line number Diff line number Diff line change 6
6
{% if nav|length> 1 or config.repo_url %}
7
7
<!-- Expander button -->
8
8
< button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
9
- < span class ="sr-only "> Toggle navigation </ span >
9
+ < span class ="sr-only "> Alternar navegação </ span >
10
10
< span class ="icon-bar "> </ span >
11
11
< span class ="icon-bar "> </ span >
12
12
< span class ="icon-bar "> </ span >
15
15
16
16
<!-- Main title -->
17
17
< span class ="navbar-brand ">
18
- < a class ="logo-link " href ="https://framework.zend.com/ " data-toggle ="tooltip " data-placement ="bottom " title ="Go to the ZF homepage "> < img src ="{{ base_url }}/img/zf-logo-mark.svg " height ="28 " alt ="Zend Framework " /> </ a >
18
+ < a class ="logo-link " href ="https://framework.zend.com/ " data-toggle ="tooltip " data-placement ="bottom " title ="Ir para a página inicial do Zend Framework "> < img src ="{{ base_url }}/img/zf-logo-mark.svg " height ="28 " alt ="Zend Framework " /> </ a >
19
19
< a href ="{{ nav.homepage.url }} "> {{ config.site_name }}</ a >
20
20
</ span >
21
21
</ div >
46
46
47
47
< ul class ="nav navbar-nav navbar-right ">
48
48
< li >
49
- < a href ="# " class ="component-toggle " data-toggle ="tooltip " data-placement ="bottom " title ="Show component list ">
50
- < i class ="fa fa-book "> </ i > Components
49
+ < a href ="# " class ="component-toggle " data-toggle ="tooltip " data-placement ="bottom " title ="Exibir lista de componentes ">
50
+ < i class ="fa fa-book "> </ i > Componentes
51
51
</ a >
52
52
</ li >
53
53
54
54
< li >
55
55
< a href ="# " data-toggle ="modal " data-target ="#mkdocs_search_modal ">
56
- < i class ="fa fa-search "> </ i > Search
56
+ < i class ="fa fa-search "> </ i > Pesquisar
57
57
</ a >
58
58
</ li >
59
59
{% if config.repo_url %}
Original file line number Diff line number Diff line change 11
11
{% if page.next_page %}
12
12
< ul class ="pager hidden-print ">
13
13
< li class ="previous{% if not page.previous_page %} disabled{% endif %} ">
14
- < a rel ="prev " {% if page.previous_page %}href ="{{ page.previous_page.url }} "{% endif %} > < i class ="fa fa-arrow-left "> </ i > Previous </ a >
14
+ < a rel ="prev " {% if page.previous_page %}href ="{{ page.previous_page.url }} "{% endif %} > < i class ="fa fa-arrow-left "> </ i > Anterior </ a >
15
15
</ li >
16
16
< li class ="next{% if not page.next_page %} disabled {% endif %} ">
17
- < a rel ="next " {% if page.next_page %}href ="{{ page.next_page.url }} "{% endif %} > Next < i class ="fa fa-arrow-right "> </ i > </ a >
17
+ < a rel ="next " {% if page.next_page %}href ="{{ page.next_page.url }} "{% endif %} > Próxima < i class ="fa fa-arrow-right "> </ i > </ a >
18
18
</ li >
19
19
</ ul >
20
20
{% endif %}
You can’t perform that action at this time.
0 commit comments