Skip to content

Commit 954e665

Browse files
ricardochlSplaktar
authored andcommitted
translate: translations for Angular CLI guides
Fixes #65
1 parent 6bd3b4c commit 954e665

33 files changed

+5784
-1565
lines changed

adev-es/src/app/routing/sub-navigation-data.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -712,77 +712,77 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
712712
label: 'Angular CLI',
713713
children: [
714714
{
715-
label: 'Overview',
715+
label: 'Visión general',
716716
path: 'tools/cli',
717717
contentPath: 'tools/cli/overview',
718718
},
719719
{
720-
label: 'Local set-up',
720+
label: 'Configuración local',
721721
path: 'tools/cli/setup-local',
722722
contentPath: 'tools/cli/setup-local',
723723
},
724724
{
725-
label: 'Building Angular apps',
725+
label: 'Construyendo aplicaciones Angular',
726726
path: 'tools/cli/build',
727727
contentPath: 'tools/cli/build',
728728
},
729729
{
730-
label: 'Serving Angular apps for development',
730+
label: 'Servir aplicaciones Angular para desarrollo',
731731
path: 'tools/cli/serve',
732732
contentPath: 'tools/cli/serve',
733733
},
734734
{
735-
label: 'Deployment',
735+
label: 'Despliegue',
736736
path: 'tools/cli/deployment',
737737
contentPath: 'tools/cli/deployment',
738738
},
739739
{
740-
label: 'End-to-End Testing',
740+
label: 'Pruebas End-to-End',
741741
path: 'tools/cli/end-to-end',
742742
contentPath: 'tools/cli/end-to-end',
743743
},
744744
{
745-
label: 'Migrating to new build system',
745+
label: 'Migrando al nuevo sistema de construcción',
746746
path: 'tools/cli/build-system-migration',
747747
contentPath: 'tools/cli/build-system-migration',
748748
},
749749
{
750-
label: 'Build environments',
750+
label: 'Entornos de construcción',
751751
path: 'tools/cli/environments',
752752
contentPath: 'tools/cli/environments',
753753
},
754754
{
755-
label: 'Angular CLI builders',
755+
label: 'Builders de Angular CLI',
756756
path: 'tools/cli/cli-builder',
757757
contentPath: 'tools/cli/cli-builder',
758758
},
759759
{
760-
label: 'Generating code using schematics',
760+
label: 'Generando código usando schematics',
761761
path: 'tools/cli/schematics',
762762
contentPath: 'tools/cli/schematics',
763763
},
764764
{
765-
label: 'Authoring schematics',
765+
label: 'Autorizando schematics',
766766
path: 'tools/cli/schematics-authoring',
767767
contentPath: 'tools/cli/schematics-authoring',
768768
},
769769
{
770-
label: 'Schematics for libraries',
770+
label: 'Schematics para librerías',
771771
path: 'tools/cli/schematics-for-libraries',
772772
contentPath: 'tools/cli/schematics-for-libraries',
773773
},
774774
{
775-
label: 'Template type checking',
775+
label: 'Verificación de tipos de plantillas',
776776
path: 'tools/cli/template-typecheck',
777777
contentPath: 'tools/cli/template-typecheck',
778778
},
779779
{
780-
label: 'Ahead-of-time (AOT) compilation',
780+
label: 'Compilación Ahead-of-time (AOT)',
781781
path: 'tools/cli/aot-compiler',
782782
contentPath: 'tools/cli/aot-compiler',
783783
},
784784
{
785-
label: 'AOT metadata errors',
785+
label: 'Errores de metadata AOT',
786786
path: 'tools/cli/aot-metadata-errors',
787787
contentPath: 'tools/cli/aot-metadata-errors',
788788
},

adev-es/src/content/tools/cli/aot-compiler.en.md

Lines changed: 513 additions & 0 deletions
Large diffs are not rendered by default.

adev-es/src/content/tools/cli/aot-compiler.md

Lines changed: 194 additions & 194 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)