From b4dc1438f1a854cc9f7e5340367e963474aad04a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 25 Mar 2024 21:45:03 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application funkwhale --- translations/apps/funkwhale/en.json | 4 ++++ translations/apps/funkwhale/fr.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 translations/apps/funkwhale/en.json create mode 100644 translations/apps/funkwhale/fr.json diff --git a/translations/apps/funkwhale/en.json b/translations/apps/funkwhale/en.json new file mode 100644 index 0000000..fa54abc --- /dev/null +++ b/translations/apps/funkwhale/en.json @@ -0,0 +1,4 @@ +{ + "description": "Convivial and modern music server", + "install_init_main_permission_help": "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin." +} \ No newline at end of file diff --git a/translations/apps/funkwhale/fr.json b/translations/apps/funkwhale/fr.json new file mode 100644 index 0000000..46a073c --- /dev/null +++ b/translations/apps/funkwhale/fr.json @@ -0,0 +1,4 @@ +{ + "description": "Serveur de musique moderne et convivial", + "install_init_main_permission_help": "Si cette case est coch\u00e9e, Funkwhale sera accessible par Funkwhale for Android et par les utilisateurs n\u2019ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin." +} \ No newline at end of file