From 448a52fb69b300f9af18ad8126f6f6bbfae33770 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Mar 2024 06:48:00 +0200 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application fittrackee --- translations/apps/fittrackee/manifest/en.json | 4 ++-- translations/apps/fittrackee/manifest/fr.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/translations/apps/fittrackee/manifest/en.json b/translations/apps/fittrackee/manifest/en.json index ae318c9..d486dd8 100644 --- a/translations/apps/fittrackee/manifest/en.json +++ b/translations/apps/fittrackee/manifest/en.json @@ -1,7 +1,7 @@ { - "description": "Self-hosted outdoor activity tracker \ud83d\udeb4", + "description": "Self-hosted outdoor activity tracker 🚴", "install_password_help": "Choose a password for your admin user here.", "install_weather_api_key_ask": "(Optional) Insert here the api key from the chosen weather provider", "install_weather_api_provider_ask": "(Optional) Choose your weather provider between Darksky and Visual Crossing", "install_weather_api_provider_help": "Since Fittrackee 0.7.15, only Visual Crossing is supported" -} \ No newline at end of file +} diff --git a/translations/apps/fittrackee/manifest/fr.json b/translations/apps/fittrackee/manifest/fr.json index 7d55e97..2770bde 100644 --- a/translations/apps/fittrackee/manifest/fr.json +++ b/translations/apps/fittrackee/manifest/fr.json @@ -1,7 +1,7 @@ { - "description": "Traqueur d\u2019activit\u00e9s ext\u00e9rieures auto-h\u00e9berg\u00e9 \ud83d\udeb4", - "install_password_help": "Choisissez un mot de passe pour l\u2019utilisateur admin ici.", - "install_weather_api_key_ask": "(Optionnel) Ins\u00e9rez ici la cl\u00e9 API du fournisseur de m\u00e9t\u00e9o choisi", - "install_weather_api_provider_ask": "(Optionnel) Choisissez votre fournisseur m\u00e9t\u00e9o entre Darksky et Visual Crossing", - "install_weather_api_provider_help": "Depuis Fittrackee 0.7.15, seul Visual Crossing est support\u00e9" -} \ No newline at end of file + "description": "Traqueur d’activités extérieures auto-hébergé 🚴", + "install_password_help": "Choisissez un mot de passe pour l’utilisateur admin ici.", + "install_weather_api_key_ask": "(Optionnel) Insérez ici la clé API du fournisseur de météo choisi", + "install_weather_api_provider_ask": "(Optionnel) Choisissez votre fournisseur météo entre Darksky et Visual Crossing", + "install_weather_api_provider_help": "Depuis Fittrackee 0.7.15, seul Visual Crossing est supporté" +}