1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leantime_ynh.git synced 2024-09-03 19:36:04 +02:00

Merge pull request #42 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-11 23:34:15 +02:00 committed by GitHub
commit c43345bf5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 9 deletions

View file

@ -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)

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
**Shipped version:** 3.1.3~ynh1
**Shipped version:** 3.1.4~ynh1
## Screenshots

47
README_es.md Normal file
View file

@ -0,0 +1,47 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Leantime para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/leantime.svg)](https://dash.yunohost.org/appci/app/leantime) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/leantime.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/leantime.maintain.svg)
[![Instalar Leantime con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=leantime)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarLeantime 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
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
**Versión actual:** 3.1.4~ynh1
## Capturas
![Captura de Leantime](./doc/screenshots/ProjectDashboard.png)
## Documentaciones y recursos
- Sitio web oficial: <https://leantime.io/>
- Documentación administrador oficial: <https://docs.leantime.io>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/Leantime/leantime>
- Catálogo YunoHost: <https://apps.yunohost.org/app/leantime>
- Reportar un error: <https://github.com/YunoHost-Apps/leantime_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/leantime_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/leantime_ynh/tree/testing --debug
o
sudo yunohost app upgrade leantime -u https://github.com/YunoHost-Apps/leantime_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
**Paketatutako bertsioa:** 3.1.3~ynh1
**Paketatutako bertsioa:** 3.1.4~ynh1
## Pantaila-argazkiak

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Leantime est un système de gestion de projet open source allégé pour les startups et les innovateurs. C'est une alternative à ClickUp, Notion et Asana.
**Version incluse:** 3.1.3~ynh1
**Version incluse:** 3.1.4~ynh1
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
**Versión proporcionada:** 3.1.3~ynh1
**Versión proporcionada:** 3.1.4~ynh1
## Capturas de pantalla

View file

@ -3,7 +3,7 @@
请勿手动编辑。
-->
# YunoHost 的 Leantime
# YunoHost 的 Leantime
[![集成程度](https://dash.yunohost.org/integration/leantime.svg)](https://dash.yunohost.org/appci/app/leantime) ![工作状态](https://ci-apps.yunohost.org/ci/badges/leantime.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/leantime.maintain.svg)
@ -18,7 +18,7 @@
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
**分发版本:** 3.1.3~ynh1
**分发版本:** 3.1.4~ynh1
## 截图

View file

@ -5,7 +5,7 @@ name = "Leantime"
description.en = "Project management system for startups and innovators"
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
version = "3.1.3~ynh1"
version = "3.1.4~ynh1"
maintainers = []
@ -48,8 +48,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/Leantime/leantime/releases/download/v3.1.3/Leantime-v3.1.3.zip"
sha256 = "9ce2cfeef233fc6ffac65341e0db08f4e21c8396d2a2ced11dcc35913cceda6c"
url = "https://github.com/Leantime/leantime/releases/download/v3.1.4/Leantime-v3.1.4.zip"
sha256 = "75ef94eed67f71fd05cf9499b662a11db8689f5d2032c7535cf0292565abab4b"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "Leantime-v.*.zip"