Client - add distance units in user preferences
This commit is contained in:
@ -53,6 +53,11 @@
|
||||
"LABEL": "label",
|
||||
"STOPPED_SPEED_THRESHOLD": "stopped speed threshold"
|
||||
},
|
||||
"UNITS": {
|
||||
"LABEL": "Units for distance",
|
||||
"IMPERIAL": "Imperial system (mi, ft)",
|
||||
"METRIC": "Metric system (m, km)"
|
||||
},
|
||||
"TIMEZONE": "Timezone"
|
||||
},
|
||||
"REGISTER": "Register",
|
||||
|
@ -45,6 +45,11 @@
|
||||
"PROFILE": "profil",
|
||||
"SPORTS": "sports"
|
||||
},
|
||||
"UNITS": {
|
||||
"LABEL": "Unités pour les distances ",
|
||||
"IMPERIAL": "Système impérial (mi, ft)",
|
||||
"METRIC": "Système métrique (m, km)"
|
||||
},
|
||||
"SPORT": {
|
||||
"ACTION": "action",
|
||||
"COLOR": "couleur",
|
||||
|
Reference in New Issue
Block a user