Skip to content

Commit 34a8a20

Browse files
ricardochlSplaktar
authored andcommitted
translate: translation for introduction/what-is-angular
Update the `sub-navigation-data.ts` file with the translations for what is Angular link. Fixes #10
1 parent 7bdf9c5 commit 34a8a20

File tree

3 files changed

+247
-94
lines changed

3 files changed

+247
-94
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ interface SubNavigationData {
2424

2525
const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
2626
{
27-
label: 'Introduction',
27+
label: 'Introducción',
2828
children: [
2929
{
30-
label: 'What is Angular?',
30+
label: '¿Qué es Angular?',
3131
path: 'overview',
3232
contentPath: 'introduction/what-is-angular',
3333
},
Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<docs-decorative-header title="What is Angular?" imgSrc="adev/src/assets/images/what_is_angular.svg"> <!-- markdownlint-disable-line -->
2+
</docs-decorative-header>
3+
4+
<big style="margin-top: 2em">
5+
Angular is a web framework that empowers developers to build fast, reliable applications.
6+
</big>
7+
8+
Maintained by a dedicated team at Google, Angular provides a broad suite of tools, APIs, and
9+
libraries to simplify and streamline your development workflow. Angular gives you
10+
a solid platform on which to build fast, reliable applications that scale with both the size of
11+
your team and the size of your codebase.
12+
13+
**Want to see some code?** Jump over to our [Essentials](essentials) for a quick overview of
14+
what it's like to use Angular, or get started in the [Tutorial](tutorials/learn-angular) if you
15+
prefer following step-by-step instructions.
16+
17+
## Features that power your development
18+
19+
<docs-card-container>
20+
<docs-card title="Keep your codebase organized with an opinionated component model and flexible dependency injection
21+
system" href="guide/components" link="Get started with Components">
22+
Angular components make it easy to split your code into well-encapsulated parts.
23+
24+
The versatile dependency injection helps you keep your code modular, loosely-coupled, and
25+
testable.
26+
</docs-card>
27+
<docs-card title="Get fast state updates with fine-grained reactivity based on Signals" href="guide/signals" link="Explore Angular Signals">
28+
Our fine-grained reactivity model, combined with compile-time optimizations, simplifies development and helps build faster apps by default.
29+
30+
Granularly track how and where state is used throughout an application, giving the framework the power to render fast updates via highly optimized instructions.
31+
</docs-card>
32+
<docs-card title="Meet your performance targets with SSR, SSG, hydration, and next-generation deferred loading" href="guide/ssr" link="Read about SSR">
33+
Angular supports both server-side rendering (SSR) and static site generation (SSG) along
34+
with full DOM hydration. `@defer` blocks in templates make it simple to declaratively divide
35+
your templates into lazy-loadable parts.
36+
</docs-card>
37+
<docs-card title="Guarantee everything works together with Angular's first-party modules for forms, routing, and
38+
more">
39+
[Angular's router](guide/routing) provides a feature-rich navigation toolkit, including support
40+
for route guards, data resolution, lazy-loading, and much more.
41+
42+
[Angular's forms module](guide/forms) provides a standardized system for form participation and validation.
43+
</docs-card>
44+
</docs-card-container>
45+
46+
## Develop applications faster than ever
47+
48+
<docs-card-container>
49+
<docs-card title="Effortlessly build, serve, test, deploy with Angular CLI" href="tools/cli" link="Angular CLI">
50+
Angular CLI gets your project running in under a minute with the commands you need to
51+
grow into a deployed production application.
52+
</docs-card>
53+
<docs-card title="Visually debug, analyze, and optimize your code with the Angular DevTools browser extension" href="tools/devtools" link="Angular DevTools">
54+
Angular DevTools sits alongside your browser's developer tools. It helps debug and analyze your
55+
app, including a component tree inspector, dependency injection tree view,
56+
and custom performance profiling flame chart.
57+
</docs-card>
58+
<docs-card title="Never miss a version with ng update" href="cli/update" link="ng update">
59+
Angular CLI's `ng update` runs automated code transformations that automatically handle routine
60+
breaking changes, dramatically simplifying major version updates. Keeping up with the latest
61+
version keeps your app as fast and secure as possible.
62+
</docs-card>
63+
<docs-card title="Stay productive with IDE integration in your favorite editor" href="tools/language-service" link="Language service">
64+
Angular's IDE language services powers code completion, navigation, refactoring, and real-time
65+
diagnostics in your favorite editor.
66+
</docs-card>
67+
</docs-card-container>
68+
69+
## Ship with confidence
70+
71+
<docs-card-container>
72+
<docs-card title="Verified commit-by-commit against Google's colossal monorepo" href="https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext" link="Learn about Google's monorepo">
73+
Every Angular commit is checked against _hundreds of thousands_ of tests in Google's internal code
74+
repository, representing countless real-world scenarios.
75+
76+
Angular is committed to stability for some of Google’s largest products, including Google Cloud.
77+
This commitment ensures changes are well-tested, backwards compatible, and include migration tools
78+
whenever possible.
79+
</docs-card>
80+
<docs-card title="Clear support policies and predictable release schedule" href="reference/releases" link="Versioning & releasing">
81+
Angular's predictable, time-based release schedule gives your organization confidence in the
82+
stability and backwards compatibility of the framework. Long Term Support (LTS) windows make sure
83+
you get critical security fixes when you need them. First-party update tools, guides and automated
84+
migration schematics help keep your apps up-to-date with the latest advancements to the framework
85+
and the web platform.
86+
</docs-card>
87+
</docs-card-container>
88+
89+
## Works at any scale
90+
91+
<docs-card-container>
92+
<docs-card title="Reach users everywhere with internationalization support" href="guide/i18n" link="Internationalization">
93+
Angular's internationalization features handle message translations and formatting, including
94+
support for unicode standard ICU syntax.
95+
</docs-card>
96+
<docs-card title="Protect your users with security by default" href="best-practices/security" link="Security">
97+
In collaboration with Google's world-class security engineers, Angular aims to make development
98+
safe by default. Built-in security features, including HTML sanitization and
99+
trusted type support, help protect your users from common vulnerabilities like
100+
cross-site scripting and cross-site request forgery.
101+
</docs-card>
102+
<docs-card title="Keep large teams productive with Vite and esbuild" href="tools/cli/esbuild" link="ESBuild and Vite">
103+
Angular CLI includes a fast, modern build pipeline using Vite and ESBuild. Developers report
104+
building projects with hundreds of thousands of lines of code in less than a minute.
105+
</docs-card>
106+
<docs-card title="Proven in some of Google's largest web apps">
107+
Large Google products build on top of Angular's architecture and help develop new features that
108+
further improve Angular's scalability, from [Google Fonts](https://fonts.google.com/) to [Google Cloud](https://console.cloud.google.com).
109+
</docs-card>
110+
</docs-card-container>
111+
112+
## Open-source first
113+
114+
<docs-card-container>
115+
<docs-card title="Made in the open on GitHub" href="https://github.com/angular/angular" link="Star our GitHub">
116+
Curious what we’re working on? Every PR and commit is available on our GitHub. Run into an issue or bug? We triage GitHub issues regularly to ensure we’re responsive and engaged with our community, and solving the real world problems you’re facing.
117+
</docs-card>
118+
<docs-card title="Built with transparency" href="roadmap" link="Read our public roadmap">
119+
Our team publishes a public roadmap of our current and future work and values your feedback. We publish Request for Comments (RFCs) to collect feedback on larger feature changes and ensure the community voice is heard while shaping the future direction of Angular.
120+
</docs-card>
121+
</docs-card-container>
122+
123+
## A thriving community
124+
125+
<docs-card-container>
126+
<docs-card title="Courses, blogs and resources" href="https://devlibrary.withgoogle.com/products/angular?sort=added" link="Check out DevLibrary">
127+
Our community is composed of talented developers, writers, instructors, podcasters, and more. The Google for Developers library is just a sample of the high quality resources available for new and experienced developers to continue developing.
128+
</docs-card>
129+
<docs-card title="Open Source" href="https://github.com/angular/angular/blob/main/CONTRIBUTING.md" link="Contribute to Angular">
130+
We are thankful for the open source contributors who make Angular a better framework for everyone. From fixing a typo in the docs, to adding major features, we encourage anyone interested to get started on our GitHub.
131+
</docs-card>
132+
<docs-card title="Community partnerships" href="https://developers.google.com/community/experts/directory?specialization=angular" link="Meet the Angular GDEs">
133+
Our team partners with individuals, educators, and enterprises to ensure we consistently are supporting developers. Angular Google Developer Experts (GDEs) represent community leaders around the world educating, organizing, and developing with Angular. Enterprise partnerships help ensure that Angular scales well for technology industry leaders.
134+
</docs-card>
135+
<docs-card title="Partnering with other Google technologies">
136+
Angular partners closely with other Google technologies and teams to improve the web.
137+
138+
Our ongoing partnership with Chrome’s Aurora actively explores improvements to user experience across the web, developing built-in performance optimizations like NgOptimizedImage and improvements to Angular’s Core Web Vitals.
139+
140+
We are also working with [Firebase](https://firebase.google.com/), [Tensorflow](https://www.tensorflow.org/), [Flutter](https://flutter.dev/), [Material Design](https://m3.material.io/), and [Google Cloud](https://cloud.google.com/) to ensure we provide meaningful integrations across the developer workflow.
141+
</docs-card>
142+
</docs-card-container>
143+
144+
<docs-callout title="Join the momentum!">
145+
<docs-pill-row>
146+
<docs-pill href="roadmap" title="Read Angular's roadmap"/>
147+
<docs-pill href="playground" title="Try out our playground"/>
148+
<docs-pill href="tutorials" title="Learn with tutorials"/>
149+
<docs-pill href="https://youtube.com/playlist?list=PL1w1q3fL4pmj9k1FrJ3Pe91EPub2_h4jF" title="Watch our YouTube course"/>
150+
<docs-pill href="api" title="Reference our APIs"/>
151+
</docs-pill-row>
152+
</docs-callout>

0 commit comments

Comments
 (0)