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

Commit 7935118

Browse files
dvidsilvaFoxandxss
authored andcommitted
translated public/index.jade
1 parent 26940a5 commit 7935118

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

public/index.jade

+21
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,29 @@ div(class="home-rows")
99
div(class="text-container")
1010
div(class="text-block promo-1-desc l-pad-top-2")
1111
h3(class="text-headline") Develop Across All Platforms
12+
h3(class="text-headline") Desarrolla Para Todas Las Plataformas
1213
p(class="text-body").
1314
Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.
15+
p(class="text-body").
16+
Aprende una manera de crear aplicaciones con Angular y reutilizar tu código y habilidades para construir aplicaciones
17+
para desplegar en cualquier objetivo. Para la web, web movil, aplicaciones nativas y aplicaciones de escritorio.
1418

1519
// Group 2
1620
div(layout="row" layout-xs="column" class="home-row")
1721
div(class="text-container")
1822
div(class="text-block")
1923
h3(class="text-headline") Speed & Performance
24+
h3(class="text-headline") Velocidad y Desempeño
2025
p(class="text-body").
2126
Achieve the maximum speed possible on the Web Platform today, and take it further, via Web Workers and server-side rendering.
27+
p(class="text-body").
28+
Alcanza la velocidad máxima en la web hoy mismo, y llévala más allá, usando Web Workers y renderizado en el servidor
2229
br
2330
p(class="text-body").
2431
Angular puts you in control over scalability. Meet huge data requirements by building data models on RxJS, Immutable.js or another push-model.
32+
p(class="text-body").
33+
Angular te pone en control sobre la escalabilidad. Alcanza requerimientos con datos gigantes creando tus modelos
34+
en RxJS, Immutable.js u otros push-model.
2535
div(class="promo-img-container promo-2")
2636
div
2737
img(src="resources/images/home/speed-performance.svg")
@@ -34,20 +44,31 @@ div(class="home-rows")
3444
div(class="text-container")
3545
div(class="text-block promo-3-desc")
3646
h3(class="text-headline") Incredible Tooling
47+
h3(class="text-headline") Herramientas Increíbles
3748
p(class="text-body").
3849
Build features quickly with simple, declarative templates. Extend the template language with your own components and use a wide array of existing components. Get immediate Angular-specific help and feedback with nearly every IDE and editor. All this comes together so you can focus on building amazing apps rather than trying to make the code work.
50+
p(class="text-body").
51+
Añade características rápidamente con plantillas simples y declarativas. Extiende las plantillas con tus propios
52+
componentes o escoge de una gran variedad de componentes existentes.
53+
Recibe ayuda especifica para Angular con casi cualquier IDE y editor.
54+
Todo eso para que puedas concentrarte en construir aplicaciones maravillosas en vez de gastar tiempo asegurandote que tu código funcione.
3955

4056
// Group 4
4157
div(layout="row" layout-xs="column" class="home-row")
4258
div(class="text-container")
4359
div(class="text-block l-pad-top-2")
4460
h3(class="text-headline") Loved by Millions
61+
h3(class="text-headline") Amado por Millones
4562
p(class="text-body").
4663
From prototype through global deployment, Angular delivers the productivity and scalable infrastructure that supports Google's largest applications.
64+
p(class="text-body").
65+
De prototipos a despliegues globales, Angular entrega la productividad e infraestructura escalable que
66+
soporta las aplicaciones más grandes de Google.
4767
div(class="promo-img-container promo-4")
4868
div
4969
img(src="resources/images/home/loved-by-millions.png")
5070

5171
.cta-bar
5272
a(href="/docs/ts/latest/quickstart.html" class="button button-large button-shield md-raised " + "md-primary" md-button) Get Started
73+
a(href="/docs/ts/latest/quickstart.html" class="button button-large button-shield md-raised " + "md-primary" md-button) Comienza Ahora
5374

0 commit comments

Comments
 (0)