From 93b14bb8ee927b5dcba9028296fdadc3c8602fc8 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 19 Apr 2024 22:37:36 +0200 Subject: [PATCH 1/5] Update translations for manifest.toml (#25) --- manifest.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6d075b5..05b794b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,6 +5,8 @@ packaging_format = 2 id = "fluffychat" name = "Fluffychat" description.en = "Matrix messenger client" +description.gl = "Cliente para mensaxería Matrix" +description.ca = "Client de missatgeria Matrix" description.fr = "Client de messagerie Matrix" version = "1.19.2~ynh1" @@ -47,9 +49,14 @@ ram.runtime = "50M" [install.default_matrix_server] ask.en = "Default Matrix server" + ask.ar = "خادم ماتريكس الافتراضي" + ask.gl = "Servidor Matrix por defecto" + ask.ca = "Servidor Matrix per defecte" ask.fr = "Serveur Matrix par défaut" help.en = "Must be a domain name or a sub-domain. Must not contain a path." - help.fr = "Doit être un nom de domaine ou un sous-domaine. Ne doit pas contenir de chemin d'accès." + help.gl = "Ten que ser un dominio ou un subdominio. Non pode conter unha ruta." + help.ca = "Ha de ser un nom de domini o un subdomini. No pot tenir cap ruta." + help.fr = "Doit être un nom de domaine ou un sous-domaine. Ne peut pas contenir un chemin en fin d'URL." type = "url" default = "https://matrix.org" From a28accc0a7a851bcc89f9b627521632a6e6de473 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 30 Apr 2024 04:14:30 +0200 Subject: [PATCH 2/5] Upgrade to v1.20.0 (#26) * Upgrade to v1.20.0 https://github.com/krille-chan/fluffychat/releases/tag/v1.20.0 * Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2a14402..823e89b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Shipped version:** 1.19.2~ynh1 +**Shipped version:** 1.20.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index ac9963b..3ec560e 100644 --- a/README_eu.md +++ b/README_eu.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Paketatutako bertsioa:** 1.19.2~ynh1 +**Paketatutako bertsioa:** 1.20.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 6091802..ab277f2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ FluffyChat est un client [[matrix](https://matrix.org)] open-source, à but non Le but de cette app est de créer un client de messagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde. -**Version incluse :** 1.19.2~ynh1 +**Version incluse :** 1.20.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index a200e67..949ed08 100644 --- a/README_gl.md +++ b/README_gl.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Versión proporcionada:** 1.19.2~ynh1 +**Versión proporcionada:** 1.20.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f983ba9..3c8f356 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**分发版本:** 1.19.2~ynh1 +**分发版本:** 1.20.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 05b794b..2ac6e1e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.gl = "Cliente para mensaxería Matrix" description.ca = "Client de missatgeria Matrix" description.fr = "Client de messagerie Matrix" -version = "1.19.2~ynh1" +version = "1.20.0~ynh1" maintainers = [ "OniriCorpe" ] @@ -63,8 +63,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/krille-chan/fluffychat/releases/download/v1.19.2/fluffychat-web.tar.gz" - sha256 = "6114f55a82360e4693fa2beed8d0bdc13c8dd706dfd136fa3babff9d957d0192" + url = "https://github.com/krille-chan/fluffychat/releases/download/v1.20.0/fluffychat-web.tar.gz" + sha256 = "5dc7e8db57393ea049d6876967bfa6f6ae27632724746d1f251a11825926b688" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz" From 426ea6bd754476811e44681c0ac841af1b1de973 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 2 Jun 2024 03:33:47 +0200 Subject: [PATCH 3/5] Upgrade to v1.21.0 https://github.com/krille-chan/fluffychat/releases/tag/v1.21.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2ac6e1e..afec049 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.gl = "Cliente para mensaxería Matrix" description.ca = "Client de missatgeria Matrix" description.fr = "Client de messagerie Matrix" -version = "1.20.0~ynh1" +version = "1.21.0~ynh1" maintainers = [ "OniriCorpe" ] @@ -63,8 +63,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/krille-chan/fluffychat/releases/download/v1.20.0/fluffychat-web.tar.gz" - sha256 = "5dc7e8db57393ea049d6876967bfa6f6ae27632724746d1f251a11825926b688" + url = "https://github.com/krille-chan/fluffychat/releases/download/v1.21.0/fluffychat-web.tar.gz" + sha256 = "4f5637212d7247ae86ae616efecc20cd7eb06ac51132e1abb315ffba7e98d9a7" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz" From 2a191e58c5094989405424a608dac388370c5aa0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 2 Jun 2024 01:33:49 +0000 Subject: [PATCH 4/5] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++ README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 4 ++-- 7 files changed, 58 insertions(+), 6 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 823e89b..495b087 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Shipped version:** 1.20.0~ynh1 +**Shipped version:** 1.21.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..36f53b8 --- /dev/null +++ b/README_es.md @@ -0,0 +1,51 @@ + + +# Fluffychat para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/fluffychat.svg)](https://dash.yunohost.org/appci/app/fluffychat) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/fluffychat.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/fluffychat.maintain.svg) + +[![Instalar Fluffychat con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluffychat) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarFluffychat 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 + +FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev). +The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. + + +**Versión actual:** 1.21.0~ynh1 + +**Demo:** + +## Capturas + +![Captura de Fluffychat](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación usuario 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/fluffychat_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug +o +sudo yunohost app upgrade fluffychat -u https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 3ec560e..97943b3 100644 --- a/README_eu.md +++ b/README_eu.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Paketatutako bertsioa:** 1.20.0~ynh1 +**Paketatutako bertsioa:** 1.21.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index ab277f2..ae2bd2d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ FluffyChat est un client [[matrix](https://matrix.org)] open-source, à but non Le but de cette app est de créer un client de messagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde. -**Version incluse :** 1.20.0~ynh1 +**Version incluse :** 1.21.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 949ed08..db66615 100644 --- a/README_gl.md +++ b/README_gl.md @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Versión proporcionada:** 1.20.0~ynh1 +**Versión proporcionada:** 1.21.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3c8f356..f9d25d9 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Fluffychat +# YunoHost 上的 Fluffychat [![集成程度](https://dash.yunohost.org/integration/fluffychat.svg)](https://dash.yunohost.org/appci/app/fluffychat) ![工作状态](https://ci-apps.yunohost.org/ci/badges/fluffychat.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/fluffychat.maintain.svg) @@ -20,7 +20,7 @@ FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**分发版本:** 1.20.0~ynh1 +**分发版本:** 1.21.0~ynh1 **演示:** From 54a612db8861d473d48055e49cf3c448c98fb0f2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 2 Jun 2024 07:47:05 +0000 Subject: [PATCH 5/5] Auto-update READMEs --- README_eu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_eu.md b/README_eu.md index 61315d2..97943b3 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,6 +19,7 @@ EZ editatu eskuz. FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev). The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. + **Paketatutako bertsioa:** 1.21.0~ynh1 **Demoa:**