From c9c03c1d58c7b79f8e6525fc5f7d09e04796e4c3 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 19 Apr 2024 22:37:36 +0200 Subject: [PATCH 1/2] 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 8d9e296f1fa18b01912179af4002962102612fcd Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 30 Apr 2024 04:14:30 +0200 Subject: [PATCH 2/2] 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"