From bdaa5730ceee56edd905b10cb5993ae88a6432ed Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 25 Mar 2024 21:44:50 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application fittrackee --- translations/apps/fittrackee/en.json | 7 +++++++ translations/apps/fittrackee/fr.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 translations/apps/fittrackee/en.json create mode 100644 translations/apps/fittrackee/fr.json diff --git a/translations/apps/fittrackee/en.json b/translations/apps/fittrackee/en.json new file mode 100644 index 0000000..ae318c9 --- /dev/null +++ b/translations/apps/fittrackee/en.json @@ -0,0 +1,7 @@ +{ + "description": "Self-hosted outdoor activity tracker \ud83d\udeb4", + "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/fr.json b/translations/apps/fittrackee/fr.json new file mode 100644 index 0000000..7d55e97 --- /dev/null +++ b/translations/apps/fittrackee/fr.json @@ -0,0 +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