Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 5951103

Browse files
dvidsilvaFoxandxss
authored andcommitted
Traduccion del footer (#66)
* Traduccion del footer * hace cambios al footer basado en las sugerencias
1 parent df21afc commit 5951103

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

public/_includes/_footer.jade

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,43 +15,64 @@ else
1515

1616
.c2
1717
h3.text-headline RESOURCES
18+
h3.text-headline RECURSOS
1819

1920
ul.text-body
2021
// TODO: (ericjim) make a libraries page to showcase all angular 2 libraries
2122
//li <a href="/libraries.html">Libraries</a>
2223
li <a href="/about/">About</a>
24+
li <a href="/about/">Acerca de</a>
2325
li <a href="/resources/">Books & Training</a>
26+
li <a href="/resources/">Libros y Entrenamiento</a>
2427
li <a href="/resources/">Tools & Libraries</a>
28+
li <a href="/resources/">Herramientas y Librerías</a>
2529
li <a href="/resources/">Community</a>
30+
li <a href="/resources/">Comunidad</a>
2631
li <a href="/presskit.html">Press Kit</a>
32+
li <a href="/presskit.html">Kit de Prensa</a>
2733

2834
.c2
2935
h3.text-headline HELP
36+
h3.text-headline AYUDA
3037

3138
ul.text-body
3239
li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
40+
li <a href="http://es.stackoverflow.com/questions/tagged/angularjs-2.0">Stack Overflow</a>
3341
li <a href="https://gitter.im/angular/angular">Gitter</a>
42+
li <a href="https://gitter.im/angular/angular">Gitter (Inglés)</a>
3443
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
44+
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group (Inglés)</a>
3545
li <a href="https://github.com/angular/angular/issues"> Report Issues</a>
46+
li <a href="https://github.com/angular/angular/issues"> Reportar Problemas</a>
3647
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Site Feedback</a>
48+
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Enviar retroalimentación acerca de esta página"> Retroalimentación</a>
3749

3850
.c2
3951
h3.text-headline COMMUNITY
52+
h3.text-headline COMUNIDAD
4053

4154
ul.text-body
4255
li <a href="/events.html">Events</a>
56+
li <a href="/events.html">Eventos</a>
4357
li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
58+
li <a href="http://www.meetup.com/topics/angularjs/"> Meetups</a>
4459
li <a href="https://twitter.com/angularjs"> Twitter</a>
60+
li <a href="https://twitter.com/angularjs">Twitter</a>
4561
li <a href="https://github.com/angular/angular"> GitHub</a>
62+
li <a href="https://github.com/angular/angular">GitHub</a>
4663
li <a href="/contribute.html"> Contribute</a>
64+
li <a href="/contribute.html"> Contribuir</a>
4765

4866
.c2
4967
h3.text-headline LANGUAGES
68+
h3.text-headline IDIOMAS
5069

5170
ul.text-body
5271
li <a href="https://angular.cn/">中文版</a>
5372

5473
footer(class="background-steel")
5574
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license" class="text-snow">MIT-style License</a>. Documentation licensed under <a class="text-snow" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
56-
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger text-snow" md-button)
75+
small.text-caption Creado por Google ©2010-2016. El código es distribuido bajo una <a href="/license" class="text-snow">licencia de estilo MIT</a>.
76+
La documentación está licenciada bajo <a class="text-snow" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
77+
a(aria-label="View Style Guide" href=styleguide title="Guia de estilos" class="styleguide-trigger text-snow" md-button)
5778
span.icon-favorite

0 commit comments

Comments
 (0)