diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index b2f7979..afaf904 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Elegant open source project tracking. - Internationalization -**Shipped version:** 1.17.2~ynh1 +**Shipped version:** 1.17.3~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..796f5d2 --- /dev/null +++ b/README_es.md @@ -0,0 +1,61 @@ + + +# Planka para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/planka.svg)](https://dash.yunohost.org/appci/app/planka) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/planka.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/planka.maintain.svg) + +[![Instalar Planka con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=planka) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarPlanka 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 + +Elegant open source project tracking. + +### Features + +- Create projects, boards, lists, cards, labels and tasks +- Add card members, track time, set a due date, add attachments, write comments +- Markdown support in a card description and comment +- Filter by members and labels +- Customize project background +- Real-time updates +- User notifications +- Internationalization + + +**Versión actual:** 1.17.3~ynh1 + +**Demo:** + +## Capturas + +![Captura de Planka](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/planka_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug +o +sudo yunohost app upgrade planka -u https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 9319f82..9ddd0ae 100644 --- a/README_eu.md +++ b/README_eu.md @@ -30,7 +30,7 @@ Elegant open source project tracking. - Internationalization -**Paketatutako bertsioa:** 1.17.2~ynh1 +**Paketatutako bertsioa:** 1.17.3~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index fc6c345..189808e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Suivi de projet open source élégant. - Internationalisation -**Version incluse :** 1.17.2~ynh1 +**Version incluse :** 1.17.3~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index cd9dedf..fcd38d8 100644 --- a/README_gl.md +++ b/README_gl.md @@ -30,7 +30,7 @@ Elegant open source project tracking. - Internationalization -**Versión proporcionada:** 1.17.2~ynh1 +**Versión proporcionada:** 1.17.3~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3c69108..f692313 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Planka +# YunoHost 上的 Planka [![集成程度](https://dash.yunohost.org/integration/planka.svg)](https://dash.yunohost.org/appci/app/planka) ![工作状态](https://ci-apps.yunohost.org/ci/badges/planka.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/planka.maintain.svg) @@ -30,7 +30,7 @@ Elegant open source project tracking. - Internationalization -**分发版本:** 1.17.2~ynh1 +**分发版本:** 1.17.3~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 3b55589..b33bc09 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Planka" description.en = "Realtime kanban board for workgroups" description.fr = "Tableau Kanban en temps réel pour les groupes de travail" -version = "1.17.2~ynh1" +version = "1.17.3~ynh1" maintainers = ["eric_G"] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/plankanban/planka/releases/download/v1.17.2/planka-prebuild-v1.17.2.zip" - sha256 = "f9dc8609975ce79280c60014ecfb2f82d9ac99c02202794b500f1c7017289a03" + url = "https://github.com/plankanban/planka/releases/download/v1.17.3/planka-prebuild-v1.17.3.zip" + sha256 = "9a74c859e69ac24f07be268fa3805554652e08bb7e8e12b25cb93c9b5a42d300" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^planka-prebuild-v.*zip$"