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

Commit 8dd4219

Browse files
dvidsilvaFoxandxss
authored andcommitted
improves translation in index.jade
1 parent 7935118 commit 8dd4219

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/index.jade

100644100755
+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ div(class="home-rows")
1414
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.
1515
p(class="text-body").
1616
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.
17+
para desplegar en cualquier objetivo. Para la web, web movil, aplicaciones móviles nativas y aplicaciones de escritorio.
1818

1919
// Group 2
2020
div(layout="row" layout-xs="column" class="home-row")
2121
div(class="text-container")
2222
div(class="text-block")
2323
h3(class="text-headline") Speed & Performance
24-
h3(class="text-headline") Velocidad y Desempeño
24+
h3(class="text-headline") Velocidad y Rendimiento
2525
p(class="text-body").
2626
Achieve the maximum speed possible on the Web Platform today, and take it further, via Web Workers and server-side rendering.
2727
p(class="text-body").
@@ -31,7 +31,7 @@ div(class="home-rows")
3131
Angular puts you in control over scalability. Meet huge data requirements by building data models on RxJS, Immutable.js or another push-model.
3232
p(class="text-body").
3333
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.
34+
en RxJS, Immutable.js u otros 'push-model'.
3535
div(class="promo-img-container promo-2")
3636
div
3737
img(src="resources/images/home/speed-performance.svg")
@@ -62,7 +62,7 @@ div(class="home-rows")
6262
p(class="text-body").
6363
From prototype through global deployment, Angular delivers the productivity and scalable infrastructure that supports Google's largest applications.
6464
p(class="text-body").
65-
De prototipos a despliegues globales, Angular entrega la productividad e infraestructura escalable que
65+
De prototipos a despliegues globales, Angular ofrece la productividad e infraestructura escalable que
6666
soporta las aplicaciones más grandes de Google.
6767
div(class="promo-img-container promo-4")
6868
div

0 commit comments

Comments
 (0)