From 323f3d5f8c58bcc14cb14ded6a8d35902d81d982 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 25 Mar 2024 21:44:14 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application cinny --- translations/apps/cinny/en.json | 6 ++++++ translations/apps/cinny/fr.json | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 translations/apps/cinny/en.json create mode 100644 translations/apps/cinny/fr.json diff --git a/translations/apps/cinny/en.json b/translations/apps/cinny/en.json new file mode 100644 index 0000000..e6e19d8 --- /dev/null +++ b/translations/apps/cinny/en.json @@ -0,0 +1,6 @@ +{ + "description": "Matrix client focusing primarily on simple, elegant and secure interface", + "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/fr.json b/translations/apps/cinny/fr.json new file mode 100644 index 0000000..209f825 --- /dev/null +++ b/translations/apps/cinny/fr.json @@ -0,0 +1,5 @@ +{ + "description": "Client matrix orient\u00e9 simplicit\u00e9, \u00e9l\u00e9gance et s\u00e9curit\u00e9", + "install_default_home_server_ask": "Choisissez un serveur Matrix par d\u00e9fault", + "install_init_main_permission_help": "Vous laisserez g\u00e9n\u00e9ralement les visiteurs acc\u00e9der Cinny pour s'y connecter sans avoir de compte Yunohost." +} \ No newline at end of file