From 5e0b3ca6380f6de6c037a2d595bfc685c1898d2d Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 May 2024 11:02:40 +0200 Subject: [PATCH] Testing (#103) * Auto-update READMEs * Update manifest.toml * Upgrade to v2.15.0 (#96) * Upgrade to v2.15.0 * Auto-update READMEs --------- Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> * Upgrade to v2.16.0 (#98) * Upgrade to v2.16.0 * Auto-update READMEs * Upgrade to v2.16.1 (#101) * Upgrade to v2.16.1 * Auto-update READMEs * Auto-update READMEs * Upgrade to v2.17.0 (#102) * Upgrade to v2.17.0 * Auto-update READMEs * Auto-update READMEs --------- Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++ README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 6 +++--- 8 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 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) +- [Lea 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 56f7d6c..b23f83d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Shipped version:** 2.16.1~ynh1 +**Shipped version:** 2.17.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..1fba9d7 --- /dev/null +++ b/README_es.md @@ -0,0 +1,50 @@ + + +# Kimai2 para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/kimai2.svg)](https://dash.yunohost.org/appci/app/kimai2) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/kimai2.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/kimai2.maintain.svg) + +[![Instalar Kimai2 con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kimai2) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarKimai2 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 + +Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). + + +**Versión actual:** 2.17.0~ynh1 + +**Demo:** + +## Capturas + +![Captura de Kimai2](./doc/screenshots/screenshot1.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/kimai2_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/kimai2_ynh/tree/testing --debug +o +sudo yunohost app upgrade kimai2 -u https://github.com/YunoHost-Apps/kimai2_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 9308862..d96b4f1 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Paketatutako bertsioa:** 2.16.1~ynh1 +**Paketatutako bertsioa:** 2.17.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index d311d5c..35dc4cb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Version incluse :** 2.16.1~ynh1 +**Version incluse :** 2.17.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index ecb0d88..5e3e323 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**Versión proporcionada:** 2.16.1~ynh1 +**Versión proporcionada:** 2.17.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index c81736b..dcd907b 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE). -**分发版本:** 2.16.1~ynh1 +**分发版本:** 2.17.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index fe1be01..a81bc51 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Application multi-utilisateurs de suivi du temps compatible av description.de = "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte" description.cs = "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení" -version = "2.16.1~ynh1" +version = "2.17.0~ynh1" maintainers = [] @@ -55,8 +55,8 @@ ram.runtime = "80M" [resources] [resources.sources.main] - url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.16.1.tar.gz" - sha256 = "77c3b470c82552eddaf4da962def94a201d0a60b34bd6cd91128ecc149f59ac5" + url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.17.0.tar.gz" + sha256 = "354a308c513f0bf0296b5acd15733a14940657f7ee0c460c721ce7e3a168cd52" autoupdate.strategy = "latest_github_tag"