From 66bac1d7b061935b5939d23e08e6d8aeba7d81dd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Mar 2024 06:47:56 +0200 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application cinny --- translations/apps/cinny/manifest/en.json | 2 +- translations/apps/cinny/manifest/fr.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/apps/cinny/manifest/en.json b/translations/apps/cinny/manifest/en.json index e6e19d8..27b8701 100644 --- a/translations/apps/cinny/manifest/en.json +++ b/translations/apps/cinny/manifest/en.json @@ -3,4 +3,4 @@ "install_default_home_server_ask": "Choose a default Matrix server for Cinny's login", "install_default_home_server_help": "If you're running your own homeserver with Synapse, Dendrite, or Conduit you probably want this to be your homeserver's domain.", "install_init_main_permission_help": "You will usually let visitors access Cinny so that anyone without a Yunohost account can log into Matrix." -} \ No newline at end of file +} diff --git a/translations/apps/cinny/manifest/fr.json b/translations/apps/cinny/manifest/fr.json index ded8aad..1b3eede 100644 --- a/translations/apps/cinny/manifest/fr.json +++ b/translations/apps/cinny/manifest/fr.json @@ -1,6 +1,6 @@ { "description": "Client matrix orienté simplicité, élégance et sécurité", "install_default_home_server_ask": "Choisissez un serveur Matrix par défault", - "install_init_main_permission_help": "Vous laisserez généralement les visiteurs accéder Cinny pour s'y connecter sans avoir de compte Yunohost.", - "install_default_home_server_help": "Si vous hébergez votre propre serveur avec Synapse, Dendrite ou Conduit, vous voulez probablement mettre ici le domaine de ce serveur." + "install_default_home_server_help": "Si vous hébergez votre propre serveur avec Synapse, Dendrite ou Conduit, vous voulez probablement mettre ici le domaine de ce serveur.", + "install_init_main_permission_help": "Vous laisserez généralement les visiteurs accéder Cinny pour s'y connecter sans avoir de compte Yunohost." }