Skip to content

Commit 4b4c90d

Browse files
authored
Merge pull request #20 from SamGarciaDev/main
Add Spanish translation of README.md
2 parents 08162c3 + 2b6e203 commit 4b4c90d

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://androidweekly.net/issues/issue-495"><img alt="Android Weekly" src="https://skydoves.github.io/badges/android-weekly.svg"/></a>
88
</p>
99
<p align="center">
10-
<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a> | <a href="/README_DE.md" target="_blank"> Deutsch </a>
10+
<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a> | <a href="/README_DE.md" target="_blank"> Deutsch </a>| <a href="/README_ES.md" target="_blank"> Español</a>
1111
</p>
1212

1313

README_ES.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
2+
<h1 align="center">Android Developer Roadmap 2022</h1></br>
3+
4+
<p align="center">
5+
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
6+
<a href="https://github.com/skydoves/android-developer-roadmap/actions/workflows/build.yml"><img alt="Build Status" src="https://github.com/skydoves/android-developer-roadmap/actions/workflows/build.yml/badge.svg"/></a>
7+
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-279"><img alt="Kotlin Weekly" src="https://skydoves.github.io/badges/kotlin-weekly2.svg"/></a>
8+
<a href="https://androidweekly.net/issues/issue-495"><img alt="Android Weekly" src="https://skydoves.github.io/badges/android-weekly.svg"/></a>
9+
</p>
10+
<p align="center">
11+
<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a> | <a href="/README_DE.md" target="_blank"> Deutsch </a> | <a href="/README_ES.md" target="_blank"> Español</a>
12+
</p>
13+
14+
15+
El Android Developer Roadmap 2022 sugiere diferentes caminos de aprendizaje para entender el desarrollo software en Android. Puedes leer el mapa siguiendo la línea central. <br>
16+
17+
Cada nodo simboliza un concepto del ecosistema Android, el SDK de Android, y algunas librerías populares. Para obtener más información sobre terminologías específicas, por favor, diríjase a la [Documentación para desarrolladores](https://developer.android.com/reference) o a GitHub. <br>
18+
19+
Adicionalmente, **no necesitas aprender todo lo que se encuentra en este mapa**. De tal forma que recomendamos leer solamente aquello que te pueda resultar de ayuda.
20+
21+
## Roadmap
22+
23+
![Roadmap](/images/android_developer_roadmap.png)
24+
25+
## Aplicación de demostración
26+
27+
Este proyecto incluye una demostración la cual muestra una imagen del mapa. Puedes descargarte la última versión del APK en las [Releases](https://github.com/skydoves/android-developer-roadmap/releases).
28+
29+
## Artículos
30+
31+
Se publicarán nuevos artículos pronto en el **[Blog de Stream](https://getstream.io/blog/topic/engineering/android/)**. Si estás interesado, puedes apuntarte a la lista de [watchers](https://github.com/skydoves/android-developer-roadmap/watchers) para recibir una notificación.
32+
33+
## Contribución
34+
35+
Este proyecto no lo cubre todo, así que si hay algo que falte o que deba ser arreglado, cualquiera puede contribuir siguiendo la [GUÍA DE CONTRIBUCIÓN](CONTRIBUTING.md).
36+
37+
## Inspiración
38+
39+
Este proyecto ha sido inspirado por [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap). Gracias a los autores por prestar la idea. Puedes aprender mucho en ese repositorio.
40+
41+
## ¿Ha sido de utilidad este proyecto? :heart:
42+
43+
Apóyalo uniéndote a los __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__ de este repositorio. :star:
44+
45+
## Licencia
46+
```
47+
Copyright 2021 Stream.IO, Inc. All Rights Reserved.
48+
49+
Licensed under the Apache License, Version 2.0 (the "License");
50+
you may not use this file except in compliance with the License.
51+
You may obtain a copy of the License at
52+
53+
http://www.apache.org/licenses/LICENSE-2.0
54+
55+
Unless required by applicable law or agreed to in writing, software
56+
distributed under the License is distributed on an "AS IS" BASIS,
57+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58+
See the License for the specific language governing permissions and
59+
limitations under the License.
60+
```

0 commit comments

Comments
 (0)