1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluffychat_ynh.git synced 2024-09-03 18:36:04 +02:00

feat(i18n): update translations for manifest.toml

This commit is contained in:
yunohost-bot 2024-04-01 06:01:14 +02:00
parent 5a47b117b7
commit bee1836812

View file

@ -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.18.0~ynh2"
@ -47,7 +49,13 @@ ram.runtime = "50M"
[install.default_matrix_server]
ask.en = "Default Matrix server"
ask.fr = "Serveur Matrix par défaut"
ask.gl = "Servidor Matrix por defecto"
ask.ca = "Servidor Matrix per defecte"
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 peut pas contenir un chemin en fin d'URL."
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."
type = "url"
default = "https://matrix.org"