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 f1c5528..f215dc2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Shipped version:** 24.5.0~ynh1 +**Shipped version:** 24.6.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..3882ec1 --- /dev/null +++ b/README_es.md @@ -0,0 +1,46 @@ + + +# Actual para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/actual.svg)](https://dash.yunohost.org/appci/app/actual) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/actual.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/actual.maintain.svg) + +[![Instalar Actual con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=actual) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarActual 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 + +Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. + +**Versión actual:** 24.6.0~ynh1 + +## Capturas + +![Captura de Actual](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- 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/actual_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/actual_ynh/tree/testing --debug +o +sudo yunohost app upgrade actual -u https://github.com/YunoHost-Apps/actual_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index cc71c74..e1d4109 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Paketatutako bertsioa:** 24.5.0~ynh1 +**Paketatutako bertsioa:** 24.6.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 2355807..0bf4196 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge. -**Version incluse :** 24.5.0~ynh1 +**Version incluse :** 24.6.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index b05c62c..7d21897 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Versión proporcionada:** 24.5.0~ynh1 +**Versión proporcionada:** 24.6.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 6784f12..e89f272 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**分发版本:** 24.5.0~ynh1 +**分发版本:** 24.6.0~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 56c15d5..2502edb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Actual" description.en = "Local-first personal finance tool" description.fr = "Premier outil de finances personnelles local" -version = "24.5.0~ynh1" +version = "24.6.0~ynh1" maintainers = ["eric_G"] @@ -40,8 +40,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.5.0.tar.gz" - sha256 = "da3faea30b3da75df008a99325cb44f55b809d4dcb4dee7f29351a5be469b0b3" + url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.6.0.tar.gz" + sha256 = "2348b5748edbf6a2f83a1e899f21fc9f03737cfa79529da0bb57081fa490e2bd" autoupdate.strategy = "latest_github_tag" [resources.system_user]