1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/actual_ynh.git synced 2024-09-03 20:36:16 +02:00

Merge pull request #33 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-06-04 21:58:16 +02:00 committed by GitHub
commit af9f0a81e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 55 additions and 8 deletions

View file

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

View file

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

46
README_es.md Normal file
View file

@ -0,0 +1,46 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# 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: <https://actualbudget.github.io/docs/>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/actualbudget/actual-server>
- Catálogo YunoHost: <https://apps.yunohost.org/app/actual>
- Reportar un error: <https://github.com/YunoHost-Apps/actual_ynh/issues>
## 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:** <https://yunohost.org/packaging_apps>

View file

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

View file

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

View file

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

View file

@ -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
## 截图

View file

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