mirror of
https://github.com/YunoHost-Apps/scratch_ynh.git
synced 2024-09-03 20:26:03 +02:00
Auto-update READMEs
This commit is contained in:
parent
84cff78a7c
commit
acb0d5d2f6
7 changed files with 71 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
||||||
# All available README files by language
|
# All available README files by language
|
||||||
|
|
||||||
- [Read the README in English](README.md)
|
- [Read the README in English](README.md)
|
||||||
|
- [Lea el README en español](README_es.md)
|
||||||
- [Irakurri README euskaraz](README_eu.md)
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
- [Lire le README en français](README_fr.md)
|
- [Lire le README en français](README_fr.md)
|
||||||
- [Le o README en galego](README_gl.md)
|
- [Le o README en galego](README_gl.md)
|
||||||
|
|
|
@ -18,9 +18,9 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
||||||
|
|
||||||
**Shipped version:** 3.0~ynh4
|
**Shipped version:** 4.0.1~ynh1
|
||||||
|
|
||||||
**Demo:** <https://llk.github.io/scratch-gui/develop/>
|
**Demo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ Scratch is a free programming language and online community where you can create
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
- Official app website: <https://scratch.mit.edu/>
|
- Official app website: <https://scratch.mit.edu/>
|
||||||
- Official admin documentation: <https://fr.scratch-wiki.info/wiki/Scratch_3.0>
|
- Official admin documentation: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||||||
- Upstream app code repository: <https://github.com/LLK/scratch-gui>
|
- Upstream app code repository: <https://github.com/scratchfoundation/scratch-gui>
|
||||||
- YunoHost Store: <https://apps.yunohost.org/app/scratch>
|
- YunoHost Store: <https://apps.yunohost.org/app/scratch>
|
||||||
- Report a bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||||||
|
|
||||||
|
|
49
README_es.md
Normal file
49
README_es.md
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
<!--
|
||||||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
No se debe editar a mano.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Scratch para Yunohost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/scratch)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=scratch)
|
||||||
|
|
||||||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete le permite instalarScratch rapidamente y simplement en un servidor YunoHost.*
|
||||||
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||||
|
|
||||||
|
## Descripción general
|
||||||
|
|
||||||
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
||||||
|
|
||||||
|
**Versión actual:** 4.0.1~ynh1
|
||||||
|
|
||||||
|
**Demo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||||||
|
|
||||||
|
## Capturas
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentaciones y recursos
|
||||||
|
|
||||||
|
- Sitio web oficial: <https://scratch.mit.edu/>
|
||||||
|
- Documentación administrador oficial: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||||||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/scratchfoundation/scratch-gui>
|
||||||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/scratch>
|
||||||
|
- Reportar un error: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||||||
|
|
||||||
|
## Información para desarrolladores
|
||||||
|
|
||||||
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/scratch_ynh/tree/testing
|
||||||
|
|
||||||
|
Para probar la rama `testing`, sigue asÍ:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade scratch -u https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
|
@ -18,9 +18,9 @@ EZ editatu eskuz.
|
||||||
|
|
||||||
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 3.0~ynh4
|
**Paketatutako bertsioa:** 4.0.1~ynh1
|
||||||
|
|
||||||
**Demoa:** <https://llk.github.io/scratch-gui/develop/>
|
**Demoa:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||||||
|
|
||||||
## Pantaila-argazkiak
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ Scratch is a free programming language and online community where you can create
|
||||||
## Dokumentazioa eta baliabideak
|
## Dokumentazioa eta baliabideak
|
||||||
|
|
||||||
- Aplikazioaren webgune ofiziala: <https://scratch.mit.edu/>
|
- Aplikazioaren webgune ofiziala: <https://scratch.mit.edu/>
|
||||||
- Administratzaileen dokumentazio ofiziala: <https://fr.scratch-wiki.info/wiki/Scratch_3.0>
|
- Administratzaileen dokumentazio ofiziala: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/LLK/scratch-gui>
|
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/scratchfoundation/scratch-gui>
|
||||||
- YunoHost Denda: <https://apps.yunohost.org/app/scratch>
|
- YunoHost Denda: <https://apps.yunohost.org/app/scratch>
|
||||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
- Eman errore baten berri: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,9 @@ Il NE doit PAS être modifié à la main.
|
||||||
|
|
||||||
Scratch est un langage de programmation graphique manipulable et exécutable par le logiciel de même nom à vocation éducative. Ainsi, Scratch est à la fois un environnement de développement et un moteur d’exécution du langage Scratch mais aussi un site web.
|
Scratch est un langage de programmation graphique manipulable et exécutable par le logiciel de même nom à vocation éducative. Ainsi, Scratch est à la fois un environnement de développement et un moteur d’exécution du langage Scratch mais aussi un site web.
|
||||||
|
|
||||||
**Version incluse :** 3.0~ynh4
|
**Version incluse :** 4.0.1~ynh1
|
||||||
|
|
||||||
**Démo :** <https://llk.github.io/scratch-gui/develop/>
|
**Démo :** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ Scratch est un langage de programmation graphique manipulable et exécutable par
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
- Site officiel de l’app : <https://scratch.mit.edu/>
|
- Site officiel de l’app : <https://scratch.mit.edu/>
|
||||||
- Documentation officielle de l’admin : <https://fr.scratch-wiki.info/wiki/Scratch_3.0>
|
- Documentation officielle de l’admin : <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||||||
- Dépôt de code officiel de l’app : <https://github.com/LLK/scratch-gui>
|
- Dépôt de code officiel de l’app : <https://github.com/scratchfoundation/scratch-gui>
|
||||||
- YunoHost Store : <https://apps.yunohost.org/app/scratch>
|
- YunoHost Store : <https://apps.yunohost.org/app/scratch>
|
||||||
- Signaler un bug : <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,9 @@ NON debe editarse manualmente.
|
||||||
|
|
||||||
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
||||||
|
|
||||||
**Versión proporcionada:** 3.0~ynh4
|
**Versión proporcionada:** 4.0.1~ynh1
|
||||||
|
|
||||||
**Demo:** <https://llk.github.io/scratch-gui/develop/>
|
**Demo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||||||
|
|
||||||
## Capturas de pantalla
|
## Capturas de pantalla
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ Scratch is a free programming language and online community where you can create
|
||||||
## Documentación e recursos
|
## Documentación e recursos
|
||||||
|
|
||||||
- Web oficial da app: <https://scratch.mit.edu/>
|
- Web oficial da app: <https://scratch.mit.edu/>
|
||||||
- Documentación oficial para admin: <https://fr.scratch-wiki.info/wiki/Scratch_3.0>
|
- Documentación oficial para admin: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||||||
- Repositorio de orixe do código: <https://github.com/LLK/scratch-gui>
|
- Repositorio de orixe do código: <https://github.com/scratchfoundation/scratch-gui>
|
||||||
- Tenda YunoHost: <https://apps.yunohost.org/app/scratch>
|
- Tenda YunoHost: <https://apps.yunohost.org/app/scratch>
|
||||||
- Informar dun problema: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
- Informar dun problema: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
请勿手动编辑。
|
请勿手动编辑。
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# YunoHost 的 Scratch
|
# YunoHost 上的 Scratch
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/scratch)  
|
[](https://dash.yunohost.org/appci/app/scratch)  
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
||||||
|
|
||||||
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
||||||
|
|
||||||
**分发版本:** 3.0~ynh4
|
**分发版本:** 4.0.1~ynh1
|
||||||
|
|
||||||
**演示:** <https://llk.github.io/scratch-gui/develop/>
|
**演示:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
||||||
|
|
||||||
## 截图
|
## 截图
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@ Scratch is a free programming language and online community where you can create
|
||||||
## 文档与资源
|
## 文档与资源
|
||||||
|
|
||||||
- 官方应用网站: <https://scratch.mit.edu/>
|
- 官方应用网站: <https://scratch.mit.edu/>
|
||||||
- 官方管理文档: <https://fr.scratch-wiki.info/wiki/Scratch_3.0>
|
- 官方管理文档: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
||||||
- 上游应用代码库: <https://github.com/LLK/scratch-gui>
|
- 上游应用代码库: <https://github.com/scratchfoundation/scratch-gui>
|
||||||
- YunoHost 商店: <https://apps.yunohost.org/app/scratch>
|
- YunoHost 商店: <https://apps.yunohost.org/app/scratch>
|
||||||
- 报告 bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
- 报告 bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue