71 lines
2.1 KiB
JSON
Raw Normal View History

{
2021-09-29 11:32:05 +02:00
"ADD_WORKOUT": "Add a workout",
2021-09-26 08:59:17 +02:00
"ANALYSIS": "analysis",
2021-09-24 19:51:04 +02:00
"ASCENT": "ascent",
"AVERAGE_SPEED": "average speed",
2021-09-27 11:49:17 +02:00
"BACK_TO_WORKOUT": "back to workout",
2021-09-24 19:51:04 +02:00
"DESCENT": "descent",
2021-09-04 19:40:27 +02:00
"DISTANCE": "distance",
"DURATION": "duration",
2021-09-28 12:39:12 +02:00
"EDIT_WORKOUT": "Edit the workout",
2021-09-26 08:59:17 +02:00
"ELEVATION": "elevation",
2021-09-24 19:51:04 +02:00
"END": "end",
2021-09-29 11:32:05 +02:00
"GPX_FILE": "fichier .gpx",
2021-08-18 17:10:16 +02:00
"KM": "km",
"LATEST_WORKOUTS": "Latest workouts",
"LOAD_MORE_WORKOUT": "Load more workouts",
2021-09-24 19:51:04 +02:00
"MAX_ALTITUDE": "max. altitude",
"MAX_SPEED": "max. speed",
"MIN_ALTITUDE": "min. altitude",
2021-09-27 10:01:17 +02:00
"NEXT_SEGMENT": "No next segment",
"NEXT_WORKOUT": "Next workout",
2021-09-26 08:59:17 +02:00
"NO_DATA_CLEANING": "data from gpx, without any cleaning",
"NO_MAP": "No map",
2021-09-27 10:01:17 +02:00
"NO_NEXT_SEGMENT": "No next segment",
"NO_NEXT_WORKOUT": "No next workout",
2021-09-26 11:40:07 +02:00
"NO_NOTES": "No notes",
2021-09-27 10:01:17 +02:00
"NO_PREVIOUS_SEGMENT": "No previous segment",
"NO_PREVIOUS_WORKOUT": "No previous workout",
"NO_RECORDS": "No records.",
"NO_WORKOUTS": "No workouts.",
2021-09-29 11:32:05 +02:00
"NOTES": "notes",
2021-09-24 19:51:04 +02:00
"PAUSES": "pauses",
2021-09-27 10:01:17 +02:00
"PREVIOUS_SEGMENT": "Previous segment",
"PREVIOUS_WORKOUT": "Previous workout",
"RECORD": "record | records",
2021-09-08 18:35:32 +02:00
"RECORD_AS": "Ave. speed",
"RECORD_FD": "Farest distance",
"RECORD_LD": "Longest duration",
"RECORD_MS": "Max. speed",
2021-09-28 12:39:12 +02:00
"REMAINING_CHARS": "remaining characters",
2021-09-27 10:01:17 +02:00
"SEGMENT": "segment | segments",
2021-09-26 08:59:17 +02:00
"SPEED": "speed",
2021-08-18 17:10:16 +02:00
"SPORT": "sport | sports",
2021-09-24 19:51:04 +02:00
"START": "start",
2021-09-28 12:39:12 +02:00
"TITLE": "title",
2021-09-24 19:51:04 +02:00
"TOTAL_DURATION": "total duration",
"WEATHER": {
"HUMIDITY": "humidity",
"TEMPERATURE": "temperature",
"WIND": "wind",
"DARK_SKY": {
"clear-day": "clear day",
"clear-night": "clear night",
"cloudy": "cloudy",
"fog": "fog",
"partly-cloudy-day": "partly cloudy day",
"partly-cloudy-night": "partly cloudy night",
"rain": "rain",
"sleet": "sleet",
"snow": "snow",
"wind": "wind"
}
},
2021-09-29 11:32:05 +02:00
"WITH_GPX": "with .gpx file",
"WITHOUT_GPX": "without .gpx file",
2021-09-28 09:10:01 +02:00
"WORKOUT": "workout | workouts",
2021-09-29 11:32:05 +02:00
"WORKOUT_DATE": "workout date",
"WORKOUT_DELETION_CONFIRMATION": "Are you sure you want to delete this workout?",
"ZIP_FILE": "or .zip file containing .gpx files"
}