mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
commit
a4d6a8a5e7
10 changed files with 17 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
|
@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files
|
|||
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
||||
|
||||
|
||||
**Shipped version:** 0.8.3~ynh1
|
||||
**Shipped version:** 0.8.4~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files
|
|||
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
||||
|
||||
|
||||
**Versión actual:** 0.8.3~ynh1
|
||||
**Versión actual:** 0.8.4~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files
|
|||
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 0.8.3~ynh1
|
||||
**Paketatutako bertsioa:** 0.8.4~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
FitTrackee vous permet de suivre vos activités de plein air (séances d'entraînement) à partir de fichiers gpx et de conserver vos données sur votre propre serveur.
|
||||
Aucune application mobile n'a encore été développée, mais plusieurs applications mobiles existantes peuvent stocker localement les données des séances d'entraînement et les exporter dans un fichier gpx.
|
||||
|
||||
**Version incluse :** 0.8.3~ynh1
|
||||
**Version incluse :** 0.8.4~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files
|
|||
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
||||
|
||||
|
||||
**Versión proporcionada:** 0.8.3~ynh1
|
||||
**Versión proporcionada:** 0.8.4~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files
|
|||
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
||||
|
||||
|
||||
**分发版本:** 0.8.3~ynh1
|
||||
**分发版本:** 0.8.4~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ description.gl = "Rexistra as túas actividades ao aire libre 🚴"
|
|||
description.ca = "Seguiment d'activitats a l'aire lliure autoallotjat 🚴"
|
||||
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
||||
|
||||
version = "0.8.3~ynh1"
|
||||
version = "0.8.4~ynh1"
|
||||
|
||||
maintainers = ["Thovi98"]
|
||||
|
||||
|
@ -51,6 +51,13 @@ ram.runtime = "50M"
|
|||
help.fr = "Choisissez un mot de passe pour l’utilisateur admin ici."
|
||||
type = "password"
|
||||
|
||||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "select"
|
||||
choices = ["cs", "de", "en", "es", "eu", "fr", "gl", "it", "nb", "nl", "pl", "pt"]
|
||||
default = "en"
|
||||
|
||||
[install.weather_api_provider]
|
||||
ask.en = "(Optional) Choose your weather provider between Darksky and Visual Crossing"
|
||||
ask.gl = "(Optativo) Elixe o provedor de meteoroloxía, entre Darksky e Visual Crossing"
|
||||
|
|
|
@ -80,7 +80,7 @@ source $install_dir/.env
|
|||
|
||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli db upgrade
|
||||
|
||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli users create $admin --email $admin_mail --password $password
|
||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli users create $admin --email $admin_mail --password $password --lang $language
|
||||
|
||||
ynh_exec_warn_less $install_dir/venv/bin/ftcli users update $admin --set-admin true
|
||||
|
||||
|
|
|
@ -18,4 +18,5 @@ test_format = 1.0
|
|||
test_upgrade_from.499f21b.name = "0.7.32"
|
||||
test_upgrade_from.5b6ccd1.name = "0.8.0"
|
||||
test_upgrade_from.6c23ccf.name = "0.8.1"
|
||||
test_upgrade_from.2c6b69d.name = "0.8.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue