Client - add help + change order (default 1st) on raw speed preferences

This commit is contained in:
Sam
2023-05-28 15:19:56 +02:00
parent 137c844160
commit 1eff000617
4 changed files with 52 additions and 15 deletions

View File

@ -120,7 +120,8 @@
"USE_RAW_GPX_SPEED": {
"LABEL": "GPX max speed strategy",
"RAW_SPEED": "Raw",
"FILTERED_SPEED": "Filtered"
"FILTERED_SPEED": "Filtered",
"HELP": "If filtered, it excludes extreme values (which may be GPS errors) when calculating the maximum speed."
}
},
"READ_AND_ACCEPT_PRIVACY_POLICY": "I have read and agree to the {0}.",

View File

@ -120,7 +120,8 @@
"USE_RAW_GPX_SPEED": {
"LABEL": "Stratégie de vitesse maximale",
"RAW_SPEED": "Brut",
"FILTERED_SPEED": "Filtré"
"FILTERED_SPEED": "Filtré",
"HELP": "Si filtré, les valeurs extrêmes (qui peuvent être des erreurs GPS) sont exclues lors du calcul de la vitesse maximale."
}
},
"READ_AND_ACCEPT_PRIVACY_POLICY": "J'ai lu et accepte la {0}.",