From 3c7b6532e4426cb8cf4f9b12e14eb7c522da563a Mon Sep 17 00:00:00 2001 From: "Francisco J. Moreno" <30633617+frxncismor@users.noreply.github.com> Date: Thu, 9 Jul 2020 09:09:06 -0500 Subject: [PATCH] Add Spanish translation of README.md (#6) Add a Spanish version of the README.md inside the new es directory. Add a badge on the main README.md linking to the Spanish version. --- README.md | 3 +- es/README.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 es/README.md diff --git a/README.md b/README.md index c76650b..bad4728 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Creative Commons Licenses for GitHub Projects -[![Deutsch](https://img.shields.io/badge/translation-DE-red)](de/) +[![German](https://img.shields.io/badge/translation-DE-red)](de/) +[![Spanish](https://img.shields.io/badge/translation-ES-red)](es/) In this repo you can find easy ways for applying Creative Commons Licenses on Github repositories through Markdown language. diff --git a/es/README.md b/es/README.md new file mode 100644 index 0000000..3213a0b --- /dev/null +++ b/es/README.md @@ -0,0 +1,81 @@ +# Licencias Creative Commons para proyectos de Github + +[![Main](https://img.shields.io/badge/main%20language-EN-blue)](/../../) + +En este repositorio podrás encontrar formas sencillas de aplicar Licencias Creative Commons +en repositorios de Github a través del lenguaje Markdown. + +> **ADVERTENCIA:** +> No debes utilizar licencias Creative Commons para software. +> Usa licencias de software libre para ese tipo de repositorios, como GPL, BSD, etc. +> Las licencias de Creative Commons son solo para trabajos intelectuales. + +La manera más fácil de encontrar la licencia CC adecuada para tu proyecto es en el +[sitio web Creative Commons](https://creativecommons.org/choose/). + +Aquí te presentamos dos tipos de licencias CC: +* [Creative Commons Atribución 4.0 Internacional](#cc-atribución-40-internacional) + +* [Creative Commons Atribución-CompartirIgual 4.0 Internacional](#cc-atribución-compartirigual-40-internacional) + +Puedes obtener más información sobre licencias y sus textos completos en texto plano +en https://choosealicense.com/. + +Si quieres descargar la versión vectorizada de las imagenes de Creative Commons +y otras, por favor visita https://creativecommons.org/about/downloads/. + +## CC Atribución 4.0 Internacional + +Para agregar una licencia CC BY a tu proyecto, simplemente agrega lo siguiente a tu +`README.md`. También debes copiar el [archivo de texto](LICENSE-CC-BY) de la licencia correspondiente y +renombrarlo a `LICENSE`. + +```markdown +Shield: [![CC BY 4.0][cc-by-shield]][cc-by] + +Esta obra está bajo una [Licencia Creative Commons Atribución 4.0 Internacional][cc-by]. + +[![CC BY 4.0][cc-by-image]][cc-by] + +[cc-by]: https://creativecommons.org/licenses/by/4.0/deed.es +[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg +``` + +Shield: [![CC BY 4.0][cc-by-shield]][cc-by] + +Esta obra está bajo una [Licencia Creative Commons Atribución 4.0 Internacional][cc-by]. + +[![CC BY 4.0][cc-by-image]][cc-by] + +[cc-by]: https://creativecommons.org/licenses/by/4.0/deed.es +[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg + + +## CC Atribución-CompartirIgual 4.0 Internacional +Para agregar una licencia CC BY-SA a tu proyecto, simplemente agrega lo siguiente a tu +`README.md`. También debes copiar el [archivo de texto](LICENSE-CC-BY-SA) de la licencia correspondiente y +renombrarlo a `LICENSE`. + +```markdown +Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] + +Esta obra está bajo una [Licencia Creative Commons Atribución-CompartirIgual 4.0 Internacional][cc-by-sa]. + +[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa] + +[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/deed.es +[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png +[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg +``` + +Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] + +Esta obra está bajo una [Licencia Creative Commons Atribución-CompartirIgual 4.0 Internacional][cc-by-sa]. + +[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa] + +[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/deed.es +[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png +[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg