From ae55f36d3fbc147316911faa80dbb265b93680c3 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 29 Mar 2024 14:45:04 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (3 of 3 strings) Translation: YunoHost Apps/fluffychat Translate-URL: https://translate.yunohost.org/projects/yunohost-apps/fluffychat/fr/ --- translations/apps/fluffychat/manifest/fr.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/translations/apps/fluffychat/manifest/fr.json b/translations/apps/fluffychat/manifest/fr.json index 0ef8a1c..b497420 100644 --- a/translations/apps/fluffychat/manifest/fr.json +++ b/translations/apps/fluffychat/manifest/fr.json @@ -1,3 +1,5 @@ { - "description": "Client de messagerie Matrix" -} \ No newline at end of file + "description": "Client de messagerie Matrix", + "install_default_matrix_server_ask": "Serveur Matrix par défaut", + "install_default_matrix_server_help": "Doit être un nom de domaine ou un sous-domaine. Ne peut pas contenir un chemin en fin d'URL." +}